.fsw-forest,.fsw-forest-summary,.fsw-forest-guest{--forest:#1b4332;--pine:#2d6a4f;--leaf:#52b788;--ivory:#f7f3ea;--ink:#24312a;--muted:#647269;--line:#dfe8e1;font-family:var(--fsw-font-body,Inter,system-ui,sans-serif);color:var(--ink)}
.fsw-forest{max-width:1180px;margin:0 auto;padding:32px 20px 72px}.fsw-forest-hero{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:42px;border-radius:28px;background:linear-gradient(135deg,#f7f3ea,#e7f4ec);margin-bottom:28px}.fsw-forest-hero h1{font-size:clamp(2.2rem,6vw,4.5rem);line-height:1;margin:.15em 0}.fsw-forest-hero p{max-width:720px;font-size:1.1rem}.fsw-forest-hero__mark{font-size:5rem}.fsw-forest-section{margin:30px 0}.fsw-forest-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.fsw-forest-heading h2{margin:.2rem 0 0}.fsw-forest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fsw-forest-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(27,67,50,.08);overflow:hidden}.fsw-forest-card:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:#8ba399}.fsw-forest-card--safe:before{background:#2a9d8f}.fsw-forest-card--watch:before{background:#e9c46a}.fsw-forest-card--warning:before{background:#f4a261}.fsw-forest-card--danger:before,.fsw-forest-card--critical:before{background:#b42318}.fsw-forest-card__header{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.fsw-forest-card__avatar{display:grid;place-items:center;width:50px;height:50px;background:var(--ivory);border-radius:50%;font-size:1.55rem}.fsw-forest-card__header h3{margin:0;font-size:1.15rem}.fsw-forest-card__header p{margin:3px 0;color:var(--muted);font-size:.9rem}.fsw-forest-card__status{grid-column:1/-1;justify-self:start;padding:5px 10px;background:#eef4ef;border-radius:999px;font-size:.78rem;font-weight:700}.fsw-forest-card__condition{display:flex;align-items:end;justify-content:space-between;margin:20px 0 10px;padding:14px;border-radius:14px;background:#f5f8f6}.fsw-forest-card__condition span{font-weight:700;color:var(--muted)}.fsw-forest-card__condition strong{font-size:2.6rem;line-height:1;color:var(--forest)}.fsw-forest-card__recommendation{min-height:3.8em}.fsw-forest-card__meta{font-size:.85rem;color:var(--muted)}.fsw-forest-card__meta div{display:flex;justify-content:space-between;gap:14px;padding:7px 0;border-top:1px solid #edf1ee}.fsw-forest-card__meta dd{margin:0;text-align:right}.fsw-forest-card__notes{padding:10px;background:#fff8e7;border-radius:10px;font-size:.86rem}.fsw-forest-link{background:none;border:0;padding:7px 0;color:#8a2c24;text-decoration:underline;cursor:pointer}.fsw-forest-empty{text-align:center;padding:50px;background:#f8faf8;border:2px dashed #cbdace;border-radius:22px}.fsw-forest-empty>div{font-size:3rem}.fsw-forest-form-wrap{margin:34px 0;padding:30px;background:#f5f8f6;border-radius:24px}.fsw-forest-form-heading{display:flex;justify-content:space-between}.fsw-forest-close{background:transparent;border:0;font-size:2rem;cursor:pointer}.fsw-forest-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fsw-forest-form label span{display:block;font-weight:700;margin-bottom:7px}.fsw-forest-form input,.fsw-forest-form select,.fsw-forest-form textarea{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid #bfcfc3;border-radius:11px;background:#fff;font:inherit}.fsw-forest-form input:focus,.fsw-forest-form select:focus,.fsw-forest-form textarea:focus{outline:3px solid rgba(82,183,136,.3);border-color:var(--pine)}.fsw-forest-form__wide{grid-column:1/-1}.fsw-forest-privacy{display:flex;gap:10px;padding:13px;background:#e8f3ec;border-radius:12px}.fsw-forest-privacy p{margin:0}.fsw-forest-how{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:40px}.fsw-forest-how>div{padding:22px;background:var(--ivory);border-radius:18px}.fsw-forest-how span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--forest);color:#fff;font-weight:800}.fsw-forest-guest{display:grid;grid-template-columns:.7fr 1fr;gap:35px;align-items:center;max-width:950px;margin:35px auto;padding:45px;background:linear-gradient(135deg,#f7f3ea,#e7f4ec);border-radius:28px}.fsw-forest-guest__visual{text-align:center;font-size:4rem}.fsw-forest-actions{display:flex;gap:10px;flex-wrap:wrap}.fsw-forest-summary{padding:28px}.fsw-forest-grid--compact .fsw-forest-card__recommendation{min-height:0}.fsw-forest-admin{max-width:1100px}.fsw-alert--success{background:#e7f6ef;border-left:5px solid #2a9d8f;padding:14px 18px;border-radius:10px;margin-bottom:20px}
@media(max-width:900px){.fsw-forest-grid{grid-template-columns:1fr 1fr}.fsw-forest-how{grid-template-columns:1fr}.fsw-forest-guest{grid-template-columns:1fr}.fsw-forest-guest__visual{font-size:3rem}}
@media(max-width:620px){.fsw-forest{padding:16px 14px 50px}.fsw-forest-hero{padding:26px;grid-template-columns:1fr}.fsw-forest-hero__mark{display:none}.fsw-forest-heading{align-items:stretch;flex-direction:column}.fsw-forest-grid{grid-template-columns:1fr}.fsw-forest-form{grid-template-columns:1fr}.fsw-forest-form__wide{grid-column:auto}.fsw-forest-card__recommendation{min-height:0}}
