/* Devlume preview controls sit outside each concept's own visual identity. */
.collection-toolbar{position:sticky;top:0;z-index:900;isolation:isolate;width:100%;min-height:76px;padding:12px max(24px,calc((100% - 1320px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;background:#edf5edee;border-bottom:1px solid #c5d9ca;box-shadow:0 4px 18px #173e2810;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);font:14px/1.3 Inter,Arial,sans-serif;color:#244c35}
.collection-toolbar .collection-return{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 24px;border:1px solid #48745a;border-radius:30px;background:linear-gradient(#286748,#18492f);color:#fff;font:600 14px/1.3 Inter,Arial,sans-serif;letter-spacing:0;text-decoration:none;box-shadow:inset 0 1px 0 #ffffff40,0 5px 12px #244c3518;white-space:nowrap;transition:background .15s}
.collection-toolbar .collection-return:hover{background:#123d29}.collection-toolbar .collection-return:focus-visible{outline:3px solid #2b9260;outline-offset:4px}.collection-toolbar .collection-return svg{width:20px;height:20px;flex:0 0 20px;display:block}
.collection-toolbar .collection-context{text-align:right;display:flex;flex-direction:column;gap:5px;font:12px/1.4 Inter,Arial,sans-serif;letter-spacing:0}.collection-toolbar .collection-context span{font-size:10px;color:#597462}.collection-toolbar .collection-context strong{font-size:12px;font-weight:500;color:#244c35}
@media(max-width:760px){.collection-toolbar{min-height:68px;padding:10px 16px;gap:12px}.collection-toolbar .collection-return{min-height:46px;font-size:12px;padding:11px 18px;gap:10px}.collection-toolbar .collection-context{display:none}}
@media(prefers-reduced-motion:reduce){.collection-toolbar .collection-return{transition:none}}
@media print{.collection-toolbar{display:none}}
