.sg-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-2xl);position:relative;overflow:hidden}.sg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#10b98121 0%,#0000 65%);width:380px;height:380px;position:absolute;top:-70px;right:-70px}.sg-glow2{pointer-events:none;z-index:0;background:radial-gradient(circle,#3b82f612 0%,#0000 65%);width:240px;height:240px;position:absolute;bottom:-50px;left:-40px}.sg-header{border-bottom:1px solid var(--border);background:var(--surface-2);z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 1.375rem 1rem;display:flex;position:relative}.sg-header-left{flex-direction:column;gap:.2rem;display:flex}.sg-title{font-size:1.4rem;font-weight:700;font-family:var(--display);color:var(--text);letter-spacing:-.025em;align-items:center;gap:.5rem;margin:0;display:flex}.sg-title i{color:var(--em);font-size:1.3rem}.sg-updated{color:var(--text-4);align-items:center;gap:.3rem;font-size:.775rem;display:flex}.sg-updated strong{color:var(--text-3)}.sg-header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.sg-action-btn{font-size:.875rem;font-weight:600;font-family:var(--ff);border-radius:var(--r-full);border:1px solid var(--border-2);background:var(--surface-3);color:var(--text-3);cursor:pointer;white-space:nowrap;transition:border-color var(--t-fast),color var(--t-fast),background var(--t-fast);align-items:center;gap:.4rem;padding:.4rem .875rem;text-decoration:none;display:inline-flex}.sg-action-btn:hover{border-color:var(--em-b);color:var(--em);background:var(--em-bg)}.sg-action-btn i{font-size:.75rem}.sg-action-btn--primary{border-color:var(--em-b);color:var(--em);background:var(--em-bg)}.sg-action-btn--primary:hover{background:var(--em);color:#fff;border-color:var(--em)}.sg-stats-strip{background:var(--border);border-bottom:1px solid var(--border);z-index:1;border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1px;display:grid;position:relative}.sg-stat-item{background:var(--surface-2);text-align:center;padding:.875rem .75rem;transition:background .15s;position:relative;overflow:hidden}.sg-stat-item:hover{background:var(--surface-3)}.sg-stat-item:after{content:"";background:var(--em);width:0;height:2px;transition:width var(--t-slow);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.sg-stat-item:hover:after{width:60%}.sg-stat-item--highlight{background:linear-gradient(135deg,#10b98114,#10b98105);border-left:none}.sg-stat-item--highlight:hover{background:linear-gradient(135deg,#10b98121,#10b9810a)}.sg-stat-val{color:var(--text);letter-spacing:-.025em;margin-bottom:.2rem;font-size:1.125rem;font-weight:800;line-height:1}.sg-stat-sub{margin-bottom:.2rem;font-size:.75rem;font-weight:700}.sg-stat-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-size:.75rem;font-weight:500}.sg-body{z-index:1;grid-template-columns:1fr 320px;align-items:start;gap:1.25rem;padding:1.25rem;display:grid;position:relative}.sg-chart-body{padding:.875rem}.sg-chart-img{border-radius:var(--r-lg);width:100%;height:auto;display:block}.sg-week-grid{flex-direction:column;gap:1rem;display:flex}.sg-week-item{border-radius:var(--r-xl);border:1px solid var(--border);background:var(--surface-2);flex-direction:column;gap:.25rem;padding:.875rem;display:flex}.sg-week-item--high{border-color:var(--em-b);background:linear-gradient(135deg,#10b98112,var(--surface-2))}.sg-week-item--low{border-color:var(--red-b);background:linear-gradient(135deg,#ef44440f,var(--surface-2))}.sg-week-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-4);font-size:.75rem;font-weight:600}.sg-week-val{letter-spacing:-.03em;font-size:1.3rem;font-weight:800;line-height:1}.sg-week-date{color:var(--text-4);margin-top:.1rem;font-size:.75rem;font-weight:600}.sg-range-track-wrap{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xl);flex-direction:column;gap:.375rem;padding:.875rem;display:flex}.sg-range-label-row{color:var(--text-4);text-transform:uppercase;letter-spacing:.07em;justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.sg-range-track{background:var(--surface-3);border-radius:99px;height:8px;position:relative;overflow:visible}.sg-range-fill{background:linear-gradient(90deg,var(--red),var(--amber),var(--em));border-radius:99px;height:100%;transition:width .9s}.sg-range-thumb{background:var(--surface);border:2px solid var(--em);z-index:2;border-radius:50%;width:14px;height:14px;transition:left .9s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #10b98133}.sg-range-pct-label{color:var(--text-3);text-align:center;margin-top:.125rem;font-size:.8rem;font-weight:600}.sg-loading{justify-content:center;align-items:center;min-height:280px;display:flex}.sg-spinner{border:3px solid var(--border-2);border-top-color:var(--em);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite sg-spin}@keyframes sg-spin{to{transform:rotate(360deg)}}@media (max-width:1100px){.sg-body{grid-template-columns:1fr}.sg-week-grid{flex-flow:wrap;align-items:stretch}.sg-week-item{flex:140px}.sg-range-track-wrap{flex:2 300px;align-self:center}.sg-stats-strip{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}}@media (max-width:768px){.sg-stats-strip{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.sg-stat-val{font-size:1rem}.sg-header{padding:1rem}.sg-title{font-size:1.2rem}.sg-body{gap:.875rem;padding:.875rem}}@media (max-width:480px){.sg-stats-strip{grid-template-columns:repeat(2,1fr)}.sg-stat-item--highlight{grid-column:1/-1}.sg-stat-val{font-size:.9375rem}.sg-title{font-size:1.1rem}.sg-title i{font-size:1rem}.chart-filters{flex-wrap:wrap}.sg-body{padding:.75rem}}[data-theme=light] .sg-wrap{background:#fff}[data-theme=light] .sg-stat-item{background:#f8fafc}[data-theme=light] .sg-stat-item--highlight{background:#0478570d}[data-theme=light] .sg-week-item,[data-theme=light] .sg-range-track-wrap{background:#fff}
