:root{--bg:#0b0c10;--sheet:#15161c;--chip:#1f2130;--text:#fff;--muted:#ffffff8c;--glass:#ffffff24;--accent:#7c6cff;--accent-text:#a89bff}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{background:var(--bg);color:var(--text);overscroll-behavior:none;height:100%;margin:0;overflow:hidden}body{-webkit-user-select:none;user-select:none;font:14px/1.4 -apple-system,BlinkMacSystemFont,SF Pro Text,Roboto,system-ui,Segoe UI,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}#root{height:100%}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.app{height:100vh;height:100dvh;height:var(--tg-viewport-stable-height,100dvh);flex-direction:column;display:flex;position:relative;overflow:hidden}.app:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 30%,#3b2f2c 0%,#1a1618 40%,#0b0c10 75%);position:absolute;top:0;bottom:0;left:0;right:0}.app>*{flex-shrink:0;position:relative}.topbar{justify-content:space-between;align-items:center;padding:16px 16px 0;display:flex}.topbar .title{font-size:16px;font-weight:700}.glass{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:22px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.glass svg,.tool .glass svg{stroke:#fff}.pill{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;align-items:center;gap:8px;height:40px;padding:0 14px 0 12px;font-size:14px;font-weight:600;display:flex}.pill svg{stroke:#fff}.stage-wrap{flex:auto;justify-content:center;align-items:center;min-height:0;padding:12px 0 0;display:flex}.stage{aspect-ratio:1;background:#000;border-radius:50%;width:auto;height:min(100%,320px,82vw);position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 30px 60px #0000008c}.stage.small{height:min(100%,220px,56vw)}.stage canvas,.stage video.preview{width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.stage video.src{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.stage .chip{white-space:nowrap;background:#00000073;border-radius:14px;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:12px;font-weight:600;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%)}.stage .chip.left{top:auto;bottom:14px}.stage .chip.right{font-variant-numeric:tabular-nums;font-weight:500;top:14px}.stage .chip svg{stroke:#fff}.stage .msg{text-align:center;background:#00000080;justify-content:center;align-items:center;padding:24px;font-weight:600;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.stage .countdown{background:#00000059;justify-content:center;align-items:center;font-size:96px;font-weight:800;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.stage.recording{box-shadow:0 0 0 3px #ff4d4d,0 30px 60px #0000008c}.tools{justify-content:center;gap:18px;padding:20px 0 0;display:flex}.tool{color:#fffc;flex-direction:column;align-items:center;gap:6px;font-size:11px;display:flex}.tool .glass{border-radius:24px;width:48px;height:48px}.tool.on .glass{background:var(--accent)}.tool.off{opacity:.45}.cats{justify-content:center;gap:18px;padding:22px 0 0;font-size:13px;font-weight:600;display:flex}.cats button{color:var(--muted);border-bottom:2px solid #0000;padding:4px 2px}.cats button.active{color:#fff;border-bottom-color:var(--accent)}.strip{scrollbar-width:none;scroll-snap-type:x proximity;align-items:flex-start;gap:14px;padding:14px 16px 4px;display:flex;overflow:auto visible}.strip::-webkit-scrollbar{display:none}.strip .spacer{flex:1 0 auto}.eff{color:#ffffffb3;scroll-snap-align:center;flex-direction:column;flex:none;align-items:center;gap:6px;width:60px;font-size:11px;display:flex}.eff .thumb{background:var(--chip);border:3px solid #0000;border-radius:28px;justify-content:center;align-items:center;width:56px;height:56px;margin-top:8px;transition:all .15s;display:flex;overflow:hidden}.eff .thumb img{object-fit:cover;width:100%;height:100%;display:block}.eff .thumb svg{stroke:#ffffffd9}.eff.active{color:#fff;width:72px;font-weight:600}.eff.active .thumb{border-color:var(--accent);border-radius:36px;width:72px;height:72px;margin-top:0}.record-row{justify-content:center;align-items:center;padding:22px 0 0;display:flex}.record{border-radius:40px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.record svg.ring{position:absolute;top:0;bottom:0;left:0;right:0;transform:rotate(-90deg)}.record .dot{background:#fff;border-radius:30px;width:60px;height:60px;transition:all .15s}.record.on .dot{background:#ff4d4d;border-radius:8px;width:30px;height:30px}.record:disabled{opacity:.45}.hint{text-align:center;color:var(--muted);padding:12px 24px calc(16px + env(safe-area-inset-bottom));font-size:13px}.hint.error{color:#ff6b6b}.sheet{-webkit-overflow-scrolling:touch;background:var(--sheet);min-height:0;padding:12px 20px calc(24px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;flex-direction:column;flex:auto;margin-top:16px;display:flex;position:relative;overflow-y:auto}.sheet>*{flex-shrink:0}.sheet .handle{background:#fff3;border-radius:2px;width:36px;height:4px;margin:0 auto 14px}.sheet .head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.sheet .head span{font-size:18px;font-weight:700}.sheet .head button{color:var(--accent-text);font-size:14px;font-weight:600}.slider{flex-direction:column;gap:6px;padding:6px 0;display:flex}.slider .lab{justify-content:space-between;font-size:14px;display:flex}.slider .lab b{color:#fff9;font-variant-numeric:tabular-nums;font-weight:400}input[type=range]{-webkit-appearance:none;appearance:none;background:0 0;width:100%;height:28px;margin:0}input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--accent) 0 var(--pct,0%), #ffffff26 var(--pct,0%) 100%);border-radius:2px;height:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:14px;width:28px;height:28px;margin-top:-12px;box-shadow:0 2px 6px #0006}input[type=range]::-moz-range-track{background:#ffffff26;border-radius:2px;height:4px}input[type=range]::-moz-range-progress{background:var(--accent);border-radius:2px;height:4px}input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:14px;width:28px;height:28px}.row{justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;display:flex}.row.sep{border-top:1px solid #ffffff14;margin-top:6px;padding-top:14px}.swatches{gap:10px;display:flex}.swatch{border:2px solid #0000;border-radius:14px;width:28px;height:28px;padding:0}.swatch.active{border-color:#ffffffb3}.toggle{background:#fff3;border-radius:16px;width:51px;height:31px;transition:background .15s;position:relative}.toggle.on{background:var(--accent)}.toggle:after{content:"";background:#fff;border-radius:14px;width:27px;height:27px;transition:left .15s;position:absolute;top:2px;left:2px}.toggle.on:after{left:22px}.btn{border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;height:52px;font-size:16px;font-weight:700;display:flex}.btn.primary{background:var(--accent);color:#fff}.btn.primary:disabled{opacity:.5}.btn.secondary{background:#ffffff1a;font-weight:600}.btn svg{stroke:#fff}.sheet .btn{margin-top:14px}.preview{background:var(--bg);z-index:4;flex-direction:column;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.preview:before{content:"";background:radial-gradient(circle at 50% 32%,#3b2f2c 0%,#1a1618 40%,#0b0c10 75%);position:absolute;top:0;bottom:0;left:0;right:0}.preview>*{position:relative}.chips{flex-wrap:wrap;justify-content:center;gap:8px;padding:18px 16px 0;display:flex}.chips span{font-variant-numeric:tabular-nums;background:#ffffff1a;border-radius:14px;align-items:center;height:28px;padding:0 10px;font-size:12px;display:flex}.outro-card{background:var(--sheet);border-radius:16px;align-items:center;gap:14px;margin:26px 20px 0;padding:12px 14px;display:flex}.outro-card .m{background:var(--accent);letter-spacing:-1px;border-radius:28px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:800;display:flex}.outro-card .t{flex-direction:column;flex:1;gap:3px;display:flex}.outro-card .t b{font-size:14px;font-weight:600}.outro-card .t span{color:var(--muted);font-size:12px}.outro-card svg{stroke:#ffffff80;flex:none}.preview .actions{flex-direction:column;gap:12px;margin-top:auto;padding:0 20px;display:flex}.preview .note{text-align:center;color:var(--muted);padding:12px 24px calc(16px + env(safe-area-inset-bottom));font-size:12px}.toast{z-index:9;white-space:nowrap;background:#000000bf;border-radius:14px;padding:10px 16px;font-size:14px;position:absolute;top:24px;left:50%;transform:translate(-50%)}.diag{z-index:8;color:#ffffffb3;white-space:pre-wrap;pointer-events:none;background:#0009;border-radius:8px;padding:6px 8px;font-size:10px;position:absolute;bottom:8px;left:8px;right:8px}
