body:has(.sg-dash),html:has(.sg-dash){overflow:hidden;height:100%}.sg-dash{--sg-rail-w:120px;--sg-quick-w:300px;--sg-gutter:20px;display:grid;grid-template-columns:var(--sg-rail-w) minmax(0,1fr) var(--sg-quick-w);-moz-column-gap:var(--sg-gutter);column-gap:var(--sg-gutter);width:100%;max-width:none;height:100vh;height:100dvh;margin:0;padding:16px 16px 16px 0;box-sizing:border-box;overflow:hidden;background:#e8eef3;font-family:Poppins,system-ui,sans-serif}.sg-main-col{min-width:0;height:100%;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#fff;border-radius:28px;border:1px solid rgba(15,23,42,.06);box-shadow:0 4px 28px rgba(15,23,42,.06)}.sg-main-col::-webkit-scrollbar,.sg-quick::-webkit-scrollbar{width:6px}.sg-main-col::-webkit-scrollbar-thumb,.sg-quick::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sg-dash-loading{min-height:100vh;display:grid;place-items:center;background:#f4f6f8}.sg-dash-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:sg-spin .8s linear infinite}@keyframes sg-spin{to{transform:rotate(1turn)}}.sg-rail{background:transparent;border-right:none;padding:12px 8px 8px;display:flex;flex-direction:column;align-items:center;gap:20px;height:100%;overflow-y:auto;overscroll-behavior:contain}.sg-rail-pill-img{width:72px;height:auto;display:block;filter:drop-shadow(0 6px 20px rgba(96,153,202,.35))}.sg-rail-time{text-align:center;font-size:12px;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:6px}.sg-rail-clock{font-weight:600;color:#1e293b;font-size:13px}.sg-rail-support{font-size:12px;color:#64748b;text-align:center;line-height:2;margin-top:auto}.sg-rail-support p{font-weight:600;color:#475569;margin-bottom:4px;font-size:11px}.sg-rail-support a{display:block;color:#334155;font-size:12px;text-decoration:none}.sg-rail-support a:hover{color:#1e3a5f}.sg-ext{font-size:10px;opacity:.7}.sg-rail-social{margin-top:12px;display:flex;gap:14px;font-size:14px;color:#94a3b8}.sg-discord{color:#5865f2}.sg-twitter{color:#0f172a}.sg-rail-logout{margin-top:14px;width:100%;padding:10px 12px;border:1.5px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.sg-rail-logout:hover{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.sg-main{padding:24px 24px 108px;width:100%;min-width:0;flex:1;box-sizing:border-box;background:#f5f7fa}.sg-hero{background-color:#1a3d6b;border-radius:28px 28px 0 0;margin:0;padding:22px 28px 0;background-image:linear-gradient(180deg,rgba(20,55,100,.88),rgba(26,61,107,.92)),url(/images/dashboard/hero-grid.png);background-size:cover,cover;background-position:50%,50%;width:100%;flex-shrink:0}.sg-hero-top{justify-content:space-between;margin-bottom:20px}.sg-hero-top,.sg-hero-user{display:flex;align-items:center}.sg-hero-user{gap:12px;color:#fff;font-weight:500;font-size:17px}.sg-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7dd3fc,#38bdf8);border:2px solid hsla(0,0%,100%,.5);display:grid;place-items:center;font-weight:700;font-size:16px;color:#fff}.sg-hero-actions{position:relative}.sg-profile-btn{display:flex;align-items:center;gap:8px;background:rgba(15,35,55,.55);border:1.5px solid rgba(147,197,253,.45);color:#fff;padding:8px 14px;border-radius:999px;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.15)}.sg-profile-btn-icon{position:relative;display:grid;place-items:center;width:22px;height:22px}.sg-profile-gear{position:absolute;right:-4px;bottom:-3px;font-size:9px;line-height:1;opacity:.95}.sg-profile-btn svg{color:#fff}.sg-profile-btn.is-open svg:last-child{transform:rotate(180deg)}.sg-profile-menu{position:absolute;right:0;top:calc(100% + 10px);background:#fff;border-radius:16px;box-shadow:0 16px 48px rgba(15,23,42,.18);padding:10px;min-width:300px;z-index:60;display:flex;flex-direction:column;gap:4px}.sg-profile-menu-item{display:flex;align-items:flex-start;gap:14px;width:100%;padding:14px 12px;border:none;background:none;border-radius:12px;cursor:pointer;text-align:left;font-family:inherit;transition:background .15s ease}.sg-profile-menu-item:hover{background:#f8fafc}.sg-profile-menu-icon{width:36px;height:36px;border-radius:10px;background:#f1f5f9;color:#334155;display:grid;place-items:center;flex-shrink:0}.sg-profile-menu-text{display:flex;flex-direction:column;gap:4px;min-width:0}.sg-profile-menu-text strong{font-size:15px;font-weight:700;color:#0f172a}.sg-profile-menu-text span{font-size:12px;color:#64748b;line-height:1.45}.sg-profile-menu-logout{margin-top:8px;width:100%;padding:14px 20px;border-radius:999px;border:2px solid #1e3a5f;background:#fff;color:#1e3a5f;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.sg-profile-menu-logout:hover{background:#1e3a5f;color:#fff}.sg-profile-drawer{width:min(420px,100vw);max-width:100vw;height:100vh;background:#fff;display:flex;flex-direction:column;overflow-y:auto;padding:0}.sg-profile-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff;z-index:2}.sg-profile-drawer-head h2{font-size:22px;font-weight:700;color:#0f172a;margin:0}.sg-profile-drawer-loading{padding:40px 24px;color:#64748b;font-size:14px}.sg-profile-summary{display:grid;grid-template-columns:auto 1fr 1fr;align-items:center;gap:12px;margin:20px 24px 12px;padding:16px 18px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:14px}.sg-profile-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:32px;padding:0 10px;border-radius:999px;background:#10b981;color:#fff;font-size:13px;font-weight:700}.sg-profile-summary>div{text-align:center;position:relative}.sg-profile-summary>div:not(:last-child):after{content:"";position:absolute;right:-6px;top:15%;height:70%;width:1px;background:#bbf7d0}.sg-profile-summary strong{display:block;font-size:16px;font-weight:700;color:#0f172a;margin-bottom:2px}.sg-profile-summary span{font-size:11px;color:#64748b}.sg-profile-last-login{margin:0 24px 12px;font-size:12px;color:#64748b}.sg-profile-last-login strong{color:#334155}.sg-profile-alert{margin:0 24px 12px;padding:10px 12px;border-radius:10px;font-size:13px}.sg-profile-alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.sg-profile-alert-ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.sg-profile-fields,.sg-profile-phone-section{padding:8px 24px 20px}.sg-profile-field{display:block;margin-bottom:14px}.sg-profile-field>span{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px}.sg-profile-field input{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;font-size:15px;color:#0f172a;font-family:inherit}.sg-profile-field input:-moz-read-only{color:#334155}.sg-profile-field input:read-only{color:#334155}.sg-profile-field.is-readonly input{background:#f1f5f9}.sg-profile-hint{margin:-6px 0 14px;font-size:12px;color:#94a3b8}.sg-profile-edit-btn{width:100%;padding:14px 20px;border-radius:999px;border:2px solid #0f172a;background:#fff;color:#0f172a;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;margin-top:4px}.sg-profile-edit-btn:hover{background:#f8fafc}.sg-profile-phone-row{display:grid;grid-template-columns:72px 1fr;gap:10px}.sg-profile-country{display:grid;place-items:center;padding:14px 10px;border:1px solid #e2e8f0;border-radius:12px;background:#f1f5f9;font-size:15px;font-weight:600;color:#334155}.sg-profile-edit-link{border:none;background:none;padding:0;color:#0d9488;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:underline}.sg-profile-edit-actions{display:flex;gap:10px;margin-top:8px}.sg-profile-cancel-btn,.sg-profile-save-btn{flex:1;padding:12px 16px;border-radius:999px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.sg-profile-save-btn{border:none;background:#0f172a;color:#fff}.sg-profile-save-btn:disabled{opacity:.6;cursor:not-allowed}.sg-profile-cancel-btn{border:1px solid #e2e8f0;background:#fff;color:#64748b}.sg-profile-phone-section{border-top:1px solid #e2e8f0;margin-top:8px;padding-top:20px}.sg-promo-bar{background:rgba(59,130,246,.55);color:#fff;text-align:center;padding:13px 20px;font-size:14px;font-weight:500;border-radius:16px 16px 0 0;margin:20px -28px 0;backdrop-filter:blur(4px)}.sg-promo-bar strong{font-weight:700}.sg-panel-card{padding:28px 28px 24px}.sg-overview-panel,.sg-panel-card{background:#fff;border-radius:24px;box-shadow:0 2px 16px rgba(15,23,42,.04);margin-bottom:24px;width:100%}.sg-overview-panel{padding:22px 22px 18px;border:1px solid #e8eef3;box-sizing:border-box}.sg-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.sg-section-head h2{font-size:18px;font-weight:700;color:#0f172a}.sg-since{font-size:12px;color:#94a3b8;white-space:nowrap}.sg-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sg-metric{border-radius:20px;padding:18px 16px;display:flex;align-items:flex-start;gap:12px;position:relative;min-height:100px}.sg-metric-yellow{background:#fef3c7;color:#92400e}.sg-metric-blue{background:#dbeafe;color:#1d4ed8}.sg-metric-purple{background:#ede9fe;color:#6d28d9}.sg-metric-green{background:#d1fae5;color:#047857}.sg-metric-icon{width:36px;height:36px;display:grid;place-items:center;background:hsla(0,0%,100%,.75);border-radius:10px;flex-shrink:0}.sg-metric div{display:flex;flex-direction:column;gap:4px;padding-top:2px;min-width:0}.sg-metric span{font-size:12px;color:#64748b;font-weight:500}.sg-metric strong{font-size:20px;font-weight:700;color:#0f172a;line-height:1.15}.sg-metric-plus{position:absolute;right:14px;bottom:14px;width:28px;height:28px;border-radius:8px;border:none;background:hsla(0,0%,100%,.8);color:#64748b;font-size:16px;cursor:pointer}.sg-seasons-banner{width:100%;margin-top:16px;padding:14px 16px;border:none;border-radius:14px;background-color:#ecfdf5;background-image:repeating-linear-gradient(-45deg,transparent,transparent 8px,rgba(16,185,129,.07) 0,rgba(16,185,129,.07) 16px);color:#047857;font-weight:600;font-size:14px;text-align:left;cursor:pointer;transition:transform .15s ease}.sg-seasons-banner:hover{transform:translateY(-1px)}.sg-your-solar{margin-top:4px}.sg-your-solar h2{font-size:18px;font-weight:700;margin-bottom:14px;color:#0f172a}.sg-solar-card{width:100%;background:#fff;border:1px solid #e8eef3;border-radius:24px;padding:0;cursor:pointer;text-align:left;overflow:hidden;transition:box-shadow .2s ease,transform .15s ease;box-shadow:0 2px 12px rgba(15,23,42,.05);display:block;font-family:inherit}.sg-solar-card:hover{box-shadow:0 10px 36px rgba(0,0,0,.08);transform:translateY(-2px)}.sg-solar-card-head{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 20px 4px}.sg-solar-card-title strong{font-size:16px;color:#0f172a;display:block;margin-bottom:2px;font-weight:700}.sg-solar-card-title span{font-size:13px;color:#64748b}.sg-solar-weather{width:32px;height:32px;border-radius:50%;background:#f8fafc;border:1px solid #e2e8f0;display:grid;place-items:center;font-size:16px;flex-shrink:0}.sg-solar-graph{height:160px;padding:0 4px;margin:0 8px}.sg-solar-graph svg{width:100%;height:100%;display:block}.sg-solar-stats-footer{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #eef2f6;margin-top:8px}.sg-solar-stats-footer>div{padding:14px 12px;display:flex;flex-direction:column;gap:3px;text-align:left;position:relative}.sg-solar-stats-footer>div:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#e2e8f0}.sg-solar-stats-footer strong{font-size:15px;font-weight:700;color:#0f172a}.sg-solar-stats-footer span{font-size:11px;color:#94a3b8}.sg-solar-locked-bar{display:flex;align-items:center;gap:10px;margin-top:12px;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;font-size:13px;font-weight:600;color:#334155}.sg-solar-lock-icon{width:32px;height:32px;background:#f1f5f9;border-radius:8px;display:grid;place-items:center;font-size:14px;flex-shrink:0}.sg-new-projects-banner{display:flex;gap:12px;align-items:flex-start;margin-top:12px;padding:16px 18px;background:#fef9c3;border-radius:16px;border:1px solid #fde68a}.sg-new-projects-sun{font-size:22px;flex-shrink:0;margin-top:2px}.sg-new-projects-banner strong{display:block;font-size:15px;color:#0f172a;margin-bottom:4px}.sg-new-projects-banner p{margin:0;font-size:13px;color:#475569;line-height:1.5}.sg-bottom-nav{position:sticky;bottom:20px;align-self:center;flex-shrink:0;margin:-72px auto 20px;background:#1a2332;padding:5px 6px;gap:2px;box-shadow:0 10px 40px rgba(0,0,0,.28);z-index:40;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 40px)}.sg-bottom-nav,.sg-nav-item{border-radius:999px;display:flex}.sg-nav-item{align-items:center;gap:8px;padding:10px 18px;color:#94a3b8;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s ease;white-space:nowrap}.sg-nav-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center}.sg-nav-item.active{background:#2d3748;color:#fff}.sg-nav-item.active .sg-nav-icon{background:#10b981;color:#fff}.sg-quick{background:#fff;border-radius:28px;border:1px solid rgba(15,23,42,.06);box-shadow:0 4px 28px rgba(15,23,42,.06);padding:24px 20px;height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;box-sizing:border-box}.sg-quick h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:20px}.sg-quick-row{width:100%;border:1px solid #e8eef3;border-radius:18px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:stretch;background:#fff;overflow:hidden;text-align:left;font-family:inherit}button.sg-quick-row{cursor:pointer;padding:0}.sg-quick-row>div{padding:16px 18px;flex:1}.sg-quick-row strong{display:block;font-size:15px;color:#0f172a;margin-bottom:4px}.sg-quick-row p{color:#64748b;margin:0;font-size:12px;line-height:1.45}.sg-quick-row-icon{width:72px;display:grid;place-items:center;flex-shrink:0}.sg-icon-blue{background:#dbeafe;color:#2563eb}.sg-icon-peach{background:#ffedd5;color:#ea580c}.sg-quick-image-card{position:relative;background:#fff;border-radius:18px;overflow:hidden;margin-bottom:16px;border:1px solid #e8eef3}.sg-quick-image-card img{width:100%;height:auto;display:block}.sg-quick-image-text{display:none}.sg-quick-image-text strong{display:block;font-size:15px;color:#0f172a;margin-bottom:4px}.sg-quick-image-text p{font-size:12px;color:#64748b;margin:0;line-height:1.45}.sg-lock-badge{position:absolute;top:12px;left:12px;z-index:2;font-size:14px;background:hsla(0,0%,100%,.85);width:28px;height:28px;border-radius:8px;display:grid;place-items:center}.sg-quick-spotify-card{border-radius:16px;overflow:hidden}.sg-quick-spotify-card img{width:100%;height:auto;display:block;border-radius:16px}.sg-drawer-overlay,.sg-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.sg-drawer-overlay{justify-content:flex-end;padding:0}.sg-modal{background:#fff;border-radius:20px;max-width:720px;width:100%;max-height:90vh;overflow-y:auto;padding:28px 32px;box-shadow:0 24px 80px rgba(0,0,0,.18)}.sg-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.sg-modal-head h2{font-size:22px;font-weight:700;color:#0f172a}.sg-modal-close{background:none;border:none;font-size:24px;color:#94a3b8;cursor:pointer;line-height:1;padding:4px 8px}.sg-seasons-chart-wrap h3{font-size:16px;font-weight:700;color:#0f172a}.sg-seasons-sub{font-size:12px;color:#94a3b8;margin-bottom:20px}.sg-seasons-chart{display:grid;grid-template-columns:auto auto 1fr;gap:8px;margin-bottom:28px;position:relative}.sg-seasons-y-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:10px;color:#94a3b8;text-align:center}.sg-seasons-y-axis{display:flex;flex-direction:column;justify-content:space-between;height:180px;font-size:10px;color:#94a3b8}.sg-seasons-bars{display:flex;align-items:flex-end;gap:6px;height:180px;position:relative;border-bottom:1px solid #e2e8f0;padding-bottom:24px}.sg-seasons-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.sg-seasons-bar{width:100%;max-width:28px;background:#f2c94c;border-radius:999px;min-height:8px;position:relative;display:flex;align-items:flex-end;justify-content:center}.sg-seasons-bar-icon{position:absolute;bottom:-2px;width:18px;height:18px;background:#fff;border-radius:50%;font-size:9px;display:grid;place-items:center;box-shadow:0 1px 4px rgba(0,0,0,.1)}.sg-seasons-bar-label{font-size:9px;color:#94a3b8;margin-top:6px;text-transform:lowercase}.sg-seasons-avg-line{position:absolute;left:0;right:0;border-top:2px dashed #2f80ed;z-index:2;pointer-events:none}.sg-seasons-avg-label{position:absolute;right:0;top:-18px;font-size:10px;color:#2f80ed;white-space:nowrap}.sg-seasons-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.sg-seasons-info-card .sg-seasons-info-icon{display:inline-grid;place-items:center;width:36px;height:36px;background:#fef9c3;border-radius:10px;font-size:16px;margin-bottom:10px}.sg-seasons-info-card h4{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:6px}.sg-seasons-info-card p{font-size:12px;color:#64748b;line-height:1.55}.sg-seasons-opt-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:20px}.sg-drawer{background:#fff;width:min(420px,100vw);height:100vh;overflow-y:auto;box-shadow:-8px 0 40px rgba(0,0,0,.12);animation:sg-slide-in .3s ease}@keyframes sg-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.sg-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f1f5f9;position:sticky;top:0;background:#fff;z-index:10}.sg-drawer-head h2{font-size:18px;font-weight:700;color:#0f172a}.sg-drawer-body{padding:0 0 40px}.sg-drawer-carousel{position:relative;margin:0}.sg-carousel-viewport{overflow:hidden;height:220px}.sg-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.9);border:none;font-size:18px;cursor:pointer;z-index:5;box-shadow:0 2px 8px rgba(0,0,0,.15);display:grid;place-items:center;color:#0f172a}.sg-carousel-prev{left:8px}.sg-carousel-next{right:8px}.sg-carousel-dots{display:flex;justify-content:center;gap:6px;padding:12px}.sg-carousel-dot{height:6px;width:6px;border-radius:999px;background:#cbd5e1;border:none;padding:0;cursor:pointer;transition:all .2s ease}.sg-carousel-dot.active{width:24px;background:linear-gradient(90deg,#10b981,#34d399)}.sg-drawer-slide-photo .sg-drawer-photo{height:220px;position:relative;overflow:hidden}.sg-drawer-solar-visual{position:absolute;bottom:20px;left:20px;right:20px}.sg-drawer-panel-row{display:flex;gap:4px}.sg-drawer-panel{flex:1;height:40px;background:linear-gradient(135deg,#1e3a5f,#2563eb);border-radius:4px;opacity:.8}.sg-drawer-photo-overlay{position:absolute;inset:0;padding:12px;display:flex;flex-direction:column;justify-content:space-between}.sg-drawer-secured-badge{align-self:flex-end;background:rgba(16,185,129,.9);color:#fff;font-size:10px;padding:4px 10px;border-radius:999px}.sg-drawer-partner-logo{align-self:flex-end;background:hsla(0,0%,100%,.9);padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;color:#065f46}.sg-drawer-slide-services,.sg-drawer-slide-stats{height:220px}.sg-partner-stats-bg,.sg-services-bg{height:100%;padding:16px;color:#fff}.sg-partner-stats-bg{background:linear-gradient(135deg,#0d4a3f,#14746f);background-image:radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.08) 0,transparent 50%),radial-gradient(circle at 20% 80%,hsla(0,0%,100%,.05) 0,transparent 40%)}.sg-partner-stats-header{display:flex;justify-content:space-between;margin-bottom:12px}.sg-partner-logo-card{background:hsla(0,0%,100%,.12);border-radius:12px;padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:13px}.sg-partner-logo-icon{width:28px;height:28px;background:#fff;color:#0d4a3f;border-radius:8px;display:grid;place-items:center;font-weight:800}.sg-partner-director{text-align:center;font-size:10px}.sg-partner-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#94a3b8,#64748b);margin:0 auto 4px}.sg-partner-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sg-partner-stat-card{background:hsla(0,0%,100%,.1);border-radius:12px;padding:10px;font-size:10px}.sg-partner-stat-card span{opacity:.8;display:block}.sg-partner-stat-card strong{font-size:16px;display:block;margin-top:2px}.sg-partner-stat-card em{font-style:normal;background:hsla(0,0%,100%,.2);padding:2px 6px;border-radius:999px;font-size:9px;margin-top:4px;display:inline-block}.sg-stat-wide{grid-column:span 1}.sg-services-bg-teal{background:linear-gradient(135deg,#0d4a3f,#1a6b5a)}.sg-services-bg-blue{background:linear-gradient(135deg,#1e3a8a,#1d4ed8)}.sg-looks-after h4,.sg-services-bg h4{font-size:14px;font-weight:600;margin-bottom:12px}.sg-services-grid{display:grid;gap:8px}.sg-services-grid,.sg-services-grid-5{grid-template-columns:repeat(3,1fr)}.sg-service-card{background:hsla(0,0%,100%,.1);border-radius:10px;padding:8px;font-size:9px;display:flex;align-items:center;gap:6px;line-height:1.3}.sg-service-icon{width:24px;height:24px;background:rgba(0,0,0,.2);border-radius:6px;display:grid;place-items:center;font-size:11px;flex-shrink:0}.sg-drawer-secured{display:flex;gap:10px;padding:16px 24px;align-items:flex-start;font-size:12px;color:#334155}.sg-secured-icon{font-size:18px}.sg-drawer-secured a,.sg-whatsapp-btn{color:#059669;font-weight:600}.sg-whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 24px 20px;padding:14px;border:2px solid #059669;border-radius:999px;font-size:14px;text-decoration:none}.sg-drawer-section{padding:0 24px 20px}.sg-drawer-section h3{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:10px}.sg-drawer-section p{font-size:13px;color:#64748b;line-height:1.65}.sg-savings-box{margin:0 24px 20px;background:#ecfdf5;border-radius:12px;padding:14px 16px;display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#065f46}.sg-overview-list{display:flex;flex-direction:column;gap:14px}.sg-overview-item{display:flex;gap:12px;align-items:center}.sg-overview-icon{width:36px;height:36px;background:#e0f2fe;border-radius:10px;display:grid;place-items:center;font-size:14px;color:#0369a1}.sg-overview-item div{display:flex;flex-direction:column;gap:2px}.sg-overview-item span{font-size:11px;color:#94a3b8}.sg-overview-item strong{font-size:14px;color:#0f172a;display:flex;align-items:center;gap:8px}.sg-plus-btn{width:22px;height:22px;border:none;background:#ede9fe;color:#7c3aed;border-radius:6px;font-size:14px;cursor:pointer}.sg-timeline-section{background:#fff}.sg-timeline{padding-left:8px}.sg-timeline-item{display:grid;grid-template-columns:20px 1fr;gap:0 14px;position:relative;padding-bottom:24px}.sg-timeline-node{width:14px;height:14px;border-radius:50%;background:#d1fae5;border:3px solid #059669;margin-top:4px;z-index:1}.sg-timeline-line{position:absolute;left:9px;top:20px;bottom:0;width:2px;background:#e2e8f0}.sg-timeline-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.sg-timeline-top strong{font-size:13px;color:#0f172a}.sg-timeline-top span{font-size:11px;color:#94a3b8}.sg-timeline-content p{font-size:12px;color:#64748b;margin-bottom:6px}.sg-timeline-link{font-size:12px;font-weight:600;color:#059669;text-decoration:none}.sg-drawer-faq{background:#f8fafc;padding:24px;margin-top:8px}.sg-drawer-faq h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:16px}.sg-faq-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:12px;scrollbar-width:thin}.sg-faq-tab{flex-shrink:0;padding:8px 16px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;font-size:12px;font-weight:500;color:#64748b;cursor:pointer;white-space:nowrap}.sg-faq-tab.active{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.sg-faq-list{border-top:1px solid #e2e8f0}.sg-faq-item{border-bottom:1px solid #e2e8f0}.sg-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 0;border:none;background:none;text-align:left;font-size:13px;font-weight:600;color:#1e3a5f;cursor:pointer;line-height:1.4}.sg-faq-chevron{flex-shrink:0;transition:transform .2s ease;color:#1e3a5f}.sg-faq-item.open .sg-faq-chevron{transform:rotate(180deg)}.sg-faq-answer{font-size:12px;color:#64748b;line-height:1.6;padding-bottom:16px;margin:0}.sg-looks-after{position:relative;margin:0;min-height:280px;color:#fff}.sg-looks-after-teal{background:linear-gradient(135deg,#0d4a3f,#1a6b5a)}.sg-looks-after-blue{background:linear-gradient(135deg,#1e3a8a,#1d4ed8)}.sg-looks-after-inner{padding:32px 48px 48px}.sg-looks-after .sg-carousel-nav{top:50%}@media (max-width:1280px){.sg-dash{--sg-quick-w:280px;--sg-gutter:16px;padding:12px 12px 12px 0}.sg-main{padding:20px 20px 110px}.sg-hero{padding:18px 22px 0}.sg-promo-bar{margin:16px -22px 0}}@media (max-width:1100px){body:has(.sg-dash),html:has(.sg-dash){overflow:auto;height:auto}.sg-dash{--sg-quick-w:0px;--sg-gutter:0px;grid-template-columns:var(--sg-rail-w) minmax(0,1fr);height:auto;min-height:100vh;overflow:visible;padding:12px 12px 12px 0}.sg-main-col{height:auto;overflow-y:visible}.sg-rail{position:sticky;top:0;height:100vh}.sg-quick{display:none}.sg-bottom-nav{position:sticky;bottom:14px;margin:-72px auto 14px;max-width:calc(100% - 32px)}.sg-metric strong{font-size:18px}}@media (max-width:820px){.sg-dash{--sg-rail-w:108px}.sg-rail-pill-img{width:60px}.sg-metric-grid{gap:12px}.sg-metric{min-height:88px;padding:14px 12px}.sg-metric strong{font-size:17px}.sg-nav-item{padding:10px 14px;font-size:12px}}@media (max-width:640px){.sg-dash{--sg-rail-w:0px;grid-template-columns:1fr;padding:0;-moz-column-gap:0;column-gap:0}.sg-rail{flex-direction:row;height:auto;position:static;padding:12px 16px;justify-content:space-between;width:100%;border-right:none;border-bottom:1px solid #dde4eb;background:#eef2f6}.sg-main-col{border-radius:0;border:none;box-shadow:none}.sg-rail-pill-img{width:40px}.sg-rail-logout,.sg-rail-social,.sg-rail-support,.sg-rail-time{display:none}.sg-main{padding:16px 16px 100px}.sg-hero{padding:16px 16px 0;border-radius:0}.sg-promo-bar{margin:12px -16px 0}.sg-overview-panel,.sg-panel-card{padding:16px 14px;border-radius:18px}.sg-metric-grid{grid-template-columns:1fr 1fr;gap:12px}.sg-metric strong{font-size:16px}.sg-solar-stats-footer{grid-template-columns:1fr}.sg-solar-stats-footer>div:not(:last-child):after{display:none}.sg-solar-stats-footer>div{border-bottom:1px solid #eef2f6}.sg-solar-graph{height:140px}.sg-seasons-info-grid{grid-template-columns:1fr}.sg-modal{padding:20px}.sg-drawer{width:100vw}.sg-services-grid{grid-template-columns:1fr 1fr}.sg-bottom-nav{bottom:14px;margin:-72px auto 14px;max-width:calc(100% - 24px)}.sg-bench-two-col{grid-template-columns:1fr!important}.sg-benchmark-stats-card{margin:-40px 16px 24px}.sg-explore-card{padding:16px 18px}}@media (max-width:420px){.sg-metric-grid{grid-template-columns:1fr}.sg-nav-item{gap:6px;padding:10px 12px}}.sg-looks-after .sg-carousel-dots{position:absolute;bottom:16px;left:0;right:0}.sg-billpay{padding-bottom:0;margin-bottom:0}.sg-billpay.sg-panel-card{margin-bottom:24px}.sg-billpay-head{margin-bottom:28px}.sg-billpay-head h2{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:6px}.sg-billpay-head p{font-size:14px;color:#64748b}.sg-saved-bills-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.sg-saved-bills-head h3{font-size:16px;font-weight:700;color:#0f172a}.sg-add-biller-link{border:none;background:none;color:#059669;font-weight:600;font-size:13px;cursor:pointer}.sg-bill-empty{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:48px 24px;text-align:center;margin-bottom:16px}.sg-bill-empty-icon{font-size:40px;margin-bottom:16px;opacity:.7}.sg-bill-empty p{font-size:14px;color:#475569;margin-bottom:20px}.sg-add-biller-btn{background:#1e3a5f;color:#fff;border:none;border-radius:999px;padding:14px 32px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s ease}.sg-add-biller-btn:hover{background:#152a45}.sg-biller-list{display:grid;gap:10px;margin-bottom:16px}.sg-biller-card{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.sg-biller-icon{font-size:24px}.sg-biller-card strong{display:block;font-size:14px;color:#0f172a}.sg-biller-card span{font-size:12px;color:#64748b}.sg-bill-info-banner{display:flex;gap:10px;align-items:flex-start;background:#eff6ff;border-radius:12px;padding:12px 16px;margin-bottom:28px;font-size:12px;color:#1e40af}.sg-bill-info-banner span{font-size:14px}.sg-other-actions h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:12px}.sg-action-row{width:100%;display:flex;gap:14px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;margin-bottom:10px;text-align:left;cursor:pointer;transition:box-shadow .15s ease}button.sg-action-row{font:inherit}.sg-action-row:hover:not(.locked){box-shadow:0 4px 16px rgba(0,0,0,.06)}.sg-action-row.locked{cursor:default;opacity:.85}.sg-action-icon{width:40px;height:40px;background:#f1f5f9;border-radius:10px;display:grid;place-items:center;font-size:18px;flex-shrink:0}.sg-action-row div{flex:1;display:flex;flex-direction:column;gap:2px}.sg-action-row strong{font-size:14px;color:#0f172a}.sg-action-row span{font-size:12px;color:#64748b}.sg-action-lock{font-size:14px;opacity:.5}.sg-utility-drawer{width:min(400px,100vw)}.sg-utility-head{flex-wrap:wrap;gap:8px}.sg-utility-title-row{display:flex;align-items:center;gap:12px;flex:1}.sg-bharat-connect{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#1e40af}.sg-bc-icon{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#f97316,#2563eb);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.sg-utility-form{padding:20px 24px 32px;display:flex;flex-direction:column;gap:14px}.sg-utility-field input,.sg-utility-field select{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;color:#0f172a;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit}.sg-utility-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a3b8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.sg-utility-field select:disabled{background-color:#f8fafc;color:#94a3b8;cursor:not-allowed}.sg-utility-field input.invalid,.sg-utility-field select.invalid{border-color:#f87171}.sg-utility-field select option{background:#1e293b;color:#fff;padding:8px}.sg-link-account-btn{width:100%;padding:16px;border:none;border-radius:999px;font-weight:600;font-size:15px;cursor:pointer;margin-top:8px;transition:background .2s ease;background:#c4b5fd;color:#fff}.sg-link-account-btn:not(:disabled){background:#1e3a5f;cursor:pointer}.sg-link-account-btn:not(:disabled):hover{background:#152a45}.sg-link-account-btn:disabled{cursor:not-allowed;opacity:.7}.sg-utility-info{display:flex;gap:10px;background:#f8fafc;border-radius:12px;padding:14px;margin-top:8px}.sg-utility-info-icon{width:20px;height:20px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:12px;font-weight:700;display:grid;place-items:center;flex-shrink:0}.sg-utility-info p{font-size:12px;color:#64748b;line-height:1.5;margin:0}.sg-nav-item{font-family:inherit}.sg-nav-item,.sg-rail-connect-btn{border:none;background:none;cursor:pointer}.sg-rail-connect-btn{padding:0;font-size:10px;font-weight:600;color:#64748b;display:block;margin-bottom:6px;width:100%;text-align:center}.sg-rail-connect-btn:hover{color:#1e3a5f}.sg-quick-connect{width:100%;border-radius:18px;margin-bottom:16px;border:1px solid #e8eef3;cursor:pointer;text-align:left;font-family:inherit;display:flex;justify-content:space-between;align-items:center;background:#fff;overflow:hidden;padding:0}.sg-quick-connect>div{padding:14px;flex:1}.sg-quick-connect-icon{width:56px;align-self:stretch;background:#dbeafe;display:grid;place-items:center;font-size:22px}.sg-explore{padding-bottom:120px}.sg-panel-card.sg-explore-section{margin-bottom:24px}.sg-panel-card.sg-explore-section h2{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:16px}.sg-explore-section+.sg-explore-section{margin-top:28px}.sg-explore-cards{display:flex;flex-direction:column;gap:14px}.sg-explore-card{width:100%;display:flex;align-items:flex-start;gap:16px;padding:20px 22px;border-radius:18px;border:1px solid #e2e8f0;background:#fff;text-align:left;font-family:inherit;cursor:pointer;transition:box-shadow .2s ease,transform .15s ease;text-decoration:none;color:inherit}a.sg-explore-card:hover,button.sg-explore-card:not(:disabled):hover{box-shadow:0 8px 24px rgba(15,23,42,.08);transform:translateY(-1px)}button.sg-explore-card:disabled{cursor:default;opacity:.92}.sg-explore-card-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;flex-shrink:0}.sg-explore-icon-purple{background:#f3e8ff;color:#7c3aed}.sg-explore-icon-orange{background:#ffedd5;color:#ea580c}.sg-explore-icon-blue{background:#dbeafe;color:#2563eb}.sg-explore-icon-assist{background:#f8fafc}.sg-explore-card-body{flex:1;min-width:0}.sg-explore-card-body strong{display:block;font-size:16px;font-weight:700;color:#0f172a;margin-bottom:6px}.sg-explore-card-body p{margin:0;font-size:13px;line-height:1.55;color:#64748b}.sg-explore-card-arrow,.sg-explore-card-ext{font-size:22px;color:#94a3b8;flex-shrink:0;margin-top:4px;font-weight:300}.sg-explore-card-purple{border-color:#e9d5ff}.sg-explore-card-orange{border-color:#fed7aa}.sg-explore-card-blue{border-color:#bfdbfe}.sg-benchmark-modal{max-width:860px;padding:0;overflow:hidden}.sg-benchmark-modal-head{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff;z-index:2}.sg-benchmark-modal-head h2{font-size:22px;font-weight:700;color:#0f172a;margin:0}.sg-benchmark-modal .sg-modal-close{position:static}.sg-benchmark-hero{position:relative;background:#0a3d38;padding:20px 28px 80px;color:#fff;overflow:hidden}.sg-benchmark-hero-grid{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,61,56,.2),rgba(10,61,56,.9)),linear-gradient(rgba(68,235,167,.12) 1px,transparent 0),linear-gradient(90deg,rgba(68,235,167,.12) 1px,transparent 0);background-size:auto,48px 48px,48px 48px;pointer-events:none}.sg-benchmark-info-bar{position:relative;display:flex;align-items:center;gap:8px;font-size:12px;color:hsla(0,0%,100%,.85);background:hsla(0,0%,100%,.08);border-radius:8px;padding:8px 12px;margin-bottom:20px}.sg-benchmark-hero h3{position:relative;font-size:26px;font-weight:700;color:#6ee7b7;line-height:1.35;margin:0 0 12px;max-width:520px}.sg-benchmark-hero p{position:relative;font-size:14px;line-height:1.6;color:hsla(0,0%,100%,.9);margin:0;max-width:480px}.sg-benchmark-stats-card{position:relative;margin:-56px 28px 28px;background:#fff;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.12);overflow:hidden;z-index:1}.sg-benchmark-panel-grid{padding:20px 24px 12px;background:linear-gradient(180deg,#faf5ff,#fff)}.sg-benchmark-panel-grid img{width:100%;max-width:340px;display:block;margin:0 auto;border-radius:12px}.sg-benchmark-stats-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #f1f5f9}.sg-benchmark-stats-row>div{padding:18px 16px;text-align:center;position:relative}.sg-benchmark-stats-row>div:not(:last-child):after{content:"";position:absolute;right:0;top:22%;height:56%;width:1px;background:#e2e8f0}.sg-benchmark-stats-row strong{display:block;font-size:17px;font-weight:700;color:#0f172a;margin-bottom:4px}.sg-benchmark-stats-row span{font-size:12px;color:#94a3b8}.sg-bench-section{padding:0 28px 28px}.sg-bench-two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.sg-bench-text p{font-size:14px;line-height:1.65;color:#334155;margin:0 0 14px}.sg-bench-muted{color:#64748b!important}.sg-bench-teal-note{color:#0d9488!important;font-style:italic;font-size:13px!important}.sg-bench-teal-heading{color:#0d9488;font-size:15px;font-weight:700;margin:16px 0 8px}.sg-bench-note-box{border-radius:12px;padding:14px 16px;font-size:13px;line-height:1.6;color:#475569;margin-top:12px}.sg-bench-note-grey{background:#f8fafc;border:1px solid #e2e8f0}.sg-bench-note-purple{background:#f5f3ff;border:1px solid #ddd6fe;color:#5b21b6;margin:0 28px 28px}.sg-bench-table{border-radius:14px;overflow:hidden;border:1px solid #e2e8f0}.sg-bench-table-head{padding:12px 16px;font-size:13px;font-weight:600;color:#fff}.sg-bench-table-purple .sg-bench-table-head{background:#7c3aed}.sg-bench-table-teal .sg-bench-table-head{background:#0d9488}.sg-bench-table-compare .sg-bench-table-head{display:none}.sg-bench-table-row{display:flex;align-items:center;gap:12px;padding:14px 16px;border-top:1px solid #f1f5f9;background:#fff}.sg-bench-table-purple .sg-bench-table-row{background:#faf5ff}.sg-bench-table-teal .sg-bench-table-row{background:#f0fdfa}.sg-bench-table-compare .sg-bench-table-row{background:#f8fafc}.sg-bench-table-row.is-highlight{background:#ede9fe!important}.sg-bench-table-teal .sg-bench-table-row.is-highlight{background:#ccfbf1!important}.sg-bench-op{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-size:14px;font-weight:700;flex-shrink:0}.sg-bench-op-purple{background:#7c3aed;color:#fff}.sg-bench-op-teal{background:#0d9488;color:#fff}.sg-bench-table-compare .sg-bench-op{background:#e2e8f0;color:#475569}.sg-bench-table-val{flex:1}.sg-bench-table-val strong{display:block;font-size:16px;font-weight:700;color:#0f172a}.sg-bench-table-val span{font-size:12px;color:#94a3b8}.sg-bench-pill{display:inline-block;background:#ede9fe;color:#6d28d9;font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;margin-top:4px}.sg-bench-table-foot{font-size:12px;color:#0d9488;font-style:italic;margin:8px 0 0}.sg-bench-features{padding:0 28px 28px;display:flex;flex-direction:column;gap:22px}.sg-bench-feature{display:flex;gap:14px;align-items:flex-start}.sg-bench-feature-icon{width:40px;height:40px;border-radius:10px;background:#7c3aed;color:#fff;display:grid;place-items:center;font-size:16px;flex-shrink:0}.sg-bench-feature h4{font-size:15px;font-weight:700;color:#5b21b6;margin:0 0 6px}.sg-bench-feature p{font-size:13px;line-height:1.6;color:#475569;margin:0}.sg-bench-collapse{margin:0 28px 20px;border-top:1px solid #e2e8f0;padding-top:20px}.sg-bench-collapse-head{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:0;font-family:inherit;cursor:pointer;text-align:left}.sg-bench-collapse-head strong{font-size:16px;font-weight:700;color:#0f172a}.sg-bench-collapse-toggle{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.sg-bench-chevron{font-size:10px}.sg-bench-collapse-body{padding-top:16px}.sg-bench-collapse-body p{font-size:14px;line-height:1.65;color:#334155;margin:0 0 14px}.sg-bench-chart{position:relative;margin:20px 0 12px;padding:16px;background:#f8fafc;border-radius:16px}.sg-bench-chart svg{width:100%;height:auto;display:block}.sg-bench-chart-labels{position:relative;height:60px;margin-top:8px}.sg-bench-chart-rd{top:0;color:#7c3aed}.sg-bench-chart-fd,.sg-bench-chart-rd{position:absolute;right:8%;font-size:14px;font-weight:700}.sg-bench-chart-fd{bottom:0;color:#0d9488}.sg-bench-chart-start-rd{top:20%;color:#7c3aed}.sg-bench-chart-start-fd,.sg-bench-chart-start-rd{position:absolute;left:4%;font-size:12px;font-weight:600}.sg-bench-chart-start-fd{bottom:10%;color:#0d9488}.sg-bench-chart-axis{position:absolute;right:0;bottom:0;font-size:11px;color:#94a3b8}.sg-bench-chart-note{font-size:12px;color:#64748b;font-style:italic;text-align:center}.sg-bench-legend{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;margin:20px 0;font-size:12px;color:#475569}.sg-bench-legend span{display:flex;align-items:center;gap:8px}.sg-leg-badge,.sg-leg-plus{width:22px;height:22px;border-radius:50%;display:inline-grid;place-items:center;font-size:10px;font-weight:700;font-style:normal}.sg-leg-purple{background:#8b5cf6;color:#fff}.sg-leg-teal{background:#14b8a6;color:#fff}.sg-bench-footer-cta{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 28px;border-top:1px solid #e2e8f0;margin-top:8px}.sg-bench-footer-cta p{flex:1;font-size:14px;line-height:1.6;color:#334155;margin:0}.sg-bench-check-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:999px;border:none;background:#0d9488;color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;flex-shrink:0}.sg-bench-cost-table-wrap{padding:0 28px 28px}.sg-bench-cost-table{width:100%;border-collapse:collapse;font-size:13px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.sg-bench-cost-table th{background:#f8fafc;padding:12px 14px;text-align:left;font-weight:600;color:#0f172a;border-bottom:1px solid #e2e8f0}.sg-bench-cost-table td{padding:12px 14px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:top}.sg-bench-cost-table td small{display:block;font-size:11px;color:#94a3b8;margin-top:2px;font-weight:400}.sg-bench-cost-table tr.is-total td{font-weight:700;background:#f8fafc}.sg-bench-cost-date,.sg-bench-cost-foot{font-size:12px;color:#94a3b8;margin:12px 0 0}.sg-bench-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.sg-bench-option{padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.55;color:#334155}.sg-bench-option-purple{border:1.5px solid #c4b5fd;background:#faf5ff}.sg-bench-option-teal{border:1.5px solid #99f6e4;background:#f0fdfa}.sg-bench-faq{padding:28px;border-top:1px solid #e2e8f0}.sg-bench-faq h3{font-size:22px;font-weight:700;color:#1e3a5f;margin:0 0 20px}.sg-bench-faq-item{border-bottom:1px solid #e2e8f0}.sg-bench-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;background:none;border:none;font-family:inherit;font-size:15px;font-weight:700;color:#0f172a;text-align:left;cursor:pointer}.sg-bench-faq-icon{width:28px;height:28px;border-radius:50%;background:#1e293b;color:#fff;display:grid;place-items:center;font-size:10px;flex-shrink:0}.sg-bench-faq-a{padding:0 0 18px;font-size:14px;line-height:1.65;color:#475569}.sg-bench-faq-a a{color:#0d9488;text-decoration:underline}.sg-bench-faq-list{margin:0;padding-left:20px}.sg-bench-faq-list li{margin-bottom:10px}.sg-bench-faq-list ul{margin-top:6px;padding-left:18px}.sg-benchmark-modal{max-height:92vh;overflow-y:auto}