/* === Demo Toolbar (仅演示站显示) === */
.demo-toolbar{position:fixed;top:0;left:0;right:0;z-index:9999;background:rgba(15,15,26,.94);backdrop-filter:blur(16px);padding:10px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);font-family:system-ui,-apple-system,sans-serif}
.demo-toolbar .dt-l{display:flex;align-items:center;gap:10px}
.demo-toolbar .dt-l strong{color:#fff;font-size:13px;font-weight:700}
.demo-toolbar .dt-tag{background:linear-gradient(135deg,var(--cs-p),var(--cs-accent));color:#fff;font-size:10px;padding:3px 10px;border-radius:4px;font-weight:800}
.demo-toolbar .dt-r{display:flex;align-items:center;gap:12px}
.demo-toolbar .dt-name{color:rgba(255,255,255,.55);font-size:12px}
.demo-toolbar .dt-r a{color:rgba(255,255,255,.7);text-decoration:none;font-size:12px;padding:6px 12px;border-radius:6px;font-weight:600;transition:all .2s}
.demo-toolbar .dt-r a:hover{background:rgba(255,255,255,.1);color:#fff}
.demo-toolbar .dt-r a.dt-cta{background:var(--cs-p);color:#fff}
.demo-toolbar .dt-r a.dt-cta:hover{background:var(--cs-pd)}
.demo-toolbar .dt-dots{display:flex;gap:5px;margin-right:8px;align-items:center}
.demo-toolbar .dt-dots i{width:10px;height:10px;border-radius:50%;display:inline-block}
@media(max-width:768px){.demo-toolbar{padding:8px 12px}.demo-toolbar .dt-name,.demo-toolbar .dt-dots{display:none}}
