.groom-board{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:13px;overflow:auto;padding-bottom:10px}.groom-board>section{background:#eef2f7;border-radius:16px;padding:12px;min-height:330px}.groom-board h2{font-size:12px;text-transform:uppercase;color:var(--muted);letter-spacing:.08em}.groom-card{display:flex;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;margin-bottom:9px;box-shadow:0 5px 15px rgba(27,49,94,.05)}.groom-card time{font-size:12px;font-weight:900;color:var(--blue)}.groom-card div{display:flex;flex-direction:column;min-width:0}.groom-card b{font-size:12px}.groom-card span,.groom-card small{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.groom-hero{display:flex;align-items:center;gap:16px;padding:24px;border-radius:20px;background:linear-gradient(125deg,var(--blue2),var(--blue));color:#fff;margin-bottom:18px}.groom-pet{width:60px;height:60px;border-radius:18px;background:rgba(255,255,255,.15);display:grid;place-items:center;font-size:30px}.groom-hero h1,.groom-hero p{margin:2px 0}.groom-hero>strong{margin-left:auto;background:rgba(255,255,255,.16);padding:8px 12px;border-radius:20px;font-size:10px;text-transform:uppercase}.notice-ok{margin-top:14px;background:#edf8e7;color:#4d822d;padding:11px;border-radius:10px;font-size:11px;font-weight:800}@media(max-width:700px){.groom-hero{align-items:flex-start}.groom-hero>strong{margin-left:0}.groom-board{grid-template-columns:repeat(5,260px)}}
