.ssg{display:flex;flex-direction:column;gap:1rem}.ssg-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:.75rem}.ssg-header-text{flex:1;min-width:0}.ssg-title{font-family:var(--font-heading,"Montserrat"),sans-serif;font-size:1.375rem;font-weight:700;color:var(--dash-text);margin:0;letter-spacing:-.02em}.ssg-sub{font-size:.875rem}.ssg-note,.ssg-sub{color:var(--dash-text-secondary);margin:4px 0 0}.ssg-note{font-size:.8125rem;font-style:italic;line-height:1.5;max-width:540px}.ssg-progress{width:120px;height:8px;border-radius:999px;background:var(--dash-border);overflow:hidden;flex-shrink:0;margin-top:8px}.ssg-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--dash-accent),var(--dash-success));transition:width .5s ease-in-out}.ssg-categories{display:flex;flex-direction:column;gap:.75rem}.ssg-cat{background:var(--dash-surface-solid);border:1px solid var(--dash-border);border-radius:14px;overflow:hidden;box-shadow:var(--dash-card-shadow)}.ssg-cat-bar{height:3px}.ssg-cat[data-tone=accent] .ssg-cat-bar{background:var(--dash-accent)}.ssg-cat[data-tone=violet] .ssg-cat-bar{background:#a855f7}.ssg-cat[data-tone=info] .ssg-cat-bar{background:var(--dash-info)}.ssg-cat[data-tone=purple] .ssg-cat-bar{background:var(--dash-purple)}.ssg-cat[data-tone=success] .ssg-cat-bar{background:var(--dash-success)}.ssg-cat[data-tone=default] .ssg-cat-bar{background:var(--dash-text-muted)}.ssg-cat-head{width:100%;padding:1rem 1.375rem;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background-color .2s ease-in-out}.ssg-cat-head:hover{background:color-mix(in srgb,var(--dash-bg) 50%,transparent)}.ssg-cat-head-left{display:flex;align-items:center;gap:.75rem}.ssg-cat-chev{color:currentColor}.ssg-cat[data-tone=accent] .ssg-cat-chev{color:var(--dash-accent)}.ssg-cat[data-tone=violet] .ssg-cat-chev{color:#a855f7}.ssg-cat[data-tone=info] .ssg-cat-chev{color:var(--dash-info)}.ssg-cat[data-tone=purple] .ssg-cat-chev{color:var(--dash-purple)}.ssg-cat[data-tone=success] .ssg-cat-chev{color:var(--dash-success)}.ssg-cat-title{font-size:.9375rem;font-weight:800;color:var(--dash-text)}.ssg-cat-weight{font-size:.8rem;font-weight:700}.ssg-cat[data-tone=accent] .ssg-cat-weight{color:var(--dash-accent)}.ssg-cat[data-tone=violet] .ssg-cat-weight{color:#a855f7}.ssg-cat[data-tone=info] .ssg-cat-weight{color:var(--dash-info)}.ssg-cat[data-tone=purple] .ssg-cat-weight{color:var(--dash-purple)}.ssg-cat[data-tone=success] .ssg-cat-weight{color:var(--dash-success)}.ssg-cat-head-right{display:flex;align-items:center;gap:.625rem}.ssg-cat-count{font-size:.8rem;font-weight:700;color:var(--dash-text-muted);font-variant-numeric:tabular-nums}.ssg-cat-progress{width:60px;height:6px;border-radius:999px;background:var(--dash-border);overflow:hidden}.ssg-cat-progress-fill{height:100%;border-radius:999px;transition:width .3s ease-in-out}.ssg-cat[data-tone=accent] .ssg-cat-progress-fill{background:var(--dash-accent)}.ssg-cat[data-tone=violet] .ssg-cat-progress-fill{background:#a855f7}.ssg-cat[data-tone=info] .ssg-cat-progress-fill{background:var(--dash-info)}.ssg-cat[data-tone=purple] .ssg-cat-progress-fill{background:var(--dash-purple)}.ssg-cat[data-tone=success] .ssg-cat-progress-fill{background:var(--dash-success)}.ssg-cat-body{padding:0 1.375rem 1.125rem}.ssg-sub{margin-bottom:.875rem}.ssg-sub:last-child{margin-bottom:0}.ssg-sub-title{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem}.ssg-cat[data-tone=accent] .ssg-sub-title{color:var(--dash-accent)}.ssg-cat[data-tone=violet] .ssg-sub-title{color:#a855f7}.ssg-cat[data-tone=info] .ssg-sub-title{color:var(--dash-info)}.ssg-cat[data-tone=purple] .ssg-sub-title{color:var(--dash-purple)}.ssg-cat[data-tone=success] .ssg-sub-title{color:var(--dash-success)}.ssg-sub-empty{font-size:.8rem;color:var(--dash-text-muted);font-style:italic;padding-left:.75rem;margin:0}.ssg-sub-items{display:flex;flex-direction:column;gap:.25rem}.ssg-item{width:100%;display:flex;align-items:flex-start;gap:.625rem;padding:.5rem .75rem;border-radius:10px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background-color .15s ease-in-out}.ssg-item:hover{background:color-mix(in srgb,var(--dash-bg) 60%,transparent)}.ssg-cat[data-tone=accent] .ssg-item[data-checked=true]{background:color-mix(in srgb,var(--dash-accent) 6%,transparent)}.ssg-cat[data-tone=violet] .ssg-item[data-checked=true]{background:color-mix(in srgb,#a855f7 6%,transparent)}.ssg-cat[data-tone=info] .ssg-item[data-checked=true]{background:color-mix(in srgb,var(--dash-info) 6%,transparent)}.ssg-cat[data-tone=purple] .ssg-item[data-checked=true]{background:color-mix(in srgb,var(--dash-purple) 6%,transparent)}.ssg-cat[data-tone=success] .ssg-item[data-checked=true]{background:color-mix(in srgb,var(--dash-success) 6%,transparent)}.ssg-item-icon{flex-shrink:0;margin-top:1px;color:var(--dash-text-muted)}.ssg-item[data-checked=true] .ssg-item-icon{color:currentColor}.ssg-cat[data-tone=accent] .ssg-item[data-checked=true] .ssg-item-icon{color:var(--dash-accent)}.ssg-cat[data-tone=violet] .ssg-item[data-checked=true] .ssg-item-icon{color:#a855f7}.ssg-cat[data-tone=info] .ssg-item[data-checked=true] .ssg-item-icon{color:var(--dash-info)}.ssg-cat[data-tone=purple] .ssg-item[data-checked=true] .ssg-item-icon{color:var(--dash-purple)}.ssg-cat[data-tone=success] .ssg-item[data-checked=true] .ssg-item-icon{color:var(--dash-success)}.ssg-item-title{font-size:.8125rem;color:var(--dash-text-secondary);line-height:1.4}.ssg-item[data-checked=true] .ssg-item-title{text-decoration:line-through;opacity:.6}