@import"https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Figtree:wght@400;500;600;700&family=Source+Code+Pro:wght@500;700&display=swap";:root{--bg: #ded9d4;--surface: #f4f2ef;--surface-soft: #b8d8c7;--ink: #14231a;--muted: #325142;--bright-blue: #87d2ea;--light-blue: #9bd8ec;--very-light-blue: #bfe8f4;--medium-green: #74b57a;--deep-green: #4d865e;--neon-border: rgba(77, 134, 94, .5);--pink: #9bd8ec;--pink-strong: #74b57a;--good: #74b57a}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;min-height:100%}body{background:var(--bg);color:var(--ink);font-family:Figtree,sans-serif}a{color:var(--deep-green);text-decoration:underline;font-weight:600}.camp-page{width:100vw;min-height:100vh;margin:0;padding:.6rem}.camp-top{background:var(--bright-blue);border:2px dashed var(--deep-green);border-radius:10px;padding:.7rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.camp-brand{display:flex;align-items:center;gap:.75rem}.camp-brand img{width:min(220px,42vw);height:auto}.brand-title{margin:0;font-family:ABeeZee,sans-serif;font-size:clamp(1.35rem,2.4vw,1.9rem);line-height:1;color:var(--ink)}.brand-subtitle{margin:.15rem 0 0;color:var(--muted);font-size:.84rem}.camp-links{display:flex;gap:.5rem;flex-wrap:wrap}.camp-links a{border:1.5px dashed var(--deep-green);background:var(--medium-green);border-radius:8px;padding:.4rem .6rem;color:#fff;text-decoration:none;font-size:.84rem;font-weight:700}.camp-shell{margin-top:.85rem;border:2px dashed var(--deep-green);border-radius:10px;background:#d5d0ca;box-shadow:0 8px 20px #132f1e1f;min-height:calc(100vh - 6.2rem);display:flex;flex-direction:column}.camp-content{flex:1;padding:.72rem;display:grid;grid-template-columns:1fr 1fr;gap:.62rem;min-height:0}.camp-content.text-only-step{grid-template-columns:1fr}.camp-text{border:1.5px dashed var(--deep-green);background:#fff;border-radius:8px;padding:1rem 1.05rem;overflow-y:auto}.module-tag{margin:0;color:var(--muted);font-family:Source Code Pro,monospace;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}h1{margin:.3rem 0 .75rem;font-family:ABeeZee,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.05;color:var(--ink)}.paragraph{margin:0 0 .66rem;line-height:1.5;color:var(--ink)}.bullet-list,.link-list{margin:0 0 .78rem;padding-left:1.2rem}.bullet-list li,.link-list li{margin-bottom:.4rem;line-height:1.4;color:var(--ink)}.command-block{margin:0 0 .75rem;border:1.5px dashed var(--deep-green);border-radius:8px;background:#132f1e;padding:.72rem;overflow-x:auto}.command-block code{color:#e8ffe8;font-family:Courier New,monospace;font-size:.9rem}.choice-area{display:grid;gap:.56rem;margin:.5rem 0 .75rem}.choice-card{border:1.5px dashed var(--deep-green);background:#fff;color:var(--ink);border-radius:10px;padding:.7rem;text-align:left;cursor:pointer;display:grid;gap:.25rem}.choice-card strong{font-size:1rem}.choice-card span{color:var(--muted);font-size:.9rem}.choice-card em{font-style:normal;color:#fff;font-weight:700;font-size:.82rem;width:fit-content;padding:.18rem .42rem;border-radius:999px;background:var(--good)}.choice-card.recommended{border-color:var(--medium-green)}.choice-card.selected{box-shadow:0 0 0 2px var(--bright-blue) inset;background:#eef8fc}.choice-note,.note,.edit-hint{margin:0;color:var(--muted);font-size:.86rem}.collab-box{border:1.5px dashed var(--deep-green);border-radius:8px;padding:.7rem;background:#ffffffde;display:grid;gap:.56rem;margin-bottom:.7rem}.collab-box h2{margin:0;font-size:1rem;color:var(--ink)}.handoff-box{border:1.5px dashed var(--deep-green);border-radius:8px;padding:.7rem;background:#eff8f0;display:grid;gap:.56rem;margin-bottom:.7rem}.handoff-box h2{margin:0;font-size:1rem;color:var(--ink)}.handoff-box code{font-family:Source Code Pro,monospace;font-size:.85rem}.member-list{margin:0;padding-left:1.2rem}.member-list li{margin-bottom:.42rem;color:var(--ink)}.camp-visual{border:1.5px dashed var(--deep-green);background:#fff;border-radius:8px;padding:.64rem;min-height:0;display:flex}.camp-visual figure{margin:0;width:100%;display:grid;grid-template-rows:1fr auto;gap:.44rem}.camp-visual img{width:100%;height:100%;object-fit:contain;border-radius:6px;border:1.5px solid rgba(46,82,43,.45);background:#f6f7f3}.camp-visual figcaption{margin:0;text-align:center;color:var(--muted);font-size:.84rem;font-weight:600}.camp-nav{border-top:1.5px dashed var(--deep-green);padding:.55rem;display:flex;align-items:center;justify-content:center;gap:.8rem}.camp-nav button{border:1.5px dashed var(--deep-green);border-radius:8px;background:var(--medium-green);color:#fff;font-weight:700;font-size:.82rem;padding:.42rem .82rem;cursor:pointer}.camp-nav button:hover:enabled,.camp-nav button:focus-visible:enabled{background:#629d68;color:#fff;outline:none}.camp-nav button:disabled{opacity:.45;cursor:not-allowed}.camp-nav p{margin:0;font-family:Source Code Pro,monospace;font-size:1rem;color:var(--ink)}@media (max-width: 980px){.camp-shell{min-height:auto}.camp-content{grid-template-columns:1fr;min-height:auto}.camp-text,.camp-visual{min-height:320px}}@media (max-width: 640px){.camp-page{width:100vw;padding:.45rem;margin-top:0}.camp-top{padding:.6rem}.camp-brand{width:100%}.camp-links{width:100%;justify-content:center}.camp-links a{flex:1;text-align:center}.camp-content{padding:.5rem}.camp-text,.camp-visual{min-height:260px;padding:.72rem}}
