.b-app{
  --b-bg:#08090b;--b-panel:#111318;--b-panel-2:#171a20;--b-line:#353943;
  --b-text:#f5f7fa;--b-dim:#a7afbc;--b-soft:#747d8d;--b-accent:#f4f6f8;
  position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;background:var(--b-bg);color:var(--b-text);
  font-family:"Noto Sans CJK SC","PingFang SC","Microsoft YaHei",sans-serif;
}
.b-app *{box-sizing:border-box}
.b-app button{font:inherit}
.b-topbar{height:86px;flex:0 0 86px;display:flex;align-items:center;padding:0 54px;border-bottom:1px solid #292c33;background:#0b0c0f}
.b-topbar__brand{display:flex;align-items:center;gap:16px;min-width:420px}
.b-topbar__brand>span{font-size:12px;letter-spacing:.18em;color:#aeb5c1;border:1px solid #4a4f59;border-radius:999px;padding:7px 12px}
.b-topbar__brand b{font-size:24px;letter-spacing:.01em}
.b-topbar__context{margin-left:auto;display:flex;align-items:center;gap:18px;color:#aeb5c1;font-size:14px}
.b-topbar__context strong{color:#fff}
.b-topbar__context i{width:1px;height:22px;background:#343842}
.b-schedule-top{height:86px;flex:0 0 86px;display:flex;align-items:center;padding:0 54px;border-bottom:1px solid #292c33;background:#0b0c0f}
.b-schedule-top__title{display:flex;align-items:baseline;gap:12px;margin-left:20px;padding-left:20px;border-left:1px solid #343842}
.b-schedule-top__title strong{font-size:22px;letter-spacing:.01em}.b-schedule-top__title span{color:#8f98a6;font-size:12px}
.b-schedule-top>aside{display:flex;align-items:center;gap:16px;margin-left:auto;color:#a9b0ba;font-size:13px}.b-schedule-top>aside i{width:1px;height:22px;background:#30343c}.b-schedule-top>aside b{color:#eef1f5}
.b-schedule-top>aside button{border:1px solid #3b4049;background:#13161b;color:#e5e8ed;border-radius:6px;padding:6px 10px;cursor:pointer}
.b-main{flex:1;min-height:0;padding:42px 54px 30px;overflow:hidden}
.b-main--scroll{overflow-y:auto}
.b-eyebrow{display:block;font-size:12px;letter-spacing:.18em;color:#9da5b3;font-weight:700;margin-bottom:10px}
.b-title{margin:0;font-size:42px;line-height:1.14;letter-spacing:-.02em}
.b-lead{margin:12px 0 0;color:#b9c0cb;font-size:17px;line-height:1.65;max-width:880px}
.b-grid{display:grid;gap:20px}
.b-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.b-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.b-card{border:1px solid var(--b-line);background:var(--b-panel);border-radius:18px;padding:24px;color:var(--b-text);text-align:left}
button.b-card{cursor:pointer;transition:.16s}
button.b-card:hover{border-color:#7c8492;background:#171a20;transform:translateY(-2px)}
.b-card--selected{border-color:#f2f3f4;box-shadow:inset 0 0 0 1px #f2f3f4}
.b-card--muted{background:#0d0f13;color:#89919f}
.b-card--muted button{cursor:not-allowed}
.b-card__kicker{font-size:12px;color:#969eac;letter-spacing:.12em;font-weight:700}
.b-card h2,.b-card h3{margin:10px 0 8px}
.b-card h2{font-size:27px}.b-card h3{font-size:21px}
.b-card p{margin:0;color:#aeb6c3;font-size:15px;line-height:1.55}
.b-card__foot{margin-top:22px;padding-top:16px;border-top:1px solid #30333b;display:flex;align-items:center;gap:10px;color:#d8dce2;font-size:14px}
.b-badge{display:inline-flex;align-items:center;border:1px solid #555b67;border-radius:999px;padding:5px 10px;font-size:12px;color:#cdd2da;white-space:nowrap}
.b-badge--pending{border-style:dashed;color:#d7b98a;background:#241e16}
.b-actions{display:flex;align-items:center;gap:14px;margin-top:24px}
.b-btn{border:1px solid #555b65;background:transparent;color:#f4f6f8;border-radius:999px;padding:13px 24px;cursor:pointer;min-width:150px}
.b-btn--primary{background:#f2f4f7;color:#101115;border-color:#f2f4f7;font-weight:700}
.b-btn--ghost{border-color:transparent;color:#b8c0cb;min-width:auto;padding-inline:12px}
.b-btn:disabled{opacity:.38;cursor:not-allowed}
.b-tabbar{height:86px;flex:0 0 86px;border-top:1px solid #292c33;background:#0a0b0e;display:flex;justify-content:center;gap:92px}
.b-tabbar button{position:relative;width:112px;min-height:64px;border:0;background:transparent;color:#747d8a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:color .18s ease,background .18s ease}
.b-nav-icon{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.b-tabbar button span{font-size:12px;font-weight:600;letter-spacing:.02em}
.b-tabbar button:hover{color:#d6dae1}.b-tabbar button:focus-visible{outline:2px solid #fff;outline-offset:-4px;border-radius:12px}
.b-tabbar button.disabled{color:#3c424b;cursor:default;pointer-events:none}.b-tabbar button.disabled:hover{color:#3c424b}
.b-tabbar button.on{color:#fff}.b-tabbar button.on::after{content:"";position:absolute;bottom:4px;width:22px;height:2px;border-radius:2px;background:#fff}
.b-tabbar button.primary-tab .b-nav-icon{width:27px;height:27px;padding:4px;border:1px solid #565d69;border-radius:8px}
.b-tabbar button.primary-tab.on .b-nav-icon{background:#f4f6f8;color:#111317;border-color:#f4f6f8}
.b-dashboard-home{min-height:100%;display:grid;grid-template-rows:auto minmax(370px,1fr) auto 220px;gap:18px}
.b-home-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.b-home-heading h1{font-size:34px;margin:0}.b-home-heading p{margin:0 0 4px;color:#919aa7;font-size:15px}
.b-home-overview{display:grid;grid-template-columns:320px minmax(520px,1fr) 340px;gap:20px;min-height:370px}
.b-home-overview--catalog{grid-template-columns:minmax(0,1fr) 380px}
.b-home-goal,.b-home-plan{display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}
.b-home-goal h2,.b-home-plan h2{font-size:30px;line-height:1.12;margin-top:auto}
.b-home-goal .b-actions{margin-top:18px}.b-home-icon{width:68px;height:68px;margin-top:26px;border:1px solid #4a505b;border-radius:50%;display:grid;place-items:center;font-size:18px;font-weight:800}
.b-home-feature{position:relative;min-width:0;border:1px solid #363a43;border-radius:18px;overflow:hidden;background:#14171c;display:flex;align-items:flex-end}
.b-home-feature__visual{position:absolute;inset:0;background:linear-gradient(150deg,#a6a7ab 0%,#77797e 40%,#30333a 40%,#111318 100%)}
.b-home-feature__visual::before,.b-home-feature__visual::after{content:"";position:absolute;border-radius:50% 50% 0 0;background:rgba(16,18,22,.72)}
.b-home-feature__visual::before{width:52%;height:42%;left:-5%;bottom:0}.b-home-feature__visual::after{width:58%;height:36%;right:-8%;bottom:0}
.b-home-feature__copy{position:relative;z-index:1;width:100%;padding:30px;background:linear-gradient(0deg,rgba(8,9,11,.94),rgba(8,9,11,.05))}
.b-home-feature__copy h2{font-size:34px;margin:10px 0 8px}.b-home-feature__copy p{margin:0;color:#d0d4db}
.b-link{margin-top:18px;border:0;background:transparent;color:#fff;padding:8px 0;cursor:pointer;font-weight:700;border-bottom:1px solid #6f7681}
.b-link:focus-visible{outline:2px solid #fff;outline-offset:4px}
.b-home-plan--empty{justify-content:flex-start}.b-home-plan__status{margin-top:auto;padding-top:18px;border-top:1px solid #343842;color:#9da6b3;font-size:14px}
.b-home-plan__progress{margin-top:auto;display:flex;justify-content:space-between;align-items:end;color:#8f98a6}.b-home-plan__progress b{color:#fff;font-size:26px}
.b-home-explore{display:flex;flex-direction:column}.b-home-explore h2{font-size:30px;line-height:1.15;margin-top:auto}.b-home-explore .b-link{align-self:flex-start}
.b-home-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.b-home-tags span{border:1px solid #424852;border-radius:999px;padding:7px 11px;color:#c5cbd4;font-size:12px}
.b-mini-progress{height:5px;margin-top:12px;background:#2b2f36;border-radius:99px;overflow:hidden}.b-mini-progress i{display:block;height:100%;background:#f1f3f5;border-radius:inherit}
.b-home-section-title{display:flex;align-items:baseline;gap:16px}.b-home-section-title h2{font-size:24px;margin:0}.b-home-section-title span{font-size:13px;color:#848d9a}
.b-home-courses{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.b-home-course{border:1px solid #32363e;border-radius:16px;background:#111318;overflow:hidden;padding-bottom:18px}
.b-home-course>div{height:92px;background:linear-gradient(135deg,#9c9da1,#55575d)}
.b-home-course>span,.b-home-course h3,.b-home-course p{display:block;margin-left:18px;margin-right:18px}.b-home-course>span{margin-top:14px;color:#929ba8;font-size:10px;letter-spacing:.12em}.b-home-course h3{font-size:16px;margin-top:7px;margin-bottom:5px}.b-home-course p{color:#7f8895;font-size:12px;margin-top:0;margin-bottom:0}
.b-existing-home__main{flex:1;min-height:0;padding:24px 44px 18px;display:grid;grid-template-rows:44px minmax(300px,1fr) auto auto;gap:14px;overflow:hidden}
.b-existing-home__header{display:flex;align-items:center;justify-content:space-between}.b-existing-home__header>aside{display:flex;align-items:center;gap:16px;color:#a9b0ba}.b-existing-home__header>aside i{width:1px;height:22px;background:#30343c}.b-existing-home__header>aside button{border:1px solid #3b4049;background:#13161b;color:#e5e8ed;border-radius:6px;padding:6px 10px}
.b-profile-chip{display:flex;align-items:center;gap:10px;border:0;border-radius:14px;background:#15181d;color:#e9ecf1;padding:7px 14px 7px 8px;cursor:pointer}.b-profile-chip i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#777b83,#24272d);font-size:10px;font-style:normal}.b-profile-chip b{color:#9da5b1;font-size:16px}
.b-existing-home__top{display:grid;grid-template-columns:minmax(330px,1fr) minmax(0,2fr) minmax(330px,1fr);gap:18px;min-height:0}.b-existing-home__left{display:grid;grid-template-rows:1.35fr .75fr;gap:14px;min-height:0}
.b-existing-panel{border:1px solid #30343b;background:#111317;border-radius:17px;padding:20px}.b-weekly header{display:flex;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #292d34}.b-weekly header span{color:#7e8794;font-size:12px}.b-weekly__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 14px;margin-top:19px}.b-weekly__stats small{display:block;color:#858e9a;font-size:11px}.b-weekly__stats b{display:block;margin-top:7px;font-size:19px}.b-weekly__stats em{font-size:11px;font-style:normal;font-weight:500;color:#b8bec7}
.b-streak{display:flex;flex-direction:column;justify-content:space-between}.b-streak p{margin:0;color:#cbd0d7;font-size:12px;line-height:1.4}.b-streak>div{display:flex;justify-content:space-between;border-top:1px solid #292d34;padding-top:12px}.b-streak b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;color:#afb6c0;font-size:11px}.b-streak b.done{background:#676be8;color:#fff}
.b-existing-hero{position:relative;overflow:hidden;border:1px solid #343943;border-radius:18px;background:#202329;cursor:pointer}.b-existing-scene{position:absolute;inset:0;background:linear-gradient(165deg,#b8c0c9 0 35%,#727b84 35% 51%,#2b3037 51% 68%,#13161b 68%)}.b-existing-scene::after{content:"";position:absolute;width:62%;height:43%;right:-7%;bottom:0;border-radius:70% 0 0;background:#101216}.b-existing-hero__copy{position:absolute;z-index:1;left:28px;bottom:24px}.b-existing-hero__copy span,.b-existing-challenge span{font-size:10px;letter-spacing:.13em;color:#d8dde4}.b-existing-hero__copy h1{margin:8px 0 6px;font-size:30px}.b-existing-hero__copy p{margin:0;color:#d0d5dc;font-size:13px}.b-existing-dots{position:absolute;z-index:1;bottom:14px;left:50%;display:flex;gap:6px}.b-existing-dots i{width:7px;height:7px;border-radius:50%;background:#777d86}.b-existing-dots i.on{width:22px;border-radius:8px;background:#fff}
.b-existing-challenge{overflow:hidden;border:1px solid #343943;border-radius:18px;background:#111318;display:grid;grid-template-rows:52% 1fr}.b-existing-challenge__art{background:linear-gradient(145deg,#898e96,#363a42 55%,#12151a)}.b-existing-challenge>div:last-child{padding:21px 24px;display:flex;flex-direction:column}.b-existing-challenge h2{font-size:23px;line-height:1.25;margin:13px 0 8px}.b-existing-challenge p{margin:0;color:#8f98a5;font-size:12px}.b-existing-challenge button{margin-top:auto;border:0;border-radius:999px;background:#f4f5f7;color:#111317;padding:14px;font-weight:700;cursor:pointer}
.b-existing-home__course-title{display:flex;align-items:baseline;gap:15px}.b-existing-home__course-title h2{margin:0;font-size:21px}.b-existing-home__course-title span{color:#7f8793;font-size:12px}.b-existing-home__courses{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:start}.b-existing-home__courses article{position:relative;min-width:0;aspect-ratio:16/9;overflow:hidden;border:1px solid #333740;border-radius:15px;background:#111318;padding:0 16px 14px;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer}.b-existing-home__courses article i{position:absolute;z-index:0;inset:0 0 auto;height:61%;background:linear-gradient(135deg,#a6acb4,#535b65)}.b-existing-home__courses article:nth-child(2) i{background:linear-gradient(135deg,#b6b5b0,#6e6d68)}.b-existing-home__courses article:nth-child(3) i{background:linear-gradient(135deg,#aeb8c4,#586776)}.b-existing-home__courses article:nth-child(4) i{background:linear-gradient(135deg,#929b91,#3c473e)}.b-existing-home__courses span,.b-existing-home__courses h3,.b-existing-home__courses p{position:relative;z-index:1}.b-existing-home__courses span{font-size:9px;letter-spacing:.12em;color:#9ca5b1}.b-existing-home__courses h3{margin:6px 0 4px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b-existing-home__courses p{margin:0;color:#7f8894;font-size:11px}
.b-home{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;height:100%}
.b-home__hero{display:flex;flex-direction:column;justify-content:center;border:1px solid #2d3037;border-radius:22px;padding:50px;background:linear-gradient(145deg,#13161b,#0c0e12)}
.b-home__hero h1{font-size:52px;line-height:1.12;margin:0 0 18px;max-width:760px}
.b-home__hero p{font-size:18px;line-height:1.65;color:#b7bfca;max-width:720px;margin:0}
.b-home__questions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
.b-home__questions div{border-top:1px solid #3a3e47;padding-top:16px}
.b-home__questions span{display:block;font-size:11px;color:#7f8896;letter-spacing:.14em;margin-bottom:7px}
.b-home__questions b{font-size:16px}
.b-home__side{display:grid;grid-template-rows:1fr 1fr;gap:20px}
.b-prompt{display:flex;flex-direction:column;justify-content:space-between}
.b-prompt h2{font-size:30px;margin:12px 0 10px}.b-prompt p{max-width:500px}
.b-today{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:end}
.b-today strong{font-size:34px;display:block;margin:8px 0}.b-today small{font-size:14px;color:#9da6b4}
.b-number{font-size:64px;font-weight:800;line-height:1;color:#fff}
.b-need-list{margin-top:28px;grid-template-columns:repeat(4,minmax(0,1fr))}
.b-need-list .b-card{min-height:255px;display:flex;flex-direction:column}
.b-need-list .b-card__foot{margin-top:auto}
.b-stepper{display:flex;align-items:center;gap:12px;margin-bottom:22px}
.b-stepper span{display:flex;align-items:center;gap:8px;color:#707987;font-size:13px}
.b-stepper span.on{color:#fff}.b-stepper span.done{color:#bcc4cf}
.b-stepper i{width:48px;height:1px;background:#3a3e47}
.b-goal-layout{display:grid;grid-template-columns:1fr 420px;gap:26px;margin-top:28px}
.b-summary{border:1px solid #3a3e47;border-radius:18px;padding:26px;background:#101217}
.b-summary__row{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #2e323a}
.b-summary__row:last-child{border-bottom:0}.b-summary__row span{color:#8f98a6}.b-summary__row b{text-align:right}
.b-reason{border-left:3px solid #dfe3e8;padding:6px 0 6px 16px;margin-top:18px;color:#b6bec9;line-height:1.6}
.b-schedule-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}
.b-schedule-lock{position:relative;min-height:790px;overflow:hidden;border-radius:18px;isolation:isolate}
.b-schedule-lock__preview{position:relative;z-index:1;pointer-events:none;user-select:none;filter:blur(3px);opacity:.42;transform:scale(.995);transform-origin:center top}
.b-schedule-lock__mask{position:absolute;z-index:2;inset:-24px;background:rgba(5,6,8,.68);backdrop-filter:blur(5px)}
.b-schedule-gate{position:absolute;z-index:3;left:50%;top:49%;width:min(650px,calc(100% - 80px));transform:translate(-50%,-50%);padding:38px 42px;border:1px solid #5b626e;border-radius:22px;background:#111318;box-shadow:0 28px 90px rgba(0,0,0,.65)}
.b-schedule-gate h1{max-width:560px;margin:12px 0;font-size:34px;line-height:1.18}.b-schedule-gate>p{margin:0;color:#b0b8c3;font-size:15px;line-height:1.7}
.b-schedule-gate ol{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:26px 0 28px;padding:0;list-style:none}.b-schedule-gate li{min-height:96px;padding:15px;border:1px solid #353a44;border-radius:14px;background:#171a20}.b-schedule-gate li b{display:grid;place-items:center;width:26px;height:26px;border:1px solid #69717e;border-radius:50%;font-size:12px}.b-schedule-gate li span{display:block;margin-top:12px;color:#d8dde4;font-size:13px;line-height:1.45}
.b-schedule-gate .b-actions{margin-top:0}.b-schedule-gate .b-btn--primary{min-width:285px}
.b-goal-metric{min-height:112px;border:1px solid #343943;border-radius:16px;background:#101217;padding:16px 18px;display:flex;flex-direction:column;position:relative;overflow:hidden}
.b-goal-metric>span,.b-goal-metric>div>span{display:block;color:#8e97a4;font-size:11px;letter-spacing:.08em}.b-goal-metric b{display:block;margin:8px 0 4px;font-size:24px;line-height:1.1;color:#f3f5f7}.b-goal-metric small{display:block;color:#7d8694;font-size:11px;line-height:1.4}
.b-goal-metric>i{height:3px;margin-top:auto;background:#292d34;border-radius:99px;overflow:hidden}.b-goal-metric>i em{display:block;height:100%;background:#f2f4f6;border-radius:inherit}
.b-goal-metric--total{justify-content:space-between;border-color:#464c57;background:linear-gradient(135deg,#14171c,#0f1115)}.b-goal-metric--total>div{padding-right:98px}.b-goal-metric--total b{font-size:25px}.b-goal-metric--total .b-link{position:absolute;right:18px;bottom:17px;margin:0;font-size:11px;padding:5px 0}
.b-schedule-goal{border:1px solid #3a3f49;border-radius:16px;background:#12151a;padding:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.b-schedule-goal h2{font-size:25px;margin:8px 0 4px}.b-schedule-goal p{font-size:13px;line-height:1.5;color:#9fa8b5;margin:0;max-width:245px}.b-schedule-goal .b-link{white-space:nowrap;margin:0 0 2px}
.b-streak-chip{display:inline-flex;align-items:center;margin-top:11px;padding:5px 9px;border:1px solid #424853;border-radius:999px;color:#c9d0d9;font-size:11px}
.b-schedule-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.b-schedule-progress article{border:1px solid #343943;border-radius:16px;background:#0f1115;padding:18px;display:flex;flex-direction:column}
.b-schedule-progress span{font-size:12px;color:#8e97a4}.b-schedule-progress b{font-size:24px;margin:9px 0 4px}.b-schedule-progress small{color:#707987;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.b-schedule-progress i{height:4px;background:#292d34;border-radius:99px;overflow:hidden;margin-top:auto}.b-schedule-progress em{display:block;height:100%;background:#f2f4f6;border-radius:inherit}
.b-schedule-head{display:flex;align-items:center;gap:24px;margin-bottom:14px}
.b-schedule-tools{display:flex;align-items:center;gap:12px;margin-left:auto}.b-schedule-tools .b-switch{margin-left:0}
.b-plan-schedule,.b-manage-schedule{min-height:46px;border:1px solid #626a76;background:#171a20;color:#f2f4f7;border-radius:999px;padding:0 20px;font-weight:700;cursor:pointer;white-space:nowrap}
.b-plan-schedule{min-width:150px}.b-plan-schedule:hover,.b-manage-schedule:hover{background:#232730}.b-plan-schedule:focus-visible,.b-manage-schedule:focus-visible{outline:2px solid #fff;outline-offset:2px}
.b-switch{display:flex;border:1px solid #3b3f48;border-radius:999px;padding:4px;margin-left:auto}
.b-switch button{min-width:150px;border:0;background:transparent;color:#8992a0;padding:11px 24px;border-radius:999px;cursor:pointer}
.b-switch button.on{background:#f2f4f6;color:#111317;font-weight:700}
.b-schedule-mode{margin-left:0}
.b-schedule-week{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:-2px 0 14px}
.b-schedule-week button{min-height:72px;border:1px solid #343842;border-radius:14px;background:#101217;color:#7f8895;cursor:pointer;display:grid;grid-template-columns:auto auto;grid-template-rows:auto;place-content:center;column-gap:9px}
.b-schedule-week button span{font-size:11px;align-self:center}.b-schedule-week button b{font-size:21px;color:#c4cad3;grid-row:1;grid-column:2;align-self:center}
.b-schedule-week button.on{background:#f3f5f7;color:#111317;border-color:#f3f5f7}.b-schedule-week button.on b{color:#111317}.b-schedule-week button:focus-visible{outline:2px solid #fff;outline-offset:2px}
.b-agenda{display:flex;flex-direction:column;gap:14px}.b-agenda__head{display:flex;align-items:end;justify-content:space-between;gap:20px}.b-agenda__head .b-eyebrow{margin-bottom:5px}.b-agenda__head h2{margin:0;font-size:25px}.b-agenda__head>strong{margin-bottom:4px;color:#aeb6c2;font-size:13px}.b-agenda__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.b-agenda-card{aspect-ratio:16/9;min-width:0;position:relative;overflow:hidden;border:1px solid #3a3f48;border-radius:18px;background:#13161b;color:#f4f6f8}
.b-agenda-card__art,.b-agenda-card__shade,.b-agenda-card__content{position:absolute;inset:0}.b-agenda-card__art{background:#777b82}.b-agenda-card__art::before,.b-agenda-card__art::after{content:"";position:absolute;inset:auto;border-radius:50% 50% 0 0;background:rgba(16,18,22,.58)}.b-agenda-card__art::before{width:62%;height:52%;left:-10%;bottom:0}.b-agenda-card__art::after{width:68%;height:42%;right:-14%;bottom:0}
.b-agenda-card__art--run{background:linear-gradient(150deg,#a3a6aa 0 34%,#6f747b 34% 53%,#2c3037 53% 100%)}.b-agenda-card__art--strength{background:linear-gradient(145deg,#96999e 0 38%,#5c6269 38% 58%,#282c32 58% 100%)}.b-agenda-card__art--assessment{background:linear-gradient(145deg,#9d998c 0 36%,#68655d 36% 56%,#292a2d 56% 100%)}.b-agenda-card__art--free{background:linear-gradient(145deg,#8c9691 0 34%,#56635e 34% 55%,#252c29 55% 100%)}
.b-agenda-card__shade{background:linear-gradient(180deg,rgba(5,6,8,.12) 5%,rgba(5,6,8,.22) 34%,rgba(7,8,10,.94) 72%,#0b0d10 100%)}
.b-agenda-card__content{z-index:1;display:flex;flex-direction:column;padding:20px 22px}.b-agenda-card__content>header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#c3c9d1;font-size:11px}.b-agenda-card__copy{margin-top:auto}.b-agenda-card__copy>span{font-size:11px;letter-spacing:.12em;color:#b6bec9}.b-agenda-card__copy h3{margin:7px 0 4px;font-size:27px;line-height:1.12}.b-agenda-card__copy p{margin:0;color:#c2c8d0;font-size:12px;line-height:1.45;max-width:82%}
.b-agenda-card__content>footer{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:15px}.b-agenda-card__content>footer>div{display:flex;gap:7px;flex-wrap:wrap}.b-agenda-card__content>footer>div span{border:1px solid #5a616d;border-radius:999px;padding:4px 8px;color:#d7dce3;font-size:10px}.b-agenda-card__content>footer>b{font-size:11px;color:#eef1f5;border-bottom:1px solid #727985;padding-bottom:4px;white-space:nowrap}.b-agenda-card .b-btn{flex:0 0 auto;padding:10px 16px;min-width:124px;font-size:12px}.b-agenda-card .b-btn--compact{min-width:auto}
.b-agenda-card--add{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:24px;border-style:dashed;background:linear-gradient(145deg,#14171c,#0d0f13);text-align:left;cursor:pointer}.b-agenda-card--add>span{display:grid;place-items:center;width:46px;height:46px;margin-bottom:auto;border:1px solid #555d69;border-radius:50%;color:#e9edf2;font-size:24px}.b-agenda-card--add h3{margin:12px 0 5px;color:#f2f4f7;font-size:25px}.b-agenda-card--add p{margin:0;color:#9099a6;font-size:12px}.b-agenda-card--add:hover{border-color:#747c88;background:#181b21}
.b-no-plan{display:flex;flex-direction:column;gap:14px}.b-no-plan__head{display:flex;align-items:end;justify-content:space-between}.b-no-plan__head h2,.b-no-plan__recommend-head h2{margin:4px 0 0;font-size:24px}.b-no-plan__head p{margin:5px 0 0;color:#8e97a4;font-size:12px}
.b-plan-recommendation{display:flex;flex-direction:column;gap:10px}.b-plan-recommendation__head{display:flex;align-items:end;justify-content:space-between}.b-plan-recommendation__head h2{margin:2px 0 0;font-size:24px}.b-plan-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.b-plan-option{min-height:136px;border:1px solid #373d47;border-radius:17px;background:#111419;padding:20px 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.b-plan-option--smart{border-color:#666f7d;background:linear-gradient(135deg,#181c23,#111419)}.b-plan-option>div{min-width:0}.b-plan-option h3{margin:5px 0 4px;color:#f2f4f7;font-size:22px}.b-plan-option p{margin:0;max-width:460px;color:#929ba8;font-size:12px;line-height:1.5}.b-plan-option .b-btn{flex:0 0 auto;min-width:0;padding:11px 16px;font-size:12px;text-decoration:none}
.b-no-plan__recommend-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:2px}.b-no-plan__recommend-head>span{color:#7f8895;font-size:11px;margin-bottom:3px}.b-no-plan__recommend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.b-no-plan__recommend{grid-column:1/2;width:100%;aspect-ratio:16/9}.b-no-plan__recommend .b-agenda-card__content{padding:18px 20px}.b-no-plan__recommend .b-agenda-card__copy h3{font-size:24px}.b-no-plan__recommend .b-agenda-card__copy p{max-width:90%;font-size:11px}.b-no-plan__recommend .b-agenda-card__content>footer{gap:8px;margin-top:10px}.b-no-plan__course-actions{display:flex;gap:7px}.b-no-plan__recommend .b-btn{padding:8px 11px;min-width:0;font-size:10px}
.b-schedule-body{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;min-height:0}
.b-schedule-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}
.b-schedule-card-grid>.b-course,.b-schedule-card-grid>.b-agenda-card,.b-schedule-card-grid>.b-adjust-panel{width:100%;aspect-ratio:16/9;min-height:0}
.b-schedule-card-grid--adjust{grid-template-columns:repeat(2,minmax(0,1fr))}
.b-course{position:relative;display:flex;flex-direction:column;min-height:390px;overflow:hidden;padding:30px}
.b-course::before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 55%);pointer-events:none}
.b-course__top,.b-course__focus,.b-course__meta,.b-course__actions{position:relative;z-index:1}
.b-course__top{display:flex;justify-content:space-between;align-items:center}
.b-course__focus{margin-top:auto}.b-course__focus>span{display:block;color:#9ca5b2;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.b-course h2{font-size:42px;margin:10px 0 8px;max-width:750px}.b-course__focus p{margin:0;color:#b3bbc6;font-size:15px}
.b-course__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.b-course__actions{display:flex;align-items:center;gap:12px;margin-top:24px}
.b-course--assessment{border-style:dashed;background:linear-gradient(145deg,#18191d,#101217 58%)}
.b-course--assessment .b-course__focus>span{color:#d8c49c}
.b-course--record{background:linear-gradient(145deg,#20242a,#111419 62%)}
.b-course--free{border-style:dashed;background:linear-gradient(145deg,#181c20,#101216 62%)}
.b-course[data-nav],.b-recommend[data-nav],.b-agenda-card[data-nav]{cursor:pointer;transition:border-color .16s ease,background-color .16s ease}
.b-course[data-nav]:hover,.b-course[data-nav]:focus-visible,.b-recommend[data-nav]:hover,.b-recommend[data-nav]:focus-visible,.b-agenda-card[data-nav]:hover,.b-agenda-card[data-nav]:focus-visible{border-color:#777f8b;outline:none}
.b-schedule-card-grid .b-course{padding:20px 22px}
.b-schedule-card-grid .b-course h2{font-size:27px;margin:7px 0 5px;max-width:none}
.b-schedule-card-grid .b-course__focus p{font-size:12px;line-height:1.45}
.b-schedule-card-grid .b-course__meta{gap:6px;margin-top:11px}
.b-schedule-card-grid .b-course__actions{gap:8px;margin-top:13px}
.b-schedule-card-grid .b-course__actions .b-btn{min-width:0;padding:9px 14px;font-size:11px}
.b-day-ledger{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;height:100%}
.b-day-entry{border:1px solid #363b44;border-radius:18px;background:#12151a;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.b-day-entry h2{font-size:27px;margin:14px 0 8px}.b-day-entry p{margin:0;color:#aab3bf}.b-day-entry .b-link{flex:0 0 auto;margin-top:0}
.b-day-entry--free{border-style:dashed}.b-day-entry--free>span{flex:0 0 auto}
.b-side-stack{display:flex;flex-direction:column;gap:18px}
.b-side-stack .b-card{flex:1;display:flex;flex-direction:column}.b-side-stack h3{font-size:22px;margin:10px 0 8px}.b-side-stack p{color:#aeb6c1;line-height:1.55}
.b-adjust-link{margin-top:auto;padding-top:16px;text-align:left}
.b-course--adjusted{border-color:#69717d}.b-adjust-panel{min-height:270px}.b-adjust-panel .b-actions{margin-top:auto}
.b-adjust-panel--compact{display:flex;flex-direction:column;padding:22px}.b-adjust-panel--compact h3{font-size:23px}.b-adjust-panel--compact .b-adjust-list{margin-bottom:8px}.b-adjust-panel--compact .b-actions{gap:8px;margin-top:auto}.b-adjust-panel--compact .b-btn{min-width:0;padding:9px 14px;font-size:11px}
.b-adjust-list{display:grid;gap:10px;margin:12px 0 16px}.b-adjust-list p{display:grid;grid-template-columns:58px 1fr;gap:10px;margin:0;padding:10px 0;border-top:1px solid #30353d}.b-adjust-list b{color:#f0f2f5}.b-adjust-list span{color:#aeb6c1}
.b-adjust-scope{flex:0 0 auto!important;min-height:120px}.b-adjust-scope h3{font-size:18px;margin:8px 0 2px}.b-adjust-scope p{margin:4px 0 0}
.b-empty{display:flex;flex-direction:column;min-height:390px}
.b-empty__intro{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:18px}
.b-empty__intro h2{font-size:32px;margin:5px 0 0}
.b-recommend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;flex:1;align-items:start}
.b-recommend{display:flex;flex-direction:column}
.b-recommend{aspect-ratio:16/9;min-height:0;padding:22px}.b-recommend .b-actions{margin-top:auto}.b-recommend .b-btn{padding:9px 14px;font-size:11px}
.b-recommend h3{font-size:27px}.b-recommend .b-actions{margin-top:auto}
.b-why{margin:18px 0 0;padding:16px;border:1px dashed #4b515d;border-radius:12px;color:#afb7c2;line-height:1.55}
.b-course-detail-layer{position:absolute;inset:0;z-index:80;display:grid;place-items:center;padding:62px 110px;background:rgba(3,4,6,.72);backdrop-filter:blur(7px)}
.b-course-detail{position:relative;width:min(1040px,100%);max-height:100%;overflow:auto;border:1px solid #3b414c;border-radius:24px;background:linear-gradient(145deg,#1a1e27,#101217 68%);padding:32px 38px;box-shadow:0 28px 90px rgba(0,0,0,.58)}
.b-course-detail__close{position:absolute;top:18px;right:20px;z-index:2;width:44px;height:44px;border:1px solid #4a515d;border-radius:50%;background:#20242b;color:#eef1f4;font-size:28px;line-height:1;cursor:pointer}
.b-course-detail__summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:30px;align-items:center;padding-right:52px}
.b-course-detail__cover{aspect-ratio:16/9;border:1px solid #3d444f;border-radius:16px;overflow:hidden;background:linear-gradient(155deg,#a0a4a8 0 28%,#70767d 28% 49%,#30353c 49% 70%,#111419 70% 100%)}
.b-course-detail__cover::before,.b-course-detail__cover::after{content:"";position:absolute}
.b-course-detail__headline h2{margin:12px 0 18px;font-size:34px;line-height:1.14;letter-spacing:-.02em}
.b-course-detail__meta{display:flex;align-items:center;gap:22px;color:#c2c8d1;font-size:14px}.b-course-detail__meta span{white-space:nowrap}
.b-course-detail__content{margin-top:28px;border:1px solid #2d323b;border-radius:16px;background:#0f1115;padding:20px 22px}
.b-course-detail__coach{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid #343a45;border-radius:13px;background:linear-gradient(100deg,#1c2330,#241d30)}
.b-course-detail__coach i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#7e848d,#292d34);font-size:11px;font-style:normal}.b-course-detail__coach div{display:flex;flex-direction:column;gap:4px}.b-course-detail__coach b{font-size:16px}.b-course-detail__coach span{color:#9ba4b1;font-size:13px}
.b-course-detail__intro{padding:20px 2px 2px}.b-course-detail__intro h3{margin:0 0 9px;font-size:18px}.b-course-detail__intro p{margin:0;color:#aeb6c2;font-size:14px;line-height:1.55}
.b-course-detail>footer{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:24px}.b-course-detail>footer .b-btn{min-width:360px}
.b-course-detail__save{width:54px;height:54px;border:2px solid #e5e8ed;border-radius:50%;background:transparent;color:#fff;font-size:26px;cursor:pointer}
.b-course-detail__scheduled{display:inline-flex;align-items:center;min-height:32px;margin-top:18px;padding:0 12px;border:1px solid #4b535f;border-radius:999px;color:#dce2e9;font-size:13px}
.b-course-detail__add{min-width:220px!important;background:transparent;color:#f5f7f9}.b-course-detail__add:hover,.b-course-detail__add:focus-visible{background:#252a32}
.b-course-detail.is-scheduling>footer{display:none}
.b-course-detail.is-scheduling{width:min(960px,100%);padding:26px 32px}.b-course-detail.is-scheduling .b-course-detail__summary{grid-template-columns:250px 1fr;gap:24px}.b-course-detail.is-scheduling .b-course-detail__headline h2{font-size:29px}.b-course-detail.is-scheduling .b-course-detail__content{display:none}
.b-course-schedule-panel{margin-top:20px;border:1px solid #3b424d;border-radius:16px;background:#16191f;padding:18px 20px;animation:bScheduleReveal .2s ease-out both}
.b-course-schedule-panel[hidden],.b-course-added[hidden]{display:none!important}
.b-course-schedule-panel>header{display:flex;align-items:center;justify-content:space-between}.b-course-schedule-panel>header h3{margin:5px 0 0;font-size:22px}.b-course-schedule-panel>header>button{display:grid;place-items:center;width:44px;height:44px;border:1px solid #454c57;border-radius:50%;background:transparent;color:#fff;font-size:22px;cursor:pointer}
.b-course-schedule-monthbar{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;margin:12px 0 8px}.b-course-schedule-monthbar strong{text-align:center;font-size:17px}.b-course-schedule-monthbar button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #3c434e;border-radius:50%;background:#111318;color:#f3f5f7;cursor:pointer}.b-course-schedule-monthbar button:last-child{justify-self:end}.b-course-schedule-monthbar button:disabled{opacity:.24;cursor:default}
.b-course-schedule-weekdays,.b-course-schedule-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}.b-course-schedule-weekdays{margin-bottom:6px;color:#7f8896;text-align:center;font-size:11px}.b-course-schedule-calendar{margin-bottom:14px}.b-course-schedule-date{display:grid;place-items:center;min-height:38px;border:1px solid #343b45;border-radius:9px;background:#111318;color:#c4cbd5;cursor:pointer}.b-course-schedule-date span{font-size:13px;font-weight:700}.b-course-schedule-date:hover:not(:disabled),.b-course-schedule-date:focus-visible{border-color:#a8b0bb}.b-course-schedule-date.outside{border-color:transparent;background:transparent;color:#59616d}.b-course-schedule-date:disabled{opacity:.34;cursor:default}.b-course-schedule-date.on{border-color:#f5f6f8;background:#f5f6f8;color:#0c0e11;box-shadow:0 0 0 2px rgba(255,255,255,.15)}
.b-course-schedule-panel>footer{display:flex;justify-content:flex-end;gap:12px}.b-course-schedule-panel>footer .b-btn{min-width:150px}
.b-course-added{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;border:1px solid #dfe4ea;border-radius:14px;background:#f0f2f5;color:#0e1115;padding:12px 14px;animation:bScheduleReveal .2s ease-out both}.b-course-added b{font-size:16px}.b-course-added .b-btn{min-width:150px;border-color:#262b32;background:#15181d;color:#fff}
.b-course-detail.is-added .b-course-detail__add{display:none}
@keyframes bScheduleReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){.b-course-schedule-panel,.b-course-added{animation:none}}
.b-custom-list{display:grid;gap:14px;margin-top:18px}
.b-custom-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;border:1px solid #363a43;border-radius:15px;padding:18px;background:#121419}
.b-custom-item__time{font-size:24px;font-weight:800}.b-custom-item p{margin:4px 0 0;color:#9ca5b3}.b-custom-item .b-badge{justify-self:end}
.b-library{display:grid;grid-template-columns:260px 1fr;gap:22px;height:680px}
.b-library__filters{display:flex;flex-direction:column;gap:8px}
.b-library__filters button{border:1px solid transparent;background:transparent;color:#929baa;text-align:left;border-radius:12px;padding:14px 16px;cursor:pointer}
.b-library__filters button.on{border-color:#474c57;background:#171a20;color:#fff}
.b-library__content{display:flex;flex-direction:column;min-width:0}
.b-library__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.b-library__cards .b-card{min-height:260px;display:flex;flex-direction:column}.b-library__cards .b-card__foot{margin-top:auto}
.b-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;margin-top:20px}
.b-calendar span{text-align:center;color:#707987;font-size:12px;padding:8px}
.b-calendar button{height:62px;border:1px solid #343842;background:#101217;color:#b6beca;border-radius:10px;cursor:pointer}
.b-calendar button.on{background:#f1f3f5;color:#111317;border-color:#f1f3f5;font-weight:800}
.b-success{height:100%;display:flex;align-items:center;justify-content:center;text-align:center}
.b-success__card{width:720px;border:1px solid #424751;background:#121419;border-radius:22px;padding:50px}
.b-success__icon{width:72px;height:72px;border:1px solid #f2f3f5;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;font-size:34px}
.b-success h1{font-size:38px;margin:0 0 12px}.b-success p{color:#aab3bf;font-size:17px;line-height:1.6}
.b-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.b-metric{border:1px solid #363a43;border-radius:14px;padding:18px;background:#0f1115}
.b-metric span{display:block;color:#858e9d;font-size:13px}.b-metric b{display:block;font-size:26px;margin-top:8px}
.b-result-head{display:flex;align-items:center;gap:18px}.b-result-head i{width:58px;height:58px;border:1px solid #f2f3f5;border-radius:50%;display:grid;place-items:center;font-size:24px}.b-result-head h2{margin:0;font-size:30px}.b-result-head p{margin:5px 0 0;color:#a8b1bd}
.b-change-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}
.b-change{border:1px solid #343842;border-radius:13px;padding:16px}.b-change span{display:block;color:#858e9c;font-size:12px}.b-change b{display:block;margin-top:7px;font-size:18px}.b-change small{display:block;color:#a6aeba;margin-top:6px}
.b-chain{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-top:28px}
.b-chain__item{position:relative;border:1px solid #3b4049;border-radius:16px;padding:22px;background:#111318}
.b-chain__item:not(:last-child)::after{content:"→";position:absolute;right:-27px;top:50%;color:#7c8592;font-size:22px}
.b-chain__item span{font-size:12px;color:#858e9c}.b-chain__item h3{margin:9px 0 7px;font-size:20px}.b-chain__item p{margin:0;color:#aeb6c1;line-height:1.5;font-size:14px}
.b-rule-note{margin-top:20px;border-left:3px solid #d8dce2;padding:12px 16px;background:#111318;color:#b8c0ca;line-height:1.6}
@media(max-width:1450px){.b-main{padding:32px 40px 24px}.b-title{font-size:36px}.b-tabbar{gap:64px}.b-home__hero h1{font-size:44px}.b-home-overview{grid-template-columns:280px minmax(440px,1fr) 300px}.b-schedule-body{height:610px}}

/* 既有业务页在方案 B 中统一归属 Schedule Tab：业务流程不变，页面画布改为 Tab 内结构。 */
.b-schedule-scoped-page{height:100%!important;position:relative!important;display:flex!important;flex-direction:column!important;padding:0!important;overflow:hidden!important;background:#08090b!important}
.b-schedule-scoped-page>.b-schedule-top{display:flex!important;order:0;position:relative;z-index:30;width:100%;height:86px;flex:0 0 86px}
.b-schedule-scoped-page>header:not(.b-schedule-top){display:none!important}
.b-schedule-scoped-page>main{order:1;flex:1!important;min-height:0!important;width:100%!important;height:auto!important;margin:0!important;padding:26px 54px 22px!important;display:block!important;place-items:initial!important;overflow:auto!important;background:#08090b!important}
.b-schedule-scoped-page>main>section:only-child{width:100%!important;max-width:none!important;height:100%!important;min-height:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;padding-left:0!important;padding-right:0!important}
.b-schedule-scoped-page>.b-tabbar{order:2;position:relative!important;z-index:40;left:auto;right:auto;bottom:auto;width:100%;height:86px;min-height:86px;flex:0 0 86px}
.b-legacy-schedule-top .b-profile-chip{flex:0 0 auto}
.b-legacy-back{width:34px;height:34px;margin-left:16px;border:1px solid #404650;border-radius:50%;background:#14171c;color:#eef1f5;display:grid;place-items:center;font-size:22px;line-height:1;cursor:pointer}
.b-legacy-back:hover{background:#20242b}.b-legacy-back:focus-visible{outline:2px solid #fff;outline-offset:2px}
.b-legacy-schedule-top .b-schedule-top__title{margin-left:12px;padding-left:16px}

/* Arrange 作为 Schedule 的管理视图：移除独立页面的大面板，日程内容统一使用 16:9 卡片。 */
.b-schedule-scoped-page--arrange-schedule .t5-arrange__panel{width:100%!important;height:100%!important;border:0!important;border-radius:0!important;background:transparent!important;padding:0!important}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__title{height:66px}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__dates{height:84px;padding:9px 12px;background:#101217;border-color:#343842}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__dates--scroll>button{flex-basis:128px}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__days{height:calc(100% - 166px);margin-top:16px}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__day{min-height:0!important;grid-template-columns:108px minmax(0,1fr);padding-bottom:18px;margin-bottom:18px}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__day-content,.b-schedule-scoped-page--arrange-schedule .t5-arrange:not(.t5-arrange--history) .t5-arrange__day-content{padding-left:18px;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:none!important;grid-auto-rows:auto!important;align-items:start;gap:16px}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__course-row,.b-schedule-scoped-page--arrange-schedule .t5-arrange:not(.t5-arrange--history) .t5-arrange__course-row{position:relative;display:block!important;width:100%;height:auto!important;aspect-ratio:16/9;min-width:0;flex:none!important}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__course{width:100%;height:100%;padding:18px 20px;border-radius:16px;background:#111318}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__course h2{font-size:20px;margin-top:10px}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__more{position:absolute;z-index:2;right:14px;top:14px;width:38px;height:38px;background:#111318}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__course>header{padding-right:48px}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__add,.b-schedule-scoped-page--arrange-schedule .t5-arrange:not(.t5-arrange--history) .t5-arrange__add,.b-schedule-scoped-page--arrange-schedule .t5-arrange__day-off,.b-schedule-scoped-page--arrange-schedule .t5-arrange:not(.t5-arrange--history) .t5-arrange__day-off,.b-schedule-scoped-page--arrange-schedule .t5-arrange__join-plan,.b-schedule-scoped-page--arrange-schedule .t5-arrange:not(.t5-arrange--history) .t5-arrange__join-plan{width:100%;height:auto!important;aspect-ratio:16/9;min-width:0;flex:none!important;border-radius:16px;padding:20px;align-self:start}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__day-off{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}
.b-schedule-scoped-page--arrange-schedule .t5-arrange__day-off>b,.b-schedule-scoped-page--arrange-schedule .t5-arrange__day-off>p{margin-left:0}.b-schedule-scoped-page--arrange-schedule .t5-arrange__day-off>p{margin-top:8px}

/* Schedule 内的评估入口与选课卡同样遵循 16:9。 */
.b-schedule-scoped-page--body-assessment .t5-assessment__choice>div>button{width:100%;height:auto!important;min-height:0!important;aspect-ratio:16/9}
.b-schedule-scoped-page--custom-schedule-create .t5-course-picker__card{width:100%;height:auto!important;min-height:0!important;aspect-ratio:16/9}
