.toolai-modal-backdrop,.toolai-login-modal,.toolai-login-panel,.toolai-email-login-form{--toolai-auth-brand: var(--brand, var(--rs-brand, #1b365d));--toolai-auth-brand-light: var(--brand-light, #2d5a8a);--toolai-auth-canvas: var(--canvas, var(--rs-bg, #f5f4ed));--toolai-auth-paper: var(--paper, var(--rs-surface, #faf9f5));--toolai-auth-paper-muted: var(--paper-muted, var(--rs-surface-subtle, #e8e6dc));--toolai-auth-ink: var(--ink, var(--rs-ink, #141413));--toolai-auth-text: var(--text, var(--rs-text, #3d3d3a));--toolai-auth-text-soft: var(--text-soft, var(--rs-muted-strong, #504e49));--toolai-auth-muted: var(--muted, var(--rs-muted, #6b6a64));--toolai-auth-muted-light: var(--muted-light, #8d8a82);--toolai-auth-line: var(--line, var(--rs-border, #e8e6dc));--toolai-auth-line-strong: var(--line-strong, var(--rs-border-strong, #d6d2c6));--toolai-auth-red-text: var(--red-text, #9f2f2d);--toolai-auth-shadow-float: var(--shadow-float, 0 18px 50px rgba(20, 20, 19, .045));--toolai-auth-control-height: 36px;--toolai-auth-control-radius: 8px;--toolai-auth-control-padding: 0 14px;font-family:TsangerJinKai02,"Source Han Serif SC","Noto Serif CJK SC",Songti SC,STSong,Charter,Georgia,Palatino,Times New Roman,serif}.toolai-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:var(--toolai-auth-canvas)}.toolai-login-modal,.toolai-login-panel{width:min(440px,100%);border:1px solid var(--toolai-auth-line);border-radius:12px;background:var(--toolai-auth-paper);box-shadow:var(--toolai-auth-shadow-float);padding:32px}.toolai-login-modal{position:relative}.toolai-login-panel{align-self:center;justify-self:center}.toolai-modal-close{position:absolute;top:16px;right:16px;display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid var(--toolai-auth-line);border-radius:6px;background:var(--toolai-auth-paper);color:var(--toolai-auth-muted);font-size:17px;font-weight:500;line-height:1}.toolai-modal-close:hover,.toolai-modal-close:focus-visible{color:var(--toolai-auth-ink);border-color:var(--toolai-auth-line-strong)}.toolai-login-eyebrow{display:block;color:var(--toolai-auth-muted);font-size:12px;font-weight:500;letter-spacing:.05em;line-height:1.3}.toolai-login-modal h2,.toolai-login-panel h1{margin:12px 36px 0 0;color:var(--toolai-auth-ink);font-size:28px;font-weight:500;letter-spacing:0;line-height:1.18;text-wrap:balance}.toolai-login-modal>p,.toolai-login-panel>p{margin:10px 0 24px;color:var(--toolai-auth-text-soft);font-size:14px;line-height:1.55}.toolai-email-login-form{display:grid;gap:16px}.toolai-auth-field{display:grid;gap:8px;color:var(--toolai-auth-text);font-size:13px;font-weight:500}.toolai-form-input{width:100%;height:44px;border:1px solid var(--toolai-auth-line);border-radius:8px;background:var(--toolai-auth-paper-muted);color:var(--toolai-auth-ink);font:inherit;padding:0 12px;outline:none}.toolai-form-input::placeholder{color:var(--toolai-auth-muted-light)}.toolai-form-input:focus,.toolai-code-button:focus-visible,.toolai-auth-submit-button:focus-visible,.toolai-modal-close:focus-visible,.toolai-modal-later:focus-visible{outline:none;border-color:var(--toolai-auth-brand);box-shadow:0 0 0 3px #1b365d24}.toolai-email-code-row{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:10px}.toolai-code-button,.toolai-auth-submit-button{min-height:var(--toolai-auth-control-height);border:1px solid var(--toolai-auth-line);border-radius:var(--toolai-auth-control-radius);font:inherit;font-size:13px;font-weight:500;line-height:1.35;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.toolai-code-button{background:var(--toolai-auth-paper);color:var(--toolai-auth-ink);padding:0 10px;white-space:nowrap}.toolai-code-button:hover:not(:disabled){border-color:var(--toolai-auth-line-strong)}.toolai-code-button:disabled,.toolai-auth-submit-button:disabled{cursor:not-allowed;opacity:.46}.toolai-auth-submit-button{width:100%;padding:var(--toolai-auth-control-padding);border-color:var(--toolai-auth-brand);background:var(--toolai-auth-brand);color:var(--toolai-auth-paper)}.toolai-auth-submit-button:hover:not(:disabled){background:var(--toolai-auth-brand);box-shadow:0 0 0 2px #1b365d1f}.toolai-auth-submit-button:active:not(:disabled){transform:none}.toolai-agreement-row{display:grid;grid-template-columns:16px minmax(0,1fr);gap:9px;align-items:start;color:var(--toolai-auth-muted);font-size:12px;font-weight:500;line-height:1.55}.toolai-agreement-row input{width:16px;height:16px;margin:2px 0 0;accent-color:var(--toolai-auth-brand)}.toolai-agreement-row a{color:var(--toolai-auth-brand);font-weight:500;text-decoration:none}.toolai-agreement-row a:hover,.toolai-agreement-row a:focus-visible{text-decoration:underline}.toolai-form-error{min-height:18px;margin:-4px 0 0;color:var(--toolai-auth-red-text);font-size:12px;line-height:1.5}.toolai-modal-later{display:block;margin:16px auto 0;border:0;background:transparent;color:var(--toolai-auth-muted);font:inherit;font-size:13px;font-weight:500}.toolai-modal-later:hover,.toolai-modal-later:focus-visible{color:var(--toolai-auth-ink)}@media(max-width:640px){.toolai-modal-backdrop{padding:16px}.toolai-login-modal,.toolai-login-panel{padding:22px}.toolai-login-modal h2,.toolai-login-panel h1{margin-right:32px;font-size:25px}.toolai-email-code-row{grid-template-columns:minmax(0,1fr) 112px}}@font-face{font-family:TsangerJinKai02;src:url(https://static.toolai.shop/common/TsangerJinKai02-W04.ttf) format("truetype");font-style:normal;font-weight:400 500;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/JetBrainsMono-D-8-_w7P.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}:root{--toolai-app-brand: #1b365d;--toolai-app-brand-light: #2d5a8a;--toolai-app-canvas: #f5f4ed;--toolai-app-canvas-soft: #f5f4ed;--toolai-app-paper: #faf9f5;--toolai-app-paper-muted: #e8e6dc;--toolai-app-ink: #141413;--toolai-app-text: #3d3d3a;--toolai-app-text-soft: #504e49;--toolai-app-muted: #6b6a64;--toolai-app-muted-light: #8d8a82;--toolai-app-line: #e8e6dc;--toolai-app-line-soft: #e5e3d8;--toolai-app-line-strong: #d6d2c6;--toolai-app-warm: #f0e8dc;--toolai-app-warm-text: #6f5a45;--toolai-app-shadow-float: 0 18px 50px rgba(20, 20, 19, .045);--toolai-app-control-height: 36px;--toolai-app-control-height-sm: 32px;--toolai-app-control-radius: 8px;--toolai-app-control-padding: 0 14px;--toolai-app-control-font-size: 13px;--toolai-app-font-serif: "TsangerJinKai02", "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", "STSong", Charter, Georgia, Palatino, "Times New Roman", serif;--toolai-app-container: 1200px;--toolai-app-side-gap: 80px;--toolai-app-mobile-gap: 36px;font-family:var(--toolai-app-font-serif);font-synthesis:weight}html,body,#root{background:var(--toolai-app-canvas)}.toolai-app-topbar{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;width:min(var(--toolai-app-container),calc(100% - var(--toolai-app-side-gap)));min-height:44px;margin:28px auto 0;padding:0;border:0;background:transparent}.toolai-app-topbar-with-nav{grid-template-columns:1fr auto 1fr}.home-shell>.toolai-app-topbar,.pet-shell>.toolai-app-topbar,.analyze-shell>.toolai-app-topbar,.shotcue-history-shell>.toolai-app-topbar,.shotcue-auth-shell>.toolai-app-topbar{width:100%;margin:0}.toolai-app-brand{display:inline-flex;align-items:center;justify-self:start;gap:10px;width:fit-content;min-width:0;min-height:44px;padding:0;border:0;background:transparent;color:var(--toolai-app-ink);text-decoration:none;font:inherit;cursor:pointer}.toolai-app-brand-mark{display:inline-grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid var(--toolai-app-line-strong);border-radius:6px;background:var(--toolai-app-paper);color:var(--toolai-app-ink);font-size:15px;font-weight:500;line-height:1}.toolai-app-brand-mark svg{display:block;width:18px;height:18px}.toolai-app-brand-copy{display:inline-flex;min-width:0;align-items:baseline;gap:10px;color:var(--toolai-app-ink);font-size:18px;font-weight:500;line-height:1;text-align:left}.toolai-app-brand-title,.toolai-app-brand-copy strong{color:var(--toolai-app-ink);font-size:18px;font-weight:500;line-height:1;letter-spacing:0}.toolai-app-brand-subtitle,.toolai-app-brand-copy small{display:none}.toolai-app-nav{display:flex;align-items:center;justify-content:center;gap:18px;min-width:0;color:var(--toolai-app-muted);font-size:13px;font-weight:500}.toolai-app-nav-link,.toolai-app-home-link{padding:8px 2px;color:var(--toolai-app-muted);text-decoration:none;font-size:13px;font-weight:500}.toolai-app-nav-link:hover,.toolai-app-nav-link:focus-visible,.toolai-app-home-link:hover,.toolai-app-home-link:focus-visible{color:var(--toolai-app-ink)}.toolai-app-top-actions{display:inline-flex;align-items:center;justify-content:flex-end;justify-self:end;gap:8px;min-width:0}.toolai-app-login-button,.toolai-app-auth-loading,.toolai-app-user-menu summary{min-height:var(--toolai-app-control-height);border:1px solid var(--toolai-app-line);border-radius:var(--toolai-app-control-radius);background:var(--toolai-app-paper);color:var(--toolai-app-ink);font-size:var(--toolai-app-control-font-size);font-weight:500;line-height:1.35}.toolai-app-login-button{display:inline-flex;align-items:center;justify-content:center;padding:var(--toolai-app-control-padding);cursor:pointer}.toolai-app-auth-loading{display:inline-block;width:78px;background:var(--toolai-app-paper-muted)}.toolai-app-user-menu{position:relative}.toolai-app-user-menu summary{display:inline-flex;align-items:center;gap:8px;padding:0 12px;list-style:none;cursor:pointer}.toolai-app-user-menu summary::-webkit-details-marker{display:none}.toolai-app-user-avatar{position:relative;display:inline-grid;width:26px;height:26px;flex:0 0 auto;place-items:center;overflow:hidden;border:0;border-radius:6px;background:var(--toolai-app-warm);color:var(--toolai-app-warm-text);font-size:12px;font-weight:500;line-height:1}.toolai-app-user-avatar img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.toolai-app-user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolai-app-user-caret{color:var(--toolai-app-muted);font-size:12px;transform:translateY(-1px)}.toolai-app-user-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:60;display:grid;gap:0;width:140px;padding:6px;border:1px solid var(--toolai-app-line);border-radius:8px;background:var(--toolai-app-paper);box-shadow:var(--toolai-app-shadow-float)}.toolai-app-user-popover a,.toolai-app-user-popover button{display:flex;width:100%;min-height:var(--toolai-app-control-height-sm);align-items:center;gap:7px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--toolai-app-text);text-align:left;text-decoration:none;font:inherit;font-size:13px;font-weight:500;line-height:1.35;cursor:pointer}.toolai-app-user-popover a:hover,.toolai-app-user-popover a:focus-visible,.toolai-app-user-popover button:hover,.toolai-app-user-popover button:focus-visible{background:var(--toolai-app-paper-muted)}.toolai-app-brand:focus-visible,.toolai-app-nav-link:focus-visible,.toolai-app-home-link:focus-visible,.toolai-app-login-button:focus-visible,.toolai-app-user-menu summary:focus-visible,.toolai-app-user-popover a:focus-visible,.toolai-app-user-popover button:focus-visible{outline:none;box-shadow:0 0 0 3px #1b365d24}@media(max-width:760px){:root{--toolai-app-side-gap: var(--toolai-app-mobile-gap)}.toolai-app-topbar{grid-template-columns:1fr auto;gap:14px}.toolai-app-nav,.toolai-app-user-name{display:none}.toolai-app-login-button,.toolai-app-auth-loading,.toolai-app-user-menu summary{min-height:var(--toolai-app-control-height)}}:root{color:#312f2b;background:#f5f4ed;font-family:var(--toolai-app-font-serif, "TsangerJinKai02", "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", serif);font-synthesis:weight;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:linear-gradient(90deg,rgba(20,20,19,.025) 1px,transparent 1px),linear-gradient(180deg,rgba(20,20,19,.02) 1px,transparent 1px),#f5f4ed;background-size:28px 28px}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.gesture-app{min-height:100dvh;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.44),transparent 26%),#f5f4ed}.gesture-shell{width:min(1304px,calc(100% - 128px));min-height:100dvh;margin:0 auto;padding:48px 0 0}.gesture-shell>.toolai-app-topbar{width:100%;min-height:44px;margin:0}.gesture-shell .toolai-app-brand{gap:14px}.gesture-shell .toolai-app-brand-mark{width:36px;height:36px;border-radius:7px;box-shadow:0 10px 28px #4437240b}.gesture-shell .toolai-app-brand-title{font-size:24px}.gesture-shell .toolai-app-user-menu summary{min-height:38px;padding:0 12px 0 6px}.gesture-shell .toolai-app-user-avatar{border-radius:6px}.gesture-auth-main{display:grid;min-height:calc(100dvh - 176px);place-items:center;padding:72px 0}.gesture-auth-main .toolai-login-panel{width:min(420px,100%)}.gesture-workbench{min-height:calc(100dvh - 132px);margin-top:34px;padding-bottom:22px}.gesture-stage{min-width:0;min-height:inherit}.gesture-stage-surface{position:relative;overflow:hidden;min-height:calc(100dvh - 168px);border:1px solid #d6d2c6;border-radius:12px;background:linear-gradient(90deg,rgba(27,54,93,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(27,54,93,.026) 1px,transparent 1px),#faf9f5;background-size:24px 24px,24px 24px,auto;box-shadow:0 20px 48px #312f2b12}.gesture-stage-surface:fullscreen{width:100vw;height:100dvh;min-height:100dvh;border:0;border-radius:0}.gesture-stage-surface.is-fullscreen{border-radius:0}.gesture-stage-surface:-webkit-full-screen{width:100vw;height:100vh;min-height:100vh;border:0;border-radius:0}.gesture-stage-surface:before,.gesture-stage-surface:after{content:"";position:absolute;top:28px;right:28px;bottom:112px;left:28px;z-index:1;pointer-events:none}.gesture-stage-surface:before{background:linear-gradient(to bottom right,transparent calc(50% - .5px),rgba(86,77,62,.12) 50%,transparent calc(50% + .5px)),linear-gradient(to top right,transparent calc(50% - .5px),rgba(86,77,62,.12) 50%,transparent calc(50% + .5px)),linear-gradient(90deg,transparent 7%,rgba(86,77,62,.1) 7%,rgba(86,77,62,.1) 7.1%,transparent 7.1%),linear-gradient(90deg,transparent 93%,rgba(86,77,62,.1) 93%,rgba(86,77,62,.1) 93.1%,transparent 93.1%);opacity:.66}.gesture-stage-surface:after{border:1px solid rgba(86,77,62,.08);background:repeating-linear-gradient(8deg,transparent 0 28px,rgba(86,77,62,.035) 28px 29px),repeating-linear-gradient(-8deg,transparent 0 34px,rgba(86,77,62,.03) 34px 35px);opacity:.58}.gesture-stage-surface canvas{display:block}.gesture-scene-canvas{position:absolute!important;top:0;right:0;bottom:0;left:0;z-index:3;width:100%!important;height:100%!important}.gesture-stage-placeholder{height:100%;background:transparent}.gesture-camera-preview{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;background:linear-gradient(90deg,rgba(27,54,93,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(27,54,93,.026) 1px,transparent 1px),#faf9f5;background-size:24px 24px,24px 24px,auto}.gesture-camera-video,.gesture-camera-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.gesture-camera-video{object-fit:cover;opacity:1;transform:scaleX(-1);z-index:0}.gesture-camera-placeholder{display:grid;z-index:0;place-items:center;color:#1b365db8;font-size:20px;letter-spacing:0}.gesture-stage-topline{position:absolute;top:32px;left:30px;right:30px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:16px;pointer-events:none}.gesture-stage-topline>*{pointer-events:auto}.gesture-live-badge{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:1px solid #d6d2c6;border-radius:8px;background:#faf9f5eb;color:#504e49;box-shadow:0 8px 22px #312f2b0b;font-size:14px;line-height:1.2}.gesture-fullscreen-button{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;color:#312f2b;box-shadow:0 8px 22px #312f2b0b;cursor:pointer}.gesture-live-badge:before{content:"";width:8px;height:8px;margin-right:9px;border-radius:50%;background:#62b55f}.gesture-live-badge.is-live:before{animation:gesture-breathe 1.5s ease-in-out infinite}.gesture-live-badge.is-error:before,.gesture-live-badge.is-permission:before{background:#9f2f2d}.gesture-live-badge.is-loading:before{background:#d9bd55}.gesture-mode-select{position:relative;display:inline-flex;min-width:0;color:#312f2b;white-space:nowrap}.gesture-mode-select-trigger{display:inline-flex;width:100%;min-height:38px;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--toolai-app-line, #d6d2c6);border-radius:var(--toolai-app-control-radius, 8px);background:var(--toolai-app-paper, rgba(250, 249, 245, .94));color:var(--toolai-app-ink, #312f2b);font:inherit;font-size:var(--toolai-app-control-font-size, 14px);font-weight:500;line-height:1.35;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.gesture-mode-select-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gesture-mode-select-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:70;display:grid;gap:0;width:140px;padding:6px;border:1px solid var(--toolai-app-line, #d6d2c6);border-radius:8px;background:var(--toolai-app-paper, rgba(250, 249, 245, .98));box-shadow:var(--toolai-app-shadow-float, 0 20px 48px rgba(49, 47, 43, .15))}.gesture-mode-select-option{display:flex;width:100%;min-height:var(--toolai-app-control-height-sm, 38px);align-items:center;gap:7px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--toolai-app-text, #312f2b);text-align:left;font:inherit;font-size:13px;font-weight:500;line-height:1.35;cursor:pointer}.gesture-camera-button,.gesture-color-button,.gesture-capture-button,.gesture-fullscreen-button,.gesture-freeze-button,.gesture-freeze-tile,.gesture-small-primary,.gesture-link-button,.gesture-dock-card,.gesture-floating-heading button{border:1px solid #d6d2c6;border-radius:8px;background:#faf9f5f0;color:#312f2b;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.gesture-mode-select-trigger:active,.gesture-camera-button:active,.gesture-color-button:active,.gesture-capture-button:active,.gesture-fullscreen-button:active,.gesture-freeze-button:active,.gesture-freeze-tile:active,.gesture-small-primary:active,.gesture-link-button:active,.gesture-dock-card:active,.gesture-floating-heading button:active{transform:translateY(1px)}.gesture-mode-select-trigger:hover,.gesture-mode-select.is-open .gesture-mode-select-trigger,.gesture-color-button:hover,.gesture-capture-button:hover,.gesture-fullscreen-button:hover,.gesture-freeze-button:hover,.gesture-freeze-tile:hover,.gesture-dock-card:hover,.gesture-floating-heading button:hover,.gesture-link-button:hover{border-color:var(--toolai-app-line-strong, #bcb6a8);background:var(--toolai-app-paper-muted, #f5f4ed)}.gesture-mode-select-trigger:focus-visible,.gesture-mode-select-option:focus-visible{outline:none;box-shadow:0 0 0 3px #1b365d24}.gesture-mode-select-option:hover,.gesture-mode-select-option:focus-visible,.gesture-mode-select-option.is-active{background:var(--toolai-app-paper-muted, #f5f4ed)}.gesture-error{position:absolute;top:82px;left:30px;z-index:9;max-width:min(420px,calc(100% - 60px));margin:0;padding:10px 12px;border:1px solid #efc8ca;border-radius:8px;color:#8c2826;background:#fdebec;font-size:13px;line-height:1.45}.gesture-floating-panel{position:absolute;left:25%;bottom:126px;z-index:10;display:grid;gap:18px;width:324px;padding:18px;border:1px solid #d6d2c6;border-radius:8px;background:#faf9f5fa;box-shadow:0 20px 48px #312f2b26}.gesture-floating-panel:after{content:"";position:absolute;left:var(--gesture-floating-arrow-left, 50%);bottom:-9px;width:16px;height:16px;border-right:1px solid #d6d2c6;border-bottom:1px solid #d6d2c6;background:#faf9f5fa;transform:translate(-50%) rotate(45deg)}.gesture-floating-panel.is-mode{left:15.5%}.gesture-floating-panel.is-gestures{left:37%}.gesture-floating-panel.is-color{left:54%}.gesture-floating-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.gesture-floating-heading h2,.gesture-group-title h2,.gesture-mobile-group h2{margin:0;color:#312f2b;font-size:15px;font-weight:500;line-height:1.25}.gesture-floating-heading button{display:inline-grid;width:28px;height:28px;place-items:center;padding:0;border:0;background:transparent}.gesture-param-grid{display:grid;gap:20px}.gesture-slider{display:grid;grid-template-columns:68px minmax(0,1fr) 66px;align-items:center;gap:14px;color:#504e49;font-size:13px}.gesture-slider input{width:100%;min-width:0;accent-color:#1b365d}.gesture-slider strong{justify-self:end;min-width:54px;padding:8px 9px;border:1px solid #e8e6dc;border-radius:6px;color:#141413;background:#faf9f5;font-family:var(--toolai-app-font-mono, "JetBrains Mono", monospace);font-size:12px;font-weight:500;text-align:center}.gesture-floating-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.gesture-link-button,.gesture-small-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:0 12px;font-size:13px;font-weight:500}.gesture-link-button{border:0;background:transparent}.gesture-small-primary,.gesture-camera-button{border-color:#1b365d;background:#1b365d;color:#faf9f5}.gesture-camera-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 20px;font-size:18px;font-weight:500}.gesture-camera-button.is-secondary{border-color:#d6d2c6;background:#faf9f5;color:#312f2b}.gesture-camera-button:disabled{opacity:.64}.gesture-color-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gesture-color-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 14px;font-size:16px}.gesture-color-button span{width:24px;height:24px;border:1px solid #d6d2c6;border-radius:50%;background:#182a46}.gesture-color-button.is-midnight span{background:linear-gradient(135deg,#182a46,#314f7d)}.gesture-color-button.is-forest span{background:linear-gradient(135deg,#16352b,#2f6b58)}.gesture-color-button.is-plum span{background:linear-gradient(135deg,#2c1837,#684277)}.gesture-color-button.is-oxide span{background:linear-gradient(135deg,#3a1f1d,#8f4339)}.gesture-color-button.is-active{border-color:#1b365d;color:#1b365d;box-shadow:0 0 0 2px #1b365d14}.gesture-guide{display:grid;gap:12px}.gesture-group-title{display:flex;align-items:center;gap:10px;color:#504e49}.gesture-control-guide{display:grid;gap:10px;margin:0;padding:0;list-style:none}.gesture-control-guide li{position:relative;display:grid;grid-template-columns:6px minmax(0,1fr);gap:14px;align-items:start;color:#6b6a64;font-size:15px;line-height:1.35}.gesture-control-guide li:before{content:"";display:inline-block;width:4px;height:4px;margin-top:8px;border-radius:50%;background:#8d8a82}.gesture-dock{position:absolute;left:14px;right:14px;bottom:14px;z-index:9;display:grid;grid-template-columns:1.15fr 1.22fr 1.42fr 1.32fr auto 120px;gap:8px;align-items:stretch;min-height:88px;padding:12px;border:1px solid #e8e6dc;border-radius:10px;background:#faf9f5f5;box-shadow:0 12px 32px #312f2b14}.gesture-dock-card{position:relative;display:grid;align-content:center;gap:8px;min-width:0;min-height:62px;padding:9px 12px;text-align:left}.gesture-dock-card span,.gesture-dock-card strong{display:flex;align-items:center;min-width:0;gap:8px}.gesture-dock-card span{color:#504e49;font-size:13px;line-height:1.2}.gesture-dock-card strong{overflow:hidden;color:#312f2b;font-size:14px;font-weight:500;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.gesture-dock-card.is-active{border-color:#1b365d;box-shadow:inset 0 0 0 1px #1b365d14}.gesture-dock-card.is-active:before{content:"";position:absolute;left:50%;top:-15px;width:16px;height:16px;border-top:1px solid #1b365d;border-left:1px solid #1b365d;background:#faf9f5;transform:translate(-50%) rotate(45deg)}.gesture-dock-card.is-action button{border:0;background:transparent;color:#312f2b;font-size:14px;font-weight:500;text-align:left}.gesture-readout{display:grid;grid-template-columns:repeat(3,58px);gap:6px}.gesture-readout.is-pet{grid-template-columns:72px 58px 58px}.gesture-readout div{display:grid;place-items:center;gap:4px;min-width:0;min-height:62px;padding:7px 6px;border:1px solid #e8e6dc;border-radius:8px;background:#faf9f5e0}.gesture-readout span{color:#504e49;font-size:12px;line-height:1.1}.gesture-readout strong{color:#141413;font-family:var(--toolai-app-font-mono, "JetBrains Mono", monospace);font-size:18px;font-weight:500;line-height:1.1}.gesture-readout.is-pet strong{font-family:inherit;font-size:16px}.gesture-readout.is-pet span,.gesture-readout.is-pet strong{white-space:nowrap}.gesture-freeze-tile,.gesture-capture-button,.gesture-freeze-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:62px;padding:0 14px;font-size:14px;font-weight:500;white-space:nowrap}.gesture-mobile-sheet{display:none}.gesture-app-footer{display:block;margin-top:56px;border-top:1px solid #e8e6dc;padding:38px 0 30px;color:#6b6a64}.toolai-footer-main{display:grid;grid-template-columns:minmax(240px,1fr) minmax(340px,.62fr);gap:44px;min-height:156px}.toolai-footer-brand-block{max-width:320px}.toolai-footer-brand{display:block;color:#141413;font-family:inherit;font-size:27px;font-weight:500;letter-spacing:0;line-height:1.1}.toolai-footer-description{margin:14px 0 0;color:#8d8a82;font-size:16px;line-height:1.58}.toolai-footer-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:36px}.toolai-footer-section-title{margin:0 0 16px;color:#8d8a82;font-size:12px;font-weight:500;letter-spacing:.15em;line-height:1.2;text-transform:uppercase}.toolai-footer-links,.toolai-footer-contact{display:grid;gap:12px}.toolai-footer-link{color:#8d8a82;font-size:15px;line-height:1.35;overflow-wrap:anywhere;text-decoration:none;transition:color .16s ease}.toolai-footer-link:hover,.toolai-footer-link:focus-visible{color:#141413}.toolai-footer-contact-items{display:grid;justify-items:start;gap:12px}.toolai-footer-contact-popover{position:relative;width:max-content;max-width:100%}.toolai-footer-contact-trigger{display:inline-flex;align-items:center;padding:0;border:0;background:transparent;font:inherit;list-style:none;text-align:left;cursor:pointer}.toolai-footer-contact-trigger::-webkit-details-marker{display:none}.toolai-footer-contact-card{position:absolute;right:0;bottom:calc(100% + 10px);z-index:30;min-width:196px;padding:12px;border:1px solid #e8e6dc;border-radius:8px;background:#faf9f5;box-shadow:0 18px 50px #1414130b;color:#3d3d3a;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;visibility:hidden}.toolai-footer-contact-value{display:block;color:#3d3d3a;font-size:14px;line-height:1.4;white-space:nowrap}.toolai-footer-contact-card-qr{width:232px;max-width:calc(100vw - 36px);padding:10px}.toolai-footer-contact-card-qr img{display:block;width:100%;height:auto;border-radius:6px}.toolai-footer-contact-popover.is-open>.toolai-footer-contact-card,.toolai-footer-contact-popover:hover>.toolai-footer-contact-card,.toolai-footer-contact-popover:focus-within>.toolai-footer-contact-card{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.toolai-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #e8e6dc;padding:20px 0 0;color:#8d8a82;font-size:13px;line-height:1.5}.toolai-footer-legal-links{display:inline-flex;align-items:center;gap:20px;white-space:nowrap}.gesture-toast-viewport{position:fixed;right:18px;bottom:18px;z-index:80;display:grid;gap:8px;width:min(360px,calc(100vw - 32px))}.gesture-toast{padding:12px 14px;border:1px solid #d6d2c6;border-radius:8px;background:#faf9f5;color:#312f2b;box-shadow:0 18px 50px #1414130b;font-size:13px;line-height:1.45}.gesture-toast.is-warning,.gesture-toast.is-error{border-color:#efc8ca;color:#8c2826;background:#fdebec}.gesture-toast.is-info{border-color:#cfd9e6;color:#1b365d;background:#eef2f7}.is-spinning{animation:gesture-spin .9s linear infinite}@keyframes gesture-spin{to{transform:rotate(360deg)}}@keyframes gesture-breathe{0%,to{opacity:.58;transform:scale(.9)}50%{opacity:1;transform:scale(1.12)}}@media(max-width:1180px){.gesture-shell{width:min(1200px,calc(100% - 48px));padding-top:32px}.gesture-dock{grid-template-columns:1fr 1.1fr 1.2fr 1.15fr}.gesture-readout,.gesture-freeze-tile{display:none}}@media(max-width:760px){.toolai-footer-section .toolai-footer-links{justify-content:start;justify-items:start;text-align:left}.toolai-footer-contact .toolai-footer-contact-card{right:0;left:auto}.gesture-shell{width:min(100%,calc(100% - 28px));padding-top:36px}.gesture-shell>.toolai-app-topbar{grid-template-columns:1fr auto auto;gap:12px}.gesture-shell .toolai-app-brand{gap:20px}.gesture-shell .toolai-app-brand-mark{width:56px;height:56px;border-radius:8px}.gesture-shell .toolai-app-brand-title{font-size:31px}.gesture-shell .toolai-app-user-menu summary{width:52px;height:52px;min-height:52px;justify-content:center;padding:0;border-radius:50%;background:#f0e8dc}.gesture-shell .toolai-app-user-avatar{width:auto;height:auto;background:transparent;color:#8a6d44;font-size:18px}.gesture-shell .toolai-app-user-caret{display:none}.gesture-workbench{min-height:calc(100dvh - 136px);margin-top:30px;padding-bottom:0}.gesture-stage-surface{min-height:calc(100dvh - 154px);border-radius:20px}.gesture-stage-surface:before,.gesture-stage-surface:after{top:104px;right:0;bottom:388px;left:0}.gesture-stage-topline{top:31px;left:20px;right:20px}.gesture-live-badge,.gesture-stage-topline .gesture-mode-select-trigger{min-height:58px;padding:0 18px;border-radius:12px;font-size:20px}.gesture-stage-topline .gesture-mode-select{max-width:none}.gesture-error{top:98px;left:20px;max-width:calc(100% - 40px)}.gesture-floating-panel,.gesture-dock,.gesture-fullscreen-button{display:none}.gesture-mobile-sheet{position:absolute;left:0;right:0;bottom:0;z-index:12;display:grid;gap:22px;height:58vh;max-height:560px;overflow-y:auto;overscroll-behavior:contain;padding:14px 34px 30px;border:1px solid #d6d2c6;border-radius:26px 26px 18px 18px;background:#faf9f5fa;box-shadow:0 -18px 42px #312f2b1f;transform:translateY(var(--gesture-sheet-translate, 0));transition:transform .26s cubic-bezier(.16,1,.3,1);touch-action:none;-webkit-overflow-scrolling:touch}.gesture-mobile-sheet.is-open{--gesture-sheet-translate: var(--gesture-mobile-drag, 0px)}.gesture-mobile-sheet.is-closed{--gesture-sheet-translate: calc(100% - 132px + var(--gesture-mobile-drag, 0px))}.gesture-sheet-handle{display:grid;width:100%;height:14px;place-items:center;padding:0;border:0;background:transparent}.gesture-sheet-handle span{display:block;width:56px;height:6px;border-radius:999px;background:#c7c1b4}.gesture-mobile-primary-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.9fr);gap:78px;align-items:center}.gesture-mobile-primary-row .gesture-mode-select{min-width:0}.gesture-mobile-primary-row .gesture-mode-select-trigger{min-height:72px;border-radius:12px;font-size:22px}.gesture-mobile-expanded{display:grid;gap:24px;overflow:hidden;transition:opacity .18s ease}.gesture-mobile-sheet.is-closed .gesture-mobile-expanded{opacity:0;pointer-events:none}.gesture-param-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 52px}.gesture-slider{grid-template-columns:1fr 58px;gap:16px 18px;font-size:21px}.gesture-slider span{grid-column:1 / -1}.gesture-slider strong{min-width:58px;padding:0;border:0;background:transparent;font-size:18px}.gesture-mobile-divider{height:1px;background:#e8e6dc}.gesture-mobile-group{display:grid;gap:16px}.gesture-mobile-group h2,.gesture-group-title h2{font-size:24px}.gesture-color-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.gesture-color-button{min-height:64px;gap:18px;border-radius:10px;font-size:21px}.gesture-color-button span{width:30px;height:30px}.gesture-control-guide{gap:10px 0}.gesture-control-guide li{font-size:20px}.gesture-readout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gesture-readout.is-pet{grid-template-columns:repeat(3,minmax(0,1fr))}.gesture-readout div{justify-items:start;min-height:112px;padding:18px 24px}.gesture-readout span{font-size:20px}.gesture-readout strong{font-size:30px}.gesture-readout.is-pet strong{font-size:28px}.gesture-mobile-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.gesture-capture-button,.gesture-freeze-button{min-height:60px;border-radius:10px;font-size:22px}.gesture-app-footer{display:none}.toolai-footer-main{grid-template-columns:1fr;gap:28px}.toolai-footer-sections{grid-template-columns:1fr;gap:24px}.toolai-footer-bottom{align-items:flex-start;flex-direction:column}.toolai-footer-legal-links{flex-wrap:wrap;white-space:normal}}@media(max-width:520px){.gesture-shell{width:min(100%,calc(100% - 30px));padding-top:20px}.gesture-shell .toolai-app-brand{gap:16px}.gesture-shell .toolai-app-brand-mark{width:38px;height:38px}.gesture-shell .toolai-app-brand-title{font-size:23px}.gesture-shell .toolai-app-user-menu summary{width:38px;height:38px;min-height:38px}.gesture-shell .toolai-app-user-avatar{font-size:15px}.gesture-workbench{min-height:calc(100dvh - 92px);margin-top:30px}.gesture-stage-surface{min-height:calc(100dvh - 106px);border-radius:18px}.gesture-stage-topline{top:32px;left:20px;right:20px}.gesture-live-badge,.gesture-stage-topline .gesture-mode-select-trigger{min-height:36px;padding:0 12px;border-radius:8px;font-size:14px}.gesture-stage-topline .gesture-mode-select{max-width:none}.gesture-mobile-sheet{gap:16px;height:48vh;padding:10px 16px 16px;border-radius:22px 22px 14px 14px}.gesture-mobile-sheet.is-closed{--gesture-sheet-translate: calc(100% - 94px + var(--gesture-mobile-drag, 0px))}.gesture-sheet-handle{height:11px}.gesture-sheet-handle span{width:42px;height:4px}.gesture-mobile-primary-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.gesture-camera-button,.gesture-mobile-primary-row .gesture-mode-select-trigger{min-height:46px;gap:8px;padding:0 12px;font-size:15px}.gesture-mode-select-trigger{gap:8px}.gesture-param-grid{grid-template-columns:1fr;gap:14px}.gesture-slider{grid-template-columns:1fr 50px;gap:8px 12px;font-size:15px}.gesture-slider strong{font-size:13px}.gesture-mobile-divider{margin-top:2px}.gesture-mobile-group{gap:12px}.gesture-mobile-group h2,.gesture-group-title h2{font-size:18px}.gesture-color-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gesture-color-button{min-height:48px;gap:12px;font-size:15px}.gesture-color-button span{width:22px;height:22px}.gesture-control-guide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.gesture-control-guide li{font-size:14px}.gesture-control-guide li+li:before{display:none}.gesture-readout{gap:10px}.gesture-readout.is-pet{grid-template-columns:repeat(3,minmax(0,1fr))}.gesture-readout div{min-height:76px;padding:10px 12px}.gesture-readout span{font-size:14px}.gesture-readout strong{font-size:22px}.gesture-readout.is-pet strong{font-size:20px}.gesture-mobile-actions{grid-template-columns:1fr;gap:10px}.gesture-capture-button,.gesture-freeze-button{min-height:48px;font-size:15px}}
