.trip-toolbar{display:flex;gap:.65rem;flex-wrap:wrap;margin:0 0 1rem}.trip-toolbar .btn{min-height:42px}.trip-toolbar .btn-soft{border:1px solid var(--line)}
.trip-health{margin-top:1.5rem}.trip-health .health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1rem}.health-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem}.health-card h3{margin:.5rem 0 .25rem;font-size:1.15rem}.health-card p{margin:0;color:var(--muted);line-height:1.5;font-size:.9rem}.health-card .health-action{margin-top:.8rem}.health-suggestions{border-top:1px solid var(--line);margin-top:1.25rem;padding-top:1.1rem}.health-suggestions h3{margin:0 0 .75rem}.health-suggestion{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px dashed var(--line)}.health-suggestion:first-of-type{border-top:0}.health-suggestion p{margin:0;color:var(--muted);line-height:1.45}.activity-actions{align-items:center;flex-wrap:wrap}.activity-actions select{max-width:86px;min-height:32px;padding:.25rem;border:1px solid var(--line);border-radius:8px;background:#f8fbfc;color:var(--ink);font-size:.75rem}.activity.is-locked{background:linear-gradient(90deg,rgba(255,248,226,.8),transparent);border-radius:12px;padding-left:.55rem;padding-right:.55rem}.activity.is-locked h4:after{content:' · locked';color:#a16207;font-size:.75rem;font-weight:700}.modal-backdrop{position:fixed;inset:0;background:rgba(3,26,40,.62);z-index:80;display:grid;place-items:center;padding:1rem}.modal-card{width:min(620px,94vw);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:1.35rem;box-shadow:0 24px 80px rgba(3,26,40,.26)}.modal-head{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem}.modal-head h2{font-family:Georgia,serif;margin:.35rem 0;font-size:2rem}.modal-card .admin-editor{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-card .field.wide{grid-column:span 2}.modal-card .btn{margin-top:1rem;width:100%}@media(max-width:700px){.trip-toolbar .btn{flex:1}.trip-health .health-grid{grid-template-columns:1fr}.health-suggestion{align-items:flex-start;flex-direction:column}.modal-card .admin-editor{grid-template-columns:1fr}.modal-card .field.wide{grid-column:auto}}
