:root{--sgh-accent:#e74c3c;--sgh-accent-soft:rgba(231,76,60,.12);--sgh-surface:#fff;--sgh-surface-2:#f6f7f9;--sgh-border:rgba(24,31,42,.1);--sgh-text:#18202a;--sgh-muted:#6f7783}
body.night-mode{--sgh-surface:#17191d;--sgh-surface-2:#202329;--sgh-border:rgba(255,255,255,.1);--sgh-text:#f5f6f8;--sgh-muted:#a5acb7}
.sgh-history-shell{width:min(1180px,calc(100% - 32px));margin:24px auto 72px;color:var(--sgh-text)}
.sgh-history-hero,.sgh-history-toolbar,.sgh-history-stats,.sgh-history-list,.sgh-history-empty{background:var(--sgh-surface);border:1px solid var(--sgh-border)}
.sgh-history-hero{min-height:190px;border-radius:24px;padding:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;background:radial-gradient(circle at 82% 15%,var(--sgh-accent-soft),transparent 32%),var(--sgh-surface)}
.sgh-history-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--sgh-accent);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.sgh-history-hero h1{font-size:clamp(32px,5vw,56px);line-height:1;margin:12px 0}.sgh-history-hero p{color:var(--sgh-muted);margin:0;max-width:620px;font-size:16px}.sgh-history-actions{display:flex;gap:10px;align-items:center}.sgh-icon-button,.sgh-danger-button{border:1px solid var(--sgh-border);background:var(--sgh-surface-2);color:var(--sgh-text);height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none}.sgh-icon-button{width:42px}.sgh-danger-button{padding:0 16px}.sgh-danger-button:hover,.sgh-icon-button:hover{border-color:var(--sgh-accent);color:var(--sgh-accent)}button:disabled{opacity:.45;cursor:not-allowed}
.sgh-history-toolbar{margin-top:14px;border-radius:18px;padding:10px;display:flex;justify-content:space-between;gap:16px;align-items:center}.sgh-history-filters{display:flex;gap:4px;overflow-x:auto}.sgh-history-filters a{padding:10px 15px;border-radius:11px;color:var(--sgh-muted);text-decoration:none;font-weight:700;white-space:nowrap}.sgh-history-filters a.active{background:var(--sgh-accent);color:#fff}.sgh-history-search{position:relative;min-width:270px}.sgh-history-search i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--sgh-muted)}.sgh-history-search input{width:100%;height:42px;border-radius:12px;border:1px solid var(--sgh-border);background:var(--sgh-surface-2);color:var(--sgh-text);padding:0 14px 0 40px;outline:none}.sgh-history-search input:focus{border-color:var(--sgh-accent)}
.sgh-history-stats{margin-top:14px;border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.sgh-history-stats div{padding:18px 22px;display:flex;flex-direction:column;border-right:1px solid var(--sgh-border)}.sgh-history-stats div:last-child{border:0}.sgh-history-stats strong{font-size:24px}.sgh-history-stats span{font-size:12px;color:var(--sgh-muted)}
.sgh-history-list{margin-top:14px;border-radius:22px;padding:8px 24px}.sgh-history-item{display:grid;grid-template-columns:220px minmax(0,1fr) auto;gap:20px;align-items:center;padding:16px 0;border-bottom:1px solid var(--sgh-border)}.sgh-history-item:last-child{border:0}.sgh-history-media{height:124px;border-radius:15px;overflow:hidden;position:relative;background:var(--sgh-surface-2);display:block}.sgh-history-media img{width:100%;height:100%;object-fit:cover}.sgh-history-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:30px;color:var(--sgh-accent);background:linear-gradient(135deg,var(--sgh-accent-soft),transparent)}.sgh-history-kind{position:absolute;left:10px;top:10px;background:rgba(12,13,16,.78);color:#fff;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:800;text-transform:uppercase}.sgh-history-progress{position:absolute;inset:auto 0 0;height:4px;background:rgba(255,255,255,.25)}.sgh-history-progress i{display:block;height:100%;background:var(--sgh-accent)}.sgh-history-copy{min-width:0}.sgh-history-meta{display:flex;gap:12px;color:var(--sgh-muted);font-size:12px}.sgh-history-copy h2{font-size:20px;margin:8px 0 12px;line-height:1.3}.sgh-history-copy h2 a{color:var(--sgh-text);text-decoration:none}.sgh-history-author{display:flex;align-items:center;gap:8px;color:var(--sgh-muted);font-size:13px}.sgh-history-author img{width:24px;height:24px;border-radius:50%;object-fit:cover}.sgh-history-row-actions{display:flex;gap:8px}
.sgh-history-empty{margin-top:14px;border-radius:22px;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}.sgh-history-empty>span{width:64px;height:64px;border-radius:20px;background:var(--sgh-accent-soft);color:var(--sgh-accent);display:grid;place-items:center;font-size:26px}.sgh-history-empty h2{margin:18px 0 6px}.sgh-history-empty p{color:var(--sgh-muted);max-width:480px}.sgh-history-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:18px}.sgh-history-pagination a{color:var(--sgh-text);text-decoration:none}.sgh-history-pagination span{color:var(--sgh-muted)}
.sgh-history-dialog{position:fixed!important;inset:0!important;margin:auto!important;width:min(520px,calc(100% - 28px));height:max-content;max-height:calc(100dvh - 32px);overflow:auto;border:1px solid var(--sgh-border);border-radius:22px;background:var(--sgh-surface);color:var(--sgh-text);padding:26px;box-shadow:0 28px 90px rgba(0,0,0,.3)}.sgh-history-dialog::backdrop{background:rgba(5,6,8,.62);backdrop-filter:blur(5px)}.sgh-history-dialog>form{position:absolute;right:18px;top:18px}.sgh-history-dialog-copy h2{margin:8px 0}.sgh-history-dialog-copy p{color:var(--sgh-muted)}.sgh-setting-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid var(--sgh-border)}.sgh-setting-row span{display:flex;flex-direction:column}.sgh-setting-row small{color:var(--sgh-muted);margin-top:3px}.sgh-setting-row input{width:20px;height:20px;accent-color:var(--sgh-accent)}
.sgh-settings-intro{padding:20px;border-radius:16px;background:linear-gradient(135deg,var(--sgh-accent-soft),transparent),var(--sgh-surface-2);border:1px solid var(--sgh-border);margin-bottom:18px}.sgh-settings-intro h3{margin:8px 0}.sgh-settings-intro p{margin:0;color:var(--sgh-muted)}.sgh-settings-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px}.sgh-settings-status{display:none;color:#18864b;font-weight:700}.sgh-settings-status.visible{display:inline-flex}
@media(max-width:760px){.sgh-history-shell{width:min(100% - 20px,1180px);margin-top:12px}.sgh-history-hero{padding:24px;align-items:flex-start;flex-direction:column}.sgh-history-toolbar{align-items:stretch;flex-direction:column}.sgh-history-search{min-width:0}.sgh-history-stats{grid-template-columns:repeat(2,1fr)}.sgh-history-stats div:nth-child(2){border-right:0}.sgh-history-stats div:nth-child(-n+2){border-bottom:1px solid var(--sgh-border)}.sgh-history-item{grid-template-columns:112px minmax(0,1fr);gap:12px}.sgh-history-media{height:78px}.sgh-history-row-actions{grid-column:2}.sgh-history-copy h2{font-size:16px;margin:5px 0}.sgh-history-meta span:last-child,.sgh-history-author{display:none}.sgh-history-list{padding:6px 14px}}
