.desktop-container.svelte-1o2mxx2{width:100vw;height:100dvh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center;padding:24px}.desktop-back-btn.svelte-1o2mxx2{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s;margin:24px auto 0}.desktop-back-btn.svelte-1o2mxx2:hover{background:#fff3;border-color:#ffffff4d}.desktop-back-btn.svelte-1o2mxx2:active{background:#ffffff40}.desktop-content.svelte-1o2mxx2{max-width:480px;text-align:center}.desktop-title.svelte-1o2mxx2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3}.desktop-description.svelte-1o2mxx2{font-size:16px;color:#94a3b8;margin-bottom:32px;line-height:1.6}.qr-container.svelte-1o2mxx2{background:#fff;border-radius:16px;padding:16px;display:inline-block;margin-bottom:16px;box-shadow:0 20px 40px #0000004d}.qr-code.svelte-1o2mxx2{width:200px;height:200px;display:block}.qr-loading.svelte-1o2mxx2{background:#ffffff1a;border-radius:16px;padding:48px;display:inline-flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:16px}.qr-spinner.svelte-1o2mxx2{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:svelte-1o2mxx2-spin 1s linear infinite}.qr-loading.svelte-1o2mxx2 p:where(.svelte-1o2mxx2){color:#94a3b8;font-size:14px}@keyframes svelte-1o2mxx2-spin{to{transform:rotate(360deg)}}.camera-header.svelte-12ocylb{grid-area:header;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;z-index:20;touch-action:manipulation}.camera-header[data-stage="1"].svelte-12ocylb,.camera-header[data-stage="2"].svelte-12ocylb{position:absolute;top:0;left:0;right:0}.header-group.svelte-12ocylb{display:flex;align-items:center;gap:4px}.header-group-main.svelte-12ocylb{order:0}.header-group-settings.svelte-12ocylb{order:1}@media(orientation:landscape){.camera-header.svelte-12ocylb{grid-area:header;height:100%;width:60px;flex-direction:column;justify-content:space-between;padding:16px 0}.camera-header[data-stage="1"].svelte-12ocylb,.camera-header[data-stage="2"].svelte-12ocylb{position:static}.header-group.svelte-12ocylb{flex-direction:column}.header-group-main.svelte-12ocylb{flex-direction:column-reverse}.header-group-main.svelte-12ocylb{order:1}.header-group-settings.svelte-12ocylb{order:0}}.camera-preview.svelte-1p396jg{grid-area:camera;width:100%;aspect-ratio:3 / 4;background:#222;position:relative;justify-self:center;overflow:hidden}.camera-preview[data-stage="1"].svelte-1p396jg{height:100%;aspect-ratio:unset}.camera-video.svelte-1p396jg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .15s ease-out}.camera-video.ready.svelte-1p396jg{opacity:1}.camera-video.mirrored.svelte-1p396jg{transform:scaleX(-1)}.camera-error.svelte-1p396jg{position:absolute;bottom:16px;right:16px;max-width:200px;text-align:right;z-index:5}.camera-error.svelte-1p396jg p:where(.svelte-1p396jg){color:#fff;font-size:12px}.camera-paused-overlay.svelte-1p396jg{position:absolute;inset:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:15;cursor:pointer}.camera-paused-text.svelte-1p396jg{color:#fff;font-size:18px;font-weight:600}.camera-paused-hint.svelte-1p396jg{color:#fff9;font-size:14px;background:#00000080;padding:4px 8px;border-radius:4px;display:inline-block}@media(orientation:landscape){.camera-preview.svelte-1p396jg{grid-area:camera;aspect-ratio:4 / 3;height:100%;width:auto}.camera-preview[data-stage="1"].svelte-1p396jg{height:100%;aspect-ratio:4 / 3}}.slider-area.svelte-pp0a9x{grid-area:slider;min-height:44px;display:flex;align-items:center;justify-content:center;padding:0 40px;z-index:10;touch-action:manipulation}.slider-area[data-stage="1"].svelte-pp0a9x,.slider-area[data-stage="2"].svelte-pp0a9x,.slider-area[data-stage="3"].svelte-pp0a9x{position:absolute;left:0;right:0}.slider-area[data-stage="1"].svelte-pp0a9x{bottom:100px}.slider-area[data-stage="2"].svelte-pp0a9x,.slider-area[data-stage="3"].svelte-pp0a9x{bottom:0;transform:translateY(calc(-100% - 100px))}@media(orientation:landscape){.slider-area.svelte-pp0a9x{grid-area:slider;width:60px;height:100%;flex-direction:column;padding:40px 0}.slider-area[data-stage="1"].svelte-pp0a9x,.slider-area[data-stage="2"].svelte-pp0a9x,.slider-area[data-stage="3"].svelte-pp0a9x{position:static;transform:none}}.shutter-area.svelte-1u6qu2t{grid-area:shutter;min-height:100px;display:flex;align-items:center;justify-content:space-between;z-index:10;padding:0 16px;touch-action:manipulation;position:relative}.shutter-area[data-stage="1"].svelte-1u6qu2t{position:absolute;bottom:0;left:0;right:0}.shutter-btn.svelte-1u6qu2t{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#fff;border:4px solid rgba(255,255,255,.3);cursor:pointer;transition:transform .1s,background .2s,border-color .2s;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;z-index:1}.shutter-btn.svelte-1u6qu2t:active{transform:translate(-50%,-50%) scale(.95)}.shutter-btn.countdown-active.svelte-1u6qu2t{background:#ff6464e6;border-color:#ff646480}.shutter-btn.front-camera-ready.svelte-1u6qu2t{background:#ffffffe6;border-color:#ffffff80}.countdown-number.svelte-1u6qu2t{font-size:32px;font-weight:700;color:#0006;text-shadow:none}.countdown-number.counting.svelte-1u6qu2t{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);animation:svelte-1u6qu2t-countdown-pulse 1s ease-in-out infinite}@keyframes svelte-1u6qu2t-countdown-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.side-group.svelte-1u6qu2t{position:absolute;display:flex;align-items:center;gap:16px;top:50%;transform:translateY(-50%)}.side-group-left.svelte-1u6qu2t{right:calc(50% + 56px);flex-direction:row-reverse}.side-group-left[data-single=true].svelte-1u6qu2t{right:calc(50% + 88px)}.side-group-right.svelte-1u6qu2t{left:calc(50% + 56px)}.side-group-right[data-single=true].svelte-1u6qu2t{left:calc(50% + 88px)}.side-btn.svelte-1u6qu2t{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;background:#ffffff26;border-radius:50%;cursor:pointer;transition:background .2s;-webkit-tap-highlight-color:transparent}.side-btn.svelte-1u6qu2t:hover{background:#ffffff40}.side-btn.svelte-1u6qu2t:active,.side-btn-active.svelte-1u6qu2t{background:#ffffff59}@media(orientation:landscape){.shutter-area.svelte-1u6qu2t{grid-area:shutter;width:80px;height:100%;min-height:auto;display:grid;grid-template-rows:1fr auto 1fr;align-items:center;justify-items:center;padding:8px 0;position:relative}.shutter-area[data-stage="1"].svelte-1u6qu2t{position:relative}.shutter-btn.svelte-1u6qu2t{position:static;transform:none;width:56px;height:56px;grid-row:2}.shutter-btn.svelte-1u6qu2t:active{transform:scale(.95)}.countdown-number.svelte-1u6qu2t{font-size:24px}.side-group.svelte-1u6qu2t{position:static;flex-direction:column;transform:none;gap:8px}.side-group-left.svelte-1u6qu2t{flex-direction:column;grid-row:3}.side-group-left[data-single=true].svelte-1u6qu2t{grid-row:3}.side-group-right.svelte-1u6qu2t{flex-direction:column-reverse;grid-row:1}.side-group-right[data-single=true].svelte-1u6qu2t{grid-row:1}.side-btn.svelte-1u6qu2t{width:40px;height:40px}}.permission-overlay.svelte-17q57lc{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:50}.permission-dialog.svelte-17q57lc{background:#fff;border-radius:12px;padding:24px;max-width:320px;margin:16px}.permission-btn.svelte-17q57lc{width:100%;padding:12px 16px;background:#2563eb;color:#fff;font-weight:500;border-radius:8px;transition:background .2s}.permission-btn.svelte-17q57lc:hover{background:#1d4ed8}.tutorial-overlay.svelte-j23bx3{position:fixed;inset:0;z-index:60;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:24px}.tutorial-content.svelte-j23bx3{background:#282828f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:28px 24px;max-width:320px;width:100%;display:flex;flex-direction:column;gap:24px}.tutorial-title.svelte-j23bx3{color:#fff;font-size:20px;font-weight:700;text-align:center;margin:0}.tutorial-items.svelte-j23bx3{display:flex;flex-direction:column;gap:20px}.tutorial-item.svelte-j23bx3{display:flex;align-items:center;gap:16px}.tutorial-icon.svelte-j23bx3{width:48px;height:48px;object-fit:contain;flex-shrink:0}.tutorial-text.svelte-j23bx3{display:flex;flex-direction:column;gap:2px}.tutorial-action.svelte-j23bx3{color:#fff;font-size:15px;font-weight:600}.tutorial-desc.svelte-j23bx3{color:#ffffffb3;font-size:13px}.tutorial-checkbox.svelte-j23bx3{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-tap-highlight-color:transparent}.tutorial-checkbox.svelte-j23bx3 input[type=checkbox]:where(.svelte-j23bx3){width:20px;height:20px;accent-color:#3b82f6;cursor:pointer}.tutorial-checkbox.svelte-j23bx3 span:where(.svelte-j23bx3){color:#fffc;font-size:14px}.tutorial-close-btn.svelte-j23bx3{width:100%;padding:14px 20px;background:#3b82f6;color:#fff;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:background .2s;-webkit-tap-highlight-color:transparent}.tutorial-close-btn.svelte-j23bx3:hover{background:#2563eb}.tutorial-close-btn.svelte-j23bx3:active{background:#1d4ed8}.tutorial-overlay.svelte-87gxnz{position:fixed;inset:0;z-index:60;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:24px}.tutorial-content.svelte-87gxnz{background:#282828f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:28px 24px;max-width:320px;width:100%;display:flex;flex-direction:column;gap:24px}.tutorial-title.svelte-87gxnz{color:#fff;font-size:20px;font-weight:700;text-align:center;margin:0}.tutorial-checkbox.svelte-87gxnz{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-tap-highlight-color:transparent}.tutorial-checkbox.svelte-87gxnz input[type=checkbox]:where(.svelte-87gxnz){width:20px;height:20px;accent-color:#3b82f6;cursor:pointer}.tutorial-checkbox.svelte-87gxnz span:where(.svelte-87gxnz){color:#fffc;font-size:14px}.tutorial-close-btn.svelte-87gxnz{width:100%;padding:14px 20px;background:#3b82f6;color:#fff;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:background .2s;-webkit-tap-highlight-color:transparent}.tutorial-close-btn.svelte-87gxnz:hover{background:#2563eb}.tutorial-close-btn.svelte-87gxnz:active{background:#1d4ed8}.save-help-warning.svelte-87gxnz{color:#fbbf24;font-size:14px;font-weight:500;text-align:center;line-height:1.5;margin:0;padding:10px 16px;background:#fbbf2426;border-radius:8px}.save-help-steps.svelte-87gxnz{display:flex;flex-direction:column;gap:16px}.save-help-step.svelte-87gxnz{display:flex;align-items:center;gap:14px}.save-help-step-number.svelte-87gxnz{width:32px;height:32px;background:#3b82f6;color:#fff;font-size:16px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.save-help-step-text.svelte-87gxnz{color:#fff;font-size:15px;line-height:1.4}.save-help-bold.svelte-87gxnz{font-weight:600}.save-help-note.svelte-87gxnz{color:#fff9;font-size:12px;text-align:center;margin:0}.loading-indicator.svelte-1pokele{position:fixed;bottom:120px;right:16px;z-index:40;display:flex;align-items:center;gap:8px;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:8px 12px;border-radius:20px;pointer-events:none}.loading-spinner-small.svelte-1pokele{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1pokele-spin 1s linear infinite}@keyframes svelte-1pokele-spin{to{transform:rotate(360deg)}}.loading-text.svelte-1pokele{color:#fff;font-size:12px;font-weight:500}.debug-overlay.svelte-uta4jq{position:fixed;top:12px;left:12px;z-index:40;max-width:calc(100dvw - 24px);pointer-events:none}.debug-window.svelte-uta4jq{background:#0009;color:#fff;font-size:11px;line-height:1.4;padding:10px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.2);max-height:calc(100dvh - 24px);overflow:hidden}.debug-text.svelte-uta4jq{margin:0;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.capture-overlay.svelte-1orelrn{position:fixed;inset:0;z-index:50;background:#000000e6;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;gap:12px;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:none;overscroll-behavior:none}.capture-loading.svelte-1orelrn{display:flex;flex-direction:column;align-items:center;gap:16px}.capture-spinner.svelte-1orelrn{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:svelte-1orelrn-spin .8s linear infinite}@keyframes svelte-1orelrn-spin{to{transform:rotate(360deg)}}.capture-loading-text.svelte-1orelrn{color:#fff;font-size:16px;font-weight:500}.captured-image.svelte-1orelrn{max-width:100%;max-height:calc(100dvh - 170px);min-height:0;flex-shrink:1;object-fit:contain;border-radius:8px;box-shadow:0 25px 50px -12px #00000080;-webkit-touch-callout:default!important;-webkit-user-select:none;user-select:none;pointer-events:auto;touch-action:manipulation!important}.captured-image.with-hashtag.svelte-1orelrn{max-height:calc(100dvh - 210px)}.capture-hint.svelte-1orelrn{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px;font-weight:600;flex-shrink:0}.hashtag-hint.svelte-1orelrn{color:#fff;font-size:16px;font-weight:500;text-align:center;flex-shrink:0}.capture-icon-btn.svelte-1orelrn{width:72px;height:72px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;transition:filter .2s}.capture-icon-btn.svelte-1orelrn:active{filter:brightness(.85)}.capture-icon-btn.download.svelte-1orelrn{background:#86efac;color:#166534}.capture-icon-btn.close.svelte-1orelrn{background:#d1d5db;color:#374151}.capture-icon-btn.share.svelte-1orelrn{background:#93c5fd;color:#1e40af;animation:svelte-1orelrn-glowPulse 2s ease-in-out infinite}.capture-icon-btn.help.svelte-1orelrn{background:#00000080;color:#fff}@keyframes svelte-1orelrn-glowPulse{0%,to{box-shadow:0 0 20px 6px #93c5fd99}50%{box-shadow:0 0 8px 2px #93c5fd33}}.capture-buttons.svelte-1orelrn{display:flex;gap:24px;flex-shrink:0}@media(orientation:landscape){.capture-overlay.svelte-1orelrn{flex-direction:column;padding:8px 100px 8px 16px;gap:6px}.captured-image.svelte-1orelrn{max-width:calc(100dvw - 130px);max-height:calc(100dvh - 80px)}.captured-image.with-hashtag.svelte-1orelrn{max-height:calc(100dvh - 100px)}.capture-hint.svelte-1orelrn,.hashtag-hint.svelte-1orelrn{font-size:14px}.capture-buttons.svelte-1orelrn{position:absolute;right:16px;top:50%;transform:translateY(-50%);flex-direction:column}}.capture-overlay.svelte-1o9d0u9{position:fixed;inset:0;z-index:50;background:#000000e6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:16px;padding-top:calc(16px + env(safe-area-inset-top,0px));padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:none;overscroll-behavior:none}.capture-loading.svelte-1o9d0u9{display:flex;flex-direction:column;align-items:center;gap:16px}.capture-spinner.svelte-1o9d0u9{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:svelte-1o9d0u9-spin .8s linear infinite}@keyframes svelte-1o9d0u9-spin{to{transform:rotate(360deg)}}.capture-loading-text.svelte-1o9d0u9{color:#fff;font-size:16px;font-weight:500}.captured-image.svelte-1o9d0u9{max-width:100%;max-height:100%;min-height:0;object-fit:contain;border-radius:8px;box-shadow:0 25px 50px -12px #00000080;-webkit-touch-callout:default!important;-webkit-user-select:none;user-select:none;pointer-events:auto;touch-action:manipulation!important}.image-wrapper.svelte-1o9d0u9{display:flex;align-items:center;justify-content:center;flex-shrink:1;min-height:0;overflow:hidden;max-height:calc(100dvh - 220px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))}.image-wrapper.landscape.svelte-1o9d0u9{width:calc(100vw - 32px);aspect-ratio:3 / 4}.captured-image.landscape-image.svelte-1o9d0u9{max-width:none;max-height:calc(100vw - 32px)}.top-area.svelte-1o9d0u9{flex-shrink:0;display:flex;justify-content:center}.capture-hint.svelte-1o9d0u9{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px;font-weight:600}.bottom-area.svelte-1o9d0u9{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:12px}.hashtag-hint.svelte-1o9d0u9{color:#fff;font-size:16px;font-weight:500;text-align:center}.capture-icon-btn.svelte-1o9d0u9{width:72px;height:72px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;transition:filter .2s}.capture-icon-btn.svelte-1o9d0u9:active{filter:brightness(.85)}.capture-icon-btn.download.svelte-1o9d0u9{background:#86efac;color:#166534}.capture-icon-btn.close.svelte-1o9d0u9{background:#d1d5db;color:#374151}.capture-icon-btn.share.svelte-1o9d0u9{background:#93c5fd;color:#1e40af;animation:svelte-1o9d0u9-glowPulse 2s ease-in-out infinite}.capture-icon-btn.help.svelte-1o9d0u9{background:#00000080;color:#fff}@keyframes svelte-1o9d0u9-glowPulse{0%,to{box-shadow:0 0 20px 6px #93c5fd99}50%{box-shadow:0 0 8px 2px #93c5fd33}}.capture-buttons.svelte-1o9d0u9{display:flex;gap:24px;flex-shrink:0}@media(orientation:landscape){.capture-overlay.svelte-1o9d0u9{flex-direction:row;gap:8px;padding:8px;padding-left:calc(8px + env(safe-area-inset-left,0px));padding-right:calc(8px + env(safe-area-inset-right,0px))}.top-area.svelte-1o9d0u9{position:absolute;top:8px;left:calc(16px + env(safe-area-inset-left,0px));right:calc(116px + env(safe-area-inset-right,0px));justify-content:center}.capture-hint.svelte-1o9d0u9{font-size:14px}.image-wrapper.svelte-1o9d0u9{max-width:calc(100dvw - 132px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));max-height:calc(100dvh - 80px)}.image-wrapper.landscape.svelte-1o9d0u9{width:auto;max-width:calc(100dvw - 132px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px))}.captured-image.landscape-image.svelte-1o9d0u9{max-width:none;max-height:calc(100dvw - 132px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px))}.bottom-area.svelte-1o9d0u9{position:absolute;right:calc(16px + env(safe-area-inset-right,0px));top:50%;transform:translateY(-50%);flex-direction:column-reverse}.hashtag-hint.svelte-1o9d0u9{position:absolute;bottom:8px;left:calc(16px + env(safe-area-inset-left,0px));right:calc(116px + env(safe-area-inset-right,0px));font-size:14px}.capture-buttons.svelte-1o9d0u9{flex-direction:column-reverse}}.asset-modal-backdrop.svelte-16ta1sa{position:fixed;inset:0;z-index:45;background:#00000080}.asset-modal.svelte-16ta1sa{position:absolute;bottom:0;left:0;right:0;height:33.333vh;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:svelte-16ta1sa-slideInFromBottom .3s ease-out}@keyframes svelte-16ta1sa-slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.asset-modal-header.svelte-16ta1sa{display:flex;justify-content:space-between;align-items:center;height:36px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.asset-modal-title.svelte-16ta1sa{color:#fff;font-size:14px;font-weight:600}.asset-modal-content.svelte-16ta1sa{height:calc(33.333vh - 37px);display:flex;align-items:stretch;gap:4px;padding:6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box}.asset-thumb.svelte-16ta1sa{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px;padding:2px;background:transparent;border:2px solid transparent;border-radius:6px;cursor:pointer;box-sizing:border-box;transition:border-color .2s;--thumb-height: calc(33.333vh - 49px) ;--img-size: calc(var(--thumb-height) - 8px - 4px - 16px);height:var(--thumb-height);width:calc(var(--img-size) + 8px)}.asset-thumb.svelte-16ta1sa:hover{border-color:#ffffff4d}.asset-thumb.active.svelte-16ta1sa{border-color:#3b82f6}.asset-thumb-img-wrapper.svelte-16ta1sa{width:var(--img-size);height:var(--img-size);flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.asset-thumb-img.svelte-16ta1sa{width:100%;height:100%;object-fit:contain;border-radius:4px;background:#0000004d}.asset-thumb-label.svelte-16ta1sa{flex-shrink:0;height:16px;line-height:16px;color:#fff;font-size:11px;font-weight:500;white-space:nowrap}.asset-modal.landscape.svelte-16ta1sa{inset:0 0 auto auto;width:33.333vw;height:100%;border-radius:16px 0 0 16px;animation:svelte-16ta1sa-slideInFromRight .3s ease-out}.asset-modal-content.landscape.svelte-16ta1sa{height:calc(100% - 37px);flex-direction:column;overflow-y:auto;overflow-x:hidden}.asset-modal-content.landscape.svelte-16ta1sa .asset-thumb:where(.svelte-16ta1sa){height:auto;width:calc(33.333vw - 12px);flex-direction:row;gap:8px;padding:4px}.asset-modal-content.landscape.svelte-16ta1sa .asset-thumb-img-wrapper:where(.svelte-16ta1sa){flex:none;width:60px;height:60px}.asset-modal-content.landscape.svelte-16ta1sa .asset-thumb-img:where(.svelte-16ta1sa){width:60px;height:60px}.asset-modal-content.landscape.svelte-16ta1sa .asset-thumb-label:where(.svelte-16ta1sa){flex:1;text-align:left}@keyframes svelte-16ta1sa-slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.goods-modal-backdrop.svelte-1smx0z0{position:fixed;inset:0;z-index:45;background:#00000080}.goods-modal.svelte-1smx0z0{position:absolute;bottom:0;left:0;right:0;height:60vh;max-height:500px;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:svelte-1smx0z0-slideInFromBottom .3s ease-out}@keyframes svelte-1smx0z0-slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.goods-modal-header.svelte-1smx0z0{display:flex;justify-content:space-between;align-items:center;height:48px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.goods-modal-title.svelte-1smx0z0{color:#fff;font-size:16px;font-weight:600}.goods-modal-filter.svelte-1smx0z0{display:flex;align-items:center;gap:8px;padding:8px 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.goods-modal-filter.svelte-1smx0z0 .goods-modal-filter-trigger{width:140px;background:#ffffff1a;border-color:#fff3;color:#fff}.goods-modal-filter.svelte-1smx0z0 .goods-modal-filter-trigger:hover{background:#ffffff26}.goods-modal-filter-value.svelte-1smx0z0{display:flex;align-items:center;gap:6px}.goods-modal-filter-count.svelte-1smx0z0{margin-left:auto;color:#fff9;font-size:12px}.goods-modal-content.svelte-1smx0z0{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:min-content;gap:12px;-webkit-overflow-scrolling:touch;align-content:start}.goods-grid-item.svelte-1smx0z0{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;background:#ffffff0d;border-radius:12px;cursor:pointer;transition:background .2s,transform .1s;min-width:0;min-height:0;height:auto;overflow:hidden}.goods-grid-item.svelte-1smx0z0:hover{background:#ffffff1a}.goods-grid-item.svelte-1smx0z0:active{background:#ffffff26;transform:scale(.97)}.goods-grid-img-wrapper.svelte-1smx0z0{position:relative;width:100%;aspect-ratio:1}.goods-grid-img.svelte-1smx0z0{width:100%;height:100%;object-fit:cover;border-radius:8px;background:#0000004d}.goods-grid-name.svelte-1smx0z0{color:#fff;font-size:12px;font-weight:500;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.goods-grid-type.svelte-1smx0z0,.goods-grid-expires.svelte-1smx0z0{color:#fff9;font-size:10px;text-align:center;margin-top:-2px}.goods-grid-expires.expiring-soon.svelte-1smx0z0{color:#f59e0b}.goods-modal.compact.svelte-1smx0z0{height:auto;max-height:none}.goods-modal-empty.svelte-1smx0z0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;gap:12px}.goods-modal-empty-text.svelte-1smx0z0{color:#fff;font-size:16px;font-weight:600;margin:0}.goods-modal-empty-hint.svelte-1smx0z0{color:#fff9;font-size:13px;margin:0;text-align:center}.goods-modal-guest.svelte-1smx0z0{display:flex;flex-direction:column;align-items:center;padding:32px 24px;gap:16px}.goods-modal-guest-icon.svelte-1smx0z0{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;color:#fff}.goods-modal-guest-title.svelte-1smx0z0{color:#fff;font-size:18px;font-weight:700;margin:0;text-align:center}.goods-modal-guest-desc.svelte-1smx0z0{color:#ffffffb3;font-size:14px;margin:0;text-align:center;line-height:1.6}.goods-modal-guest-buttons.svelte-1smx0z0{display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px;margin-top:8px}.goods-modal-signup-btn{width:100%;height:48px;font-size:16px!important;font-weight:600!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important}.goods-modal-signup-btn:hover{opacity:.9}.goods-modal-login-btn{width:100%;height:48px;font-size:16px!important;font-weight:500!important;background:transparent!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important}.goods-modal-login-btn:hover{background:#ffffff1a!important}.goods-modal.landscape.svelte-1smx0z0{inset:0 0 auto auto;width:60vw;max-width:500px;height:100%;max-height:none;border-radius:16px 0 0 16px;animation:svelte-1smx0z0-slideInFromRight .3s ease-out}.goods-modal-content.landscape.svelte-1smx0z0{height:calc(100% - 49px);grid-template-columns:repeat(4,1fr);gap:8px;padding:8px}.goods-modal-content.landscape.svelte-1smx0z0 .goods-grid-item:where(.svelte-1smx0z0){padding:6px}.goods-modal-content.landscape.svelte-1smx0z0 .goods-grid-name:where(.svelte-1smx0z0){font-size:11px}.goods-modal-content.landscape.svelte-1smx0z0 .goods-grid-type:where(.svelte-1smx0z0),.goods-modal-content.landscape.svelte-1smx0z0 .goods-grid-expires:where(.svelte-1smx0z0){font-size:9px}@keyframes svelte-1smx0z0-slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.color-modal-backdrop.svelte-1goq926{position:fixed;inset:0;z-index:44;background:transparent;pointer-events:none}.color-modal.svelte-1goq926{position:absolute;bottom:0;left:0;right:0;height:auto;max-height:50vh;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:svelte-1goq926-slideInFromBottom .3s ease-out;touch-action:none;overscroll-behavior:none;user-select:none;-webkit-user-select:none;pointer-events:auto}.color-modal.compact.svelte-1goq926{max-height:45vh}@keyframes svelte-1goq926-slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.color-modal-header.svelte-1goq926{display:flex;justify-content:space-between;align-items:center;height:48px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.color-modal-title.svelte-1goq926{color:#fff;font-size:15px;font-weight:600}.color-modal-actions.svelte-1goq926{display:flex;gap:4px}.header-icon-btn.svelte-1goq926{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:8px;background:transparent;color:#fff;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.header-icon-btn.svelte-1goq926:active{background:#fff3}.color-modal-content.svelte-1goq926{flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:12px;padding:12px 16px 16px;overflow:hidden;touch-action:none}.color-modal-content.compact.svelte-1goq926{overflow-y:auto;-webkit-overflow-scrolling:touch}.preset-section.svelte-1goq926{display:flex;flex-direction:column;gap:10px}.preset-title.svelte-1goq926{color:#ffffffb3;font-size:12px;font-weight:600;letter-spacing:.04em}.preset-scroll.svelte-1goq926{overflow:hidden;padding-bottom:4px;touch-action:none}.preset-scroll-inner.svelte-1goq926{display:flex;gap:12px;will-change:transform}.preset-card.svelte-1goq926{min-width:140px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;display:flex;flex-direction:column;gap:4px;text-align:left;flex-shrink:0;transition:border-color .2s ease,background .2s ease;touch-action:manipulation}.preset-card.active.svelte-1goq926{border-color:#3b82f6cc;background:#3b82f62e}.preset-name.svelte-1goq926{font-size:14px;font-weight:600}.preset-desc.svelte-1goq926{font-size:11px;color:#fff9}.preset-sliders.svelte-1goq926{display:flex;flex-direction:column;gap:28px;padding:16px 0}.details-toggle.svelte-1goq926{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#ffffffe6;font-size:13px;font-weight:600;touch-action:manipulation}.details-icon{width:16px;height:16px;transition:transform .2s ease}.details-icon.open{transform:rotate(180deg)}.back-to-preset.svelte-1goq926{display:flex;align-items:center;gap:2px;padding:0;margin-left:-4px;border-radius:10px;border:none;background:transparent;color:#ffffffe6;font-size:13px;font-weight:600;touch-action:manipulation;align-self:flex-start}.back-icon{width:18px;height:18px}.details-content.svelte-1goq926{height:180px;overflow:hidden;touch-action:none}.details-scroll-inner.svelte-1goq926{display:flex;flex-direction:column;gap:28px;will-change:transform;padding:8px 0 28px}.color-slider-row.svelte-1goq926{display:flex;align-items:center;gap:12px}.color-slider-label.svelte-1goq926{width:64px;color:#fff;font-size:13px;font-weight:500;flex-shrink:0}.color-slider-label.color-temperature.svelte-1goq926{color:#f97316}.color-slider-label.color-tint.svelte-1goq926{color:#ec4899}.color-slider-label.color-saturation.svelte-1goq926{color:#facc15}.color-slider-label.color-highlights.svelte-1goq926{color:#38bdf8}.color-slider-label.color-contrast.svelte-1goq926{color:#f97316}.color-slider-label.color-shadows.svelte-1goq926{color:#8b5cf6}.color-slider{flex:1;min-width:0;pointer-events:none}.color-slider [data-slot=slider-track],.color-slider [data-slot=slider-range]{pointer-events:none}.color-slider [data-slot=slider-thumb]{pointer-events:auto;touch-action:none;cursor:grab}.color-slider [data-slot=slider-thumb]:active{cursor:grabbing}.slider-temperature [data-slot=slider-range]{background:#f97316!important}.slider-temperature [data-slot=slider-thumb]{border-color:#f97316!important}.slider-tint [data-slot=slider-range]{background:#ec4899!important}.slider-tint [data-slot=slider-thumb]{border-color:#ec4899!important}.slider-saturation [data-slot=slider-range]{background:#facc15!important}.slider-saturation [data-slot=slider-thumb]{border-color:#facc15!important}.slider-highlights [data-slot=slider-range]{background:#38bdf8!important}.slider-highlights [data-slot=slider-thumb]{border-color:#38bdf8!important}.slider-contrast [data-slot=slider-range]{background:#f97316!important}.slider-contrast [data-slot=slider-thumb]{border-color:#f97316!important}.slider-shadows [data-slot=slider-range]{background:#8b5cf6!important}.slider-shadows [data-slot=slider-thumb]{border-color:#8b5cf6!important}.color-slider-value.svelte-1goq926{width:40px;color:#ffffffb3;font-size:12px;text-align:right;flex-shrink:0}.color-modal.landscape.svelte-1goq926{inset:0 0 auto auto;width:320px;height:100%;max-height:none;min-height:unset;border-radius:16px 0 0 16px;animation:svelte-1goq926-slideInFromRight .3s ease-out}.color-modal-content.landscape.svelte-1goq926{height:calc(100% - 49px);justify-content:flex-start;gap:16px;padding:32px 20px}.color-modal.compact.svelte-1goq926{height:auto;min-height:200px;max-height:340px}.color-modal.compact.svelte-1goq926 .color-modal-content:where(.svelte-1goq926){padding:12px 16px 28px}.color-modal.landscape.compact.svelte-1goq926{top:0;bottom:0;height:100%;max-height:none}.color-modal.landscape.compact.svelte-1goq926 .color-modal-content.landscape:where(.svelte-1goq926){padding:10px 16px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch;gap:8px}.color-modal.landscape.compact.svelte-1goq926 .preset-section:where(.svelte-1goq926){gap:6px}.color-modal.landscape.compact.svelte-1goq926 .preset-card:where(.svelte-1goq926){min-width:110px;padding:8px 10px}.color-modal.landscape.compact.svelte-1goq926 .preset-name:where(.svelte-1goq926){font-size:13px}.color-modal.landscape.compact.svelte-1goq926 .preset-desc:where(.svelte-1goq926){font-size:10px}.color-modal.landscape.compact.svelte-1goq926 .preset-sliders:where(.svelte-1goq926){gap:16px;padding:8px 0}.color-modal.landscape.compact.svelte-1goq926 .details-toggle:where(.svelte-1goq926){padding:8px 12px}@keyframes svelte-1goq926-slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.smartphone-modal-backdrop.svelte-19ll0nh{position:fixed;inset:0;z-index:55;background:#00000080}.smartphone-modal.svelte-19ll0nh{position:absolute;bottom:0;left:0;right:0;height:auto;max-height:70vh;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:svelte-19ll0nh-slideInFromBottom .3s ease-out}@keyframes svelte-19ll0nh-slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.smartphone-modal-header.svelte-19ll0nh{display:flex;justify-content:space-between;align-items:center;height:48px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.smartphone-modal-title.svelte-19ll0nh{color:#fff;font-size:16px;font-weight:600}.smartphone-modal-content.svelte-19ll0nh{display:flex;flex-direction:column;align-items:center;padding:32px 24px;gap:16px;overflow-y:auto}.smartphone-modal-icon.svelte-19ll0nh{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:50%;color:#fff}.smartphone-modal-icon.signup.svelte-19ll0nh{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.smartphone-modal-title-text.svelte-19ll0nh{color:#fff;font-size:18px;font-weight:700;margin:0;text-align:center}.smartphone-modal-desc.svelte-19ll0nh{color:#ffffffb3;font-size:14px;margin:0;text-align:center;line-height:1.6}.smartphone-modal-steps.svelte-19ll0nh{display:flex;flex-direction:column;gap:16px;width:100%;max-width:280px;margin-top:8px}.smartphone-modal-step.svelte-19ll0nh{display:flex;align-items:center;gap:14px}.smartphone-modal-step-number.svelte-19ll0nh{width:32px;height:32px;background:#3b82f6;color:#fff;font-size:16px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.smartphone-modal-step-text.svelte-19ll0nh{color:#fff;font-size:15px;line-height:1.4}.smartphone-modal-bold.svelte-19ll0nh{font-weight:600}.smartphone-modal-features.svelte-19ll0nh{display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px;margin-top:8px}.smartphone-modal-feature.svelte-19ll0nh{display:flex;align-items:center;gap:12px;color:#fff;font-size:14px}.smartphone-modal-buttons.svelte-19ll0nh{display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px;margin-top:16px}.smartphone-modal-signup-btn{width:100%;height:48px;font-size:16px!important;font-weight:600!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important}.smartphone-modal-signup-btn:hover{opacity:.9}.smartphone-modal-login-btn{width:100%;height:48px;font-size:16px!important;font-weight:500!important;background:transparent!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important}.smartphone-modal-login-btn:hover{background:#ffffff1a!important}.smartphone-modal.landscape.svelte-19ll0nh{inset:0 0 auto auto;width:50vw;max-width:400px;height:100%;max-height:none;border-radius:16px 0 0 16px;animation:svelte-19ll0nh-slideInFromRight .3s ease-out}@keyframes svelte-19ll0nh-slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.lens-modal-backdrop.svelte-17gtgpz{position:fixed;inset:0;z-index:45;background:#00000080}.lens-modal.svelte-17gtgpz{position:absolute;bottom:0;left:0;right:0;max-height:60vh;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:svelte-17gtgpz-slideInFromBottom .3s ease-out}@keyframes svelte-17gtgpz-slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.lens-modal-header.svelte-17gtgpz{display:flex;justify-content:space-between;align-items:center;height:48px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.lens-modal-title.svelte-17gtgpz{color:#fff;font-size:16px;font-weight:600}.lens-modal-content.svelte-17gtgpz{display:flex;flex-direction:column;gap:8px;padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.lens-modal-empty.svelte-17gtgpz{display:flex;align-items:center;justify-content:center;padding:32px 16px;color:#fff9;font-size:14px}.lens-item.svelte-17gtgpz{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#ffffff1a;border-radius:10px;cursor:pointer;transition:background .2s;color:#fff}.lens-item.svelte-17gtgpz:hover{background:#ffffff26}.lens-item.active.svelte-17gtgpz{background:#3b82f64d}.lens-item-label.svelte-17gtgpz{font-size:15px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lens-modal.landscape.svelte-17gtgpz{inset:0 0 auto auto;width:50vw;max-width:400px;height:100%;max-height:none;border-radius:16px 0 0 16px;animation:svelte-17gtgpz-slideInFromRight .3s ease-out}.lens-modal-content.landscape.svelte-17gtgpz{height:calc(100% - 49px)}@keyframes svelte-17gtgpz-slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.settings-sheet{background:#141414f2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgba(255,255,255,.1)!important}.settings-sheet [data-slot=sheet-title],.settings-sheet [data-slot=sheet-close]{color:#fff}.settings-list.svelte-h6utm9{display:flex;flex-direction:column;gap:4px}.settings-item.svelte-h6utm9{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff0d;border-radius:8px;cursor:pointer;transition:background .2s;color:#fff}.settings-item.svelte-h6utm9:hover:not(:disabled){background:#ffffff1a}.settings-item.svelte-h6utm9:disabled{opacity:.5;cursor:not-allowed}.settings-toggle.svelte-h6utm9{cursor:pointer}.toggle-switch.svelte-h6utm9 input:where(.svelte-h6utm9){appearance:none;width:44px;height:24px;background:#ffffff26;border-radius:999px;position:relative;cursor:pointer;transition:background .2s}.toggle-switch.svelte-h6utm9 input:where(.svelte-h6utm9):before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:999px;transition:transform .2s}.toggle-switch.svelte-h6utm9 input:where(.svelte-h6utm9):checked{background:#3b82f6b3}.toggle-switch.svelte-h6utm9 input:where(.svelte-h6utm9):checked:before{transform:translate(20px)}.toggle-switch.svelte-h6utm9 input:where(.svelte-h6utm9):focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.camera-layout.svelte-i7u5xj{width:100vw;height:100dvh;background:#000;display:grid;grid-template-rows:auto auto 1fr 1fr;grid-template-areas:"header" "camera" "slider" "shutter";overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:none;overscroll-behavior:none}[data-stage="1"].svelte-i7u5xj{grid-template-rows:0 1fr 0 0}[data-stage="2"].svelte-i7u5xj{grid-template-rows:0 auto 0 1fr}[data-stage="3"].svelte-i7u5xj{grid-template-rows:auto auto 0 1fr}[data-stage="4"].svelte-i7u5xj{grid-template-rows:auto auto 1fr 1fr}@media(orientation:landscape){.camera-layout.svelte-i7u5xj{grid-template-columns:auto 1fr auto auto;grid-template-rows:1fr;grid-template-areas:"header camera slider shutter"}[data-stage="1"].svelte-i7u5xj,[data-stage="2"].svelte-i7u5xj,[data-stage="3"].svelte-i7u5xj,[data-stage="4"].svelte-i7u5xj{grid-template-columns:auto 1fr auto auto;grid-template-rows:1fr}}
