@font-face{font-family:Ubuntu;src:url(/fonts/ubuntu_regular.ttf)format("truetype");font-weight:400}@font-face{font-family:Ubuntu;src:url(/fonts/ubuntu_medium.ttf)format("truetype");font-weight:500}:root{--accent-yellow:#ffc700;--ripple-yellow:#ffb700;--accent-blue:#28275d;--accent-blue-light:#99f;--params-bg:#9f9ffc;--bcg-blue:#1b1b2e;--text-secondary:#6969b5;--blue-muted:#9393b5;--tool-item-bg:#cc474885;--tools-sheet-bg:#28275df2;--autodetect-card:#41417f;--autodetect-stroke:#5e5da4;--drawer-bg:#28275de6;--advice-bg:#4749a087}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{background:var(--accent-blue);color:#fff;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;height:100%;font-family:Ubuntu,system-ui,sans-serif;overflow:hidden}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}[hidden]{display:none!important}.rippleable{position:relative;overflow:hidden}.ripple{pointer-events:none;background:#ffffff59;border-radius:50%;animation:.55s ease-out forwards ripple;position:absolute;transform:scale(0)}.ripple.dark{background:#28275d40}@keyframes ripple{to{opacity:0;transform:scale(1)}}#landing{transition:opacity .3s}#landing.fading{opacity:0}#overlay.entering{animation:.35s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sheet.showing{animation:.28s cubic-bezier(0,0,.2,1) sheetIn}.sheet.hiding{animation:.22s cubic-bezier(.4,0,1,1) forwards sheetOut}@keyframes sheetIn{0%{opacity:0;transform:translateY(6%)}to{opacity:1;transform:none}}@keyframes sheetOut{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(6%)}}.drawer.showing{animation:.25s fadeIn}.drawer.hiding{animation:.2s forwards fadeOutBg}.drawer.showing .drawer-panel{animation:.28s cubic-bezier(0,0,.2,1) panelIn}.drawer.hiding .drawer-panel{animation:.2s cubic-bezier(.4,0,1,1) forwards panelOut}@keyframes fadeOutBg{to{opacity:0}}@keyframes panelIn{0%{transform:translateY(100%)}to{transform:none}}@keyframes panelOut{0%{transform:none}to{transform:translateY(100%)}}#toast,#hint{animation:.25s toastIn}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}#landing{background:var(--accent-blue);z-index:50;-webkit-overflow-scrolling:touch;touch-action:pan-y;position:fixed;inset:0;overflow-y:auto}.landing-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:420px;min-height:100%;margin:0 auto;padding:48px 24px;display:flex}.landing-logo{border-radius:22px;width:96px;height:96px}#landing h1{letter-spacing:.5px;margin-top:18px;font-size:34px;font-weight:500}.landing-sub{color:var(--blue-muted);margin-top:8px;font-size:16px}.start-btn{background:var(--accent-yellow);color:var(--accent-blue);border-radius:30px;margin-top:32px;padding:16px 44px;font-size:18px;font-weight:500;transition:transform .15s;box-shadow:0 6px 24px #ffc70059}.start-btn:active{transform:scale(.96)}.start-btn:disabled{color:var(--blue-muted);box-shadow:none;background:#55547f}.xr-status{color:var(--accent-blue-light);min-height:20px;margin-top:16px;font-size:14px}.store-buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.store-btn{color:#fff;text-align:left;background:#ffffff14;border:1px solid #9999ff59;border-radius:14px;align-items:center;gap:10px;padding:10px 18px;text-decoration:none;display:flex}.store-btn svg{flex:none;width:26px;height:26px}.store-btn small{color:var(--blue-muted);font-size:10px;display:block}.store-btn b{font-size:15px;font-weight:500}.landing-note{color:var(--text-secondary);margin-top:28px;font-size:13px;line-height:1.6}.landing-footer{color:var(--text-secondary);margin-top:40px;font-size:12px}#overlay{touch-action:none;z-index:10;background:0 0;position:fixed;inset:0}#draw2d{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.round-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:5;background:#28275d66;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;display:flex;position:absolute}.round-btn img{width:26px;height:26px}.icon{color:inherit;justify-content:center;align-items:center;display:inline-flex}.icon svg{width:100%;height:100%}.round-btn .icon{width:26px;height:26px}#btnExit .icon{width:34px;height:34px}#btnTool .icon{color:#fff;width:40px;height:40px}.tool-circle .icon{color:#fff;width:56px;height:56px}.tool-item.selected .tool-circle .icon{color:var(--accent-yellow)}.tool-circle .icon.tool-badge{width:16px;height:16px;color:var(--blue-muted)}.settings-row .icon{width:26px;height:26px}.top-left{top:max(24px, env(safe-area-inset-top));left:24px}.top-right{top:max(24px, env(safe-area-inset-top));right:24px}#searchIndicator{pointer-events:none;z-index:3;flex-direction:column;align-items:center;gap:18px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.search-ring{border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:120px;height:120px;animation:1.4s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.search-text{color:#fff;text-shadow:0 1px 4px #00000080;font-size:16px}#advice{left:16px;right:16px;bottom:calc(130px + env(safe-area-inset-bottom));z-index:4;position:absolute}.advice-pill{background:var(--advice-bg);color:#fff;border-radius:30px 30px 30px 0;align-items:center;gap:10px;padding:14px 16px 14px 22px;font-size:15px;display:flex}.advice-pill span{flex:1}#adviceClose{color:#fff;flex:none;width:32px;height:32px;font-size:16px}.advice-progress{gap:4px;margin-top:8px;padding:0 8px;display:flex}.advice-progress i{background:#ffffff40;border-radius:3px;flex:1;height:5px}.advice-progress i.on{background:var(--accent-yellow)}#hint{top:max(90px, calc(env(safe-area-inset-top) + 66px));background:var(--advice-bg);color:#fff;white-space:nowrap;z-index:4;pointer-events:none;border-radius:24px;padding:10px 22px;font-size:15px;position:absolute;left:50%;transform:translate(-50%)}#bottomBar{left:0;right:0;bottom:calc(10px + env(safe-area-inset-bottom));z-index:5;justify-content:space-around;align-items:center;height:100px;display:flex;position:absolute}#btnPhoto{border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.photo-inner{background:#fff;border-radius:50%;width:56px;height:56px;transition:transform .1s}#btnPhoto:active .photo-inner{transform:scale(.85)}#btnCreate{background:var(--accent-yellow);border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;display:flex;position:relative;box-shadow:0 4px 18px #00000059}#btnCreate:active{background:var(--ripple-yellow)}#btnCreate .plus{color:var(--accent-blue);font-size:44px;font-weight:400;line-height:1}#btnCreate .wave{pointer-events:none;background:#ffc70033;border-radius:50%;animation:2s ease-out infinite wave;position:absolute;inset:-8px}@keyframes wave{0%{opacity:.9;transform:scale(.8)}70%{opacity:0;transform:scale(1.25)}to{opacity:0}}#btnTool{background:#474885cc;border-radius:50%;justify-content:center;align-items:center;width:66px;height:66px;display:flex}#btnTool img{color:#fff;width:40px;height:40px}#btnTool.stop{background:#eb3232d9}.sheet{background:var(--tools-sheet-bg);z-index:20;position:absolute;inset:0;overflow:hidden}.sheet-back{top:max(30px, env(safe-area-inset-top));width:50px;height:50px;left:18px}.sheet-scroll{padding:calc(max(30px, env(safe-area-inset-top)) + 64px) 24px 40px;position:absolute;inset:0;overflow-y:auto}.promo-card{color:#fff;background:#41417f99;border-radius:20px;align-items:center;gap:16px;height:100px;margin-bottom:24px;padding:0 20px;text-decoration:none;display:flex}.promo-card img{border-radius:12px;width:56px;height:56px}.promo-title{font-size:20px;font-weight:500}.promo-sub{color:var(--blue-muted);margin-top:4px;font-size:15px}.section-title{margin:18px 4px 14px;font-size:18px;font-weight:500}.autodetect-card{background:var(--autodetect-card);border:.7px solid var(--autodetect-stroke);border-radius:24px;justify-content:space-around;padding:16px 8px 20px;display:flex}.tools-grid{grid-template-columns:repeat(3,1fr);gap:20px 8px;padding-bottom:24px;display:grid}.tool-item{color:#fff;flex-direction:column;align-items:center;gap:8px;display:flex}.tool-circle{background:#474885cc;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;transition:background .15s;display:flex;position:relative}.tool-item.selected .tool-circle{background:#fff}.tool-circle img{color:#fff;width:56px;height:56px}.tool-item.selected .tool-circle img{color:var(--accent-yellow)}.tool-item.disabled{opacity:.55}.tool-name{text-align:center;max-width:100px;font-size:12px;line-height:1.25}.autodetect-card .tool-circle{width:64px;height:64px}.autodetect-card .tool-circle img{width:42px;height:42px}.drawer{background:#00000040}.drawer-panel{background:var(--drawer-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:28px 24px calc(28px + env(safe-area-inset-bottom));border-radius:30px 30px 0 0;position:absolute;bottom:0;left:0;right:0}.drawer-title{margin-bottom:18px;font-size:20px;font-weight:500}.drawer-close{background:#ffffff14;position:absolute;top:20px;right:16px}.settings-panel{padding:0 16px calc(16px + env(safe-area-inset-bottom));background:#28275db8}.settings-title{color:#fff;text-align:center;padding:26px 0 22px;font-size:18px}.plate{background:#9999ff21;border-radius:30px;width:100%;margin-top:6px;display:block}.settings-row{color:#fff;text-align:left;border-radius:30px;align-items:center;width:100%;height:70px;padding:0 30px;font-size:16px;display:flex}.settings-row .si{flex:none;width:30px;height:30px;margin-right:26px}.icon-soft{color:#edefff}.s-label{flex:1}.value-pill{background:var(--accent-blue);color:#fff;border-radius:25px;flex:none;justify-content:center;align-items:center;min-width:68px;height:36px;padding:0 10px;font-size:14px;display:inline-flex;box-shadow:0 2px 6px #0000004d}.row-tall{padding-bottom:6px}.learn-more{border:.7px solid var(--blue-muted);height:28px;color:var(--blue-muted);border-radius:14px;margin:0 0 16px 94px;padding:0 16px;font-size:12px;line-height:26px;display:inline-block}.row-disabled{opacity:.5}.settings-close{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:10px auto 0;display:flex}.settings-close .icon{width:18px;height:18px}.settings-row input[type=checkbox]{display:none}.switch{background:var(--accent-blue);border-radius:100px;flex:none;width:48px;height:26px;position:relative}.switch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:left .2s,background .2s;position:absolute;top:3px;left:4px}input:checked+.switch:after{background:var(--accent-yellow);left:24px}#btnPlaneSelect{left:50%;bottom:calc(134px + env(safe-area-inset-bottom));z-index:5;background:#ababab;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:opacity .2s;display:flex;position:absolute;transform:translate(-50%);box-shadow:0 2px 8px #00000059}#btnPlaneSelect img{width:24px;height:24px}#btnPlaneSelect .icon{color:#fff;width:20px;height:20px}#btnPlaneSelect.reveal{animation:.4s reveal}@keyframes reveal{0%{clip-path:circle(100%)}50%{clip-path:circle(0%)}to{clip-path:circle(100%)}}.tool-badge{width:16px;height:16px;color:var(--blue-muted);pointer-events:none;position:absolute;bottom:4px;right:6px}.try-dialog{background:var(--accent-blue)}#tryVideo,#tryImage{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.try-scrim{background:linear-gradient(to top, var(--accent-blue) 8%, #28275dd9 30%, transparent 65%);position:absolute;inset:0}.try-content{left:0;right:0;bottom:calc(24px + env(safe-area-inset-bottom));flex-direction:column;align-items:center;gap:12px;padding:0 24px;display:flex;position:absolute}#tryToolIcon{color:#fff;width:56px;height:56px}.try-title{color:#fff;font-size:24px;font-weight:500}.try-subtitle{color:#fff;font-size:20px}.try-check{color:var(--blue-muted);align-items:center;gap:8px;font-size:14px;display:flex}.try-check input{display:none}.try-check .box{border:1.5px solid var(--blue-muted);border-radius:4px;width:18px;height:18px}.try-check input:checked+.box{background:var(--blue-muted)}.try-buy,.try-try{border-radius:30px;width:200px;height:52px;font-size:15px;font-weight:500}.try-buy{color:var(--accent-blue-light);background:#fff}.try-try{background:var(--accent-blue-light);color:#fff}.try-footnote{color:#7c7cb9;font-size:12px}.paywall-panel{text-align:center}.paywall-crown{background:#ffc70033;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:4px auto 12px;display:flex}.paywall-crown .icon{width:30px;height:26px;color:var(--accent-yellow)}.paywall-title{color:#fff;font-size:20px;font-weight:500}.paywall-sub{color:var(--blue-muted);margin:10px 0 18px;font-size:14px;line-height:1.5}.paywall-panel .store-buttons{margin-top:0}.info-text{color:var(--blue-muted);padding-bottom:12px;font-size:15px;line-height:1.6}#toast{left:50%;bottom:calc(140px + env(safe-area-inset-bottom));color:#fff;text-align:center;z-index:30;pointer-events:none;background:#1b1b2eeb;border-radius:24px;max-width:86%;padding:12px 24px;font-size:15px;position:absolute;transform:translate(-50%)}
