:root{--green-dark: #1f3d2b;--green-main: #2e6b3e;--green-accent: #3ea35b;--bg-light: #f7f5ef;--card-bg: #ffffff;--text-main: #1c1c1c;--text-muted: #6b7970;--red: #d9534f;--yellow: #e0a72b}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-light);color:var(--text-main)}.app-shell{max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg-light);padding-bottom:72px;position:relative}.header{background:var(--green-dark);color:#fff;padding:16px;display:flex;align-items:center;gap:12px}.header h1{font-size:18px;margin:0}.container{padding:16px}.card{background:var(--card-bg);border-radius:16px;box-shadow:0 1px 4px #00000014;overflow:hidden;margin-bottom:16px}.menu-card{display:flex;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;color:var(--text-main)}.menu-card .icon{font-size:24px}.menu-card .title{font-weight:600}.menu-card .subtitle{font-size:13px;color:var(--text-muted)}.btn-primary{background:var(--green-accent);color:#fff;border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:600;width:100%;cursor:pointer}.btn-primary:disabled{opacity:.5}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:var(--green-dark);display:flex;justify-content:space-around;align-items:center;padding:8px 0;z-index:10}.bottom-nav a{color:#b7c9bb;text-decoration:none;font-size:11px;display:flex;flex-direction:column;align-items:center;gap:2px}.bottom-nav a.active{color:#fff}.bottom-nav .fab{background:var(--green-accent);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;margin-top:-18px}.report-card{background:var(--card-bg);border-radius:16px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 4px #00000014}.report-card .author{display:flex;align-items:center;gap:8px;padding:12px}.report-card .author img{width:32px;height:32px;border-radius:50%;background:#ddd}.report-card .author .name{font-weight:600;font-size:14px}.report-card .author .meta{font-size:12px;color:var(--text-muted)}.report-card .photo{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#ddd}.report-card .title-row{padding:8px 12px 0;font-weight:700;font-size:16px}.report-card .stats{display:flex;gap:16px;padding:8px 12px 12px;font-size:13px;color:var(--text-muted)}.filters-row{display:flex;gap:8px;overflow-x:auto;padding:12px 16px}.chip{border:1px solid #d6ded7;border-radius:999px;padding:6px 12px;font-size:13px;white-space:nowrap;background:#fff}.chip.active{background:var(--green-dark);color:#fff;border-color:var(--green-dark)}.stepper{display:flex;justify-content:center;gap:24px;padding:16px}.stepper .step{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;color:var(--text-muted)}.stepper .step .circle{width:28px;height:28px;border-radius:50%;background:#e2e8e3;display:flex;align-items:center;justify-content:center;color:var(--text-main);font-weight:600}.stepper .step.active .circle,.stepper .step.done .circle{background:var(--green-accent);color:#fff}.field{margin-bottom:14px}.field label{display:block;font-size:13px;color:var(--text-muted);margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #d6ded7;border-radius:10px;padding:10px 12px;font-size:15px;font-family:inherit}.profile-header{display:flex;align-items:center;gap:12px;padding:16px}.profile-header img{width:64px;height:64px;border-radius:50%;background:#ddd}.xp-bar{height:6px;border-radius:4px;background:#e2e8e3;overflow:hidden;margin:6px 0}.xp-bar .fill{height:100%;background:var(--green-accent)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;padding:12px 16px}.stats-grid .value{font-weight:700;font-size:16px}.stats-grid .label{font-size:11px;color:var(--text-muted)}.map-placeholder{width:100%;height:55vh;background:linear-gradient(135deg,#cfe3d4,#a9cbb0);position:relative;border-radius:0 0 16px 16px;overflow:hidden}.map-marker{position:absolute;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid #fff}.map-marker.low{background:var(--green-accent)}.map-marker.mid{background:var(--yellow)}.map-marker.high{background:var(--red)}.list-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #eee;text-decoration:none;color:var(--text-main)}.badge-row{display:flex;gap:10px;padding:0 16px 12px}.badge-circle{width:44px;height:44px;border-radius:50%;background:#e2e8e3;display:flex;align-items:center;justify-content:center;font-size:20px}.center-msg{padding:40px 20px;text-align:center;color:var(--text-muted)}
