.gr-bar,.gr-card,.gr-carousel{--gr-surface: #f2f3f5;--gr-ink: #1f2328;--gr-muted: #5f6368;--gr-star: #fbbc04;--gr-star-off: #dadce0;--gr-blue: #1a73e8;--gr-blue-hover: #1557b0;--gr-radius: 14px}.gr-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-5);margin-bottom:var(--space-6);padding:var(--space-5) var(--space-6);background-color:var(--gr-surface);border-radius:var(--gr-radius)}.gr-bar__brand{display:flex;flex-direction:column;gap:6px;min-width:0}.gr-bar__logo{display:flex;align-items:baseline;gap:8px;margin:0}.gr-bar__wordmark{font-family:Product Sans,Google Sans,Arial,sans-serif;font-size:30px;font-weight:500;letter-spacing:-.5px;line-height:1}.gr-bar__wordmark b{font-weight:500}.gr-bar__wordmark b:nth-child(1){color:#4285f4}.gr-bar__wordmark b:nth-child(2){color:#ea4335}.gr-bar__wordmark b:nth-child(3){color:#fbbc05}.gr-bar__wordmark b:nth-child(4){color:#4285f4}.gr-bar__wordmark b:nth-child(5){color:#34a853}.gr-bar__wordmark b:nth-child(6){color:#ea4335}.gr-bar__logo-text{font-family:var(--font-display, inherit);font-size:26px;font-weight:700;color:var(--gr-ink);line-height:1}.gr-bar__score{display:flex;align-items:center;gap:10px;margin:0}.gr-bar__value{font-size:30px;font-weight:700;line-height:1;color:var(--gr-ink)}.gr-bar__stars{display:inline-flex;gap:1px}.gr-bar__star{fill:var(--gr-star-off)}.gr-bar__star.is-on{fill:var(--gr-star)}.gr-bar__count{font-size:var(--text-small, 14px);color:var(--gr-muted)}.gr-bar__cta{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;font-size:16px;font-weight:700;color:#fff;text-decoration:none;background-color:var(--gr-blue);border-radius:8px;transition:background-color var(--duration-base, .2s) var(--ease-standard, ease)}.gr-bar__cta:hover{background-color:var(--gr-blue-hover);color:#fff}.gr-card{display:flex;flex-direction:column;gap:var(--space-4);height:100%;padding:var(--space-5);background-color:var(--gr-surface);border-radius:var(--gr-radius)}.gr-card__head{display:flex;align-items:center;gap:12px;min-width:0}.gr-card__avatar{position:relative;flex-shrink:0;width:48px;height:48px}.gr-card__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-full, 999px);display:block}.gr-card__initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:var(--radius-full, 999px);background-color:#dadce0;color:var(--gr-muted);font-weight:700}.gr-card__badge{position:absolute;left:-2px;bottom:-2px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#fff;border-radius:var(--radius-full, 999px);box-shadow:0 1px 3px #0003}.gr-card__who{display:flex;flex-direction:column;gap:2px;min-width:0}.gr-card__name{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:var(--gr-ink);overflow-wrap:anywhere}.gr-card__name a{color:inherit;text-decoration:none}.gr-card__name a:hover{text-decoration:underline}.gr-card__verified{flex-shrink:0}.gr-card__time{font-size:var(--text-small, 14px);color:var(--gr-muted)}.gr-card__stars{display:flex;gap:1px}.gr-card__star{fill:var(--gr-star-off)}.gr-card__star.is-on{fill:var(--gr-star)}.gr-card__body{display:flex;flex-direction:column;gap:var(--space-2)}.gr-card__title{margin:0;font-size:var(--text-h6, 17px);font-weight:600;color:var(--gr-ink)}.gr-card__text{margin:0;font-size:16px;line-height:1.55;color:var(--gr-ink);overflow-wrap:anywhere}.gr-card__more{align-self:flex-start;padding:0;border:0;background:none;font-family:inherit;font-size:16px;color:var(--gr-muted);cursor:pointer}.gr-card__more:hover{color:var(--gr-ink);text-decoration:underline}.gr-card__original{margin-top:var(--space-1)}.gr-card__original>summary{display:inline-flex;align-items:center;gap:4px;font-size:var(--text-small, 14px);color:var(--gr-muted);cursor:pointer;list-style:none}.gr-card__original>summary::-webkit-details-marker{display:none}.gr-card__original>summary:after{content:"▾";font-size:.75em}.gr-card__original[open]>summary:after{content:"▴"}.gr-card__original p{margin:var(--space-2) 0 0;padding-left:var(--space-3);border-left:2px solid var(--gr-star-off);font-size:var(--text-small, 14px);line-height:1.55;color:var(--gr-muted)}.gr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5);align-items:stretch}@media(max-width:900px){.gr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.gr-grid{grid-template-columns:minmax(0,1fr)}}.gr-carousel .carousel__track{align-items:stretch}@media(max-width:560px){.gr-bar{flex-direction:column;align-items:flex-start}.gr-bar__cta{width:100%}}
