.PracticePage-module__gCwgAq__wrapper{background:var(--garden-cream);color:var(--garden-text-main);font-family:var(--garden-font-sans), sans-serif;min-height:100vh}.PracticePage-module__gCwgAq__content{flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;padding:2.5rem 1.25rem 4rem;display:flex}.PracticePage-module__gCwgAq__countBanner{text-align:center;color:var(--garden-text-muted);letter-spacing:.05em;border-bottom:1px solid var(--garden-border);background:var(--garden-cream);padding:14px 16px;font-size:13px}.PracticePage-module__gCwgAq__countBanner strong{color:var(--garden-sage);font-size:15px}.PracticePage-module__gCwgAq__timerLinkBand{text-align:center;border-top:1px solid var(--garden-border);background:var(--garden-cream);padding:18px 16px}.PracticePage-module__gCwgAq__timerLink{letter-spacing:.03em;color:var(--garden-sage);font-size:13px;text-decoration:none}.PracticePage-module__gCwgAq__timerLink:hover{color:var(--garden-moss);text-decoration:underline}
.PracticeHero-module__gYImLG__hero{width:100%;min-height:300px;position:relative;overflow:visible}.PracticeHero-module__gYImLG__heroImageWrap{width:100%;height:360px;position:relative;overflow:hidden}.PracticeHero-module__gYImLG__heroImage{object-fit:cover;width:100%;height:100%;display:block}.PracticeHero-module__gYImLG__heroOverlay{text-align:center;background:radial-gradient(40% 50% at 50% 45%,#fff 0%,#fffffff2 20%,#fff0 60%,#0000 60%);flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem 3rem;display:flex;position:absolute;inset:0}.PracticeHero-module__gYImLG__heroTitle{font-family:var(--garden-font-serif), serif;color:var(--garden-moss);letter-spacing:.08em;text-shadow:0 1px 8px #f7f5f0e6;margin:0 0 .65rem;font-size:1.73rem;font-weight:500}.PracticeHero-module__gYImLG__heroSub{color:var(--garden-text-sub);font-size:.88rem;line-height:1.8;font-family:var(--garden-font-serif), serif;margin:0;font-weight:300}
.PracticeField-module__Tuz2vG__sectionTitle{font-family:var(--garden-font-serif), serif;color:#2a2a2a;margin:0 0 .2rem;font-size:1.05rem;font-weight:350}.PracticeField-module__Tuz2vG__sectionDesc{color:var(--garden-text-sub);margin:0 0 calc(.65rem + 8px);font-size:.82rem}.PracticeField-module__Tuz2vG__field{aspect-ratio:1;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;background-image:url(/images/practice/field2.png);background-position:50%;background-size:cover;border-radius:16px;width:100%;margin-top:10px;position:relative;overflow:hidden;box-shadow:0 12px 32px #1a341024}.PracticeField-module__Tuz2vG__avatar{pointer-events:none;flex-direction:column;align-items:center;gap:2px;transition:left .3s ease-out,top .3s ease-out;display:flex;position:absolute;transform:translate(-50%,-50%)}.PracticeField-module__Tuz2vG__avatarVisual{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);filter:drop-shadow(0 3px 5px #00000059);background:#ffffff8c;border-radius:50%;width:40px;height:40px;position:relative;overflow:hidden}.PracticeField-module__Tuz2vG__avatarTextureImg{width:100%;height:100%;display:block;position:absolute;inset:0}.PracticeField-module__Tuz2vG__avatarTint{clip-path:circle(50%);mix-blend-mode:color;opacity:.6;pointer-events:none;position:absolute;inset:0}.PracticeField-module__Tuz2vG__avatarCharacter{--char-offset-x:1px;--char-offset-y:-2px;--char-scale:.6;transform:translate(var(--char-offset-x), var(--char-offset-y));font-size:calc(40px * var(--char-scale));text-shadow:none;font-weight:300;font-family:var(--garden-font-rounded), var(--garden-font-sans), sans-serif;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;inset:0}.PracticeField-module__Tuz2vG__avatarSelf{pointer-events:auto;cursor:grab;touch-action:none}.PracticeField-module__Tuz2vG__avatarSelf .PracticeField-module__Tuz2vG__avatarVisual{background:#fff9;border:3px solid #e0968a;width:44px;height:44px}.PracticeField-module__Tuz2vG__avatarSelf .PracticeField-module__Tuz2vG__avatarCharacter{font-size:calc(44px * var(--char-scale))}.PracticeField-module__Tuz2vG__dragging{cursor:grabbing;transition:none}.PracticeField-module__Tuz2vG__dragging .PracticeField-module__Tuz2vG__avatarVisual{background:#fffc}.PracticeField-module__Tuz2vG__bubble{color:#2c3a1e;white-space:nowrap;pointer-events:none;background:#ffffffeb;border-radius:12px;padding:4px 10px;font-size:.72rem;position:absolute;box-shadow:0 4px 10px #1a34102e}.PracticeField-module__Tuz2vG__bubbleCenter{animation:.15s ease-out PracticeField-module__Tuz2vG__bubbleFadeInCenter;left:50%;transform:translate(-50%)}.PracticeField-module__Tuz2vG__bubbleAlignLeft{animation:.15s ease-out PracticeField-module__Tuz2vG__bubbleFadeInEdge;left:0}.PracticeField-module__Tuz2vG__bubbleAlignRight{animation:.15s ease-out PracticeField-module__Tuz2vG__bubbleFadeInEdge;right:0}.PracticeField-module__Tuz2vG__bubbleOpenAbove{margin-bottom:6px;bottom:100%}.PracticeField-module__Tuz2vG__bubbleOpenBelow{margin-top:6px;top:100%}@keyframes PracticeField-module__Tuz2vG__bubbleFadeInCenter{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes PracticeField-module__Tuz2vG__bubbleFadeInEdge{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.PracticeField-module__Tuz2vG__bubbleMenu{pointer-events:auto;z-index:10;background:#fffffff5;border-radius:12px;flex-direction:column;gap:4px;min-width:160px;max-width:220px;margin:0;padding:8px;list-style:none;display:flex;position:absolute;box-shadow:0 8px 24px #1a341038}.PracticeField-module__Tuz2vG__alignCenter{left:50%;transform:translate(-50%)}.PracticeField-module__Tuz2vG__alignLeft{left:0}.PracticeField-module__Tuz2vG__alignRight{right:0}.PracticeField-module__Tuz2vG__openAbove{bottom:calc(100% + 8px)}.PracticeField-module__Tuz2vG__openBelow{top:calc(100% + 8px)}.PracticeField-module__Tuz2vG__bubbleMenuItem{color:#2c3a1e;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;width:100%;padding:6px 10px;font-size:.78rem}.PracticeField-module__Tuz2vG__bubbleMenuItem:hover{background:#29580e14}@media (max-width:680px){.PracticeField-module__Tuz2vG__field{border-radius:12px}}
