.grp-badge{--grp-bg:#ffffff;--grp-text:#1a1a2e;--grp-text-secondary:#64748b;--grp-accent:#1a73e8;--grp-border:#e2e8f0;--grp-shadow:0 4px 20px rgba(0,0,0,0.08);--grp-star:#FBBC04;--grp-card-bg:#f8fafc;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--grp-text)}.grp-badge *{box-sizing:border-box}.grp-theme-dark{--grp-bg:#1e293b;--grp-text:#f1f5f9;--grp-text-secondary:#94a3b8;--grp-accent:#60a5fa;--grp-border:#334155;--grp-shadow:0 4px 20px rgba(0,0,0,0.3);--grp-card-bg:#0f172a}@media (prefers-color-scheme:dark){.grp-theme-auto{--grp-bg:#1e293b;--grp-text:#f1f5f9;--grp-text-secondary:#94a3b8;--grp-accent:#60a5fa;--grp-border:#334155;--grp-shadow:0 4px 20px rgba(0,0,0,0.3);--grp-card-bg:#0f172a}}@keyframes grp-fade{from{opacity:0}to{opacity:1}}@keyframes grp-slide-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes grp-bounce{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}100%{opacity:1;transform:scale(1)}}.grp-animate-fade{animation:grp-fade 0.5s ease-out}.grp-animate-slide-up{animation:grp-slide-up 0.5s ease-out}.grp-animate-bounce{animation:grp-bounce 0.6s ease-out}.grp-pill{display:inline-flex;background:var(--grp-bg);border-radius:50px;box-shadow:var(--grp-shadow);border:1px solid var(--grp-border);padding:9px 18px;transition:all 0.25s ease}.grp-pill:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 28px rgb(0 0 0 / .14)}.grp-pill-link{display:flex;align-items:center;gap:10px;text-decoration:none!important;color:inherit}.grp-pill-icon{display:flex}.grp-pill-stars{display:flex;align-items:center;gap:1px}.grp-pill-info{display:flex;align-items:center;gap:5px}.grp-pill-rating{font-weight:700;font-size:15px}.grp-pill-sep{color:var(--grp-border);font-size:12px}.grp-pill-count{font-size:13px;color:var(--grp-text-secondary)}.grp-card{width:260px;background:var(--grp-bg);border-radius:12px;box-shadow:var(--grp-shadow);overflow:hidden;display:inline-block}.grp-card-header{display:flex;align-items:center;gap:10px;padding:15px;border-bottom:1px solid var(--grp-border)}.grp-card-title{font-weight:600;font-size:14px}.grp-card-body{padding:20px 15px;text-align:center}.grp-card-rating{font-size:48px;font-weight:700;line-height:1;margin-bottom:10px}.grp-card-stars{display:flex;justify-content:center;margin-bottom:5px}.grp-card-count{font-size:13px;color:var(--grp-text-secondary);margin-bottom:15px}.grp-card-cta{display:block;background:var(--grp-accent);color:#fff!important;text-align:center;padding:12px;text-decoration:none!important;font-weight:600;font-size:14px;transition:background 0.2s;border-radius:6px;margin:0 15px 15px}.grp-card-cta:hover{filter:brightness(.9)}.grp-bubble{position:relative;display:inline-block}.grp-bubble-trigger{width:56px;height:56px;border-radius:50%;background:var(--grp-bg);border:none;box-shadow:var(--grp-shadow);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:transform 0.2s}.grp-bubble-trigger:hover{transform:scale(1.05)}.grp-bubble-badge{position:absolute;top:-5px;right:-5px;background:#ea4335;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:10px;border:2px solid var(--grp-bg)}.grp-bubble-popup{position:absolute;width:300px;background:var(--grp-bg);border-radius:16px;box-shadow:0 10px 40px rgb(0 0 0 / .2);bottom:70px;right:0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s cubic-bezier(.175,.885,.32,1.275);z-index:1}.grp-bubble.grp-bubble-open .grp-bubble-popup{opacity:1;visibility:visible;transform:translateY(0)}.grp-pos-top-left .grp-bubble-popup,.grp-pos-top-right .grp-bubble-popup{bottom:auto;top:70px}.grp-pos-bottom-left .grp-bubble-popup,.grp-pos-top-left .grp-bubble-popup{right:auto;left:0}.grp-bubble-popup-header{padding:15px;border-bottom:1px solid var(--grp-border);display:flex;justify-content:space-between;align-items:center;font-weight:600}.grp-bubble-close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--grp-text-secondary);line-height:1}.grp-bubble-popup-body{padding:15px}.grp-bubble-rating{font-size:32px;font-weight:700;text-align:center}.grp-bubble-stars{display:flex;justify-content:center;margin-bottom:5px}.grp-bubble-count{text-align:center;font-size:12px;color:var(--grp-text-secondary);margin-bottom:15px}.grp-bubble-reviews{display:flex;flex-direction:column;gap:10px}.grp-bubble-review{font-size:12px;border-top:1px solid var(--grp-border);padding-top:10px}.grp-bubble-review-author{font-weight:700;display:block}.grp-bubble-review-stars{display:flex;transform:scale(.8);transform-origin:left}.grp-bubble-review-text{margin:5px 0 0;color:var(--grp-text-secondary)}.grp-bubble-cta{display:block;text-align:center;padding:12px;background:var(--grp-card-bg);border-top:1px solid var(--grp-border);color:var(--grp-accent)!important;text-decoration:none!important;font-weight:600;border-radius:0 0 16px 16px}.grp-slider{max-width:600px;background:var(--grp-bg);border-radius:12px;box-shadow:var(--grp-shadow);padding:20px}.grp-slider-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.grp-slider-rating{font-size:24px;font-weight:700}.grp-slider-track{position:relative;overflow:hidden;min-height:120px}.grp-slider-slide{display:none;gap:15px;animation:grp-fade 0.3s}.grp-slider-slide.grp-active,.grp-slider-slide:first-child{display:flex}.grp-slider-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover}.grp-slider-content{flex:1}.grp-slider-author{font-weight:600}.grp-slider-review-stars{display:flex;transform:scale(.8);transform-origin:left}.grp-slider-text{font-size:14px;margin:5px 0;line-height:1.5}.grp-slider-time{font-size:11px;color:var(--grp-text-secondary)}.grp-slider-nav{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:15px}.grp-slider-prev,.grp-slider-next{background:var(--grp-card-bg);border:1px solid var(--grp-border);width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--grp-text)}.grp-slider-dots{display:flex;gap:5px}.grp-slider-dot{width:8px;height:8px;border-radius:50%;background:var(--grp-border);border:none;cursor:pointer;padding:0}.grp-slider-dot.active{background:var(--grp-accent)}.grp-bar{width:100%;background:var(--grp-bg);box-shadow:0 -2px 10px rgb(0 0 0 / .05)}.grp-bar-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;max-width:1200px;margin:0 auto}.grp-bar-center{display:flex;align-items:center;gap:10px}.grp-bar-stars{display:flex}.grp-bar-rating{font-weight:700}.grp-bar-count{font-size:13px;color:var(--grp-text-secondary)}.grp-bar-cta{color:var(--grp-accent)!important;text-decoration:none!important;font-weight:600;font-size:14px}@media (max-width:600px){.grp-bar-count{display:none}}.grp-grid{width:100%}.grp-grid-header{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:25px}.grp-grid-title{font-size:20px;font-weight:700}.grp-grid-rating{font-size:14px;color:var(--grp-text-secondary)}.grp-grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grp-grid-card{background:var(--grp-card-bg);border:1px solid var(--grp-border);border-radius:12px;padding:20px;box-shadow:0 2px 8px rgb(0 0 0 / .02);transition:transform 0.2s}.grp-grid-card:hover{transform:translateY(-3px)}.grp-grid-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.grp-grid-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.grp-grid-author{font-weight:600;font-size:14px}.grp-grid-time{font-size:11px;color:var(--grp-text-secondary)}.grp-grid-stars{display:flex;transform:scale(.8);transform-origin:left;margin-bottom:10px}.grp-grid-text{font-size:14px;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:900px){.grp-grid-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grp-grid-container{grid-template-columns:1fr}}.grp-showcase{width:100%;max-width:1000px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#fff0}.grp-showcase-header{background:#e8f0fe;border-radius:8px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;flex-wrap:wrap;gap:15px}.grp-showcase-header-left{display:flex;flex-direction:column;gap:5px}.grp-showcase-logo-row{display:flex;align-items:center;gap:8px}.grp-showcase-main-icon{display:flex}.grp-showcase-title{font-size:18px;font-weight:500;color:#1f2937}.grp-showcase-stats-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.grp-showcase-rating{font-size:18px;font-weight:700;color:#111827}.grp-showcase-stars{display:flex;transform:scale(1.1);transform-origin:left center}.grp-showcase-count{font-size:14px;color:#4b5563}.grp-showcase-count strong{color:#111827}.grp-showcase-cta{background:#16a34a;color:#ffffff!important;text-decoration:none!important;padding:10px 24px;border-radius:50px;font-weight:600;font-size:15px;transition:background 0.2s;display:inline-block}.grp-showcase-cta:hover{background:#15803d}.grp-showcase-carousel-wrapper{position:relative;display:flex;align-items:center;padding:0 50px}.grp-showcase-track-container{overflow:hidden;width:100%;padding-top:45px;padding-bottom:15px;margin-top:-45px}.grp-showcase-track{display:flex;transition:transform 0.4s ease-in-out}.grp-showcase-slide{flex:0 0 calc(100% / 3);padding:0 15px;box-sizing:border-box}.grp-showcase-card{background:#f8fafc;border-radius:8px;padding:45px 20px 25px;text-align:center;position:relative;box-shadow:0 4px 15px rgb(0 0 0 / .08);border:1px solid #e2e8f0;height:100%;display:flex;flex-direction:column;align-items:center}.grp-showcase-avatar-wrapper{position:absolute;top:-35px;left:50%;transform:translateX(-50%);width:70px;height:70px;z-index:2}.grp-showcase-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.grp-showcase-g-badge{position:absolute;bottom:0;right:-5px;background:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgb(0 0 0 / .1)}.grp-showcase-g-badge svg{width:14px;height:14px}.grp-showcase-author{font-weight:700;font-size:16px;color:#111827;margin-bottom:6px}.grp-showcase-review-stars{display:flex;justify-content:center;margin-bottom:6px}.grp-showcase-time{font-size:12px;color:#6b7280;margin-bottom:12px}.grp-showcase-text{font-size:14px;color:#374151;line-height:1.6;font-style:italic;margin:0}.grp-showcase-prev,.grp-showcase-next{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;color:#6b7280;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px rgb(0 0 0 / .05);transition:all 0.2s;z-index:2}.grp-showcase-prev:hover,.grp-showcase-next:hover{background:#f9fafb;color:#111827}.grp-showcase-prev{left:0}.grp-showcase-next{right:0}.grp-showcase-dots{display:flex;justify-content:center;gap:8px;margin-top:30px}.grp-showcase-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;padding:0;cursor:pointer;transition:background 0.2s}.grp-showcase-dot.active{background:#111827}@media (max-width:800px){.grp-showcase-slide{flex:0 0 calc(100% / 2)}.grp-showcase-header{flex-direction:column;text-align:center}.grp-showcase-logo-row{justify-content:center}.grp-showcase-stats-row{justify-content:center}}@media (max-width:500px){.grp-showcase-slide{flex:0 0 100%}}.grp-fixed-container{position:fixed;z-index:9999}.grp-pos-bottom-left{bottom:var(--grp-offset,20px);left:var(--grp-offset,20px)}.grp-pos-bottom-right{bottom:var(--grp-offset,20px);right:var(--grp-offset,20px)}.grp-pos-top-left{top:var(--grp-offset,20px);left:var(--grp-offset,20px)}.grp-pos-top-right{top:var(--grp-offset,20px);right:var(--grp-offset,20px)}.grp-pos-bottom-center{bottom:0;left:0;right:0;display:flex;justify-content:center}.grp-pos-bottom-center .grp-bar{width:100%}@media (max-width:768px){.grp-hide-mobile{display:none!important}}