.publishing-frequency{padding:22px 24px;margin:14px 0;overflow-x:auto}
.frequency-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;min-width:780px}
.frequency-head h2{margin-bottom:3px}
.frequency-head p{margin:0}
.frequency-controls{display:flex;align-items:center;gap:10px}
.frequency-toggle{display:flex;padding:3px;border:1px solid var(--line);border-radius:8px;background:#081321}
.frequency-toggle button{height:34px;min-width:68px;padding:0 15px;border:0;border-radius:6px;background:transparent;color:#aeb8c9;font:inherit;cursor:pointer}
.frequency-toggle button.on{color:#fff;background:linear-gradient(135deg,#5f3bc1,#35288b);box-shadow:0 0 0 1px #8761ed}
.frequency-controls .select{height:42px;min-width:140px}
.frequency-chart{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(48px,1fr));gap:12px;align-items:end;height:245px;min-width:780px;margin-top:15px;padding:22px 8px 34px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to bottom,transparent 0 53px,#25334955 54px,#25334955 55px)}
.frequency-average{position:absolute;z-index:2;left:8px;right:8px;border-top:1px dashed #8b97aa}
.frequency-average span{position:absolute;right:0;bottom:5px;padding-left:8px;background:#0a1626;color:#c9d0dc;font-size:10px}
.frequency-column{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%}
.frequency-value{height:18px;color:#dce3ee;font-size:10px;font-weight:600}
.frequency-stack{display:flex;flex-direction:column-reverse;justify-content:flex-start;width:min(34px,72%);height:calc(100% - 18px);overflow:hidden;border-bottom:1px solid #526078;border-radius:4px 4px 1px 1px}
.frequency-stack i{display:block;width:100%;min-height:0}
.frequency-video{background:linear-gradient(180deg,#8160ed,#5135b6)}
.frequency-carousel{background:linear-gradient(180deg,#4bd3e7,#168da9)}
.frequency-other{background:#65718a}
.frequency-column>b{position:absolute;bottom:-27px;color:#aeb7c7;font-size:10px;font-weight:500;white-space:nowrap}
.frequency-footer{display:flex;align-items:center;gap:10px;min-width:780px;margin-top:16px}
.frequency-footer>div:not(.frequency-legend){display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 12px;border:1px solid var(--line);border-radius:8px;background:#0a1626;color:#dce3ee;font-size:11px}
.frequency-footer>div:not(.frequency-legend)>span:first-child{display:grid;place-items:center;color:#51d9b4}
.frequency-footer .ui-icon{width:18px;height:18px}
.frequency-legend{display:flex;align-items:center;gap:16px;margin-left:auto;color:#c7cfdb;font-size:11px}
.frequency-legend span{display:flex;align-items:center;gap:6px;white-space:nowrap}
.frequency-legend i{width:12px;height:12px;border-radius:3px}
.frequency-legend .video{background:#6e4bd3}.frequency-legend .carousel{background:#2bbad0}.frequency-legend .other{background:#65718a}
@media(max-width:720px){.publishing-frequency{padding:18px 14px}}
