:root{--st-text:#18181b;--st-muted:#71717a;--st-border:#e4e4e7;--st-blue:#3b82f6;--st-green:#10b981;--intensity-4:rgba(0,0,0,.04);--intensity-6:rgba(0,0,0,.06);--intensity-8:rgba(0,0,0,.08);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box;cursor:none!important}.wt-shell{display:block;width:100%;background:#fff;border-radius:18px;padding:0;color:var(--st-text);cursor:none;border:.5px solid var(--st-border)}.wt-cursor{position:fixed;width:16px;height:16px;border-radius:50%;background:#3b82f680;border:1.5px solid #3b82f6;pointer-events:none;transform:translate(-50%,-50%);transition:width .15s,height .15s;z-index:9999}.wt-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:.5px solid var(--st-border);flex-wrap:wrap;gap:8px}.wt-htitle{font-size:14px;font-weight:600}.wt-hmeta{font-size:11px;color:var(--st-muted)}.wt-hbtn{height:32px;padding:0 14px;border:none;border-radius:9px;background:var(--st-blue);color:#fff;font-size:11px;font-weight:500;cursor:none}.wt-headright{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wt-devseg,.wt-filetoggle{display:flex;gap:4px;background:var(--intensity-4);border-radius:999px;padding:3px}.wt-devbtn,.wt-filetab{height:24px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:500;color:var(--st-muted);border:none;background:transparent;cursor:none}.wt-devbtn.active,.wt-filetab.active{background:#fff;color:var(--st-text);box-shadow:0 1px 3px var(--intensity-8)}.wt-body{display:grid;grid-template-columns:80px 1fr 270px}.wt-body.tablet,.wt-body.mobile{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.wt-film{background:#fff;border-right:.5px solid var(--st-border);padding:10px 6px;display:flex;flex-direction:column;gap:8px}.wt-body.tablet .wt-film,.wt-body.mobile .wt-film{border-right:none;border-bottom:.5px solid var(--st-border);flex-direction:row;overflow-x:auto;padding:8px}.wt-thumb{width:100%;aspect-ratio:1;border-radius:8px;background:var(--intensity-6);border:1.5px solid transparent;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.wt-thumb img{width:100%;height:100%;object-fit:cover}.wt-body.tablet .wt-thumb,.wt-body.mobile .wt-thumb{width:40px}.wt-thumb.sel{border-color:var(--st-blue)}.wt-add{width:100%;aspect-ratio:1;border-radius:8px;border:1.5px dashed var(--st-border);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--st-muted);flex-shrink:0}.wt-body.tablet .wt-add,.wt-body.mobile .wt-add{width:40px}.wt-canvasarea{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;position:relative;background:#fff;gap:10px}.wt-timeline{display:flex;gap:3px;background:var(--intensity-4);border-radius:8px;padding:4px;width:280px}.wt-body.mobile .wt-timeline{width:230px}.wt-frame{flex:1;aspect-ratio:16/10;border-radius:5px;background:linear-gradient(160deg,#dcdcda,#f0f0ee);border:1px solid transparent;cursor:none}.wt-frame.active{border-color:var(--st-blue)}.wt-photo{width:280px;height:200px;border-radius:10px;background:linear-gradient(160deg,#e8e8e6,#f7f7f6);border:.5px solid var(--st-border);position:relative;overflow:hidden}.wt-body.mobile .wt-photo{width:230px;height:165px}.wt-videobadge{position:absolute;top:8px;left:8px;background:#18181bb8;color:#fff;font-size:9px;font-weight:600;padding:3px 7px;border-radius:6px;display:flex;align-items:center;gap:4px;z-index:2}.wt-wm{position:absolute;font-weight:700;color:#18181b;white-space:nowrap;-webkit-user-select:none;user-select:none}.wt-tilewrap{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;pointer-events:none}.wt-tilewrap span{font-weight:700;display:flex;align-items:center;justify-content:center;font-size:10px;white-space:nowrap}.wt-wm.logo-drag{cursor:none}.wt-wm.logo-drag:hover{outline:1px dashed var(--st-blue)}.wt-playbar{display:flex;align-items:center;gap:10px;width:280px}.wt-body.mobile .wt-playbar{width:230px}.wt-playbtn{width:30px;height:30px;border-radius:50%;background:var(--st-text);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:none;flex-shrink:0}.wt-scrubber{flex:1;height:4px;-webkit-appearance:none;background:var(--intensity-8);border-radius:4px;cursor:none}.wt-scrubber::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--st-blue);cursor:none}.wt-timelabel{font-size:10px;color:var(--st-muted);min-width:58px;text-align:right}.wt-draghint{font-size:10px;color:var(--st-muted);text-align:center}.wt-panel{border-left:.5px solid var(--st-border);padding:16px;display:flex;flex-direction:column;gap:14px;background:#fff}.wt-body.tablet .wt-panel,.wt-body.mobile .wt-panel{border-left:none;border-top:.5px solid var(--st-border)}.wt-tabs{display:flex;background:var(--intensity-6);border-radius:999px;padding:3px;gap:2px}.wt-tab{flex:1;text-align:center;font-size:11px;font-weight:500;padding:7px 0;border-radius:999px;color:var(--st-muted);cursor:none;border:none;background:transparent}.wt-tab.active{background:#fff;color:var(--st-text);box-shadow:0 1px 3px var(--intensity-8)}.wt-field{display:flex;flex-direction:column;gap:6px}.wt-label{font-size:11px;color:var(--st-muted);display:flex;justify-content:space-between}.wt-input{height:32px;border:.5px solid var(--st-border);border-radius:8px;background:#fff;font-size:12px;padding:0 10px;color:var(--st-text);width:100%}.wt-range{width:100%;height:4px;-webkit-appearance:none;background:var(--intensity-8);border-radius:4px;cursor:none}.wt-range::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--st-blue);cursor:none}.wt-posmodern{display:flex;flex-direction:column;gap:6px}.wt-posrow{display:flex;gap:6px}.wt-posbtn2{flex:1;height:36px;border-radius:9px;background:var(--intensity-4);border:1px solid var(--st-border);cursor:none;display:flex;align-items:center;justify-content:center}.wt-posbtn2 svg{width:15px;height:15px;stroke:var(--st-muted)}.wt-posbtn2.active{background:var(--st-blue);border-color:var(--st-blue)}.wt-posbtn2.active svg{stroke:#fff}.wt-posquick{display:flex;gap:6px;flex-wrap:wrap}.wt-poschip{height:26px;padding:0 10px;border-radius:999px;background:var(--intensity-4);border:.5px solid var(--st-border);font-size:10px;color:var(--st-text);cursor:none}.wt-poschip.active{background:var(--st-blue);color:#fff;border-color:var(--st-blue)}.wt-swatchrow{display:flex;gap:6px;flex-wrap:wrap}.wt-sw{width:22px;height:22px;border-radius:6px;border:1px solid var(--st-border);cursor:none;flex-shrink:0}.wt-sw.sel{outline:2px solid var(--st-blue);outline-offset:1px}.wt-customsw{width:22px;height:22px;border-radius:6px;border:1px dashed var(--st-border);cursor:none;flex-shrink:0;position:relative;overflow:hidden}.wt-customsw input[type=color]{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;width:30px;height:30px;cursor:none;border:none;padding:0}.wt-toggle{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--st-muted)}.wt-pill{width:32px;height:18px;border-radius:999px;background:var(--intensity-8);position:relative;cursor:none;transition:background .15s}.wt-pill.on{background:var(--st-blue)}.wt-pill:after{content:"";position:absolute;left:2px;top:2px;width:14px;height:14px;border-radius:50%;background:#fff;transition:left .15s}.wt-pill.on:after{left:16px}.wt-btn{height:36px;border:none;border-radius:9px;background:var(--st-blue);color:#fff;font-size:12px;font-weight:500;cursor:none}.wt-btnsecondary{height:36px;border:.5px solid var(--st-border);border-radius:9px;background:#fff;color:var(--st-text);font-size:12px;font-weight:500;cursor:none}.wt-btnrow{display:flex;gap:8px}.wt-uploadbtn{width:100%;height:32px;border:none;border-radius:9px;background:var(--st-blue);color:#fff;font-size:11px;font-weight:500;cursor:none;margin-top:6px}.wt-dropzone{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fff;border:2px dashed var(--st-border);border-radius:10px;z-index:10;color:var(--st-muted);font-size:12px;pointer-events:none}@media (max-width: 860px){.wt-body{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.wt-film{border-right:none;border-bottom:.5px solid var(--st-border);flex-direction:row;overflow-x:auto;padding:8px}.wt-thumb,.wt-add{width:40px}.wt-panel{border-left:none;border-top:.5px solid var(--st-border)}}@media (max-width: 480px){.wt-photo{width:100%;max-width:320px;height:200px}.wt-timeline,.wt-playbar{width:100%;max-width:320px}}
