/* Export bar */
.export-bar{display:none;justify-content:flex-end;gap:8px;margin-top:1.25rem;flex-wrap:wrap}
.export-bar.visible{display:flex}
.export-bar { animation: fadeUp 0.4s ease 0.2s both; }

@media(max-width:768px) {
  .cikti-panel { position:fixed; bottom:0; left:0; right:0; max-height:70vh; overflow-y:auto; border-radius:16px 16px 0 0; z-index:100; }
}
