:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--page: #09090b;--panel: rgba(20, 20, 23, .88);--panel-strong: #141417;--border: rgba(255, 255, 255, .09);--border-hover: rgba(255, 255, 255, .16);--muted: #9c9ca5;--muted-strong: #c8c8cf;--cyan: #25f4ee;--pink: #fe2c55;--violet: #a78bfa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;color:#f8f8fa;background:radial-gradient(circle at 18% -5%,rgba(37,244,238,.09),transparent 28rem),radial-gradient(circle at 86% 2%,rgba(254,44,85,.1),transparent 28rem),var(--page)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}img{display:block;max-width:100%}.app-shell{min-height:100vh;overflow:hidden}.site-header{width:min(1180px,calc(100% - 40px));height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:17px;font-weight:760;letter-spacing:-.03em;text-decoration:none}.brand-mark{position:relative;width:34px;height:34px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:#111114;overflow:hidden}.brand-mark svg{position:relative;z-index:2}.brand-bubble{position:absolute;width:20px;height:20px;border-radius:50%;filter:blur(5px);opacity:.55}.brand-bubble-cyan{top:-3px;left:-2px;background:var(--cyan)}.brand-bubble-pink{right:-3px;bottom:-3px;background:var(--pink)}.header-note{display:flex;align-items:center;gap:7px;color:#b7b7c0;font-size:12px;font-weight:600}.header-note svg{color:#6ee7b7}main{width:min(1180px,calc(100% - 40px));margin:0 auto}.hero{max-width:760px;margin:76px auto 42px;text-align:center}.eyebrow{width:fit-content;margin:0 auto 17px;display:flex;align-items:center;gap:7px;padding:7px 11px;color:#d8d8de;font-size:12px;font-weight:650;border:1px solid var(--border);border-radius:999px;background:#ffffff09;box-shadow:inset 0 1px #ffffff0d}.eyebrow svg{color:var(--cyan)}.hero h1{margin:0;font-size:clamp(38px,5.3vw,68px);line-height:1.04;letter-spacing:-.065em;font-weight:820}.hero h1 span{display:block;color:transparent;background:linear-gradient(90deg,#fff 3%,var(--cyan) 46%,#f6b9ca 97%);background-clip:text;-webkit-background-clip:text}.hero p{max-width:610px;margin:22px auto 0;color:var(--muted);font-size:16px;line-height:1.75}.studio{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:18px;align-items:start}.studio:before{content:"";position:absolute;z-index:-1;top:6%;right:16%;bottom:18%;left:16%;background:#7c3aed24;filter:blur(120px);pointer-events:none}.panel{border:1px solid var(--border);border-radius:23px;background:linear-gradient(145deg,#18181ced,#0e0e11f5);box-shadow:0 28px 80px #00000057,inset 0 1px #ffffff09}.editor-panel{padding:25px}.preview-panel{position:sticky;top:18px;padding:25px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.panel-heading h2{margin:3px 0 0;font-size:20px;letter-spacing:-.035em}.panel-kicker{display:block;color:#73737c;font-size:10px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.icon-button,.secondary-button,.text-button,.canvas-toolbar button{border:0;cursor:pointer}.icon-button{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;color:#aaaab3;font-size:12px;font-weight:600;border:1px solid var(--border);border-radius:9px;background:#ffffff09;transition:.16s ease}.icon-button:hover{color:#fff;border-color:var(--border-hover);background:#fff1}.field-group{display:grid;gap:8px;margin:0 0 18px}.field-label{color:#cfcfd5;font-size:12px;font-weight:680}.field-label-row{display:flex;align-items:center;justify-content:space-between}.field-label-row span{color:#66666f;font-size:10px;font-weight:600}.segmented-control{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.065);border-radius:11px;background:#0c0c0e}.segmented-control button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:38px;color:#797982;font-size:12px;font-weight:650;border:0;border-radius:8px;background:transparent;cursor:pointer;transition:.16s ease}.segmented-control button:hover{color:#d7d7dd}.segmented-control button.active{color:#fff;background:#222227;box-shadow:0 1px 5px #00000080,inset 0 1px #ffffff0f}.avatar-control{display:flex;align-items:center;gap:13px;padding:13px;border:1px solid var(--border);border-radius:12px;background:#ffffff06}.avatar-control>img{width:48px;height:48px;flex:0 0 auto;object-fit:cover;border:2px solid rgba(255,255,255,.13);border-radius:50%}.avatar-control>div{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.secondary-button,.text-button{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;font-size:11px;font-weight:650;border-radius:8px}.secondary-button{color:#e9e9ec;border:1px solid var(--border);background:#242429}.text-button{color:#aca6ff;background:transparent}.secondary-button:hover,.text-button:hover{filter:brightness(1.16)}.input-grid,.metrics-grid{display:grid;gap:12px}.input-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.input-grid>:only-child{grid-column:1 / -1}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metrics-grid .field-group,.input-grid .field-group{min-width:0}input,textarea,.input-prefix,.input-with-icon{width:100%;color:#f4f4f6;border:1px solid var(--border);border-radius:10px;background:#0c0c0f;transition:border-color .16s ease,box-shadow .16s ease}input,textarea{padding:11px 12px}input{height:42px}textarea{min-height:102px;line-height:1.55;resize:vertical}input::placeholder,textarea::placeholder{color:#56565e}input:hover,textarea:hover,.input-prefix:hover,.input-with-icon:hover{border-color:#ffffff24}input:focus,textarea:focus,.input-prefix:focus-within,.input-with-icon:focus-within{outline:0;border-color:#25f4ee6b;box-shadow:0 0 0 3px #25f4ee12}.input-prefix,.input-with-icon{height:42px;display:flex;align-items:center;overflow:hidden}.input-prefix>span{padding-left:12px;color:#777781;font-size:13px}.input-with-icon>svg{margin-left:11px;color:#696972}.input-prefix input,.input-with-icon input{height:40px;padding-left:6px;border:0;background:transparent;box-shadow:none}.option-list{margin-top:2px;border:1px solid var(--border);border-radius:12px;overflow:hidden}.option-row{min-height:48px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;background:#ffffff05}.option-row+.option-row{border-top:1px solid var(--border)}.option-row>div{display:flex;align-items:center;gap:9px;color:#c7c7ce;font-size:12px;font-weight:620}.option-row>div>svg{color:#9b9ba5}.toggle{width:36px;height:21px;padding:2px;border:0;border-radius:999px;background:#38383f;cursor:pointer;transition:.18s ease}.toggle span{display:block;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0006;transition:transform .18s ease}.toggle.is-on{background:linear-gradient(90deg,#14b8a6,#25f4ee)}.toggle.is-on span{transform:translate(15px)}.verified-badge{position:relative;width:1em;height:1em;display:inline-grid;place-items:center;flex:0 0 auto;color:#20d5ec}.verified-badge>svg:first-child{width:100%;height:100%;stroke:#20d5ec}.verified-check{position:absolute;color:#fff}.theme-control{display:flex;gap:3px;padding:3px;border:1px solid var(--border);border-radius:9px;background:#0d0d10}.theme-control button{width:31px;height:29px;display:grid;place-items:center;color:#777781;border:0;border-radius:6px;background:transparent;cursor:pointer}.theme-control button.active{color:#fff;background:#2a2a30}.canvas-frame{border:1px solid var(--border);border-radius:16px;background:#0b0b0d;overflow:hidden}.canvas-toolbar{height:43px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;color:#777781;font-size:10px;font-weight:650;border-bottom:1px solid var(--border)}.canvas-toolbar span,.canvas-toolbar button{display:flex;align-items:center;gap:6px}.canvas-toolbar button{padding:6px 8px;color:#b6b6bf;font-size:10px;border-radius:7px;background:#ffffff0a}.canvas-toolbar button:hover{color:#fff;background:#ffffff14}.checkerboard{min-height:414px;padding:28px 18px;display:grid;place-items:center;background-color:#151518;background-image:linear-gradient(45deg,rgba(255,255,255,.028) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.028) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.028) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.028) 75%);background-position:0 0,0 12px,12px -12px,-12px 0;background-size:24px 24px}.export-surface{width:100%;max-width:460px;padding:20px}.tiktok-card{width:100%;padding:20px 18px 17px;color:#f5f5f5;font-family:Arial,Helvetica,sans-serif;border-radius:15px;box-shadow:0 18px 44px #00000040}.tiktok-card.preview-dark{color:#f5f5f5;border:1px solid rgba(255,255,255,.055);background:#171719}.tiktok-card.preview-light{color:#111114;border:1px solid rgba(0,0,0,.055);background:#fff}.comment-row{display:grid;grid-template-columns:49px minmax(0,1fr) 42px;gap:11px;align-items:start}.avatar-ring{width:49px;height:49px;padding:1.5px;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:#ffffff0f}.preview-light .avatar-ring{border-color:#00000014;background:#00000009}.avatar-ring img{width:100%;height:100%;object-fit:cover;border-radius:50%}.comment-main{min-width:0;padding-top:1px}.author-line{display:flex;align-items:center;gap:4px;min-height:19px}.author-line strong{min-width:0;max-width:100%;overflow:hidden;font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.comment-main p{margin:4px 0 0;font-size:15px;font-weight:450;line-height:1.35;letter-spacing:-.01em;overflow-wrap:anywhere;white-space:pre-wrap}.comment-meta{margin-top:7px;display:flex;align-items:center;gap:16px;color:#8a8a90;font-size:12px;font-weight:550}.comment-meta button{padding:0;color:inherit;font-size:inherit;font-weight:650;border:0;background:transparent}.comment-actions{padding-top:24px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#8a8a90;font-size:11px;font-weight:550}.comment-actions svg{color:currentColor}.comment-actions .heart-liked{color:#fe2c55}.view-replies{margin-top:16px;display:flex;align-items:center;gap:10px;color:#8a8a90;font-size:12px;font-weight:620}.view-replies>span{width:26px;height:1px;background:currentColor;opacity:.58}.reply-context{position:relative;margin:0 10px 17px 24px;padding:0 0 13px 23px;display:flex;align-items:center;gap:9px;color:#8b8b92;font-size:11px;border-bottom:1px solid rgba(127,127,127,.18)}.reply-context-line{position:absolute;left:7px;top:20px;width:1px;height:25px;background:#7f7f7f52}.reply-context-avatar{width:28px;height:28px;display:grid;place-items:center;color:#ddd;font-size:12px;font-weight:700;border-radius:50%;background:linear-gradient(135deg,#35353b,#18181b)}.preview-light .reply-context-avatar{color:#333;background:linear-gradient(135deg,#eeeeef,#d6d6da)}.reply-context>div:last-child{display:flex;align-items:baseline;gap:5px}.reply-context strong{max-width:180px;overflow:hidden;color:inherit;text-overflow:ellipsis;white-space:nowrap}.download-button{width:100%;min-height:48px;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:9px;color:#09090b;font-size:13px;font-weight:760;border:0;border-radius:11px;background:linear-gradient(100deg,#f9fafb 10%,#dffcfb 58%,#fff0f4);box-shadow:0 11px 28px #25f4ee17;cursor:pointer;transition:transform .16s ease,filter .16s ease}.download-button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.03)}.download-button:disabled{cursor:wait;opacity:.78}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.privacy-note,.error-message{margin:11px 0 0;display:flex;align-items:center;justify-content:center;gap:6px;color:#6f6f78;font-size:10px;text-align:center}.error-message{color:#fb7185}.feature-strip{margin:22px 0 84px;padding:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border:1px solid rgba(255,255,255,.07);border-radius:20px;background:#ffffff05}.feature-strip>div{padding:8px}.feature-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px}.feature-icon.cyan{color:var(--cyan);background:#25f4ee14}.feature-icon.pink{color:#fb7185;background:#fe2c5517}.feature-icon.violet{color:#c4b5fd;background:#a78bfa1a}.feature-strip h3{margin:13px 0 6px;font-size:14px}.feature-strip p{margin:0;color:#787882;font-size:12px;line-height:1.6}footer{width:min(1180px,calc(100% - 40px));min-height:112px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;color:#66666f;border-top:1px solid rgba(255,255,255,.07)}footer .brand{opacity:.74}footer p{margin:0;font-size:10px;line-height:1.6;text-align:center}footer>span{justify-self:end;font-size:10px}@media(max-width:900px){.studio{grid-template-columns:1fr}.preview-panel{position:static}.checkerboard{min-height:380px}.feature-strip{margin-bottom:60px}}@media(max-width:640px){.site-header,main,footer{width:min(100% - 24px,1180px)}.site-header{height:66px}.header-note span{display:none}.hero{margin:52px auto 30px}.hero h1{font-size:clamp(36px,11vw,50px)}.hero p{font-size:14px}.panel,.feature-strip{border-radius:17px}.editor-panel,.preview-panel{padding:18px}.input-grid,.metrics-grid{grid-template-columns:1fr 1fr}.metrics-grid>:last-child{grid-column:1 / -1}.checkerboard{min-height:340px;padding:14px 6px}.export-surface{padding:12px}.tiktok-card{padding:17px 14px 15px}.comment-row{grid-template-columns:43px minmax(0,1fr) 36px;gap:9px}.avatar-ring{width:43px;height:43px}.comment-main p{font-size:14px}.feature-strip{grid-template-columns:1fr;gap:4px;padding:17px}.feature-strip>div{display:grid;grid-template-columns:38px 1fr;column-gap:12px}.feature-strip h3{margin:2px 0 4px}.feature-strip p{grid-column:2}footer{padding:28px 0;grid-template-columns:1fr;justify-items:center}footer p{max-width:360px}footer>span{justify-self:center}}@media(max-width:400px){.editor-panel,.preview-panel{padding:15px}.avatar-control{align-items:flex-start}.avatar-control>div{align-items:flex-start;flex-direction:column}.comment-row{grid-template-columns:40px minmax(0,1fr) 32px;gap:8px}.avatar-ring{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.header-actions,.header-actions>div,.project-bar,.project-bar>div,.section-heading,.style-inline-row,.modal-heading,.modal-actions{display:flex;align-items:center}.header-actions{gap:12px}.language-button{min-height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;color:#d7d7dd;font-size:11px;font-weight:700;border:1px solid var(--border);border-radius:9px;background:#ffffff0a;cursor:pointer}.project-bar{min-height:72px;margin-bottom:18px;padding:12px 14px 12px 18px;justify-content:space-between;gap:18px;border:1px solid var(--border);border-radius:17px;background:#121215db;box-shadow:0 16px 44px #0003}.project-bar label{min-width:0;flex:1;display:grid;gap:3px}.project-bar label>span{color:#6f6f78;font-size:9px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.project-bar input{height:32px;padding:0;font-size:15px;font-weight:720;border:0;background:transparent;box-shadow:none}.project-bar>div{flex-wrap:wrap;justify-content:flex-end;gap:7px}.project-bar button{min-height:36px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#bdbdc5;font-size:11px;font-weight:680;border:1px solid var(--border);border-radius:9px;background:#ffffff09;cursor:pointer}.project-bar button:hover{color:#fff;border-color:var(--border-hover)}.project-bar .save-button{color:#101012;border-color:transparent;background:#f4f4f5}.comment-list{display:grid;gap:7px}.comment-list-item{min-width:0;min-height:58px;padding:7px 7px 7px 5px;display:grid;grid-template-columns:18px 20px 36px minmax(0,1fr) auto;align-items:center;gap:7px;color:#94949d;border:1px solid rgba(255,255,255,.065);border-radius:11px;background:#ffffff05;cursor:pointer;transition:border-color .15s ease,background .15s ease,opacity .15s ease}.comment-list-item:hover{border-color:#ffffff21;background:#ffffff09}.comment-list-item.active{color:#e8e8eb;border-color:#25f4ee4d;background:linear-gradient(90deg,#25f4ee0e,#ffffff06);box-shadow:inset 3px 0 var(--cyan)}.comment-list-item.dragging{opacity:.45}.drag-handle{color:#53535b;cursor:grab}.comment-index{color:#66666f;font-size:10px;font-weight:750;text-align:center}.list-avatar,.editor-avatar{display:block;flex:0 0 auto;border:1px solid rgba(255,255,255,.12);border-radius:50%;overflow:hidden}.list-avatar{width:36px;height:36px}.editor-avatar{width:50px;height:50px}.avatar-image{width:100%;height:100%;display:block;overflow:hidden;border-radius:inherit}.avatar-image img{width:100%;height:100%;object-fit:cover;transform-origin:center;-webkit-user-select:none;user-select:none}.comment-list-copy{min-width:0;display:grid;gap:2px}.comment-list-copy strong,.comment-list-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-list-copy strong{color:inherit;font-size:11px}.comment-list-copy small{color:#6f6f78;font-size:9px}.comment-list-actions{display:flex;gap:3px;opacity:0;transition:opacity .15s ease}.comment-list-item:hover .comment-list-actions,.comment-list-item.active .comment-list-actions{opacity:1}.comment-list-actions button{width:25px;height:25px;padding:0;display:grid;place-items:center;color:#85858e;border:0;border-radius:6px;background:#ffffff0a;cursor:pointer}.comment-list-actions button:hover:not(:disabled){color:#fff;background:#ffffff1a}.comment-list-actions button:disabled{opacity:.28;cursor:default}.comment-list-actions .danger:hover,.history-item button.danger:hover{color:#fb7185;background:#fb71851a}.add-comment-button{min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;color:#8f8f98;font-size:11px;font-weight:680;border:1px dashed rgba(255,255,255,.12);border-radius:10px;background:transparent;cursor:pointer}.add-comment-button:hover{color:var(--cyan);border-color:#25f4ee52;background:#25f4ee09}.editor-divider{height:1px;margin:24px -25px 21px;background:var(--border)}.section-heading{margin-bottom:15px;justify-content:space-between;color:#e1e1e5;font-size:12px;font-weight:750}.section-heading small{color:#676770;font-size:9px}.template-control{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border:1px solid rgba(255,255,255,.065);border-radius:11px;background:#0c0c0e}.template-control button{min-width:0;min-height:45px;padding:5px;display:flex;align-items:center;justify-content:center;gap:5px;color:#74747d;font-size:10px;font-weight:680;border:0;border-radius:8px;background:transparent;cursor:pointer}.template-control button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-control button.active{color:#fff;background:#26262b;box-shadow:0 1px 5px #00000080,inset 0 1px #ffffff0f}.style-details{margin-top:18px;border:1px solid var(--border);border-radius:12px;background:#ffffff03;overflow:hidden}.style-details summary{min-height:46px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;color:#c9c9d0;font-size:12px;font-weight:680;cursor:pointer;list-style:none}.style-details summary::-webkit-details-marker{display:none}.style-details summary span{display:flex;align-items:center;gap:8px}.style-details[open] summary>svg{transform:rotate(180deg)}.style-controls{padding:14px;display:grid;gap:15px;border-top:1px solid var(--border)}.range-field{display:grid;gap:8px}.range-field>span,.style-inline-row>span{display:flex;align-items:center;justify-content:space-between;color:#a8a8b0;font-size:10px;font-weight:650}.range-field output{color:#777781;font-variant-numeric:tabular-nums}input[type=range]{width:100%;height:4px;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:99px;background:#36363d;box-shadow:none;accent-color:var(--cyan)}input[type=range]::-webkit-slider-thumb{width:15px;height:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #0f0f12;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 1px #25f4ee59;cursor:pointer}.style-inline-row{min-height:30px;justify-content:space-between}.small-segmented{display:flex;padding:2px;border:1px solid var(--border);border-radius:8px;background:#0c0c0f}.small-segmented button{padding:5px 8px;color:#6f6f78;font-size:9px;font-weight:700;border:0;border-radius:5px;background:transparent;cursor:pointer}.small-segmented button.active{color:#fff;background:#29292f}.capture-node{max-width:none;flex:0 0 auto}.export-scene{width:var(--scene-width);max-width:none;padding:18px;color:#f5f5f5;font-family:Arial,Helvetica,sans-serif;font-size:calc(16px * var(--font-scale));line-height:var(--comment-line-height)}.export-scene.scene-solid.preview-dark{background:#09090b}.export-scene.scene-solid.preview-light{background:#f3f3f5}.thread-card,.reply-card{border-radius:var(--scene-radius);box-shadow:0 18px 45px #00000040;overflow:hidden}.preview-dark .thread-card,.preview-dark .reply-card{color:#f5f5f5;border:1px solid rgba(255,255,255,.06);background:#171719}.preview-light .thread-card,.preview-light .reply-card{color:#111114;border:1px solid rgba(0,0,0,.06);background:#fff}.thread-topbar{min-height:48px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(127,127,127,.15)}.thread-topbar strong{font-size:.86em}.thread-topbar span{color:#85858c;font-size:.68em}.thread-comments{padding:3px 0}.comment-block{position:relative;padding:16px 17px;display:grid;grid-template-columns:49px minmax(0,1fr) 42px;gap:11px;align-items:start;cursor:default}.thread-comments .comment-block+.comment-block{border-top:1px solid rgba(127,127,127,.12)}.density-compact .comment-block{padding-top:11px;padding-bottom:11px}.comment-block .avatar-ring{width:49px;height:49px;padding:1.5px;border:1px solid rgba(127,127,127,.18);border-radius:50%;background:#7f7f7f14}.comment-block .comment-main{min-width:0;padding-top:1px}.pin-label{display:block;margin-bottom:2px;color:#8b8b92;font-size:.61em;font-weight:650}.comment-block .author-line{display:flex;align-items:center;gap:4px;min-height:19px}.comment-block .author-line strong{min-width:0;overflow:hidden;font-size:.88em;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.comment-block .comment-main p{margin:4px 0 0;font-size:.94em;font-weight:450;line-height:var(--comment-line-height);letter-spacing:-.01em;overflow-wrap:anywhere;white-space:pre-wrap}.comment-block .comment-meta{margin-top:7px;display:flex;align-items:center;flex-wrap:wrap;gap:13px;color:#8a8a90;font-size:.69em;font-weight:560}.comment-block .comment-meta em{padding:2px 5px;color:#d8d8dd;font-size:.87em;font-style:normal;border-radius:4px;background:#7f7f7f26}.preview-light .comment-block .comment-meta em{color:#55555c}.comment-block .comment-actions{padding-top:22px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#8a8a90;font-size:.64em;font-weight:560}.comment-block .comment-actions .heart-liked{color:#fe2c55}.comment-block .view-replies{margin-top:14px;display:flex;align-items:center;gap:9px;color:#8a8a90;font-size:.68em;font-weight:620}.comment-block .view-replies>span{width:24px;height:1px;background:currentColor;opacity:.56}.reply-card{padding:0 0 4px}.reply-card .reply-context{min-height:56px;margin:0 18px;padding:0 4px;display:flex;align-items:center;gap:9px;color:#8b8b92;font-size:.7em;border-bottom:1px solid rgba(127,127,127,.16)}.reply-context-line{width:18px;height:1px;background:currentColor;opacity:.45}.reply-context-avatar{width:28px;height:28px;display:grid;place-items:center;color:#ddd;font-size:.9em;font-weight:700;border-radius:50%;background:#7f7f7f2e}.video-overlay-card{position:relative;height:calc(var(--scene-width) * 1.28);min-height:470px;color:#fff;border-radius:var(--scene-radius);background:linear-gradient(180deg,#00000008 20%,#000000b8),radial-gradient(circle at 68% 26%,#fbbf24 0,#db2777 18%,transparent 42%),linear-gradient(135deg,#172554,#581c87 48%,#111827);box-shadow:0 20px 55px #0000005c;overflow:hidden}.video-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}.video-caption{position:absolute;left:18px;right:70px;bottom:16px;display:grid;gap:4px;font-size:.74em;text-shadow:0 1px 4px rgba(0,0,0,.55)}.video-caption small{display:flex;align-items:center;gap:4px;opacity:.86}.video-side-actions{position:absolute;right:14px;bottom:18px;display:grid;gap:15px;text-align:center}.video-side-actions span{display:grid;justify-items:center;gap:2px;font-size:.58em;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.6)}.overlay-comment-wrap{position:absolute;left:12px;right:12px;bottom:95px}.comment-overlay{padding:13px;grid-template-columns:43px minmax(0,1fr) 36px;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#08080bbd;box-shadow:0 14px 35px #0000004d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.comment-overlay .avatar-ring{width:43px;height:43px}.comment-overlay .view-replies{display:none}.canvas-scroll{min-height:500px;display:flex;align-items:center;justify-content:center;overflow:auto}.download-grid{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.download-grid .download-button{grid-column:1 / -1;margin-top:0}.secondary-download{min-height:43px;padding:8px;display:flex;align-items:center;justify-content:center;gap:7px;color:#c2c2ca;font-size:10px;font-weight:680;border:1px solid var(--border);border-radius:10px;background:#ffffff09;cursor:pointer}.secondary-download:hover:not(:disabled){color:#fff;border-color:var(--border-hover)}.secondary-download:disabled{opacity:.65;cursor:wait}.offscreen-exports{position:fixed;z-index:-10;top:0;left:-20000px;display:grid;gap:20px;pointer-events:none}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;padding:20px;display:grid;place-items:center;background:#000000bd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal{width:min(520px,100%);max-height:min(760px,calc(100vh - 40px));padding:24px;color:#f5f5f6;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:#131316;box-shadow:0 30px 90px #0009;overflow:auto}.history-modal{width:min(760px,100%)}.modal-heading{justify-content:space-between;gap:14px}.modal-heading h2{margin:3px 0 0;font-size:20px}.modal-close{width:34px;height:34px;display:grid;place-items:center;color:#8b8b94;border:1px solid var(--border);border-radius:9px;background:#ffffff09;cursor:pointer}.modal-close:hover{color:#fff}.modal-hint{margin:12px 0 20px;color:#85858e;font-size:12px;line-height:1.6}.crop-stage{position:relative;width:244px;height:244px;margin:10px auto 25px;border:4px solid #26262b;border-radius:50%;background:#09090b;box-shadow:0 0 0 1px #ffffff1f,0 18px 40px #0000005c;overflow:hidden;touch-action:none;cursor:grab}.crop-stage:active{cursor:grabbing}.crop-grid{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background-image:linear-gradient(90deg,transparent 33%,rgba(255,255,255,.26) 33%,rgba(255,255,255,.26) 33.5%,transparent 33.5%,transparent 66%,rgba(255,255,255,.26) 66%,rgba(255,255,255,.26) 66.5%,transparent 66.5%),linear-gradient(0deg,transparent 33%,rgba(255,255,255,.26) 33%,rgba(255,255,255,.26) 33.5%,transparent 33.5%,transparent 66%,rgba(255,255,255,.26) 66%,rgba(255,255,255,.26) 66.5%,transparent 66.5%);pointer-events:none}.crop-controls{display:grid;gap:16px}.modal-actions{margin-top:23px;justify-content:flex-end;flex-wrap:wrap;gap:8px}.modal-actions .secondary-button,.modal-actions .primary-button{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:700;border-radius:9px;cursor:pointer}.modal-actions .primary-button{color:#0b0b0d;border:0;background:#f4f4f5}.file-drop-button{width:100%;min-height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#c9c9cf;border:1px dashed rgba(37,244,238,.28);border-radius:14px;background:#25f4ee06;cursor:pointer}.file-drop-button svg{color:var(--cyan)}.file-drop-button small{color:#696972}.file-drop-button:hover{border-color:#25f4ee8c;background:#25f4ee0d}.import-status{margin:13px 0 0;color:#8f8f98;font-size:11px;text-align:center}.history-empty{min-height:230px;display:grid;place-items:center;align-content:center;gap:9px;color:#66666f}.history-empty p{margin:0;font-size:12px}.history-list{margin-top:20px;display:grid;gap:8px}.history-item{min-height:70px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:11px;background:#ffffff05}.history-item>div:first-child{min-width:0;display:grid;gap:4px}.history-item strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.history-item span{color:#6d6d76;font-size:9px}.history-item>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.history-item button{min-height:29px;padding:0 8px;display:inline-flex;align-items:center;gap:4px;color:#aaaab3;font-size:9px;font-weight:650;border:1px solid var(--border);border-radius:7px;background:#ffffff09;cursor:pointer}.history-item button:hover{color:#fff}.toast{position:fixed;z-index:120;left:50%;bottom:28px;min-height:42px;padding:0 15px;display:flex;align-items:center;gap:8px;color:#f4f4f5;font-size:11px;font-weight:680;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:#1d1d21;box-shadow:0 18px 45px #0000007a;transform:translate(-50%)}.toast svg{color:#6ee7b7}@media(max-width:720px){.project-bar{align-items:stretch;flex-direction:column}.project-bar>div{display:grid;grid-template-columns:repeat(3,1fr)}.project-bar button{padding:0 7px}.comment-list-item{grid-template-columns:14px 18px 34px minmax(0,1fr)}.comment-list-actions{grid-column:2 / -1;justify-content:flex-end;opacity:1}.template-control button{min-height:52px;flex-direction:column}.canvas-scroll{min-height:420px;justify-content:flex-start}.download-grid{grid-template-columns:1fr}.download-grid .download-button{grid-column:auto}.history-item{align-items:stretch;flex-direction:column}.history-item>div:last-child{justify-content:flex-start}}@media(max-width:480px){.header-actions{gap:7px}.language-button{width:36px;padding:0;font-size:0;justify-content:center}.language-button svg{width:16px;height:16px}.project-bar>div{grid-template-columns:1fr}.project-bar button{width:100%}.editor-divider{margin-right:-15px;margin-left:-15px}.modal{padding:18px}.crop-stage{width:210px;height:210px}}
