.history-timeline{display:grid;gap:.2rem}.history-event{display:grid;grid-template-columns:42px 1fr auto;gap:.75rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.history-symbol{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--surface);border:1px solid var(--line)}.history-event strong,.history-event small{display:block}.history-event small{color:var(--muted);margin-top:.2rem}.history-date{text-align:right;color:var(--muted);font-size:.75rem}.service-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin:.6rem 0}.service-photo{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--soft)}.service-photo img{width:100%;height:100%;object-fit:cover}.service-photo span{position:absolute;left:4px;bottom:4px;background:rgba(0,0,0,.68);color:#fff;padding:.15rem .35rem;border-radius:6px;font-size:.65rem}.service-photo-upload{display:block;padding:.8rem;border:1px dashed var(--line);border-radius:12px;text-align:center}.service-photo-upload input{margin-top:.5rem}
