:root { font-family: Roboto, sans-serif; color: #202124; --blue: #1a73e8; --line: #dadce0; --muted: #5f6368; color-scheme: light; }
* { box-sizing: border-box; } body { margin: 0; min-width: 320px; background: #fff; } button, input { font: inherit; } button { cursor: pointer; } svg { width: 20px; height: 20px; }
.topbar { position: sticky; z-index: 5; top: 0; display: grid; grid-template-columns: auto minmax(260px, 690px) 1fr auto; align-items: center; gap: 16px; min-height: 72px; padding: 10px 20px; background: white; box-shadow: 0 1px 6px rgb(32 33 36 / 22%); }
.google { font-size: 22px; font-weight: 500; letter-spacing: 0; text-decoration: none; }.google span:nth-child(4n+1){color:#4285f4}.google span:nth-child(4n+2){color:#ea4335}.google span:nth-child(3){color:#fbbc05}.google span:nth-child(4){color:#4285f4}.google span:nth-child(5){color:#34a853}.google span:nth-child(6){color:#ea4335}
.search { display: flex; align-items: center; height: 48px; padding: 0 16px; border-radius: 24px; box-shadow: 0 1px 6px rgb(32 33 36 / 28%); }.search input { width: 100%; border: 0; outline: 0; font-size: 16px; }.search svg { margin-left: 15px; color: var(--muted); }
.icon-button { display: grid; width: 40px; height: 40px; place-items: center; justify-self: end; border: 0; border-radius: 50%; background: transparent; }.avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; }
.placeholder { background: linear-gradient(135deg, #adc4b6, #e7d6b9); color: #44534b; }
main { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, 680px); height: calc(100vh - 72px); overflow: hidden; background: #e8eaed; }
.map { position: relative; display: grid; align-content: center; justify-items: center; min-width: 0; padding: 24px; overflow-y: auto; background: radial-gradient(ellipse at top, #e8f0fe, #f1f3f4 70%); }
[hidden] { display: none !important; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.location-card { position: relative; width: min(100%, 360px); padding: 28px; border: 1px solid #dadce0; border-radius: 16px; background: white; box-shadow: 0 6px 24px rgb(60 64 67 / 10%); text-align: center; overflow-wrap: anywhere; }
.location-symbol { width: 40px; height: 40px; margin-bottom: 12px; color: #1a73e8; }
.map[data-location="area"] .location-symbol, .map[data-location="unknown"] .location-symbol { display: none; }
.location-kind { display: block; color: #5f6368; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.location-card h2 { margin: 10px 0 0; font: 500 22px/1.35 "Google Sans", sans-serif; }
.location-card p { margin: 10px 0 0; color: #5f6368; font-size: 14px; line-height: 1.5; }
.location-card a { display: inline-block; margin-top: 20px; padding: 10px 18px; border: 1px solid #dadce0; border-radius: 24px; color: #1a73e8; text-decoration: none; }
.location-card a:focus-visible { outline: 2px solid #1a73e8; outline-offset: 4px; }
.map[data-location="embedded"] { align-content: end; }
.quick-actions button:disabled { opacity: .45; cursor: default; }
.business-panel { min-width: 0; overflow-y: auto; background: white; box-shadow: 2px 0 6px rgb(0 0 0 / 18%); }
.photo-strip { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr)); gap: 2px; height: 210px; }.photo { display: grid; min-width: 0; place-items: center; border: 0; font-weight: 500; }.photo:first-child { grid-row: span 2; }.photo:nth-child(n+4) { display: none; }
.business-heading { padding: 24px 24px 16px; }.business-heading h1 { margin: 0 0 8px; font: 500 30px "Google Sans", sans-serif; }.business-heading p { margin: 0; color: var(--muted); }.rating { color: #b06000; }.stars { color: #f9ab00; letter-spacing: 0; }.link { padding: 0; border: 0; background: transparent; color: var(--blue); }
.quick-actions { display: flex; justify-content: space-around; gap: 6px; padding: 8px 18px 20px; }.quick-actions button { display: grid; max-width: 90px; justify-items: center; gap: 6px; border: 0; background: transparent; color: var(--blue); font-size: 12px; }.quick-actions span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.tabs { display: flex; gap: 6px; padding: 0 18px; border-bottom: 1px solid var(--line); overflow-x: auto; }.tabs button { position: relative; min-width: max-content; height: 48px; padding: 0 14px; border: 0; background: transparent; color: var(--muted); font-weight: 500; }.tabs button[aria-selected="true"] { color: var(--blue); }.tabs button[aria-selected="true"]::after { position: absolute; right: 8px; bottom: 0; left: 8px; height: 3px; background: var(--blue); content: ""; }
.info-list, .section { padding: 18px 24px; border-bottom: 1px solid var(--line); }.info-row { display: grid; grid-template-columns: 24px 1fr; gap: 14px; padding: 8px 0; line-height: 1.4; }.info-row svg { color: var(--blue); }.section h2 { margin: 0 0 16px; font: 500 20px "Google Sans", sans-serif; }.section-title { display: flex; align-items: center; justify-content: space-between; }
.day-pills { display: flex; gap: 6px; overflow-x: auto; }.day-pills button { padding: 7px 12px; border: 1px solid var(--line); border-radius: 18px; background: white; }.day-pills .active { border-color: var(--blue); color: var(--blue); }.bars { display: flex; height: 90px; align-items: end; gap: 5px; margin-top: 16px; }.bar { flex: 1; min-width: 8px; border-radius: 2px 2px 0 0; background: #8ab4f8; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }.gallery-grid button { display: grid; min-width: 0; aspect-ratio: 1.15; place-items: center; border: 0; font-size: 12px; }.gallery-all { grid-template-columns: repeat(2, minmax(0, 1fr)); }.review-summary { display: flex; align-items: center; gap: 16px; padding-bottom: 18px; }.review-summary > strong { font-size: 44px; font-weight: 400; }.review { padding: 16px 0; border-top: 1px solid var(--line); }.review p { margin: 8px 0; line-height: 1.45; }.review small { color: var(--muted); }.update { padding: 18px; border: 1px solid var(--line); border-radius: 8px; }.update p { color: var(--muted); }.update-image { display: grid; aspect-ratio: 2; place-items: center; border-radius: 6px; }
dialog { width: min(860px, calc(100% - 30px)); padding: 54px 65px 24px; border: 0; border-radius: 8px; background: #202124; color: white; } dialog::backdrop { background: rgb(0 0 0 / 70%); }.gallery-focus { display: grid; aspect-ratio: 16/10; place-items: center; font-size: 18px; }.close, dialog .previous, dialog .next { position: absolute; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: #3c4043; color: white; }.close { top: 8px; right: 8px; }.previous, .next { top: 50%; transform: translateY(-50%); }.previous { left: 10px; }.next { right: 10px; } dialog p { text-align: center; }
@media (max-width: 800px) { .topbar { grid-template-columns: auto 1fr auto; min-height: 62px; padding: 7px 10px; }.google { font-size: 0; }.google span:first-child { font-size: 25px; }.topbar .icon-button { display: none; }.search { height: 46px; }.search svg:first-of-type { display: none; } main { display: flex; height: auto; overflow: visible; flex-direction: column; }.map { height: 180px; flex: 0 0 180px; }.business-panel { overflow: visible; }.photo-strip { height: 180px; }.business-heading { padding-inline: 18px; }.business-heading h1 { font-size: 26px; }.quick-actions { justify-content: flex-start; overflow-x: auto; }.quick-actions button { min-width: 70px; }.info-list, .section { padding-inline: 18px; }.gallery-all { grid-template-columns: repeat(2, 1fr); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
@media (max-width: 800px) { .map { height: auto; min-height: 180px; flex: 0 0 auto; padding: 18px; overflow: visible; }.location-card { width: min(100%, 500px); padding: 20px; }.location-card h2 { font-size: 20px; }.map[data-location="embedded"] { min-height: 340px; } }
