.snapshot-editor__tabs{position:sticky;top:0;z-index:6;display:flex;gap:8px;background:#1f232deb;border-radius:12px;padding:6px;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}@media(max-width:980px){.snapshot-editor__tabs{position:static;top:auto;z-index:auto;flex:none}}.snapshot-editor__tab{flex:1;border:1px solid transparent;background:transparent;color:#fff9;padding:8px 10px;border-radius:12px;font-size:13px;cursor:pointer;transition:all .2s ease}.snapshot-editor__tab:hover{color:#fff}.snapshot-editor__tab.is-active{background:#3b82f638;border-color:#3b82f673;color:#fff}.snapshot-editor__body::-webkit-scrollbar{width:10px}.snapshot-editor__body::-webkit-scrollbar-track{background:#0f172ad9;border-radius:999px}.snapshot-editor__body::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.snapshot-editor__body::-webkit-scrollbar-thumb:hover{background:#ffffff59}.snapshot-editor__controls::-webkit-scrollbar{width:10px}.snapshot-editor__controls::-webkit-scrollbar-track{background:#0f172ad9;border-radius:999px}.snapshot-editor__controls::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.snapshot-editor__controls::-webkit-scrollbar-thumb:hover{background:#ffffff59}.snapshot-editor__control-group{background:#ffffff0a;border-radius:18px;padding:16px;border:1px solid var(--library-border);display:flex;flex-direction:column;gap:12px}.snapshot-editor__control-group h4{margin:0;font-size:14px;letter-spacing:.06em;text-transform:uppercase;color:#fff9}.snapshot-editor__transform-controls{gap:16px;background:linear-gradient(145deg,rgba(24,83,132,.14),transparent 58%),#ffffff0a}.snapshot-editor__transform-heading,.snapshot-editor__transform-label-row,.snapshot-editor__transform-slider>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.snapshot-editor__transform-heading>div{min-width:0;display:grid;gap:3px}.snapshot-editor__transform-heading>div>span{color:#ffffff75;font-size:11px}.snapshot-editor__transform-heading>button{min-height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#ffffff0d;color:#ffffffc7;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.snapshot-editor__transform-heading>button:disabled{opacity:.4;cursor:default}.snapshot-editor__transform-section{display:grid;gap:8px}.snapshot-editor__transform-label,.snapshot-editor__transform-slider>span{color:#ffffffad;font-size:12px}.snapshot-editor__transform-label-row strong,.snapshot-editor__transform-slider strong{color:#eaf6ff;font-size:11px}.snapshot-editor__aspect-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.snapshot-editor__aspect-options button,.snapshot-editor__rotation-actions button{min-height:32px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff0a;color:#eef4fcc2;font:inherit;font-size:11px;font-weight:650;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.snapshot-editor__aspect-options button:hover,.snapshot-editor__rotation-actions button:hover{background:#ffffff17;color:#fff}.snapshot-editor__aspect-options button.is-active{border-color:#45a1ffad;background:#1b75d63d;color:#fff}.snapshot-editor__rotation-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.snapshot-editor__rotation-actions button{min-height:36px;font-size:16px}.snapshot-editor__rotation-actions button span{margin-left:4px;font-size:11px}.snapshot-editor__transform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.snapshot-editor__transform-slider{min-width:0;display:grid;gap:7px}.snapshot-editor__transform-slider input[type=range]{width:100%;height:7px;margin:0;border:1px solid rgba(255,255,255,.11);border-radius:999px;appearance:none;-webkit-appearance:none;background:linear-gradient(90deg,#1da1f2 0%,#1da1f2 var(--slider-progress, 0%),rgba(255,255,255,.2) var(--slider-progress, 0%),rgba(255,255,255,.2) 100%);cursor:pointer}.snapshot-editor__transform-slider input[type=range]::-webkit-slider-thumb{width:17px;height:17px;border:2px solid #fff;border-radius:50%;appearance:none;-webkit-appearance:none;background:#1da1f2;box-shadow:0 2px 7px #00000061}.snapshot-editor__versions{gap:14px;background:linear-gradient(145deg,rgba(47,128,237,.12),transparent 62%),#ffffff0a}.snapshot-editor__versions-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.snapshot-editor__versions-heading>div{display:grid;gap:3px}.snapshot-editor__versions-heading span,.snapshot-editor__versions-state{color:#ffffff80;font-size:11px;line-height:1.45}.snapshot-editor__versions-heading button,.snapshot-editor__version-card>button,.snapshot-editor__version-confirm button{border:1px solid rgba(111,158,255,.35);border-radius:9px;background:#2f80ed24;color:#dbe8ff;font-size:11px;font-weight:700;cursor:pointer}.snapshot-editor__versions-heading button{flex:0 0 auto;padding:7px 9px}.snapshot-editor__versions-state{margin:0;padding:12px;border:1px dashed rgba(255,255,255,.12);border-radius:11px;text-align:center}.snapshot-editor__versions-state.is-error{border-color:#ff677e4d;color:#ff9cae}.snapshot-editor__version-list{display:grid;grid-auto-columns:minmax(132px,.78fr);grid-auto-flow:column;gap:10px;padding:2px 1px 6px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.snapshot-editor__version-card{min-width:0;padding:7px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#04091280;display:grid;gap:8px}.snapshot-editor__version-card.is-current{border-color:#4391ffb3;box-shadow:0 0 0 1px #4391ff29}.snapshot-editor__version-thumb{position:relative;aspect-ratio:16 / 10;border-radius:9px;background:#ffffff0d;overflow:hidden;display:grid;place-items:center}.snapshot-editor__version-thumb img{width:100%;height:100%;object-fit:cover}.snapshot-editor__version-thumb>span{color:#fff6;font-size:10px}.snapshot-editor__version-thumb strong{position:absolute;left:6px;bottom:6px;padding:3px 6px;border-radius:999px;background:#050a14c7;color:#fff;font-size:9px;letter-spacing:.02em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.snapshot-editor__version-meta{min-width:0;display:grid;gap:2px}.snapshot-editor__version-meta span{overflow:hidden;color:#ffffffdb;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.snapshot-editor__version-meta small{color:#ffffff6b;font-size:9px}.snapshot-editor__version-card>button,.snapshot-editor__version-current,.snapshot-editor__version-unavailable{min-height:30px;padding:6px 8px;display:grid;place-items:center}.snapshot-editor__version-card>button:hover,.snapshot-editor__versions-heading button:hover,.snapshot-editor__version-confirm button:hover{border-color:#6f9effa6;background:#2f80ed40}.snapshot-editor__version-current{border-radius:9px;background:#41d38b1c;color:#8af0bd;font-size:10px;font-weight:800}.snapshot-editor__version-unavailable{border-radius:9px;background:#ff677e17;color:#ff9cae;font-size:9px;font-weight:800;text-align:center}.snapshot-editor__version-confirm{padding:12px;border:1px solid rgba(255,190,92,.3);border-radius:12px;background:#271b08a8;display:grid;gap:7px}.snapshot-editor__version-confirm strong{color:#ffe1a8;font-size:12px}.snapshot-editor__version-confirm p{margin:0;color:#ffefd0ad;font-size:10px;line-height:1.45}.snapshot-editor__version-confirm>div{display:flex;justify-content:flex-end;gap:7px}.snapshot-editor__version-confirm button{padding:7px 9px}.snapshot-editor__version-confirm button:last-child{border-color:#ffbe5c73;background:#ffae3326;color:#ffe1a8}.snapshot-editor__histogram{gap:14px;background:linear-gradient(145deg,rgba(123,73,188,.12),transparent 60%),#ffffff0a}.snapshot-editor__histogram-heading,.snapshot-editor__exposure-alert>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.snapshot-editor__histogram-heading>div{display:grid;gap:3px}.snapshot-editor__histogram-heading>div>span{color:#ffffff75;font-size:11px}.snapshot-editor__histogram-sample{padding:4px 7px;border:1px solid rgba(136,167,255,.3);border-radius:999px;background:#516cc626;color:#cbd8ff;font-size:10px;font-weight:800;letter-spacing:.08em}.snapshot-editor__histogram-chart{min-height:100px;padding:10px 10px 8px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),#030a1575;background-size:100% 25%,25% 100%,auto;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:8px}.snapshot-editor__histogram-chart svg{width:100%;min-height:66px;overflow:visible}.snapshot-editor__histogram-chart polyline{fill:none;stroke-width:1.65;stroke-linejoin:round;stroke-linecap:round;mix-blend-mode:screen}.snapshot-editor__histogram-chart polyline.is-red{stroke:#ff7180}.snapshot-editor__histogram-chart polyline.is-green{stroke:#78e7a0}.snapshot-editor__histogram-chart polyline.is-blue{stroke:#77baff}.snapshot-editor__histogram-legend{display:flex;justify-content:flex-end;gap:9px}.snapshot-editor__histogram-legend span{display:inline-flex;align-items:center;gap:4px;color:#eff4ff8f;font-size:10px}.snapshot-editor__histogram-legend span:before{width:6px;height:6px;border-radius:50%;background:currentColor;content:""}.snapshot-editor__histogram-legend span.is-red{color:#ff7180}.snapshot-editor__histogram-legend span.is-green{color:#78e7a0}.snapshot-editor__histogram-legend span.is-blue{color:#77baff}.snapshot-editor__exposure-alerts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.snapshot-editor__exposure-alert{min-width:0;padding:10px;border:1px solid rgba(82,208,221,.18);border-radius:11px;background:#52d0dd0f}.snapshot-editor__exposure-alert>div{color:#ecf7ffd1;font-size:11px;font-weight:700}.snapshot-editor__exposure-alert strong{color:#b8f5fd;font-size:12px}.snapshot-editor__exposure-alert p{margin:5px 0 0;color:#ffffff75;font-size:10px;line-height:1.35}.snapshot-editor__exposure-alert.is-warning{border-color:#ffbe5c61;background:#ffbe5c14}.snapshot-editor__exposure-alert.is-warning strong{color:#ffd18c}.snapshot-editor__exposure-alert.is-critical{border-color:#ff718075;background:#ff718017}.snapshot-editor__exposure-alert.is-critical strong{color:#ffafb7}.snapshot-editor__toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.snapshot-editor__quick-toggle{min-height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#e2e8f0e6;font-size:13px;font-weight:600;text-align:left;padding:0 12px;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.snapshot-editor__quick-toggle:hover{background:#ffffff17;border-color:#ffffff38}.snapshot-editor__quick-toggle.is-active{background:linear-gradient(180deg,#1684ff47,#1684ff29);border-color:#38bdf89e;color:#eaf6ff;box-shadow:inset 0 0 0 1px #0ea5e938}.snapshot-editor__slider{display:flex;flex-direction:column;gap:4px;font-size:13px}.snapshot-editor__slider-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffffb3}.snapshot-editor__slider-header strong{font-size:12px;color:#fff}.snapshot-editor__slider-hint{margin:2px 0 0;font-size:11px;color:#ffffff73}.snapshot-editor__slider input[type=range]{width:100%;-webkit-appearance:none;appearance:none;height:8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(90deg,#1da1f2 0%,#1da1f2 var(--slider-progress, 0%),rgba(255,255,255,.22) var(--slider-progress, 0%),rgba(255,255,255,.22) 100%);outline:none;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.snapshot-editor__slider input[type=range]:focus-visible{border-color:#38bdf8a6;box-shadow:0 0 0 3px #0ea5e92e}.snapshot-editor__slider input[type=range]::-webkit-slider-runnable-track{height:8px;background:transparent;border-radius:999px;cursor:pointer}.snapshot-editor__slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin-top:-6px;border-radius:50%;border:2px solid rgba(255,255,255,.95);background:#1696ec;box-shadow:0 4px 14px #00000059;cursor:pointer}.snapshot-editor__slider input[type=range]::-moz-range-track{height:8px;border-radius:999px;background:#ffffff38;border:1px solid rgba(255,255,255,.12);cursor:pointer}.snapshot-editor__slider input[type=range]::-moz-range-progress{height:8px;border-radius:999px;background:#1da1f2}.snapshot-editor__slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.95);background:#1696ec;box-shadow:0 4px 14px #00000059;cursor:pointer}.snapshot-editor__slider input[type=range]:disabled{opacity:.5;cursor:not-allowed}.snapshot-editor__slider input[type=range]:disabled::-webkit-slider-runnable-track,.snapshot-editor__slider input[type=range]:disabled::-webkit-slider-thumb,.snapshot-editor__slider input[type=range]:disabled::-moz-range-track,.snapshot-editor__slider input[type=range]:disabled::-moz-range-thumb{cursor:not-allowed}.snapshot-editor__palette{display:flex;gap:8px}.snapshot-editor__palette-color{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer}.snapshot-editor__palette-color.is-active{border-color:#fff}.snapshot-editor__color-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#ffffff0d,#ffffff08);cursor:pointer;font-size:13px;color:#ffffffdb;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.snapshot-editor__color-toggle:hover{border-color:#fff3;background:linear-gradient(135deg,#ffffff14,#ffffff0a)}.snapshot-editor__color-toggle.is-active{border-color:#38bdf880;background:linear-gradient(135deg,#38bdf82e,#38bdf814);box-shadow:inset 0 0 0 1px #0ea5e929}.snapshot-editor__color-toggle-label{font-weight:600}.snapshot-editor__color-toggle-track{position:relative;width:46px;height:26px;border-radius:999px;background:#ffffff38;transition:background .16s ease;flex-shrink:0}.snapshot-editor__color-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 4px 12px #00000047;transition:transform .16s ease}.snapshot-editor__color-toggle.is-active .snapshot-editor__color-toggle-track{background:#38bdf8bf}.snapshot-editor__color-toggle.is-active .snapshot-editor__color-toggle-thumb{transform:translate(20px)}.snapshot-editor__color-row{display:flex;align-items:center;gap:10px;margin-top:10px}.snapshot-editor__color-row input[type=color]{width:40px;height:40px;padding:0;border:none;background:transparent}.snapshot-editor__color-row input[type=text]{flex:1;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;padding:8px 10px}.snapshot-editor__color-preview{width:34px;height:34px;border-radius:50%;border:2px solid rgba(255,255,255,.4)}.snapshot-editor__select-label{display:block;margin-top:12px;margin-bottom:4px;font-size:12px;color:#ffffffa6;text-transform:uppercase;letter-spacing:.08em}.snapshot-editor__select{width:100%;padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#fff;appearance:none}.snapshot-editor__select option{color:#0f1724;background:#fff}.snapshot-editor__preset-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.snapshot-editor__preset-trigger{margin-top:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;display:flex;align-items:center;justify-content:space-between;gap:12px}.snapshot-editor__preset-trigger small{display:block;margin-top:4px;color:#fff9;font-size:11px}.snapshot-editor__preset-trigger button{border:none;border-radius:10px;padding:8px 12px;cursor:pointer;background:#2aa7c7d9;color:#fff;font-size:12px}.snapshot-editor__preset-subtitle{margin:0 0 8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.snapshot-editor__preset-btn{border:1px solid rgba(255,255,255,.2);background:transparent;border-radius:999px;padding:6px 12px;font-size:12px;color:#fff;cursor:pointer}.snapshot-editor__user-presets{margin-top:16px}.snapshot-editor__user-preset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.snapshot-editor__preset-card{border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff05;color:#fff;padding:16px;display:flex;flex-direction:column;gap:12px;text-align:left;box-shadow:inset 0 0 0 1px #ffffff08}.snapshot-editor__preset-card.is-pending-delete{border-color:#ff535380}.snapshot-editor__preset-thumb{position:relative;border-radius:10px;border:1px solid rgba(255,255,255,.08);overflow:hidden;width:100%;padding-top:56%;background:#ffffff08;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff9}.snapshot-editor__preset-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.snapshot-editor__preset-info{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#ffffffb3}.snapshot-editor__preset-info strong{font-size:12px;color:#fff}.snapshot-editor__preset-toolbar{display:flex;flex-wrap:wrap;gap:6px}.snapshot-editor__preset-toolbar button{flex:1;min-width:100px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#141b2ccc;color:#fff;font-size:12px;padding:6px;cursor:pointer}.snapshot-editor__preset-toolbar button.is-danger{border-color:#ff535380;color:#ffb8b8}.snapshot-editor__preset-toolbar button.is-danger.is-active{background:#ff535333}.snapshot-editor__preset-edit{display:flex;flex-direction:column;gap:6px}.snapshot-editor__preset-edit input{width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#fff;padding:6px 8px}.snapshot-editor__preset-edit-actions{display:flex;justify-content:flex-end;gap:6px}.snapshot-editor__preset-edit-actions button{border:none;border-radius:8px;padding:6px 10px;font-size:12px;cursor:pointer}.snapshot-editor__preset-edit-actions button:first-child{background:#2aa7c7d9;color:#fff}.snapshot-editor__preset-edit-actions button:last-child{background:#ffffff14;color:#fff}.snapshot-editor__preset-confirm{display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);padding:8px;font-size:12px;background:#ffffff05}.snapshot-editor__preset-confirm button{border:none;border-radius:8px;padding:6px 10px;cursor:pointer}.snapshot-editor__preset-confirm .is-danger{background:#ff535359;color:#fff}+.snapshot-editor__preset-modal-backdrop{position:fixed;inset:0;background:#050814b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:410}.snapshot-editor__preset-modal{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(900px,calc(100% - 48px));max-height:80vh;background:#0c1423;border-radius:24px;padding:24px;box-shadow:0 35px 70px #00000073;z-index:420;display:flex;flex-direction:column;gap:16px;color:#f5f7fb}.snapshot-editor__preset-modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.snapshot-editor__preset-modal-header h4{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.snapshot-editor__preset-modal-header span{font-size:12px;color:#fff9}.snapshot-editor__preset-close{width:34px;height:34px;border-radius:10px;border:none;background:#ff4d4d2e;color:#fff;cursor:pointer;font-size:20px;line-height:1}.snapshot-editor__preset-modal-body{flex:1;overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(15,23,42,.85)}.snapshot-editor__preset-modal-body::-webkit-scrollbar{width:10px}.snapshot-editor__preset-modal-body::-webkit-scrollbar-track{background:#0f172ad9;border-radius:999px}.snapshot-editor__preset-modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.snapshot-editor__preset-modal-body::-webkit-scrollbar-thumb:hover{background:#ffffff59}.snapshot-editor__preset-empty{margin:40px 0;text-align:center;color:#fff9}.snapshot-editor__export-workspace{position:fixed;inset:0;z-index:430;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;background:#0c1019;color:#f5f7fb;animation:snapshot-editor-export-enter .18s ease-out both;will-change:opacity,transform}.snapshot-editor__export-workspace--leaving{pointer-events:none;animation:snapshot-editor-export-leave .22s cubic-bezier(.4,0,.2,1) both}@keyframes snapshot-editor-export-enter{0%{opacity:0;transform:scale(1.008)}to{opacity:1;transform:scale(1)}}@keyframes snapshot-editor-export-leave{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.992)}}.snapshot-editor__export-workspace-header{flex:none}.snapshot-editor__export-controls-heading span{color:#bacfffa8;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.snapshot-editor__export-controls-heading h5{margin:0;font-size:16px}.snapshot-editor__export-workspace-actions{display:flex;align-items:center;gap:10px}.snapshot-editor__export-download{max-width:none}.snapshot-editor__export-workspace-actions>button:disabled{cursor:wait;opacity:.62}.snapshot-editor__export-workspace-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);min-height:0}.snapshot-editor__export-preview{display:grid;min-width:0;min-height:0;grid-template-rows:minmax(0,1fr) auto;gap:12px;padding:24px;background:linear-gradient(135deg,rgba(255,255,255,.018) 25%,transparent 25%) 0 0 / 20px 20px,linear-gradient(225deg,rgba(255,255,255,.018) 25%,transparent 25%) 0 0 / 20px 20px,#080b11}.snapshot-editor__export-preview-stage{display:grid;min-width:0;min-height:0;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#02050a;box-shadow:inset 0 0 0 1px #ffffff05}.snapshot-editor__export-preview-stage img{display:block;max-width:100%;max-height:100%;object-fit:contain}.snapshot-editor__export-preview-stage p{color:#dce6f89e;font-size:13px}.snapshot-editor__export-preview-stage .snapshot-editor__export-preview-error{max-width:380px;padding:12px;border:1px solid rgba(255,119,119,.36);border-radius:10px;color:#ffb3b3;text-align:center}.snapshot-editor__export-preview-caption{margin:0;color:#e0e9fa94;font-size:12px;text-align:center}.snapshot-editor__export-controls{min-height:0;overflow:hidden;border-left:1px solid rgba(255,255,255,.1);background:#111723fa}.snapshot-editor__export-controls-scroll{height:100%;padding:24px;overflow-y:auto}.snapshot-editor__export-controls-heading{display:grid;gap:4px;margin-bottom:18px}.snapshot-editor__export-grid,.snapshot-editor__export-watermark-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.snapshot-editor__export-grid label,.snapshot-editor__export-watermark-options label{display:grid;gap:7px;color:#f1f5ffc2;font-size:12px;font-weight:700}.snapshot-editor__export-field{display:grid;gap:7px;min-width:0;color:#f1f5ffc2;font-size:12px;font-weight:700}.snapshot-editor__export-dropdown{width:100%;min-width:0}.snapshot-editor__export-dropdown .library-dropdown__trigger{min-height:40px;height:40px;border-color:#6a99e666;background:#07132ae6;color:#fff;font:inherit}.snapshot-editor__export-dropdown .library-dropdown__menu{z-index:440}.snapshot-editor__export-grid input,.snapshot-editor__export-grid select,.snapshot-editor__export-watermark input,.snapshot-editor__export-watermark select{width:100%;min-height:40px;padding:8px 10px;border:1px solid rgba(137,168,230,.28);border-radius:10px;background:#070f1eb8;color:#fff;font:inherit}.snapshot-editor__export-quality{grid-column:1 / -1}.snapshot-editor__export-quality>span{display:flex;justify-content:space-between;gap:12px}.snapshot-editor__export-quality strong{color:#9ec3ff}.snapshot-editor__export-quality input[type=range]{min-height:0;padding:0;accent-color:#4b91ff}.snapshot-editor__export-summary{margin:16px 0;padding:11px 12px;border:1px solid rgba(81,150,255,.28);border-radius:12px;background:#306dd11f;display:grid;gap:3px}.snapshot-editor__export-summary strong{color:#d6e5ff;font-size:14px}.snapshot-editor__export-summary span{color:#d7e5ffad;font-size:11px}.snapshot-editor__export-watermark{padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0107114d}.snapshot-editor__export-brand-heading{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.snapshot-editor__export-brand-heading strong{font-size:15px}.snapshot-editor__export-brand-heading span{padding:3px 8px;border:1px solid rgba(89,168,255,.34);border-radius:999px;background:#3274d629;color:#b6d3ff;font-size:10px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.snapshot-editor__export-brand-note{margin:0;color:#e5edffd6;font-size:13px;line-height:1.45}.snapshot-editor__export-toggle{display:flex;align-items:center;gap:9px;color:#f6f8ffe0;font-size:13px;font-weight:750}.snapshot-editor__export-toggle input{width:16px;min-height:auto;accent-color:#4b91ff}.snapshot-editor__export-watermark-options{margin-top:13px}.snapshot-editor__export-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.snapshot-editor__export-actions button{min-height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:#ffffff0f;color:#ffffffdb;font-weight:750;cursor:pointer}.snapshot-editor__export-actions button:last-child{border-color:#4c91ffb3;background:linear-gradient(135deg,#247cf0,#4296ff);color:#fff}.snapshot-editor__export-actions button:disabled{cursor:wait;opacity:.62}@media(max-width:560px){.snapshot-editor__export-download{min-height:38px;padding:0 12px;font-size:13px}.snapshot-editor__export-workspace-body{grid-template-columns:1fr;grid-template-rows:minmax(210px,38svh) minmax(0,1fr)}.snapshot-editor__export-preview{padding:12px}.snapshot-editor__export-controls{border-top:1px solid rgba(255,255,255,.1);border-left:0}.snapshot-editor__export-controls-scroll{padding:18px}.snapshot-editor__export-grid,.snapshot-editor__export-watermark-options{grid-template-columns:1fr}.snapshot-editor__export-actions button{flex:1}}@media(prefers-reduced-motion:reduce){.snapshot-editor__export-workspace,.snapshot-editor__export-workspace--leaving{animation-duration:1ms}}.snapshot-editor__confirm-backdrop{position:fixed;inset:0;background:#0508148c;z-index:500}.snapshot-editor__confirm-modal{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(420px,calc(100% - 48px));background:#080c14f5;border-radius:20px;padding:24px;color:#f5f7fb;z-index:510;display:flex;flex-direction:column;gap:12px;box-shadow:0 28px 60px #00000080}.snapshot-editor__confirm-modal h5{margin:0;font-size:16px;letter-spacing:.05em;text-transform:uppercase}.snapshot-editor__confirm-modal p{margin:0;font-size:13px;color:#ffffffb3}.snapshot-editor__confirm-actions{display:flex;justify-content:flex-end;gap:10px}.snapshot-editor__confirm-actions button{border:none;border-radius:10px;padding:8px 14px;cursor:pointer;font-size:13px}.snapshot-editor__confirm-actions .is-danger{background:#ff5353d9;color:#fff}.snapshot-editor__confirm-actions button:not(.is-danger){background:#ffffff14;color:#fff}.snapshot-editor__preset-save{margin-top:12px;display:flex;gap:8px;align-items:stretch}.snapshot-editor__preset-save input{flex:1 1 auto;min-width:0;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#fff;padding:8px 10px}.snapshot-editor__preset-save button{flex:0 0 auto;border:none;background:#2aa7c7d9;color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer}.snapshot-editor__remote-section{position:relative;gap:16px}.snapshot-editor__remote-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.snapshot-editor__remote-header h4{margin:0}.snapshot-editor__remote-subtitle{margin:4px 0 0;font-size:12px;color:#fff9}.snapshot-editor__organize{margin:12px 0 16px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0a0e1880;display:flex;flex-direction:column;gap:10px}.snapshot-editor__organize-header{font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#ffffffb3}.snapshot-editor__remote-feedback{margin:0;font-size:12px;color:#2aa7c7e6}.snapshot-editor__remote-feedback.is-error{color:#ffb8b8}.snapshot-editor__remote-feedback.is-success{color:#78d6aae6}.snapshot-editor__preset-warning{border-radius:14px;padding:12px;border:1px solid rgba(255,200,120,.2);background:#ffc87814;color:#ffffffc7;display:flex;flex-direction:column;gap:10px;font-size:12px}.snapshot-editor__preset-warning-actions{display:flex;gap:8px;flex-wrap:wrap}.snapshot-editor__preset-warning-actions button{border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#131924a6;color:#e8ecf5;padding:6px 12px;font-size:12px;cursor:pointer}.snapshot-editor__preset-warning-actions button.is-ghost{background:transparent;border-color:#ffffff1a;color:#ffffffb3}.snapshot-editor__gallery-summary{margin:0;font-size:12px;color:#ffffffb3}.snapshot-editor__gallery-link{border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#13192499;color:#e8ecf5;padding:10px 14px;font-size:13px;cursor:pointer;width:100%}.snapshot-editor__gallery-link:disabled{opacity:.5;cursor:not-allowed}.snapshot-editor__remote-popup{position:absolute;right:12px;bottom:12px;display:flex;gap:12px;align-items:center;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0a0f19f2;color:#e8ecf5;box-shadow:0 12px 30px #00000059}.snapshot-editor__remote-popup.is-error{border-color:#ff505073;color:#ffdede}.snapshot-editor__remote-popup.is-success{border-color:#2aa7c799;color:#c8f1ff}.snapshot-editor__remote-popup button{border:none;background:#ffffff14;color:#e8ecf5;padding:6px 10px;border-radius:8px;cursor:pointer}
