:root{--background: #faf9f6;--foreground: #191a17;--card: #ffffff;--card-foreground: #191a17;--popover: #ffffff;--popover-foreground: #191a17;--primary: #1c1d19;--primary-foreground: #fffdf5;--secondary: #f6eed6;--secondary-foreground: #191a17;--muted: #f1efe9;--muted-foreground: #77756c;--accent: #f7e9bd;--accent-foreground: #191a17;--destructive: #c4523f;--border: #e6e3da;--input: #e6e3da;--ring: #d9a92c;--radius: .9rem;--sun: #d9a92c;--sun-soft: #f3d57f;--sun-tint: #fbf3dc;--sage: #9db8a0;--sage-soft: #e7efe4;--ink: #191a17;--subtle: #8a887f;--faint: #b6b4ab;--line: #ebe9e1;--line-soft: #f2f0ea;--paper: #faf9f6;--shadow-card: 0 1px 2px rgba(28,29,23,.04), 0 8px 24px rgba(28,29,23,.05);--shadow-float: 0 6px 16px rgba(28,29,23,.06), 0 24px 60px rgba(28,29,23,.1);--shadow-ink: 0 10px 24px rgba(28,29,23,.18)}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth}body{margin:0;color:var(--ink);-webkit-font-smoothing:antialiased;background:var(--background);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,PingFang HK,Microsoft YaHei,system-ui,sans-serif;font-feature-settings:"ss01","cv01"}button,input,select,textarea{font:inherit;color:inherit}button{-webkit-tap-highlight-color:transparent;cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(217,169,44,.5);outline-offset:2px;border-radius:4px}a{color:inherit;text-decoration:none}html:before{content:"";position:fixed;inset:0 0 auto;height:3px;z-index:60;background:linear-gradient(90deg,var(--sun-soft),var(--sun),#e8d8a0)}.prototype-shell{min-height:100svh;padding:20px;display:flex;justify-content:center}.phone-canvas{position:relative;width:100%;max-width:430px;height:calc(100svh - 40px);min-height:700px;margin:0 auto;overflow:hidden;overscroll-behavior:contain;background:var(--paper);border:1px solid rgba(28,29,23,.06);border-radius:30px;box-shadow:0 1px #fff9 inset,0 30px 80px #1c1d171f}.phone-scroll{height:100%;overflow-y:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.phone-scroll::-webkit-scrollbar{display:none}.page{min-height:100%;padding-bottom:96px;animation:page-in .32s cubic-bezier(.2,.7,.2,1)}@keyframes page-in{0%{opacity:0;transform:translateY(6px)}}.eyebrow{color:var(--subtle);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.h-title{font-weight:800;letter-spacing:-.03em;color:var(--ink)}.h-title .gold{color:var(--sun)}.card{background:var(--card);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-card)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:50px;padding:0 20px;border:0;border-radius:16px;background:var(--primary);color:var(--primary-foreground);font-size:14px;font-weight:650;box-shadow:var(--shadow-ink);transition:transform .12s ease,opacity .15s ease}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:0 18px;border:0;border-radius:15px;background:linear-gradient(135deg,#ecc04a,#e2b23a);color:#241d08;font-size:14px;font-weight:700;box-shadow:0 8px 18px #d9a92c40;transition:transform .12s ease,filter .15s ease}.btn-gold:active{transform:scale(.97);filter:brightness(1.04)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:46px;padding:0 16px;border:1px solid var(--line);border-radius:15px;background:var(--card);color:var(--ink);font-size:14px;font-weight:600;transition:background .15s ease}.btn-ghost:hover{background:var(--muted)}.icon-btn{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:13px;background:transparent;color:var(--ink);transition:background .15s ease}.icon-btn:hover{background:var(--muted)}.input-row{display:flex;align-items:center;gap:10px;height:50px;padding:0 14px;border:1px solid var(--line);border-radius:15px;background:var(--card);box-shadow:var(--shadow-card)}.input-row svg{color:var(--faint);flex:0 0 auto}.input-row input{flex:1;min-width:0;border:0;background:transparent;height:100%;font-size:14px;color:var(--ink)}.input-row input::placeholder{color:var(--faint)}.input-row:focus-within{border-color:var(--sun);box-shadow:0 0 0 3px #d9a92c26}.free-tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#4c6b50;font-style:normal}.err{color:#a34c3d;font-size:12px;padding:4px 4px 0}.chip{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--subtle);font-size:12px;font-weight:560;white-space:nowrap;transition:all .15s ease}.chip.active{background:var(--ink);border-color:var(--ink);color:var(--primary-foreground)}.pill-tag{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:600;line-height:1}.pill-yoga{background:var(--sun-tint);color:#8a6516}.pill-sage{background:var(--sage-soft);color:#4c6b50}.seg{display:inline-flex;gap:3px;padding:4px;border-radius:14px;background:var(--muted)}.seg button{min-height:38px;padding:0 16px;border:0;border-radius:11px;background:transparent;color:var(--subtle);font-size:13px;font-weight:600;transition:all .15s ease}.seg button.active{background:var(--card);color:var(--ink);box-shadow:0 1px 4px #1c1d171a}.topbar{display:flex;align-items:center;gap:11px;padding:18px 20px 14px;background:transparent}.topbar-title{display:flex;flex-direction:column;min-width:0}.topbar-title h1{margin:0;font-size:20px;font-weight:800;letter-spacing:-.02em}.topbar-title span{color:var(--subtle);font-size:11px}.brand-dot{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:12px;background:var(--ink);color:var(--sun-soft);font-size:16px;font-weight:800;letter-spacing:-.02em}.topbar-spacer{margin-left:auto}.sec-head{display:flex;align-items:end;justify-content:space-between;margin:4px 2px 12px}.sec-head h2{margin:0;font-size:17px;font-weight:800;letter-spacing:-.02em}.sec-head .more{display:flex;align-items:center;gap:2px;border:0;background:none;color:var(--subtle);font-size:12px}.sec-head .more svg{width:14px}.home-hero{padding:6px 20px 0}.hero-title{font-size:22px;line-height:1.22;font-weight:820;letter-spacing:-.03em;margin:14px 0 2px}.hero-sub{color:var(--subtle);font-size:13px;margin:0 0 4px}.discipline-pick{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;padding:12px 16px 0}.pick-card{position:relative;display:flex;align-items:center;gap:10px;min-height:88px;padding:10px 12px;border:1px solid var(--line);border-radius:18px;background:var(--card);text-align:left;box-shadow:var(--shadow-card);overflow:hidden;min-width:0;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.pick-card:active{transform:scale(.98)}.pick-card.is-active{border-color:transparent;box-shadow:0 10px 22px #d9a92c33}.pick-card .tag{flex:0 0 auto}.pick-card .ico{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;flex:0 0 auto;font-size:17px;font-weight:800;color:#fff}.pick-card.yoga .ico{background:linear-gradient(135deg,#efc14f,#d9a92c)}.pick-card.pilates .ico{background:linear-gradient(135deg,#a8c4aa,#7fa084)}.pick-card h3{margin:0;font-size:16px;font-weight:800;letter-spacing:-.02em}.pick-card p{margin:2px 0 0;color:var(--subtle);font-size:11px;line-height:1.3}.pick-card .txt{display:flex;flex-direction:column;min-width:0;flex:1}.pick-card .arrow{position:absolute;right:10px;bottom:10px;color:var(--faint)}.pick-card.is-active.yoga{background:linear-gradient(150deg,#fffdf6,#fbf0d2)}.pick-card.is-active.pilates{background:linear-gradient(150deg,#fbfdf9,#e9f1e5)}.home-start{padding:12px 20px 4px}.continue-card{display:flex;align-items:center;gap:14px;margin:20px;padding:15px 16px;border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:var(--shadow-card);text-align:left;width:auto;transition:transform .15s ease}.continue-card:active{transform:scale(.99)}.continue-thumb{width:50px;height:50px;border-radius:15px;overflow:hidden;background:var(--sun-tint);flex:0 0 auto}.continue-thumb img{width:100%;height:100%;object-fit:cover}.continue-card .body{min-width:0;flex:1}.continue-card .body .lbl{color:var(--faint);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.continue-card .body strong{display:block;font-size:14px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-card .body small{color:var(--subtle);font-size:11px}.continue-card .go{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--sun-tint);color:#8a6516}.continue-card .go svg{width:18px}.home-quick{display:grid;grid-template-columns:1fr 1fr;gap:11px;padding:0 20px 30px}.quick-item{display:flex;align-items:center;gap:11px;padding:13px 14px;text-align:left;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:var(--shadow-card);transition:transform .12s ease}.quick-item:active{transform:scale(.98)}.quick-item .qi{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--sun-tint);color:#8a6516;flex:0 0 auto}.quick-item .qi svg{width:17px}.quick-item strong{display:block;font-size:13px;font-weight:700}.quick-item small{color:var(--subtle);font-size:10px}.library-page{display:flex;flex-direction:column}.lib-tools{padding:6px 20px 10px}.lib-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.lib-meta .title{display:flex;flex-direction:column}.search-field{display:flex;align-items:center;gap:9px;height:46px;padding:0 14px;border:1px solid var(--line);border-radius:15px;background:var(--card);box-shadow:var(--shadow-card)}.search-field svg{width:18px;color:var(--faint)}.search-field input{flex:1;border:0;background:transparent;height:100%;font-size:14px}.search-field input::placeholder{color:var(--faint)}.chip-row{display:flex;gap:8px;overflow-x:auto;padding:12px 1px 4px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.lib-count{padding:10px 2px 12px;color:var(--subtle);font-size:12px}.lib-count strong{color:var(--ink)}.pose-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:2px 20px 24px}.pose-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:var(--shadow-card)}.pose-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--muted)}.pose-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .4s ease}.pose-card:hover .pose-media img{transform:scale(1.06)}.pose-fav{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:50%;background:#ffffffdb;color:var(--subtle);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 8px #1c1d1714}.pose-fav.on{color:#d97a56}.pose-fav svg{width:15px}.pose-stage{position:absolute;left:9px;top:9px}.pose-body{padding:12px 13px 13px}.pose-body .en{color:var(--faint);font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.pose-body h3{margin:3px 0 5px;font-size:16px;font-weight:800;letter-spacing:-.02em}.pose-body .meta-row{display:flex;align-items:center;justify-content:space-between}.pose-body .meta{color:var(--subtle);font-size:11px}.pose-add{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:11px;background:var(--sun-tint);color:#8a6516;transition:transform .1s ease,background .15s}.pose-add:hover{background:var(--sun-soft)}.pose-add:active{transform:scale(.92)}.pose-add svg{width:18px}.lib-shelf{position:absolute;left:0;right:0;bottom:0;z-index:20;display:flex;align-items:center;gap:12px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#faf9f6eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shelf-count{display:flex;flex-direction:column}.shelf-count strong{font-size:18px;line-height:1}.shelf-count span{color:var(--subtle);font-size:10px;margin-top:3px}.shelf-bar{flex:1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.shelf-bar button.go-builder{display:inline-flex;align-items:center;gap:6px;min-height:46px;padding:0 18px;border:0;border-radius:15px;background:var(--ink);color:#fffdf5;font-size:13px;font-weight:650;box-shadow:var(--shadow-ink)}.shelf-bar button.go-builder svg{width:16px}.pose-detail{padding:0 0 120px}.pd-hero{position:relative;margin:0 20px;border-radius:22px;overflow:hidden;aspect-ratio:4/3;background:var(--muted);box-shadow:var(--shadow-card)}.pd-hero img{width:100%;height:100%;object-fit:cover}.pd-hero .back{position:absolute;top:12px;left:12px;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:12px;background:#ffffffd9;color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pd-body{padding:16px 20px 26px}.pd-title .en{color:var(--faint);font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.pd-title h1{margin:4px 0 8px;font-size:23px;font-weight:850;letter-spacing:-.03em}.pd-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.pd-label{font-size:11px;font-weight:700;color:var(--subtle);letter-spacing:.08em;text-transform:uppercase;margin:14px 0 7px}.pd-desc{font-size:13.5px;line-height:1.65;color:#3c3c36;margin:0}.pd-hint-card{display:flex;gap:12px;padding:15px;border:1px solid #f0dfae;border-radius:16px;background:#fdf8e8}.pd-hint-card svg{width:18px;color:#b98a1d;flex:0 0 auto;margin-top:1px}.pd-hint-card strong{display:block;font-size:13px;margin-bottom:4px}.pd-hint-card p{margin:0;color:#6f6338;font-size:12px;line-height:1.6}.pd-steps{list-style:none;margin:0;padding:0;display:grid;gap:10px}.pd-steps li{display:flex;gap:12px;align-items:flex-start}.pd-steps .n{display:grid;place-items:center;width:24px;height:24px;flex:0 0 auto;border-radius:8px;background:var(--sun-tint);color:#8a6516;font-size:12px;font-weight:700}.pd-steps li p{margin:1px 0 0;color:#3c3c36;font-size:13px;line-height:1.6}.pd-bar{position:absolute;left:0;right:0;bottom:0;display:flex;gap:10px;padding:13px 20px calc(13px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#faf9f6f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:25}.pd-bar .add-to-builder{flex:1}.builder-page{display:flex;flex-direction:column;height:100%;padding-bottom:88px}.builder-top{flex:0 0 auto}.builder-head{display:flex;align-items:center;gap:10px;padding:12px 16px 8px}.builder-head .ttl{flex:1;min-width:0}.builder-head .ttl small{color:var(--subtle);font-size:10px;letter-spacing:.06em}.builder-head .ttl h1{margin:1px 0 0;font-size:17px;font-weight:800;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.save-state{display:inline-flex;align-items:center;gap:5px;color:var(--subtle);font-size:11px;white-space:nowrap;flex:0 0 auto}.save-state svg{width:14px}.save-state.ok{color:#5b8c62}.goal-bar{display:flex;align-items:center;gap:12px;padding:2px 20px 4px}.goal-meta{display:flex;gap:14px;margin:2px 0 6px;align-items:center}.goal-meta .gm{display:flex;flex-direction:column;min-width:0}.goal-meta .gm b{font-size:19px;letter-spacing:-.02em;line-height:1.1}.goal-meta .gm span{color:var(--subtle);font-size:10px}.goal-meta .target{margin-left:auto;color:var(--subtle);font-size:11px;white-space:nowrap}.goal-meter{position:relative;height:8px;border-radius:99px;background:var(--muted);overflow:hidden;margin:2px 0 4px}.goal-meter i{position:absolute;left:0;top:0;bottom:0;border-radius:99px;background:linear-gradient(90deg,var(--sun-soft),var(--sun));transition:width .3s ease}.goal-meter i.over{background:linear-gradient(90deg,#e89b86,#d9705c)}.goal-caption{color:var(--subtle);font-size:11px}.builder-lib{flex:1 1 46%;min-height:0;display:flex;flex-direction:column;border-right:1px solid var(--line);background:var(--background)}.lib-head{padding:12px 16px 8px}.lib-search-row{display:flex;align-items:center;gap:8px}.lib-search-row .search-field{flex:1}.builder-stages{display:flex;gap:6px;overflow-x:auto;padding:10px 16px 6px;scrollbar-width:none}.builder-stages::-webkit-scrollbar{display:none}.stage-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--subtle);font-size:12px;font-weight:600}.stage-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.stage-chip .cnt{font-size:10px;opacity:.6}.lib-list{flex:1;overflow-y:auto;padding:6px 14px 90px;scrollbar-width:none}.lib-list::-webkit-scrollbar{display:none}.lib-item{display:flex;align-items:center;gap:11px;width:100%;padding:8px 10px;margin-bottom:7px;border:1px solid var(--line);border-radius:16px;background:var(--card);text-align:left;transition:all .12s ease}.lib-item:active{transform:scale(.99)}.lib-item img{width:44px;height:44px;border-radius:12px;object-fit:cover;flex:0 0 auto}.lib-item .info{flex:1;min-width:0}.lib-item .info h4{margin:0;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lib-item .info small{color:var(--subtle);font-size:10px}.lib-item .add-mini{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:10px;background:var(--sun-tint);color:#8a6516;flex:0 0 auto}.lib-item .add-mini svg{width:16px}.lib-item.in-seq{opacity:.45}.lib-item.in-seq .add-mini{background:var(--muted);color:var(--faint);pointer-events:none}.builder-canvas{flex:1 1 54%;min-width:0;display:flex;flex-direction:column;background:var(--paper)}.canvas-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px}.canvas-toolbar .lbl{display:flex;align-items:center;gap:7px}.canvas-toolbar .lbl svg{width:16px;color:var(--sun)}.canvas-toolbar h3{margin:0;font-size:14px;font-weight:800}.canvas-toolbar .spacer{flex:1}.mode-switch{display:flex;gap:2px;padding:3px;border-radius:11px;background:var(--muted)}.mode-switch button{width:38px;height:28px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--subtle)}.mode-switch button.active{background:var(--card);color:var(--ink);box-shadow:0 1px 3px #00000014}.mode-switch svg{width:16px}.stage-group{padding:2px 14px}.stage-group-head{display:flex;align-items:center;gap:8px;padding:10px 2px 6px}.stage-group-head .dot{width:7px;height:7px;border-radius:50%}.stage-group-head .dot.warm{background:var(--sun-soft)}.stage-group-head .dot.main{background:var(--sun)}.stage-group-head .dot.cool{background:var(--sage)}.stage-group-head b{font-size:13px;font-weight:700}.stage-group-head .count{margin-left:auto;color:var(--faint);font-size:10px}.seq-wrap{position:relative}.seq-item{display:flex;align-items:center;gap:10px;margin-bottom:7px;padding:8px 10px;border:1px solid var(--line);border-radius:17px;background:var(--card);box-shadow:var(--shadow-card);cursor:grab;transition:box-shadow .15s ease,opacity .15s;touch-action:none}.seq-item.dragging{opacity:.5;box-shadow:var(--shadow-float)}.seq-item.drag-over{border-color:var(--sun);border-style:dashed}.seq-index{width:20px;text-align:center;color:var(--faint);font-size:11px;font-weight:700;flex:0 0 auto}.seq-item img{width:46px;height:46px;border-radius:13px;object-fit:cover;flex:0 0 auto}.seq-main{flex:1;min-width:0;display:flex;align-items:center;gap:10px}.seq-info{flex:1;min-width:0}.seq-info h4{margin:0;font-size:13px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seq-info small{display:flex;align-items:center;gap:5px;color:var(--subtle);font-size:10px;margin-top:2px}.seq-info small.has-note{color:#b98a1d}.seq-info small svg{width:12px}.stepper{display:flex;align-items:center;gap:2px}.stepper button{width:27px;height:27px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--subtle)}.stepper button:hover{background:var(--muted)}.stepper button svg{width:14px}.stepper .val{min-width:30px;text-align:center;font-size:13px;font-weight:750}.stepper .val small{font-size:9px;color:var(--faint);font-weight:600}.seq-more{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:11px;background:transparent;color:var(--faint)}.seq-more:hover{background:var(--muted);color:var(--ink)}.seq-more svg{width:16px}.ghost{opacity:.35}.canvas-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--subtle);padding:30px;text-align:center}.canvas-empty .e-ico{display:grid;place-items:center;width:60px;height:60px;border-radius:20px;background:var(--sun-tint);color:#c8a24a}.canvas-empty .e-ico svg{width:26px}.canvas-empty p{margin:0;font-size:13px;line-height:1.6}.builder-bottom{position:relative;flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:11px 16px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:30}.zz-check,.zz-check .preview-go{flex:1}.builder-bottom .save-btn{flex:1;min-height:48px}.builder-bottom .check-side{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 12px;min-height:48px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.builder-bottom .check-side .cl{color:var(--subtle);font-size:10px}.builder-bottom .check-side b{display:flex;align-items:center;gap:4px;font-size:12px}.builder-bottom .check-side b .warn{color:#b98a1d}.check-pop{border-top:1px solid var(--line);padding:10px 18px;background:#fffdf6}.check-pop h5{margin:0 0 8px;font-size:13px;display:flex;align-items:center;gap:6px}.check-pop h5 svg{width:15px;color:#b98a1d}.check-item{display:flex;align-items:flex-start;gap:8px;padding:4px 0;font-size:12px;color:#5c5535}.check-item svg{width:14px;color:#b98a1d;flex:0 0 auto;margin-top:1px}.builder-split{display:flex;height:100%}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;margin:0 auto;width:min(100%,430px);display:grid;grid-template-columns:repeat(4,1fr);height:70px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line)}.bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:16px;background:transparent;color:var(--subtle);font-size:10px;font-weight:600}.bottom-nav button svg{width:21px;height:21px;stroke-width:1.8}.bottom-nav button.active{color:var(--ink)}.bottom-nav button.active span{font-weight:800}.bottom-nav .nav-ico{position:relative}.bottom-nav .nav-ico .dot-badge{position:absolute;top:-3px;right:-5px;min-width:15px;height:15px;padding:0 4px;border-radius:99px;background:var(--sun);color:#241d08;font-size:9px;font-weight:800;display:grid;place-items:center}.bottom-nav .pill-ind{position:absolute;top:2px;left:50%;transform:translate(-50%);width:16px;height:3px;border-radius:9px;background:var(--sun)}.sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#191a1752;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:0;padding:0;margin:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}}.sheet{position:absolute;left:0;right:0;bottom:0;z-index:80;margin:0 auto;width:min(100%,430px);background:var(--card);border-radius:26px 26px 0 0;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -12px 50px #1c1d172e;max-height:88%;overflow-y:auto;animation:sheet-up .3s cubic-bezier(.2,.8,.25,1);scrollbar-width:none}.sheet::-webkit-scrollbar{display:none}@keyframes sheet-up{0%{transform:translateY(60px);opacity:.4}}.sheet .grabber{width:40px;height:5px;border-radius:99px;background:var(--line);margin:12px auto 4px}.sheet-inner{padding:6px 22px 24px}.sheet-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sheet-title h3{margin:0;font-size:17px;font-weight:800;letter-spacing:-.02em}.sheet-foot{display:flex;gap:10px;margin-top:22px;padding:16px 22px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--line-soft)}.sheet-foot>*{flex:1}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:15px}.field label{font-size:12px;font-weight:700;color:var(--subtle)}.field input[type=text],.field textarea,.field select{border:1px solid var(--line);border-radius:13px;background:var(--card);font-size:14px;padding:11px 13px;width:100%;color:var(--ink);resize:none}.field textarea{min-height:84px;line-height:1.6}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--sun);box-shadow:0 0 0 3px #d9a92c26}.field .hint{color:var(--faint);font-size:11px}.seg-row{display:flex;flex-wrap:wrap;gap:7px}.seg-opt{min-height:36px;padding:0 15px;border:1px solid var(--line);border-radius:12px;background:var(--card);font-size:13px;font-weight:600;color:var(--ink);transition:all .12s}.seg-opt.active{background:var(--ink);color:#fff;border-color:var(--ink)}.num-stepper{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:14px;padding:6px 8px}.num-stepper button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:11px;background:var(--muted);color:var(--ink)}.num-stepper button:active{transform:scale(.94)}.num-stepper button svg{width:17px}.num-stepper .num{font-size:20px;font-weight:800;min-width:56px;text-align:center;letter-spacing:-.02em}.num-stepper .num small{font-size:11px;color:var(--subtle);font-weight:600}.note-row{display:flex;align-items:flex-start;gap:11px;padding:13px 0;border-top:1px solid var(--line-soft)}.note-row:first-of-type{border-top:0}.note-row .nr-ico{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;flex:0 0 auto}.note-row .nr-ico.c1{background:#f3e2b0;color:#9a7218}.note-row .nr-ico.c2{background:#dfeee2;color:#4c6b50}.note-row .nr-ico.c3{background:#e9e6f4;color:#5c5a92}.note-row .nr-ico svg{width:16px}.note-row .body{flex:1;min-width:0}.note-row .body .lbl{font-size:12px;font-weight:750}.note-row .body .val{color:var(--subtle);font-size:12px;line-height:1.55;margin-top:3px;white-space:pre-line}.note-row .body .val.empty{color:var(--faint);font-style:italic}.off-hero{display:flex;flex-direction:column;gap:14px;padding:20px}.off-strip{display:flex;gap:10px;overflow-x:auto;padding:2px 20px 14px;scrollbar-width:none}.off-strip::-webkit-scrollbar{display:none}.off-strip .mini{flex:0 0 auto;width:148px;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:var(--shadow-card);overflow:hidden}.off-strip .mini .cov{position:relative;height:96px}.off-strip .mini .cov img{width:100%;height:100%;object-fit:cover}.off-strip .mini .cov .lck{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#fff6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--ink)}.off-strip .mini .cov .tag{position:absolute;top:7px;left:7px}.off-strip .mini .b{padding:9px 11px}.off-strip .mini .b strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.off-strip .mini .b small{color:var(--subtle);font-size:10px}.course-list{padding:6px 20px 30px;display:grid;gap:11px}.course-row{display:flex;align-items:center;gap:14px;padding:11px;border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:var(--shadow-card);text-align:left;width:100%;transition:transform .12s}.course-row:active{transform:scale(.99)}.course-row .cov{width:62px;height:62px;border-radius:16px;overflow:hidden;flex:0 0 auto;background:var(--muted)}.course-row .cov img{width:100%;height:100%;object-fit:cover}.course-row .body{flex:1;min-width:0}.course-row .body .row1{display:flex;align-items:center;gap:7px}.course-row .body h3{margin:4px 0 3px;font-size:15px;font-weight:750;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-row .body small{color:var(--subtle);font-size:11px}.course-row .cov.locked{position:relative}.course-row .cov.locked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1d1759}.course-row .cov .lock-ico{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;z-index:2}.course-row .cov .lock-ico svg{width:18px}.empty-block{display:flex;flex-direction:column;align-items:center;gap:10px;padding:46px 24px;color:var(--subtle);text-align:center}.empty-block svg{width:34px;height:34px;color:var(--faint);stroke-width:1.5}.empty-block strong{color:var(--ink);font-size:15px}.empty-block p{margin:0;font-size:12px;line-height:1.6}.empty-block .btn-primary{margin-top:6px}.store-hero{padding:6px 20px 18px}.store-hero h1{font-size:25px;font-weight:850;letter-spacing:-.03em;margin:8px 0 6px}.store-hero p{color:var(--subtle);font-size:13px;margin:0;line-height:1.6}.pkg-list{display:grid;gap:13px;padding:4px 20px 26px}.pkg-card{position:relative;overflow:hidden;padding:16px;border:1px solid var(--line);border-radius:22px;background:var(--card);box-shadow:var(--shadow-card)}.pkg-card.yoga{background:linear-gradient(150deg,#fffdf7,#fcf3dc);border-color:#eeddb0}.pkg-card.pilates{background:linear-gradient(150deg,#fbfdf9,#eef4ea);border-color:#dde7d8}.pkg-card .pk-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pkg-card .type{display:flex;align-items:center;gap:10px;min-width:0}.pkg-card .type .mk{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;font-weight:800;font-size:15px;flex:0 0 auto}.pkg-card.yoga .type .mk{background:linear-gradient(135deg,#eec14f,#d9a92c)}.pkg-card.pilates .type .mk{background:linear-gradient(135deg,#a9c5ac,#7fa084)}.pkg-card .type .meta-txt{min-width:0}.pkg-card .type .meta-txt strong{display:block;font-size:13px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pkg-card .type .meta-txt span{display:block;font-size:10px;color:var(--subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pkg-card h3{margin:14px 0 3px;font-size:17px;font-weight:820;letter-spacing:-.02em}.pkg-card .sub{color:var(--subtle);font-size:12px;margin:0 0 12px}.pkg-card ul{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:7px}.pkg-card li{display:flex;align-items:center;gap:8px;font-size:12px;color:#3c3c36;line-height:1.5}.pkg-card li svg{width:14px;color:#b98a1d;flex:0 0 auto}.pkg-card .price{font-size:21px;font-weight:850;letter-spacing:-.02em;line-height:1;display:flex;align-items:baseline;gap:5px;white-space:nowrap}.pkg-card .price small{font-size:11px;color:var(--subtle);font-weight:600}.pkg-buy{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:6px}.pkg-buy .label{font-size:11px;color:var(--subtle);text-align:left}.pkg-buy>button{width:100%}.bundle-note{display:flex;align-items:center;gap:10px;padding:13px 16px;margin:2px 20px 26px;border-radius:16px;background:var(--muted)}.bundle-note svg{width:18px;color:#b98a1d}.bundle-note span{font-size:12px;color:var(--subtle)}.profile-top{padding:22px 20px 4px;display:flex;align-items:center;gap:15px}.pf-avatar{display:grid;place-items:center;width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,#f0c250,#d9a92c);color:#241d08;font-size:20px;font-weight:850;box-shadow:0 8px 20px #d9a92c4d}.profile-top .who{flex:1}.profile-top .who h1{margin:0;font-size:20px;font-weight:820;letter-spacing:-.02em}.profile-top .who span{color:var(--subtle);font-size:12px}.entitle{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px 20px 4px}.ent-card{padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:var(--shadow-card)}.ent-card .en-top{display:flex;align-items:center;gap:8px;margin-bottom:9px}.ent-card .en-top .mk{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;color:#fff;font-size:13px;font-weight:800}.ent-card.yoga .mk{background:linear-gradient(135deg,#eec14f,#d9a92c)}.ent-card.pilates .mk{background:linear-gradient(135deg,#a9c5ac,#7fa084)}.ent-card b{font-size:13px}.ent-card .en-st{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:650}.ent-card .en-st svg{width:13px}.ent-card .en-st.unlock{color:#4c6b50}.ent-card .en-st.trial{color:#b98a1d}.profile-menu{padding:20px 20px 30px}.menu-card{border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:var(--shadow-card);overflow:hidden}.menu-card button{display:flex;align-items:center;gap:13px;width:100%;min-height:52px;padding:0 16px;border:0;border-bottom:1px solid var(--line-soft);background:transparent;text-align:left}.menu-card button:last-child{border-bottom:0}.menu-card button .mi{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:var(--muted);color:var(--subtle)}.menu-card button .mi svg{width:16px}.menu-card button span{flex:1;font-size:14px;font-weight:600}.menu-card button .arr{color:var(--faint)}.menu-card button .arr svg{width:16px}.subnav{display:flex;align-items:center;gap:6px;padding:14px 18px 6px}.subnav .back-btn{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:12px;background:var(--card);border:1px solid var(--line)}.subnav h1{margin:0;font-size:18px;font-weight:800;letter-spacing:-.02em;flex:1;text-align:center}.subnav .sp{width:38px}.img-fallback{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(145deg,var(--sun-tint),var(--card));color:var(--sun)}.simple-list{display:grid;gap:2px;padding:6px 20px 40px}.simple-list .row{display:flex;align-items:center;gap:12px;padding:14px 4px;border-bottom:1px solid var(--line-soft)}.simple-list .row:last-child{border-bottom:0}.simple-list .row .mi{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--muted);color:var(--ink)}.simple-list .row .mi svg{width:18px}.simple-list .row .t{flex:1}.simple-list .row .t b{display:block;font-size:14px;font-weight:650}.simple-list .row .t span{color:var(--subtle);font-size:11px}.simple-list .row .go{color:var(--faint)}.simple-list .row .go svg{width:18px}.toast-wrap{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:200;display:flex;flex-direction:column;gap:8px;width:min(90%,380px)}.toast{display:flex;align-items:center;gap:9px;padding:12px 15px;border-radius:15px;background:#1c1d17f0;color:#fff;font-size:13px;box-shadow:var(--shadow-float);animation:toast-in .25s ease}.toast svg{width:17px;color:var(--sun-soft);flex:0 0 auto}@keyframes toast-in{0%{opacity:0;transform:translateY(-10px)}}@media (max-width: 620px){.prototype-shell{padding:0}.phone-canvas{width:100%;height:100svh;min-height:0;border:0;border-radius:0;box-shadow:none}.builder-split{flex-direction:column}.builder-lib{flex:1 1 42%;border-right:0;border-bottom:1px solid var(--line)}.builder-canvas{flex:1 1 58%}html:before{display:none}}@media (prefers-reduced-motion: reduce){.page,.sheet{animation:none}*{scroll-behavior:auto!important}.pose-media img{transition:none}}.access-note{display:flex;flex-wrap:wrap;align-items:center;gap:9px;padding:11px 13px;border:1px solid #eeddb0;border-radius:16px;background:#fdf8e8;min-width:0}.access-note p{flex:1 1 100%;margin:0;color:#6f6338;font-size:11px;line-height:1.5;min-width:0}.access-note>.pill-tag{flex:0 0 auto}.access-note button{display:flex;align-items:center;gap:3px;border:0;background:none;color:#8a6516;font-size:12px;font-weight:700;white-space:nowrap;flex:0 0 auto;margin-left:auto}.access-note button svg{width:13px}.admin-prev{position:relative;height:240px;border-radius:20px;overflow:hidden;background:var(--muted)}.admin-prev img{width:100%;height:100%;object-fit:cover}.admin-card{padding:15px;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:var(--shadow-card)}.canvas-list{flex:1;overflow-y:auto;padding:4px 10px 12px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.canvas-list::-webkit-scrollbar{display:none}.builder-split{flex:1 1 auto;min-height:0;display:flex}.builder-lib,.builder-canvas{overflow:hidden}.admin-shell{background:#f3f1ec}.admin-canvas{max-width:520px}.admin-topbar{display:flex;align-items:center;gap:10px;padding:14px 18px 8px}.admin-brand{display:flex;align-items:center;gap:9px;flex:1;min-width:0}.admin-brand>svg{color:var(--ink);width:20px;height:20px}.admin-brand b{display:block;font-size:14px;font-weight:800;letter-spacing:-.02em}.admin-brand i{font-style:normal;color:var(--faint);font-size:9px;letter-spacing:.14em}.admin-secbar{display:flex;align-items:baseline;gap:10px;padding:2px 18px 8px}.admin-secbar h1{margin:0;font-size:21px;font-weight:850;letter-spacing:-.03em}.env-badge{color:var(--sun);background:var(--sun-tint);font-size:10px;font-weight:700;padding:3px 9px;border-radius:99px;margin-left:auto;white-space:nowrap}.admin-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:2px 16px 12px}.admin-tabs button{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 11px;border:1px solid var(--line);border-radius:99px;background:var(--card);color:var(--subtle);font-size:12px;font-weight:600;white-space:nowrap}.admin-tabs button.on{background:var(--ink);color:#fffdf5;border-color:var(--ink)}.admin-tabs button svg{width:14px;flex:0 0 auto}.admin-module{padding:4px 18px 40px;display:grid;gap:14px}.admin-note{color:var(--subtle);font-size:12px;line-height:1.65;margin:0;background:var(--muted);padding:11px 14px;border-radius:14px}.admin-card2{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:15px;box-shadow:var(--shadow-card)}.ac-title{font-size:14px;font-weight:800;letter-spacing:-.02em}.ac-hint{color:var(--faint);font-size:11px;margin:2px 0 12px}.ac-title~div>*:first-child{margin-top:2px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:14px}.stat-block{background:var(--paper);border:1px solid var(--line-soft);border-radius:14px;padding:11px;min-width:0}.stat-block span{display:block;color:var(--subtle);font-size:10px}.stat-block b{display:block;font-size:19px;letter-spacing:-.02em;margin:3px 0 1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-block small{color:var(--faint);font-size:10px}.disp-labels{display:grid;gap:8px}.disp-row{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--subtle);flex-wrap:wrap;padding:8px 11px;background:var(--paper);border:1px solid var(--line-soft);border-radius:12px}.disp-row b{font-size:13px}.disp-row em{font-style:normal;font-weight:800;color:var(--ink)}.disp-row span{margin-right:2px}.dt-yoga{color:#b98a1d}.dt-pilates{color:#4c6b50}.admin-quick{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:11px 4px;border:0;border-bottom:1px solid var(--line-soft);background:none;color:var(--ink)}.admin-quick:last-child{border-bottom:0}.admin-quick .qt{flex:1;min-width:0}.admin-quick .qt b{display:block;font-size:14px;font-weight:700}.admin-quick .qt small{color:var(--subtle);font-size:11px}.admin-quick>svg{width:16px;color:var(--faint);flex:0 0 auto}.row-ctl{display:flex;align-items:center;gap:10px;justify-content:space-between;padding:9px 2px;flex-wrap:wrap}.row-ctl>span{font-size:13px;font-weight:650}.row-ctl>span em{display:block;font-style:normal;color:var(--faint);font-size:11px;font-weight:500}.val-inline{color:var(--sun);font-weight:700;font-size:12px}.lfield{display:flex;flex-direction:column;gap:5px}.lfield.block{display:flex}.lfield>span{font-size:12px;font-weight:700;color:var(--subtle)}.lfield input[type=text],.lfield textarea,.lfield select{border:1px solid var(--line);border-radius:12px;background:var(--card);padding:10px 12px;font-size:13px;resize:none;width:100%}.lfield textarea{line-height:1.5}.lfield select{height:42px}.lfield input:focus,.lfield textarea:focus,.lfield select:focus{outline:none;border-color:var(--sun);box-shadow:0 0 0 3px #d9a92c24}.toggle{width:48px;height:28px;border-radius:99px;border:1px solid var(--line);background:var(--muted);position:relative;flex:0 0 auto;transition:background .15s}.toggle .knob{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:left .15s}.toggle.on{background:var(--sun);border-color:var(--sun)}.toggle.on .knob{left:22px}.ranger{display:block}.ranger>span{display:flex;justify-content:space-between;font-size:12px;font-weight:650;margin-bottom:2px}.ranger b{color:var(--sun)}.ranger input[type=range]{width:100%;accent-color:var(--sun)}.admin-num{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 2px;flex-wrap:wrap}.admin-num>span{font-size:13px;font-weight:650}.admin-num small{width:100%;color:var(--faint);font-size:11px}.num-ctl{display:flex;align-items:center;gap:8px}.num-ctl button{width:30px;height:30px;border:1px solid var(--line);border-radius:10px;background:var(--card);font-size:17px;line-height:1;display:grid;place-items:center}.num-ctl b{font-size:18px;min-width:30px;text-align:center}.num-ctl em{font-style:normal;color:var(--subtle);font-size:12px}.feat-list{display:grid;gap:8px}.feat-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:14px}.feat-row.on{background:#fffdf7;border-color:#eeddb0}.feat-check{width:22px;height:22px;border-radius:8px;border:2px solid var(--line);background:var(--card);display:grid;place-items:center;flex:0 0 auto;padding:0}.feat-check span{width:12px;height:12px;border-radius:4px;background:var(--sun)}.feat-row.on .feat-check{border-color:var(--sun)}.ft-cover{flex:0 0 auto;width:64px;height:40px;border-radius:9px;overflow:hidden;background:var(--muted)}.ft-cover img{width:100%;height:100%;object-fit:cover;display:block}.ft-txt{flex:1;min-width:0}.ft-txt b{display:block;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ft-txt small{color:var(--subtle);font-size:11px}.ft-actions{display:flex;gap:4px;flex:0 0 auto}.ft-actions button{width:28px;height:28px;border:1px solid var(--line);border-radius:9px;background:var(--card);display:grid;place-items:center;color:var(--subtle)}.ft-actions button:disabled{opacity:.35}.cue-head{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.cue-head img{width:52px;height:52px;border-radius:14px;object-fit:cover;flex:0 0 auto}.cue-head>div{flex:1;min-width:0}.cue-head b{display:block;font-size:14px}.cue-head small{color:var(--subtle);font-size:11px}.cue-head em{display:block;font-style:normal;color:var(--faint);font-size:10px;margin-top:2px}.cue-play{width:40px;height:40px;border-radius:13px;border:0;background:var(--sun-tint);color:#8a6516;display:grid;place-items:center;flex:0 0 auto}.cue-foot{display:flex;align-items:center;gap:12px;margin-top:12px;flex-wrap:wrap}.mic-hint{display:flex;align-items:center;gap:7px;color:var(--subtle);font-size:12px;margin:2px 2px 0}.price-edit{display:flex;align-items:center;justify-content:space-between;gap:10px}.price-edit>span{font-size:13px;font-weight:650}.yuan-ctl{display:flex;align-items:center;gap:6px}.yuan-ctl span{font-weight:800;font-size:15px;color:var(--sun)}.yuan-ctl input{width:90px;height:40px;border:1px solid var(--line);border-radius:12px;text-align:center;font-size:16px;font-weight:700}.ben-list{color:var(--subtle);font-size:11px;line-height:1.6;margin:4px 0 0}.order-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:4px 0 2px}.ord-st{font-size:11px;font-weight:700;padding:3px 9px;border-radius:99px}.st-paid{background:#e2efe4;color:#3f7a48}.st-pending{background:var(--sun-tint);color:#8a6516}.st-refunded{background:var(--muted);color:var(--subtle)}.order-row b{font-size:15px;margin-left:auto}.order-row .link-btn{border:0;background:none;color:var(--subtle);font-size:12px}.notify-log{background:var(--paper);border:1px solid var(--line-soft);border-radius:12px;padding:9px 11px;margin:6px 0;font-size:11px;color:var(--subtle)}.notify-log .muted{color:var(--faint);margin-top:4px}.notify-log p{margin:0}.ord-actions{display:flex;gap:8px;margin-top:8px}.ord-mini{display:flex;align-items:center;gap:8px;padding:8px 2px;border-bottom:1px solid var(--line-soft);font-size:13px}.ord-mini .paid{margin-left:auto;color:#3f7a48;font-size:11px;font-weight:700;font-style:normal}.user-line{display:flex;align-items:center;gap:11px;padding:6px 2px 12px}.avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#f0c250,#d9a92c);color:#241d08;font-weight:800;font-size:18px}.user-line b{display:block;font-size:15px}.user-line small{color:var(--subtle);font-size:11px}.usage-2col{display:grid;grid-template-columns:1fr 1fr;gap:9px}.usage-cell{padding:10px;background:var(--paper);border:1px solid var(--line-soft);border-radius:13px;display:grid;gap:5px}.usage-cell b{font-size:13px}.usage-cell span{font-size:11px;color:var(--subtle)}.usage-cell em{font-style:normal;font-weight:800;color:var(--sun)}.own-state{font-size:12px;color:var(--subtle);padding:4px 2px 0}.audit-line{display:flex;align-items:flex-start;gap:7px;font-size:11px;color:var(--subtle);margin:5px 0}.audit-line svg{width:13px;flex:0 0 auto;color:var(--sun);margin-top:1px}.admin-toast-global{position:fixed;top:14px;left:50%;transform:translate(-50%);z-index:300;display:flex;align-items:center;gap:7px;background:#1c1d17f0;color:#fff;font-size:12px;padding:10px 15px;border-radius:13px;box-shadow:var(--shadow-float);animation:toast-in .2s ease;max-width:90%}.admin-toast-global svg{width:15px;color:var(--sun-soft)}.admin-login-canvas{display:flex}.admin-login{width:100%;max-width:400px;margin:auto;padding:30px 26px;text-align:center}.brand-big{display:inline-grid;place-items:center;width:66px;height:66px;border-radius:22px;background:var(--ink);color:var(--sun-soft);margin-bottom:14px}.brand-big svg{width:30px;height:30px}.admin-login h1{margin:0 0 4px;font-size:22px;letter-spacing:-.02em}.admin-login .sub{margin:0 0 18px;color:var(--subtle);font-size:13px}.admin-login .hint{margin:0 auto 20px;color:var(--faint);font-size:12px;max-width:280px;line-height:1.6}.login-form{display:grid;gap:11px;text-align:left}.login-form .lfield{flex-direction:row;align-items:center;gap:9px;border:1px solid var(--line);border-radius:14px;background:var(--card);padding:0 12px;min-height:48px}.login-form .lfield svg{color:var(--faint)}.login-form .lfield input{flex:1;border:0;background:none;height:46px;font-size:14px;outline:none}.login-form .eye{border:0;background:none;color:var(--faint);display:grid;place-items:center;padding:0}.lerr{color:var(--destructive);font-size:12px;margin:0;line-height:1.5}.demo-creds{margin-top:18px;font-size:12px;color:var(--subtle);background:var(--muted);border-radius:12px;padding:10px}.demo-creds b{color:var(--ink)}.link-btn{border:0;background:none;color:var(--subtle);font-size:12px;cursor:pointer}.featured-strip{padding:4px 0 0}.featured-row{display:flex;gap:12px;padding:11px;border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:var(--shadow-card);text-align:left;width:100%;align-items:stretch}.featured-row .cov{width:86px;height:86px;border-radius:16px;overflow:hidden;flex:0 0 auto;position:relative;background:var(--muted)}.featured-row .cov img{width:100%;height:100%;object-fit:cover}.featured-row .cov.locked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1d1752}.featured-row .body{flex:1;min-width:0;display:flex;flex-direction:column}.featured-row .row1{display:flex;align-items:center;gap:6px}.featured-row h3{margin:6px 0 3px;font-size:16px;font-weight:800;letter-spacing:-.02em}.featured-row .sum{color:var(--subtle);font-size:12px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.featured-row .meta{color:var(--faint);font-size:11px;margin-top:auto;padding-top:6px}.featured-lockline{display:flex;align-items:center;gap:6px;color:var(--subtle);font-size:11px}.practice{display:flex;flex-direction:column;height:100%;padding-bottom:30px;background:linear-gradient(180deg,#fdfaf2,var(--paper))}.pr-ttl h1{margin:1px 0 0;font-size:18px;font-weight:800;letter-spacing:-.02em}.pr-img img{width:100%;height:100%;object-fit:cover}.cue-line.tip{border-left:3px solid #c9a0e0}.feat-scroll{display:flex;gap:11px;overflow-x:auto;padding:2px 1px 8px;scrollbar-width:none}.feat-scroll::-webkit-scrollbar{display:none}.feat-mini{flex:0 0 auto;width:146px;text-align:left;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:var(--shadow-card);overflow:hidden;padding:0}.feat-mini .cov{position:relative;height:96px;width:100%}.feat-mini .cov img{width:100%;height:100%;object-fit:cover}.feat-mini .cov.locked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1d1759}.feat-mini .cov .lck{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;z-index:2}.feat-mini .cov .lck svg{width:18px}.feat-mini .b{display:block;padding:9px 11px 11px}.feat-mini .row1{display:flex;align-items:center;gap:5px}.feat-mini .row1 .pill-tag{padding:3px 7px;font-size:10px}.feat-mini .free-tag{font-style:normal;color:#5b8c62;font-size:10px;font-weight:700}.feat-mini .b strong{display:block;font-size:13px;font-weight:800;margin:5px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feat-mini .b small{color:var(--subtle);font-size:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-footnote{display:flex;align-items:center;gap:5px;color:var(--faint);font-size:10px;margin:2px 2px 0}.featured-footnote svg{width:11px}.carousel{position:relative}.carousel-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{scroll-snap-align:start;flex:0 0 calc(100% - 32px);margin-right:12px;text-align:left;border:1px solid var(--line);border-radius:22px;background:var(--card);box-shadow:var(--shadow-card);overflow:hidden;padding:0;display:flex;flex-direction:column}.carousel-slide:first-child{margin-left:20px}.carousel-slide:last-child{margin-right:20px}.carousel-slide .cs-img{position:relative;width:100%;aspect-ratio:4/3;background:var(--muted);display:block}.carousel-slide .cs-img img{width:100%;height:100%;object-fit:cover;display:block}.carousel-slide.locked .cs-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1d1752}.carousel-slide .cs-img .lck{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;z-index:2}.carousel-slide .cs-img .lck svg{width:22px;height:22px}.carousel-slide .cs-body{display:block;padding:12px 14px 14px}.carousel-slide .row1{display:flex;align-items:center;gap:6px}.carousel-slide .row1 .pill-tag{padding:3px 8px;font-size:10px}.carousel-slide .free-tag{font-style:normal;color:#5b8c62;font-size:10px;font-weight:700}.carousel-slide .cs-body strong{display:block;font-size:15px;font-weight:800;margin:7px 0 3px;letter-spacing:-.02em}.carousel-slide .cs-body small{color:var(--subtle);font-size:11px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-dots{display:flex;gap:6px;justify-content:center;padding:10px 0 2px}.carousel-dots button{width:6px;height:6px;border-radius:99px;border:0;padding:0;background:#d9d6ca;transition:all .2s ease}.carousel-dots button.on{width:18px;background:var(--sun-strong, #c9a227)}.off-preview{margin-top:6px}.off-preview .preview-pills{display:flex;flex-wrap:wrap;gap:6px}.prev-pill{font-size:11px;color:#5c5535;background:var(--sun-tint);border-radius:9px;padding:5px 9px}.prev-pill.more{background:var(--muted);color:var(--subtle)}.off-actions{display:flex;gap:8px;margin-top:12px}.off-actions.compact .btn-primary,.off-actions.compact .btn-ghost{min-height:40px;font-size:12px}.mine-course-card{border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:var(--shadow-card);overflow:hidden}.mc-head{display:flex;align-items:center;gap:13px;padding:12px;cursor:pointer;text-align:left;width:100%}.mc-head .cov{width:62px;height:62px;border-radius:15px;overflow:hidden;flex:0 0 auto;background:var(--muted)}.mc-head .cov img{width:100%;height:100%;object-fit:cover}.mc-head .body{flex:1;min-width:0}.mc-head .row1{display:flex;align-items:center;gap:6px}.mc-head .src{font-size:10px;color:var(--faint)}.mc-head h3{margin:4px 0 2px;font-size:15px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-head .sum{margin:0 0 3px;color:var(--subtle);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-head small{color:var(--subtle);font-size:11px}.mc-actions{display:flex;gap:8px;padding:0 12px 12px}.mc-actions .act{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;border:1px solid var(--line);border-radius:11px;background:var(--card);font-size:12px;font-weight:600;color:var(--ink)}.mc-actions .act svg{width:14px}.mc-actions .act.danger{color:var(--destructive)}.pose-cue-lock{position:absolute;right:9px;top:9px;display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#1c1d1799;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pose-cue-lock svg{width:12px}.pd-lock-badge{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:5px;background:#1c1d17b8;color:#fff;font-size:11px;font-weight:650;padding:6px 11px;border-radius:99px}.locked-cue-card{margin-top:14px;padding:20px 18px;text-align:center;border:1px dashed var(--line);border-radius:18px;background:var(--muted)}.locked-cue-card .l-ico{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--card);color:var(--sun);box-shadow:var(--shadow-card);margin-bottom:10px}.locked-cue-card h3{margin:0 0 6px;font-size:16px}.locked-cue-card p{color:var(--subtle);font-size:12px;line-height:1.7;margin:0 0 12px}.quota-strip{display:flex;flex-direction:column;gap:4px;padding:11px 13px;border:1px solid #eeddb0;border-radius:14px;background:#fdf8e8;margin-bottom:14px}.quota-strip b{font-size:13px;color:#8a6516}.quota-strip span{color:var(--subtle);font-size:11px}.quota-strip .link-btn{align-self:flex-start;color:#8a6516;font-weight:700;font-size:12px;border:0;background:none;margin-top:2px}.quota-strip.over{border-color:#efc3b4;background:#fdf0ea}.quota-strip.over b{color:var(--destructive)}.trial-progress{display:flex;align-items:flex-start;gap:10px;padding:12px 13px;border:1px solid var(--line);border-radius:16px;background:var(--card);box-shadow:var(--shadow-card)}.trial-progress>svg{width:16px;color:var(--sun);margin-top:2px;flex:0 0 auto}.trial-progress .tp{flex:1;min-width:0}.trial-progress .tp>span{font-size:12px;font-weight:700}.tp-bar{height:6px;border-radius:99px;background:var(--muted);overflow:hidden;margin:5px 0 3px}.tp-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--sun-soft),var(--sun))}.trial-progress small{color:var(--subtle);font-size:10px}.pkg-card .mk{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;font-weight:800;font-size:15px;flex:0 0 auto;background:linear-gradient(135deg,#c2c6bf,#9aa29a)}.pkg-card.yoga .type .mk,.pkg-card.yoga .mk{background:linear-gradient(135deg,#eec14f,#d9a92c)}.pkg-card.pilates .type .mk,.pkg-card.pilates .mk{background:linear-gradient(135deg,#a9c5ac,#7fa084)}.pay-method{display:flex;align-items:center;gap:11px;width:100%;padding:12px;border:1px solid var(--line);border-radius:15px;background:var(--card);text-align:left;position:relative}.pay-method .pm-badge{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;font-weight:800;flex:0 0 auto}.pm-badge.wx{background:#07c160}.pm-badge.ali{background:#1677ff}.pay-method b{display:block;font-size:14px}.pay-method small{color:var(--subtle);font-size:11px}.pay-method .pm-check{position:absolute;right:12px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--sun);color:#241d08}.pay-method .pm-check svg{width:13px}.paying-spin{width:40px;height:40px;margin:0 auto;border-radius:50%;border:3px solid var(--muted);border-top-color:var(--sun);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.order-item{padding:12px 2px;border-bottom:1px solid var(--line-soft)}.order-item:last-child{border-bottom:0}.oi-top{display:flex;align-items:center;gap:8px;justify-content:space-between}.oi-top b{font-size:14px}.oi-sub{display:block;color:var(--subtle);font-size:11px;margin-top:4px}.suspended-banner{margin:8px 16px 0;padding:9px 12px;border:1px solid #e9c9c1;border-radius:12px;background:#fcf0ec;color:#9c4b3c;font-size:12px;font-weight:600;line-height:1.5;display:flex;gap:6px;align-items:center}.admin-module .avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--sun-tint);color:#7a5b12;font-weight:700;font-size:13px;flex:0 0 auto}.practice{min-height:100%;padding-bottom:40px;animation:page-in .28s cubic-bezier(.2,.7,.2,1)}.pr-top{display:flex;align-items:center;gap:10px;padding:14px 18px 6px}.pr-ttl{flex:1;min-width:0}.pr-ttl small{color:var(--subtle);font-size:10px;letter-spacing:.05em}.pr-ttl h1{margin:1px 0 0;font-size:18px;font-weight:800;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pr-progress{display:flex;align-items:center;gap:10px;padding:8px 20px 10px}.pr-track{flex:1;height:6px;border-radius:99px;background:var(--muted);overflow:hidden}.pr-track i{display:block;height:100%;background:linear-gradient(90deg,var(--sun-soft),var(--sun));transition:width .4s ease}.pr-progress>span{color:var(--subtle);font-size:11px;font-weight:700}.pr-card{position:relative;margin:4px 20px 0;border-radius:24px;overflow:hidden;background:var(--card);box-shadow:var(--shadow-float);animation:fadeUp .35s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}}.pr-cue-badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:5px;background:#1c1d17a8;color:#fff;font-size:11px;font-weight:650;padding:5px 10px;border-radius:99px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pr-cue-badge svg{width:13px}.pr-img{width:100%;aspect-ratio:1/1;background:var(--sun-tint)}.pr-img img{width:100%;height:100%;object-fit:cover;display:block}.pr-img .pr-fallback{display:grid;place-items:center;width:100%;height:100%;font-size:64px;color:#e6c26b}.pr-info{position:absolute;left:0;right:0;bottom:0;padding:30px 18px 14px;background:linear-gradient(transparent,#0000008c);color:#fff}.pr-info .pr-stage{display:inline-block;font-size:10px;letter-spacing:.08em;background:#fff3;padding:3px 8px;border-radius:99px}.pr-info h2{margin:5px 0 0;font-size:24px;font-weight:850;letter-spacing:-.02em}.pr-info p{margin:1px 0 0;font-size:12px;opacity:.85}.pr-cuebox{margin:12px 20px 0;display:grid;gap:9px}.cue-line{display:flex;gap:9px;padding:11px 13px;border-radius:14px;background:var(--card);border:1px solid var(--line);font-size:14px;line-height:1.6}.cue-line b{flex:0 0 auto;font-size:11px;font-weight:800;color:var(--sun);letter-spacing:.04em;padding-top:3px}.cue-line.main{border-left:3px solid var(--sun)}.cue-line.br{border-left:3px solid var(--sage)}.cue-line span{color:#2e2d28;min-width:0;flex:1 1 0;word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap}.pr-controls{display:flex;align-items:center;justify-content:center;gap:22px;margin:16px 0 6px}.pr-controls .ctrl{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;border:1px solid var(--line);background:var(--card);color:var(--ink);box-shadow:var(--shadow-card)}.pr-controls .ctrl.play{width:68px;height:68px;background:var(--ink);color:#fffdf5;border:none;box-shadow:var(--shadow-ink)}.pr-warn{text-align:center;color:var(--faint);font-size:11px;margin:4px 20px 0}.pr-done{margin:30px 20px 0;text-align:center;background:var(--card);border:1px solid var(--line);border-radius:24px;padding:40px 22px;animation:fadeUp .4s ease}.done-ico{display:inline-grid;place-items:center;width:68px;height:68px;border-radius:24px;background:linear-gradient(135deg,#e2efe4,#cde5cf);color:#3f7a48}.pr-done h2{margin:16px 0 6px;font-size:22px;letter-spacing:-.02em}.pr-done p{color:var(--subtle);font-size:13px;line-height:1.6;margin:0 0 18px}
