river-crossing-exercise:not(:defined){display:none}.rc-wrapper{display:flex;flex-direction:column;gap:1.25rem}.rc-story{background:linear-gradient(135deg,var(--color-cream),#e8f4f8);border:2px solid var(--color-teal);border-radius:12px;padding:2rem 1.5rem;text-align:center}.rc-story-emoji{font-size:3rem;margin-bottom:.75rem;display:block}.rc-story-title{font-size:1.5rem;color:var(--text-primary);margin-bottom:.75rem}.rc-story-text{font-size:1rem;color:var(--text-secondary);line-height:1.7;max-width:55ch;margin:0 auto .75rem}.rc-rules{background:var(--color-white, white);border:1px solid var(--color-gray-100, #eee);border-radius:8px;padding:1.25rem 1.5rem}.rc-rules-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.rc-rules-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.rc-rules-list li{font-size:.95rem;color:var(--text-secondary);line-height:1.5;padding-left:.25rem}.rc-stats{display:flex;gap:1.5rem;align-items:center;background:var(--color-cream, #fff8f0);border:1px solid var(--color-gray-100, #eee);border-radius:8px;padding:.75rem 1.25rem}.rc-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.rc-stat--hint{opacity:.65;font-size:.85em}.rc-stat-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.rc-stat-value{font-size:1.4rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.rc-stat--hint .rc-stat-value{font-size:1rem}.rc-scene{display:grid;grid-template-columns:1fr 100px 1fr;gap:0;min-height:260px;border-radius:12px;overflow:hidden;border:2px solid var(--color-gray-100, #eee)}.rc-bank{background:#e8f5e9;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.rc-bank--right{background:#f5f5e8}.rc-bank--goal-reached{background:#c8e6c9}.rc-bank-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#4a7c59;margin-bottom:.25rem}.rc-bank--right .rc-bank-label{color:#7c7a4a}.rc-bank-items{flex:1;display:flex;flex-direction:column;gap:.4rem;min-height:60px}.rc-bank-start-marker,.rc-bank-goal-marker{font-size:.65rem;font-weight:600;text-transform:uppercase;color:#a0b8a8;text-align:center;padding-top:.25rem;letter-spacing:.06em}.rc-bank-goal-marker{color:#b8b8a0}.rc-river-col{position:relative;display:flex;flex-direction:column}.rc-river{flex:1;background:linear-gradient(180deg,#64b5f6,#1976d2,#64b5f6);background-size:100% 40px;animation:rc-water-flow 3s linear infinite}@keyframes rc-water-flow{0%{background-position:0 0}to{background-position:0 40px}}.rc-boat-area{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem .25rem;background:#64b5f64d}.rc-boat{background:#8d6e63;border-radius:0 0 8px 8px;border-top:3px solid #6d4c41;padding:.5rem .4rem .6rem;width:100%;min-height:80px;display:flex;flex-direction:column;align-items:center;gap:.3rem}.rc-boat-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#d7ccc8;margin-bottom:.1rem}.rc-boat-items{width:100%;display:flex;flex-direction:column;gap:.3rem;align-items:center;min-height:44px}.rc-cross-btn{font-size:.7rem;padding:.4rem .5rem;width:100%;text-align:center;border-radius:6px;white-space:nowrap}.rc-entity{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;background:#fff;border:2px solid var(--color-gray-100, #eee);border-radius:8px;padding:.35rem .5rem;min-height:56px;min-width:56px;cursor:grab;user-select:none;touch-action:none;-webkit-tap-highlight-color:transparent;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;width:100%}.rc-entity:hover{border-color:var(--color-teal);box-shadow:0 2px 8px #0000001f}.rc-entity:active{cursor:grabbing;transform:scale(.97)}.rc-entity--farmer{background:#f2a15426;border-color:var(--color-amber);cursor:default}.rc-entity--farmer:hover{border-color:var(--color-amber);box-shadow:none}.rc-entity--in-boat{background:#ffffffe6;border-color:#ffffff80}.rc-entity-emoji{font-size:1.5rem;line-height:1;display:block}.rc-entity-label{font-size:.65rem;font-weight:700;color:var(--text-primary);text-align:center;line-height:1.2}.rc-entity-note{font-size:.55rem;color:var(--text-muted);text-align:center;line-height:1.2;font-style:italic}.rc-instructions{background:var(--color-cream, #fff8f0);border-radius:8px;padding:.75rem 1rem;border:1px solid var(--color-gray-100, #eee)}.rc-instruction-text{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.6}.rc-feedback{font-size:.95rem;line-height:1.6;border-radius:8px;padding:.75rem 1rem}.rc-feedback p{margin:0}.exercise-feedback--warning{background:#fff8e1;border:1px solid #f9a825;color:#7a5700}.rc-celebration{background:linear-gradient(135deg,var(--color-cream),#e8f4f8);border:2px solid var(--color-teal);border-radius:12px;padding:2rem 1.5rem;text-align:center}.rc-celebration-icon{font-size:3.5rem;margin-bottom:.75rem;display:block}.rc-celebration-title{font-size:1.75rem;color:var(--text-primary);margin-bottom:.5rem}.rc-celebration-move-msg{font-size:1.05rem;color:var(--color-teal, #2B6777);font-weight:600;margin-bottom:1rem}.rc-celebration-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid var(--color-gray-100, #eee)}.rc-celebration-learn{background:#fff;border-radius:8px;border:1px solid var(--color-gray-100, #eee);padding:1.25rem 1.5rem;text-align:left;margin-bottom:1.5rem}.rc-celebration-learn h3{font-size:1rem;color:var(--text-primary);margin-bottom:.5rem}.rc-celebration-learn p{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin:0}.sortable-ghost{opacity:.3}.sortable-chosen{box-shadow:0 4px 12px #0003;cursor:grabbing}.sortable-drag{opacity:1!important}@media(max-width:600px){.rc-scene{grid-template-columns:1fr;grid-template-rows:auto auto auto;min-height:unset}.rc-river-col{flex-direction:row;align-items:stretch}.rc-river{width:60px;flex:none;background:linear-gradient(90deg,#64b5f6,#1976d2,#64b5f6)}.rc-boat-area{flex:1;padding:.5rem}.rc-bank{min-height:100px}.rc-bank-items{flex-direction:row;flex-wrap:wrap;min-height:56px}.rc-entity{width:auto;min-width:56px;flex:0 0 auto}.rc-stats{gap:1rem;padding:.6rem 1rem}.rc-stat-value{font-size:1.1rem}.rc-celebration-stats{gap:2rem}}@media(max-width:380px){.rc-entity-emoji{font-size:1.25rem}.rc-entity-label{font-size:.6rem}.rc-entity-note{display:none}}
