.human-history-root .atlas-page{width:100%;height:calc(100dvh - var(--nav-h));flex-direction:column;display:flex;overflow:hidden}.human-history-root .atlas-toolbar{background:color-mix(in oklab,var(--bg)92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:20;flex-shrink:0;justify-content:space-between;align-items:center;min-height:44px;padding:8px 16px;display:flex}.human-history-root .atlas-breadcrumb{align-items:center;gap:6px;min-width:0;font-size:.82rem;display:flex;overflow:hidden}.human-history-root .atlas-bc-item{color:var(--parchment-dim);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;transition:color .2s;overflow:hidden}.human-history-root .atlas-bc-item:hover{color:var(--gold)}.human-history-root .atlas-bc-item.active{color:var(--gold);cursor:default;font-weight:600}.human-history-root .atlas-bc-sep{color:var(--parchment-dim);opacity:.4;flex-shrink:0}.human-history-root .atlas-controls{flex-shrink:0;gap:4px;display:flex}.human-history-root .atlas-ctrl-btn{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);width:32px;height:32px;color:var(--parchment-dim);cursor:pointer;font-size:1rem;font-family:var(--sans);justify-content:center;align-items:center;line-height:1;transition:all .2s;display:flex}.human-history-root .atlas-ctrl-btn:hover{color:var(--gold);border-color:var(--gold);background:var(--bg-card-hover)}.human-history-root .atlas-ctrl-btn:active{transform:scale(.95)}.human-history-root .atlas-container{background:var(--bg);flex:1;position:relative;overflow:hidden}.human-history-root .atlas-canvas{cursor:grab;outline:none;width:100%;height:100%;display:block}.human-history-root .atlas-canvas:focus-visible{box-shadow:inset 0 0 0 2px var(--gold)}.human-history-root .atlas-tooltip{z-index:60;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);pointer-events:none;color:var(--parchment);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:180px;max-width:280px;padding:0;font-size:.85rem;display:none;position:fixed;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.5)}.human-history-root .atlas-tt-head{border-left-style:solid;border-left-width:3px;padding:10px 14px 8px}.human-history-root .atlas-tt-head strong{font-family:var(--serif);font-size:.95rem;display:block}.human-history-root .atlas-tt-sub{color:var(--parchment-dim);opacity:.7;font-size:.72rem}.human-history-root .atlas-tt-meta{color:var(--parchment-dim);padding:0 14px 4px;font-size:.72rem}.human-history-root .atlas-tt-preview{color:var(--parchment-dim);opacity:.6;border-top:1px solid var(--border);padding:4px 14px 6px;font-size:.72rem}.human-history-root .atlas-tt-hint{color:var(--gold);opacity:.7;background:color-mix(in oklab,var(--gold)5%,transparent);text-align:center;padding:6px 14px;font-size:.7rem}.human-history-root .atlas-overview{z-index:24;background:color-mix(in oklab,var(--bg)90%,transparent);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex-direction:column;width:min(320px,100% - 32px);max-height:min(360px,45vh);display:flex;position:absolute;bottom:16px;left:16px;overflow:hidden;box-shadow:0 10px 36px rgba(0,0,0,.35)}.human-history-root .atlas-overview-head{border-bottom:1px solid var(--border);flex-direction:column;gap:2px;padding:12px 14px 10px;display:flex}.human-history-root .atlas-overview-head strong{color:var(--parchment);font-family:var(--serif);font-size:1rem;line-height:1.25}.human-history-root .atlas-overview-head span{color:var(--parchment-dim);font-size:.72rem}.human-history-root .atlas-overview-list{padding:6px;overflow-y:auto}.human-history-root .atlas-overview-item{width:100%;color:var(--parchment-dim);cursor:pointer;text-align:left;font-family:var(--sans);background:0 0;border:0;border-radius:6px;gap:2px;padding:9px 10px;transition:background .2s,color .2s;display:grid}.human-history-root .atlas-overview-item:hover,.atlas-overview-item.active{background:color-mix(in oklab,var(--gold)10%,transparent);color:var(--parchment)}.human-history-root .atlas-overview-title{color:var(--parchment);font-family:var(--serif);font-size:.92rem;line-height:1.35}.human-history-root .atlas-overview-meta{color:var(--gold);opacity:.8;font-size:.7rem}.human-history-root .atlas-overview-desc{color:var(--parchment-dim);font-size:.72rem;line-height:1.45}.human-history-root .scene-panel{background:color-mix(in oklab,var(--bg)95%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-left:1px solid var(--border);z-index:30;visibility:hidden;pointer-events:none;width:min(480px,85vw);padding:24px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.human-history-root .scene-panel.open{visibility:visible;pointer-events:auto;transform:translate(0)}.human-history-root .scene-header{margin-bottom:24px}.human-history-root .scene-top-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.human-history-root .scene-back{border:1px solid var(--border);color:var(--parchment-dim);border-radius:var(--radius);cursor:pointer;font-size:.8rem;font-family:var(--sans);background:0 0;padding:6px 14px;transition:all .2s}.human-history-root .scene-back:hover{color:var(--gold);border-color:var(--gold)}.human-history-root .scene-close{border:1px solid var(--border);color:var(--parchment-dim);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.human-history-root .scene-close:hover{color:var(--gold);border-color:var(--gold)}.human-history-root .scene-title{font-family:var(--serif);color:var(--parchment);margin:0 0 4px;font-size:1.4rem}.human-history-root .scene-meta{color:var(--parchment-dim);margin:0 0 12px;font-size:.8rem}.human-history-root .scene-progress{background:var(--border);border-radius:2px;height:3px;margin-bottom:4px;overflow:hidden}.human-history-root .scene-progress-fill{background:var(--gold);border-radius:2px;width:0%;height:100%;transition:width .15s ease-out}.human-history-root .scene-cards{flex:1;padding-right:4px;overflow-y:auto}.human-history-root .scene-card{gap:16px;margin-bottom:24px;animation:.3s ease-out both sceneCardIn;display:flex}.human-history-root .scene-card:nth-child(2){animation-delay:50ms}.human-history-root .scene-card:nth-child(3){animation-delay:.1s}.human-history-root .scene-card:nth-child(4){animation-delay:.15s}.human-history-root .scene-card:nth-child(5){animation-delay:.2s}.human-history-root .scene-card-title{font-family:var(--serif);color:var(--parchment);margin:0 0 8px;font-size:1.05rem}.human-history-root .scene-card-body{color:var(--parchment-dim);margin:0;font-size:.85rem;line-height:1.8}.human-history-root .scene-step{flex-direction:column;flex-shrink:0;align-items:center;width:28px;display:flex}.human-history-root .scene-num{background:color-mix(in oklab,var(--gold)15%,transparent);border:1px solid color-mix(in oklab,var(--gold)30%,transparent);width:28px;height:28px;color:var(--gold);font-family:var(--serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.human-history-root .scene-line{background:linear-gradient(180deg,var(--gold)0%,transparent 100%);opacity:.2;flex:1;width:1px;min-height:20px;margin-top:4px}.human-history-root .scene-body{flex:1;min-width:0}@media (prefers-reduced-motion:reduce){.human-history-root .scene-panel{transition-duration:.01ms}.human-history-root .scene-card{animation:none}}@media (max-width:720px){.human-history-root .atlas-overview{width:auto;max-height:34vh;bottom:10px;left:10px;right:10px}.human-history-root .atlas-overview-head{padding:10px 12px 8px}.human-history-root .atlas-overview-item{padding:8px 9px}.human-history-root .scene-panel{width:100%;padding:20px}}@media (min-width:1440px){.human-history-root .atlas-page{padding:0}.human-history-root .atlas-toolbar{padding:10px 24px}.human-history-root .atlas-ctrl-btn{width:36px;height:36px}.human-history-root .scene-panel{width:560px;padding:32px}}@media (min-width:1920px){.human-history-root .scene-panel{width:600px;padding:36px}}
