/* The preview and controls must fit the viewport, especially after rotating a phone. */
#fitPhotoBtn{display:none}
body.editor-theme.photo-ready #fitPhotoBtn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:36px;padding:0 9px;color:#fff;background:#080808bf;border:1px solid #555;font:11px Inter,system-ui,sans-serif;border-radius:5px}
body.editor-theme .lighttable{overflow:hidden}
body.editor-theme #cv{position:absolute!important;max-width:none!important;max-height:none!important;flex:none}
#fsQuickDock{display:none}
#feOpen{display:none}
body.editor-theme.quick-edit .foot>#feOpen{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 64px;min-width:0;min-height:40px;font:12px Inter,system-ui,sans-serif;text-transform:none}
body.editor-theme.quick-edit .foot>#saveBtn{width:auto;min-width:0;flex:1}
#feDevelopment{grid-column:1/-1;display:flex;flex-direction:column;gap:7px}
.quick-edit:not(.photo-ready) #feDevelopment{display:none}
.fe-development-label{font:10px/1.4 Inter,system-ui,sans-serif;letter-spacing:.13em;text-transform:uppercase;color:#aaa}
.fe-development-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
#feDevelopment button{min-width:0;min-height:40px;padding:5px 3px;border:1px solid #404040;border-radius:5px;background:#191919;color:#ccc;font:11px/1.2 Inter,system-ui,sans-serif;white-space:nowrap;cursor:pointer}
#feDevelopment button[aria-pressed=true]{background:#eee;border-color:#eee;color:#080808}
#feDevelopment button:focus-visible{outline:2px solid #fff;outline-offset:2px}
#feDevelopment button:disabled{opacity:.45;cursor:default}
@media(max-width:900px), (max-width:1100px) and (max-height:600px) and (orientation:landscape){
 body.editor-theme{overflow:hidden}
 .editor-theme .app{height:100dvh;min-height:0;overflow:hidden}
 .editor-theme .workspace{min-height:0;padding:0 0 4px;gap:0}
 .editor-theme .stage-col{min-height:0;min-width:0;border:0;border-radius:0}
 .editor-theme .stage{padding:0;min-height:0}
 .editor-theme .lighttable{min-height:0;min-width:0}
 .editor-theme #cv{object-fit:contain;flex:none;min-width:0;min-height:0;max-width:100%;max-height:100%;border-radius:0}
 .editor-theme #badge{top:4px;left:4px;z-index:5;background:#0009;padding:3px 6px;pointer-events:none}
 .editor-theme #stageBtns{top:6px;right:6px;gap:6px}
 .editor-theme.quick-edit #firstEdit{padding:10px 12px 6px;gap:4px 10px;flex:none;min-height:0}
 .editor-theme.quick-edit #feTitle{font-size:22px}
 .editor-theme.quick-edit .fe-photo{margin:0;padding:0}
 .editor-theme.quick-edit .fe-strength{margin-top:3px;font-size:12px}
 .editor-theme.quick-edit #feCompare,.editor-theme.quick-edit #feAdvanced{min-height:36px;height:auto;padding:6px;font-size:11px}
 .editor-theme.quick-edit .panel-col{border-radius:0;border-inline:0;max-height:45dvh;overflow:auto;flex:none}
 .editor-theme.quick-edit .foot{padding:6px 12px max(6px,env(safe-area-inset-bottom));gap:8px}
 .editor-theme.quick-edit #saveBtn,.editor-theme.quick-edit #feShare{min-height:40px}
 .editor-theme #fsFilmTg{min-height:36px!important;font-size:10px!important}
 .editor-theme #fsHintWall{display:none}
 .editor-theme #fsSignupNote{display:none!important}
}
@media(max-width:900px) and (orientation:landscape), (max-width:1100px) and (max-height:600px) and (orientation:landscape){
 body.editor-theme{--mobile-rail:240px;--mobile-header:52px}
 .editor-theme .bar{min-height:var(--mobile-header);padding-block:4px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));flex:none}
 .editor-theme .workspace{flex-direction:row;flex:1;min-height:0;padding:0 max(4px,env(safe-area-inset-right)) max(4px,env(safe-area-inset-bottom)) max(4px,env(safe-area-inset-left));gap:0}
 .editor-theme .stage-col{flex:1;min-height:0}
 .editor-theme .stage{padding:0;height:100%;min-height:0}
 .editor-theme .panel-col,.editor-theme.quick-edit .panel-col{display:flex;flex:0 0 var(--mobile-rail);width:var(--mobile-rail);max-height:100%;min-height:0;overflow-y:auto;border:0;border-left:1px solid #292929;border-radius:0;background:#101010}
 .editor-theme .panel-col>.strip-wrap{display:block!important;position:static;flex:none;max-width:100%;border-top:0;border-bottom:1px solid #292929}
 .editor-theme .panel-col .cat-filter{padding:4px 6px 0!important;gap:4px!important}
 .editor-theme .panel-col .cat-filter button{min-height:28px!important;height:28px!important;font-size:10px!important;padding-inline:8px!important}
 .editor-theme .panel-col .strip{padding:4px 8px 6px;gap:6px}
 .editor-theme .panel-col .strip,.editor-theme .panel-col .cat-filter{scrollbar-width:none}
 .editor-theme .panel-col .strip::-webkit-scrollbar,.editor-theme .panel-col .cat-filter::-webkit-scrollbar{display:none}
 .editor-theme .panel-col .frame{width:55px}.editor-theme .panel-col .frame .pic{height:35px}.editor-theme .panel-col .frame .nm{font-size:9px;margin-top:3px}
 .editor-theme #fsFilmTg{display:none!important}
 .editor-theme.quick-edit #firstEdit{display:flex;padding:10px;gap:7px;overflow:visible}
 .editor-theme.quick-edit #feTitle{font-size:23px}
 .editor-theme.quick-edit .fe-kicker,.editor-theme.quick-edit #feHint,.editor-theme.quick-edit .fe-note{display:none}
 .editor-theme.quick-edit .fe-photo{display:none}
 .editor-theme.quick-edit #feStrength{min-height:28px}
 .editor-theme.quick-edit .fe-strength{margin:0}
 .editor-theme.quick-edit #feCompare,.editor-theme.quick-edit #feAdvanced{min-height:32px}
 .editor-theme.quick-edit .foot{padding:6px 10px 8px;margin-top:0}
 .editor-theme.quick-edit #saveBtn,.editor-theme.quick-edit #feShare{min-height:36px}
 .editor-theme #feBack{min-height:32px;margin:6px 8px;font-size:11px}
 .editor-theme .panel-col .tabs{flex:none}.editor-theme .panel-col .tab{padding:7px 9px}.editor-theme #mchips{flex:none;padding:6px;gap:4px}
 .editor-theme #msheet{left:auto;right:env(safe-area-inset-right,0px);width:var(--mobile-rail);top:var(--mobile-header);bottom:env(safe-area-inset-bottom,0px);max-height:none;border-radius:0;border-top:0;border-left:1px solid #444;box-shadow:none;background:#101010}
 .editor-theme #msheet.peek{background:#101010}.editor-theme #msheet .msh-body{padding-inline:14px}
 .editor-theme #msheet .msh-grab{display:none}
 .editor-theme .app.ui-min .panel-col{display:none}
}
@media(min-width:901px) and (max-width:1100px) and (max-height:600px) and (orientation:landscape){
 .editor-theme .bar{flex-wrap:wrap;gap:6px;overflow-x:visible;margin-bottom:0}
 .editor-theme .bar .lock2{flex:1;min-width:0}.editor-theme .bar>.sp{display:none}
 .editor-theme .editor-community-mobile{display:inline-flex;align-items:center;min-height:44px;padding:0 8px;color:#eee;text-decoration:none;font:12px Inter,system-ui,sans-serif}
 .editor-theme .bar #xMoreBtn{display:inline-flex;order:0;min-height:44px;min-width:36px}
 .editor-theme .bar #fsComBtn{display:none!important}
 .editor-theme .bar:not(.xmore)>button:not(#xMoreBtn),.editor-theme .bar:not(.xmore)>select{display:none!important}
 .editor-theme .bar.xmore>button:not(#xMoreBtn),.editor-theme .bar.xmore>select{order:2}
 .editor-theme .bar.xmore::after{content:'';flex-basis:100%;order:1}
}
@media(max-width:680px) and (orientation:landscape){body.editor-theme{--mobile-rail:210px}}
/* Open one tool at a time; the photograph gets the rest of the phone screen. */
@media(max-width:900px), (max-width:1100px) and (max-height:600px) and (orientation:landscape){
 body.editor-theme.quick-edit.photo-ready #fsQuickDock{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:6px 8px;flex:none;border-top:1px solid #292929}
 #fsQuickDock button{min-height:44px;min-width:0;padding:4px;border:1px solid #333;border-radius:5px;color:#ccc;background:#151515;font:11px/1.2 Inter,system-ui,sans-serif;cursor:pointer}
 #fsQuickDock button[aria-expanded=true]{background:#eee;border-color:#eee;color:#080808}
 body.editor-theme.quick-edit.photo-ready #firstEdit{display:none}
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="strength"] #firstEdit,
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="development"] #firstEdit,
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit{display:flex;padding:4px 12px 8px;gap:6px}
 body.editor-theme.quick-edit.photo-ready #firstEdit>*{display:none!important}
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="strength"] #firstEdit>.fe-strength,
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="strength"] #firstEdit>#feStrength,
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="development"] #firstEdit>#feDevelopment,
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit>.fe-photo,
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit>#feCompare,
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit>#feAdvanced{display:flex!important}
 body.editor-theme.quick-edit.photo-ready .strip-wrap{display:none!important}
 body.editor-theme.quick-edit.photo-ready[data-quick-tool="film"] .strip-wrap{display:block!important}
 body.editor-theme.quick-edit.photo-ready #fsFilmTg{display:none!important}
 body.editor-theme.quick-edit.photo-ready .foot{padding-top:0;padding-bottom:max(6px,env(safe-area-inset-bottom))}
 body.editor-theme.quick-edit.photo-ready #saveBtn,body.editor-theme.quick-edit.photo-ready #feShare{min-height:40px}
}
@media(max-width:900px) and (orientation:landscape), (max-width:1100px) and (max-height:600px) and (orientation:landscape){
 body.editor-theme.quick-edit{--mobile-rail:180px}
 body.editor-theme.quick-edit.photo-ready #fsQuickDock{grid-template-columns:repeat(2,minmax(0,1fr));order:-1}
 body.editor-theme.quick-edit.photo-ready .fe-development-options{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.editor-theme.quick-edit.photo-ready .foot{margin-top:auto}
 body.editor-theme.quick-edit.photo-ready .foot{display:grid;grid-template-columns:64px minmax(0,1fr)}
 body.editor-theme.quick-edit.photo-ready .foot>#feShare{grid-column:1/-1}
}
/* Floating quick tools: their visibility never changes the photo viewport. */
#fsViewControls{display:none}
body.editor-theme.photo-ready #fsViewControls{position:absolute;z-index:45;top:8px;left:50%;right:auto;transform:translateX(-50%);width:calc(100% - 96px);max-width:360px;box-sizing:border-box;display:grid;grid-template-columns:58px 68px minmax(36px,1fr) 26px;align-items:center;gap:5px;padding:3px 6px;min-height:40px;background:rgba(24,24,24,.18);border:1px solid #ffffff40;border-radius:12px;box-shadow:0 2px 10px #0002,inset 0 1px 0 #ffffff12;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}
body.editor-theme.photo-ready #fsViewControls [data-fit]{width:100%;min-width:0;border:1px solid transparent;border-radius:7px;background:transparent;color:#fff;min-height:34px;padding:0;font:10px Inter,system-ui,sans-serif;text-shadow:inherit;box-shadow:none;cursor:pointer}
body.editor-theme.photo-ready #fsViewControls [data-fit][aria-pressed=true]{background:#ffffff24;border-color:#ffffff99}
#fsViewZoom{appearance:none;-webkit-appearance:none;width:100%;min-width:0;height:36px;margin:0;padding:0;border:0;box-shadow:none;background:transparent;accent-color:#eee;cursor:ew-resize}
#fsViewZoom::-webkit-slider-runnable-track{height:3px;border:0;border-radius:3px;background:#666}
#fsViewZoom::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:14px;height:14px;margin-top:-5.5px;border:2px solid #eee;border-radius:50%;background:#eee;box-shadow:0 1px 4px #0006}
#fsViewZoom::-moz-range-track{height:3px;border:0;border-radius:3px;background:#666}
#fsViewZoom::-moz-range-thumb{width:11px;height:11px;border:2px solid #eee;border-radius:50%;background:#eee}
#fsViewZoomValue{font:10px Inter,system-ui,sans-serif;color:#ddd;text-align:right;font-variant-numeric:tabular-nums}
body.editor-theme.quick-edit.photo-ready .workspace{flex-direction:row;gap:0;min-height:0}
body.editor-theme.quick-edit.photo-ready .stage-col{position:relative;flex:1;min-width:0;min-height:0;border-radius:0;border:0;overflow:hidden}
body.editor-theme.quick-edit.photo-ready .stage{padding:0;min-height:0}
body.editor-theme.quick-edit.photo-ready #badge{display:none}
body.editor-theme.quick-edit #fsHintWall{display:none}
body.editor-theme.quick-edit.photo-ready .panel-col{flex:0 0 180px;width:180px;max-height:none;min-height:0;overflow:visible;border:0;border-left:1px solid #252525;border-radius:0;background:#0b0b0b}
body.editor-theme.quick-edit.photo-ready #fsQuickDock{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:8px;border:0;flex:none}
body.editor-theme.quick-edit.photo-ready #fsQuickDock button{min-height:42px;border:1px solid #333;border-radius:7px;background:#151515;color:#ccc;font:11px Inter,system-ui,sans-serif;cursor:pointer;transition:background .16s,color .16s,border-color .16s}
body.editor-theme.quick-edit.photo-ready #fsQuickDock button[aria-expanded=true]{background:#eee;color:#111;border-color:#eee}
body.editor-theme.quick-edit.photo-ready .foot{display:grid;grid-template-columns:64px minmax(0,1fr);margin-top:auto;padding:6px 8px;gap:6px;background:transparent;border:0}
body.editor-theme.quick-edit.photo-ready .foot>#feShare{grid-column:1/-1}
body.editor-theme.quick-edit.photo-ready #firstEdit,body.editor-theme.quick-edit.photo-ready .strip-wrap{display:none!important;position:absolute!important;z-index:40;left:12px;right:12px;bottom:12px;width:auto;max-width:420px;margin:0 auto;max-height:min(180px,45%);overflow:auto;box-sizing:border-box;flex:none;border:1px solid #ffffff40!important;border-radius:14px!important;background:rgba(24,24,24,.18);box-shadow:0 3px 14px #0002,inset 0 1px 0 #ffffff12;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fsTrayIn .16s ease-out}
body.editor-theme.quick-edit.photo-ready #firstEdit{padding:10px 12px!important;gap:6px!important;min-height:0}
body.editor-theme.quick-edit.photo-ready #firstEdit>*{display:none!important}
body.editor-theme.quick-edit.photo-ready[data-quick-tool="film"] .strip-wrap{display:block!important}
body.editor-theme.quick-edit.photo-ready[data-quick-tool="strength"] #firstEdit,body.editor-theme.quick-edit.photo-ready[data-quick-tool="development"] #firstEdit,body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit{display:flex!important;flex-direction:column}
body.editor-theme.quick-edit.photo-ready[data-quick-tool="strength"] #firstEdit>.fe-strength,body.editor-theme.quick-edit.photo-ready[data-quick-tool="strength"] #firstEdit>#feStrength,body.editor-theme.quick-edit.photo-ready[data-quick-tool="development"] #firstEdit>#feDevelopment,body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit>#feCompare,body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit>#feAdvanced{display:flex!important}
body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit{flex-direction:row;gap:8px!important}
body.editor-theme.quick-edit.photo-ready[data-quick-tool="tools"] #firstEdit>.fe-photo{display:none!important}
body.editor-theme.quick-edit.photo-ready #feCompare,body.editor-theme.quick-edit.photo-ready #feAdvanced{flex:1;align-items:center;justify-content:center;min-height:40px;margin:0;font-size:11px}
body.editor-theme.quick-edit.photo-ready .fe-development-label{display:none}
body.editor-theme.quick-edit.photo-ready .fe-development-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
body.editor-theme.quick-edit.photo-ready .fe-strength{font:11px Inter,system-ui,sans-serif;margin:0}
body.editor-theme.quick-edit.photo-ready #firstEdit #feStrength{min-height:28px}
body.editor-theme.quick-edit.photo-ready .strip-wrap .cat-filter{padding:6px 8px 0!important;gap:4px!important;scrollbar-width:none}
body.editor-theme.quick-edit.photo-ready .strip-wrap .cat-filter button{height:28px!important;min-height:28px!important;padding:0 8px!important;font-size:10px!important}
body.editor-theme.quick-edit.photo-ready .strip-wrap .strip{padding:6px 10px 8px;gap:8px;scrollbar-width:none}
body.editor-theme.quick-edit.photo-ready .strip-wrap ::-webkit-scrollbar{display:none}
body.editor-theme.quick-edit.photo-ready .strip-wrap .frame{width:100px;flex-shrink:0}
body.editor-theme.quick-edit.photo-ready .strip-wrap .frame .pic{height:76px}
body.editor-theme.quick-edit.photo-ready .strip-wrap .frame .nm{font-size:10px;line-height:14px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.editor-theme.quick-edit.photo-ready #fsFilmTg{display:none!important}
/* Clear glass controls: preserve photo detail, with local contrast on labels. */
body.editor-theme.photo-ready #fsViewControls,
body.editor-theme.quick-edit.photo-ready #firstEdit,
body.editor-theme.quick-edit.photo-ready .strip-wrap{color:#fff;text-shadow:0 1px 2px #000,0 0 4px #000c}
body.editor-theme.photo-ready #fsViewControls [data-fit],
body.editor-theme.photo-ready #fsViewZoomValue{color:#fff;text-shadow:inherit}

body.editor-theme.quick-edit.photo-ready #feCompare,
body.editor-theme.quick-edit.photo-ready #feAdvanced,
body.editor-theme.quick-edit.photo-ready #feDevelopment button,
body.editor-theme.quick-edit.photo-ready .strip-wrap .cat-filter button{
 background:transparent;color:#fff;border:1px solid #ffffff38;border-radius:8px;
 text-shadow:inherit;box-shadow:none;transition:background .16s,border-color .16s,transform .16s
}
body.editor-theme.quick-edit.photo-ready #feCompare[aria-pressed=true],
body.editor-theme.quick-edit.photo-ready #feDevelopment button[aria-pressed=true],
body.editor-theme.quick-edit.photo-ready .strip-wrap .cat-filter button.on{
 background:#ffffff24;border-color:#ffffffb3;box-shadow:inset 0 -2px 0 #ffffffb3
}
body.editor-theme.quick-edit.photo-ready .fe-strength,
body.editor-theme.quick-edit.photo-ready .fe-strength output,
body.editor-theme.quick-edit.photo-ready .strip-wrap .frame .nm{color:#fff}
body.editor-theme.quick-edit.photo-ready .strip-wrap .frame.on .nm{font-weight:600}
body.editor-theme.quick-edit.photo-ready .strip-wrap .frame .pic{box-shadow:0 1px 4px #0003}
body.editor-theme.photo-ready #fsViewZoom::-webkit-slider-runnable-track,
body.editor-theme.quick-edit.photo-ready #feStrength::-webkit-slider-runnable-track{background:#ffffff73;box-shadow:0 1px 2px #0006}
body.editor-theme.photo-ready #fsViewZoom::-moz-range-track,
body.editor-theme.quick-edit.photo-ready #feStrength::-moz-range-track{background:#ffffff73;box-shadow:0 1px 2px #0006}
body.editor-theme.photo-ready #fsViewControls :focus-visible,
body.editor-theme.quick-edit.photo-ready #firstEdit :focus-visible,
body.editor-theme.quick-edit.photo-ready .strip-wrap button:focus-visible{outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 4px #0008}
@media(hover:hover){
 body.editor-theme.quick-edit.photo-ready #firstEdit button:hover,
 body.editor-theme.quick-edit.photo-ready .strip-wrap .cat-filter button:hover{background:#ffffff26;border-color:#ffffffa6}
}
body.editor-theme.quick-edit.photo-ready #firstEdit button:active,
body.editor-theme.quick-edit.photo-ready .strip-wrap .cat-filter button:active{transform:scale(.97);background:#ffffff38}
@media(prefers-reduced-motion:reduce){
 body.editor-theme.quick-edit.photo-ready #firstEdit button,
 body.editor-theme.quick-edit.photo-ready .strip-wrap .cat-filter button{transition:none;transform:none}
}
@media(max-width:900px) and (orientation:portrait){
 body.editor-theme.quick-edit.photo-ready .workspace{flex-direction:column}
 body.editor-theme.quick-edit.photo-ready .panel-col{flex:none;width:100%;border:0}
 body.editor-theme.quick-edit.photo-ready #fsQuickDock{grid-template-columns:repeat(6,minmax(0,1fr));padding:6px 8px}
 body.editor-theme.quick-edit.photo-ready .foot{display:flex;padding:0 8px max(6px,env(safe-area-inset-bottom));margin:0}
 body.editor-theme.quick-edit.photo-ready #firstEdit,body.editor-theme.quick-edit.photo-ready .strip-wrap{left:8px;right:8px;bottom:10px}
}
body.editor-theme.quick-edit.photo-ready .strip-wrap{max-width:640px}
@keyframes fsTrayIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
#feRotation{display:none}
body.editor-theme.quick-edit.photo-ready[data-quick-tool="rotate"] #firstEdit{display:flex!important;flex-direction:column;max-width:340px}
body.editor-theme.quick-edit.photo-ready[data-quick-tool="rotate"] #firstEdit>#feRotation{display:flex!important;flex-direction:column;gap:8px;width:100%}
#feRotation .fs-rotate-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}
body.editor-theme.quick-edit.photo-ready #feRotation button{min-height:40px;padding:6px 12px;background:transparent;border:1px solid #ffffff38;border-radius:8px;color:#fff;font:12px Inter,system-ui,sans-serif;text-shadow:0 1px 3px #0009}
#feRotation label{display:flex;justify-content:space-between;font:11px Inter,system-ui,sans-serif;color:#fff}
#feRotation output{font-variant-numeric:tabular-nums}
#feRotation input{appearance:none;-webkit-appearance:none;width:100%;height:28px;margin:0;background:transparent;cursor:pointer}
#feRotation input::-webkit-slider-runnable-track{height:3px;border-radius:3px;background:#ffffff73;box-shadow:0 1px 2px #0006}
#feRotation input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:14px;height:14px;margin-top:-5.5px;border:2px solid #eee;border-radius:50%;background:#eee;box-shadow:0 1px 4px #0006}
#feRotation input::-moz-range-track{height:3px;border:0;border-radius:3px;background:#ffffff73}
#feRotation input::-moz-range-thumb{width:11px;height:11px;border:2px solid #eee;border-radius:50%;background:#eee}
/* Account access remains in the first row in both editing modes. */
body.editor-theme .bar #cloudBtn,
body.editor-theme .bar:not(.xmore)>button#cloudBtn{display:inline-flex!important;align-items:center;justify-content:center;order:0!important;flex:none;min-height:36px;padding:0 10px;color:#eee;font:12px Inter,system-ui,sans-serif;letter-spacing:0;text-transform:none;white-space:nowrap}
@media(max-width:900px), (max-width:1100px) and (max-height:600px) and (orientation:landscape){
 body.editor-theme .bar #cloudBtn{min-height:44px;padding:0 8px}
}
@media(max-width:480px){
 body.editor-theme .bar .mark{font-size:14px!important;letter-spacing:.1em}
 body.editor-theme .editor-brand{gap:6px!important}
 body.editor-theme .bar .brandmk{width:22px;height:22px}
 body.editor-theme .editor-community-mobile{padding-inline:4px;font-size:11px}
 body.editor-theme .bar #cloudBtn{font-size:11px;padding-inline:7px}
}
@media(max-width:350px){body.editor-theme .bar .brandmk{display:none}}
@media(prefers-reduced-motion:reduce){body.editor-theme.quick-edit.photo-ready #firstEdit,body.editor-theme.quick-edit.photo-ready .strip-wrap{animation:none}#fsQuickDock button{transition:none}}

body.editor-theme #fsQuickDock button[aria-pressed="true"]{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.48)}

@media(max-width:900px) and (orientation:portrait){
 body.editor-theme.quick-edit.photo-ready #fsQuickDock button{font-size:10px;white-space:nowrap;padding-left:2px;padding-right:2px}
}
