:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;--black:#070707;--panel:#101010;--raised:#1a1a1a;--white:#f5f5f2;--muted:#a3a39d;--line:#353533;--focus:#356df3;--green:#5cc987;--yellow:#e4b84f;--red:#ef6868;--radius:11px;--island-shadow:0 8px 28px #0000003d;font-family:ui-monospace,Cascadia Code,SFMono-Regular,Consolas,monospace}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{background:var(--black);color:var(--white)}button,input,select,textarea,summary{font:inherit}button,summary,select{color:var(--white)}button{border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:8px;min-height:36px}button:hover:not(:disabled),summary:hover{background:var(--raised);border-color:#777771}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,canvas:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button:disabled{color:#656560;cursor:not-allowed}.icon{flex:none;width:19px;height:19px;display:block}.app-shell,.workspace{width:100%;height:100%}.workspace{touch-action:none;background:#f7f7f5;position:relative;overflow:hidden}#scene-canvas{touch-action:none;width:100%;height:100%;display:block}.island{z-index:5;color:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--island-shadow);background:#080808f5;position:absolute}.top-left{align-items:center;max-width:min(34vw,430px);height:42px;padding:4px;display:flex;top:12px;left:12px}.top-left,.top-right{z-index:8}.top-left>*+*{border-left:1px solid var(--line)}.main-menu,.export-menu{position:relative}.main-menu summary,.export-menu summary{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-width:34px;height:32px;padding:0 7px;list-style:none;display:flex}.export-menu summary span{font-size:9px}.main-menu summary::-webkit-details-marker{display:none}.export-menu summary::-webkit-details-marker{display:none}.document-name{min-width:0}.document-name input{width:min(230px,20vw);height:32px;color:var(--white);text-overflow:ellipsis;background:0 0;border:0;padding:5px 10px}.save-status{min-width:34px;height:32px;color:var(--muted);white-space:nowrap;align-items:center;padding:0 8px;font-size:9px;display:flex;overflow:hidden}.save-status:before{content:"";background:var(--muted);border-radius:50%;width:7px;height:7px;margin-right:6px}.save-status[data-status=saved]:before,#storage-dot[data-status=saved]{background:var(--green)}.save-status[data-status=dirty]:before,.save-status[data-status=saving]:before,#storage-dot[data-status=dirty],#storage-dot[data-status=saving]{background:var(--yellow)}.save-status[data-status=conflict]:before,.save-status[data-status=error]:before,#storage-dot[data-status=conflict],#storage-dot[data-status=error]{background:var(--red)}.tool-island{scrollbar-width:none;align-items:center;gap:3px;max-width:calc(100vw - 680px);padding:4px;display:flex;top:12px;left:50%;overflow-x:auto;transform:translate(-50%)}.tool-island::-webkit-scrollbar{display:none}.tool-button,.icon-button{place-items:center;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;display:grid}.tool-button{border-color:#0000;flex:none;position:relative}.tool-button kbd{color:#7f7f7a;font-size:7px;position:absolute;bottom:0;right:2px}.tool-button[data-active=true]{color:var(--black);background:var(--white);border-color:var(--white)}.tool-button[data-active=true] kbd{color:#555550}.tool-divider{background:var(--line);flex:0 0 1px;align-self:stretch;width:1px;min-height:22px;margin:5px 2px}.top-right{gap:3px;padding:4px;display:flex;top:12px;right:12px}.menu-popover{border:1px solid var(--line);border-radius:var(--radius);background:var(--black);gap:4px;width:224px;padding:7px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 48px #00000080}.menu-popover.menu-left{left:0;right:auto}.menu-popover button{text-align:left;align-items:center;gap:8px;padding:7px 9px;display:flex}.export-popover{gap:7px;width:250px}.export-popover>strong{letter-spacing:.1em;padding:2px;font-size:10px}.export-popover label{color:var(--muted);gap:4px;font-size:8px;display:grid}.export-popover select{border:1px solid var(--line);background:var(--panel);border-radius:7px;min-height:32px;padding:4px 6px}.export-popover select[multiple]{min-height:78px;font-size:8px}.export-popover p{color:var(--muted);margin:0;font-size:8px;line-height:1.45}.export-options,.export-actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.export-actions button{justify-content:center}.document-select-label{color:var(--muted);gap:5px;padding:7px 9px;font-size:9px;display:grid}.document-select-label select{border:1px solid var(--line);background:var(--panel);border-radius:7px;width:100%;min-height:34px;padding:5px}.properties-island{width:224px;max-height:calc(100vh - 138px);padding:10px;top:66px;left:12px;overflow:auto}:is(.properties-island:has(.binding-properties),.properties-island:has(.linear-properties),.properties-island:has(.bound-text-properties)){width:260px}.properties-island[hidden]{display:none}.property-head{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.property-head strong{letter-spacing:.08em;font-size:10px}.property-head span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.property-section{border-top:1px solid var(--line);gap:6px;padding:8px 0;display:grid}.property-section>label,.color-control>span{color:var(--muted);justify-content:space-between;font-size:9px;display:flex}.property-note{color:var(--muted);margin:9px 0 1px;font-size:9px;line-height:1.45}.property-row{grid-template-columns:1fr 1fr;gap:6px;display:grid}.property-row button{justify-content:center;align-items:center;gap:5px;font-size:9px;display:flex}.color-control{gap:4px;display:grid}.color-control input{border:1px solid var(--line);background:0 0;border-radius:7px;width:100%;height:36px;padding:2px}.swatches{flex-wrap:wrap;gap:5px;display:flex}.swatch{border-color:#0000;width:25px;min-width:25px;height:25px;min-height:25px;padding:3px}.swatch span{background:var(--swatch);border:1px solid #777;border-radius:5px;width:100%;height:100%;display:block}.swatch[data-value=transparent] span{background:linear-gradient(135deg,#fff 45%,#e03131 46% 54%,#fff 55%)}.swatch[data-active=true]{border-color:var(--white)}.custom-swatch{border:1px dashed #777;border-radius:7px;width:25px;height:25px;overflow:hidden}.custom-swatch input{border:0;width:38px;height:38px;margin:-7px}.segmented,.icon-grid,.action-grid{gap:4px;display:grid}.segmented,.icon-grid{grid-template-columns:repeat(4,1fr)}.segmented button,.icon-grid button{min-width:0;height:30px;min-height:30px;padding:0}.segmented button{font-size:9px}.segmented button[data-active=true],[data-canvas=grid][data-active=true],[data-canvas=grid-snap][data-active=true],[data-canvas=object-snap][data-active=true]{color:var(--black);background:var(--white)}.icon-grid .icon{width:16px;height:16px;margin:auto}.action-grid{grid-template-columns:1fr 1fr}.action-grid button{align-items:center;gap:6px;min-width:0;padding:5px 7px;font-size:9px;display:flex}.action-grid .icon{width:15px;height:15px}.geometry-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;display:grid}.geometry-grid label{color:var(--muted);gap:3px;font-size:8px;display:grid}.geometry-grid input{width:100%;min-width:0;height:30px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:6px;padding:4px 5px}.geometry-grid .geometry-angle{grid-column:span 2}.resource-facts{grid-template-columns:1fr 1fr;gap:4px;display:grid}.resource-facts span{color:var(--muted);background:var(--panel);border:1px solid var(--line);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;padding:5px 6px;font-size:8px;overflow:hidden}.image-properties [data-image-action][data-active=true]{color:var(--black);background:var(--white);border-color:var(--white)}.binding-properties>[data-binding-auto]{min-height:32px;padding:5px 8px;font-size:9px}.binding-properties>[data-binding-auto][data-active=true]{color:var(--black);background:var(--white);border-color:var(--white)}.binding-endpoint{border:1px solid var(--line);background:var(--panel);border-radius:8px;gap:5px;padding:7px;display:grid}.binding-endpoint>label{color:var(--white);justify-content:space-between;gap:10px;font-size:9px;display:flex}.binding-endpoint>label span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.binding-endpoint>select{width:100%;min-height:31px;color:var(--white);background:var(--raised);border:1px solid var(--line);border-radius:6px;padding:5px 7px;font-size:9px}.binding-endpoint .segmented{grid-template-columns:repeat(3,minmax(0,1fr))}input[type=range]{width:100%;accent-color:var(--white)}.inspector{opacity:0;pointer-events:none;grid-template-rows:auto minmax(0,1fr);width:248px;transition:opacity .12s,transform .12s;display:grid;top:66px;bottom:66px;right:12px;transform:translate(calc(100% + 24px))}.inspector[data-open=true]{opacity:1;pointer-events:auto;transform:none}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:9px;display:flex}.panel-head>div{align-items:center;gap:5px;display:flex}.panel-head>div:first-child{gap:2px;display:grid}.panel-head strong{letter-spacing:.08em;font-size:10px}.panel-head span{color:var(--muted);font-size:9px}.outline{padding:7px;overflow:auto}.outline button{width:100%;min-height:37px;padding:7px 7px 7px calc(7px + var(--depth,0) * 13px);text-align:left;grid-template-columns:72px 1fr;gap:7px;margin-bottom:4px;display:grid}.outline button[data-selected=true]{border-color:var(--focus);background:#101b36}.element-type{color:var(--muted);font-size:8px}.element-label{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.frame-name,.link-properties>label[data-link-field]{color:var(--muted);gap:4px;font-size:8px;display:grid}.frame-name input,.frame-name select,.link-properties input,.link-properties select{width:100%;min-height:32px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:5px 7px}.linear-point-grid{grid-template-columns:1fr 1fr}.linear-properties [data-linear-action=toggle][data-active=true],.route-label-properties [data-route-label=rotate][data-active=true]{color:var(--black);background:var(--white);border-color:var(--white)}.link-properties>label[data-link-field][hidden]{display:none}.empty-state{color:var(--muted);margin:12px 6px;font-size:10px;line-height:1.5}.viewport-island{align-items:center;gap:3px;padding:4px;display:flex;bottom:12px;left:12px}#zoom-value{border-color:#0000;min-width:55px;padding:0 7px;font-size:10px}.scope-pill{min-height:34px;color:var(--muted);align-items:center;gap:6px;padding:5px 9px;font-size:9px;display:flex;bottom:12px;right:12px}#storage-dot{background:var(--muted);border-radius:50%;width:7px;height:7px}.welcome{z-index:2;color:#181816;text-align:center;width:min(460px,100vw - 48px);position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}.welcome[hidden]{display:none}.welcome-mark{font-size:42px;line-height:1}.welcome h1{letter-spacing:-.05em;margin:8px 0 4px;font-size:28px}.welcome p{color:#5d5d58;margin:0 0 18px;font-size:12px}.welcome>div:not(.welcome-mark){justify-content:center;gap:8px;display:flex}.welcome button{align-items:center;gap:7px;padding:7px 11px;display:flex}.welcome small{color:#777771;margin-top:14px;font-size:9px;display:block}.canvas-hint{color:#6a6a65;pointer-events:none;font-size:9px;position:absolute;bottom:17px;left:50%;transform:translate(-50%)}.inline-text-editor{z-index:8;color:#111;border:2px solid var(--focus);background:#fff;border-radius:5px;outline:none;min-width:160px;min-height:48px;padding:6px;font-size:20px;line-height:1.3;position:absolute}dialog{color:var(--white);background:var(--black);border:1px solid #696965;border-radius:12px;box-shadow:0 20px 80px #000000b3}dialog::backdrop{background:#0000009e}.command-palette,.scene-search-dialog{width:min(560px,100vw - 24px);margin-top:0;padding:0;top:12vh}.command-palette form,.scene-search-dialog form,.storage-dialog form,.documents-dialog form,.library-dialog form{gap:8px;padding:10px;display:grid}.dialog-head{letter-spacing:.08em;justify-content:space-between;align-items:center;display:flex}.dialog-head button{min-width:32px}.command-palette input,.scene-search-dialog input{width:100%;height:42px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:8px 10px}.palette-results{gap:4px;max-height:min(55vh,520px);display:grid;overflow:auto}.palette-results button{text-align:left;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.scene-search-dialog .dialog-head>div{gap:2px;display:grid}.scene-search-dialog .dialog-head span{color:var(--muted);letter-spacing:0;font-size:8px}.scene-search-nav{grid-template-columns:1fr 1fr;gap:5px;display:grid}.scene-search-results{align-content:start;gap:4px;min-height:72px;max-height:min(55vh,520px);display:grid;overflow:auto}.scene-search-results button{text-align:left;gap:5px;padding:8px 10px;display:grid}.scene-search-results button[data-active=true]{border-color:var(--focus);background:#101b36}.search-result-head{grid-template-columns:76px minmax(0,1fr);align-items:baseline;gap:7px;display:grid}.search-result-head strong{color:var(--muted);font-size:8px}.search-result-head>span,.scene-search-results small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-result-head>span{font-size:10px}.scene-search-results small{color:var(--muted);font-size:8px}kbd{color:var(--muted);font-size:9px}.storage-dialog{width:min(620px,100vw - 24px)}.storage-dialog p{color:#d1d1cc;line-height:1.55}.storage-estimate{border:1px solid var(--line);color:var(--muted);border-radius:7px;padding:10px}.resource-retention{border-top:1px solid var(--line);gap:7px;padding-top:10px;display:grid}.resource-retention .property-head{margin:0}.resource-retention>p{color:var(--muted);margin:0;font-size:9px}.resource-gc-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;display:grid}.resource-gc-metrics>div{border:1px solid var(--line);border-radius:7px;gap:3px;min-width:0;padding:7px;display:grid}.resource-gc-metrics strong{color:var(--white);text-overflow:ellipsis;font-size:11px;overflow:hidden}.resource-gc-metrics span{color:var(--muted);text-transform:uppercase;font-size:7px}.resource-gc-status{min-height:34px;color:var(--muted);border:1px solid var(--line);border-radius:7px;padding:8px;font-size:9px;line-height:1.45;display:block}.resource-gc-status[data-state=eligible]{color:#ffd68a;border-color:var(--yellow)}.resource-gc-status[data-state=blocked]{color:#ff9a9a;border-color:var(--red)}.resource-gc-actions{grid-template-columns:1fr 1fr;gap:5px;display:grid}.recovery-section{border-top:1px solid var(--line);gap:7px;padding-top:10px;display:grid}.recovery-section .property-head{margin:0}.recovery-list{gap:6px;max-height:min(36vh,320px);display:grid;overflow:auto}.recovery-entry{border:1px solid var(--line);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:8px;display:grid}.recovery-entry>div:first-child{gap:3px;min-width:0;display:grid}.recovery-entry strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.recovery-entry span{color:var(--muted);font-size:8px}.recovery-entry>div:last-child{align-items:center;gap:4px;display:flex}.recovery-entry button{min-height:30px;padding:4px 7px;font-size:9px}.recovery-entry[data-state=conflict]{border-color:var(--yellow)}.recovery-entry[data-state=corrupt]{border-color:var(--red)}.documents-dialog{width:min(880px,100vw - 24px);padding:0}.documents-dialog .dialog-head>div{gap:2px;display:grid}.documents-dialog .dialog-head span{color:var(--muted);letter-spacing:0;font-size:8px}.documents-toolbar{grid-template-columns:minmax(180px,1fr) auto auto;gap:6px;display:grid}.documents-search input{width:100%;height:38px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:7px 9px}.documents-toolbar>button{padding-inline:12px}.documents-tabs{border:1px solid var(--line);border-radius:8px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid}.documents-tabs button{border-color:#0000;min-height:30px;padding:3px 9px}.documents-tabs button[aria-selected=true]{color:var(--black);background:var(--white)}.documents-list{align-content:start;gap:5px;min-height:140px;max-height:min(48vh,480px);display:grid;overflow:auto}.document-row{border:1px solid var(--line);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px;display:grid}.document-row>div:first-child{gap:4px;min-width:0;display:grid}.document-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.document-row span{color:var(--muted);font-size:8px}.document-row>div:last-child{gap:4px;display:flex}.document-row button{min-height:30px;padding:4px 8px;font-size:9px}button[data-danger=true]{color:#ff8b8b;border-color:#663838}.backup-panel{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;padding-top:9px;display:grid}.backup-panel>div:first-child{gap:3px;display:grid}.backup-panel>div:first-child strong{letter-spacing:.08em;font-size:10px}.backup-panel>div:first-child span,.manager-status{color:var(--muted);font-size:8px}.backup-panel>div:nth-child(2),.backup-preview>div{gap:5px;display:flex}.backup-panel button{padding-inline:9px;font-size:9px}.backup-preview{border:1px solid var(--focus);border-radius:8px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:8px;padding:8px;display:grid}.backup-preview[hidden]{display:none}.backup-preview p{color:#d8e5ff;align-self:center;margin:0;font-size:9px}.backup-preview label{color:var(--muted);gap:4px;font-size:8px;display:grid}.backup-preview select{background:var(--panel);border:1px solid var(--line);border-radius:7px;min-height:32px;padding:4px 7px}.manager-status{grid-column:1/-1;min-height:12px}.library-dialog{width:min(1000px,100vw - 24px);padding:0}.library-dialog form{grid-template-rows:auto auto minmax(120px,1fr) auto auto;max-height:min(90vh,820px)}.library-dialog .dialog-head>div{gap:2px;display:grid}.library-dialog .dialog-head span{color:var(--muted);letter-spacing:0;font-size:8px}.library-toolbar{grid-template-columns:minmax(180px,1fr) auto;gap:6px;display:grid}.library-toolbar input{width:100%;height:38px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:7px 9px}.library-toolbar button{padding-inline:12px}.library-list{align-content:start;gap:6px;min-height:150px;max-height:min(52vh,520px);display:grid;overflow:auto}.library-item{border:1px solid var(--line);border-radius:9px;grid-template-columns:160px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:108px;padding:8px;display:grid}.library-preview{color:#151515;border:1px solid var(--line);background:#f7f7f5;border-radius:6px;width:160px;height:90px;display:block;overflow:hidden}.library-item>div:nth-child(2){gap:5px;min-width:0;display:grid}.library-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.library-item>div:nth-child(2)>span{color:var(--muted);font-size:8px}.library-item p{color:#d1d1cc;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:9px;line-height:1.45;display:-webkit-box;overflow:hidden}.library-tags{flex-wrap:wrap;gap:4px;display:flex}.library-tags span{color:#d7d7d1;background:var(--panel);border:1px solid var(--line);border-radius:999px;padding:3px 5px;font-size:7px}.library-item-actions{gap:4px;display:flex}.library-item-actions button{min-width:0;min-height:30px;padding:4px 8px;font-size:9px}.library-editor{border:1px solid var(--focus);background:#0b101c;border-radius:9px;grid-template-columns:minmax(180px,.8fr) minmax(240px,1.5fr) minmax(160px,.8fr) auto;align-items:end;gap:7px;padding:9px;display:grid}.library-editor[hidden]{display:none}.library-editor .property-head{grid-column:1/-1;margin:0}.library-editor label{color:var(--muted);gap:4px;font-size:8px;display:grid}.library-editor label>span{justify-self:end;margin-top:-12px}.library-editor input,.library-editor textarea{resize:vertical;width:100%;min-height:34px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:6px 8px}.library-editor>div:last-child{gap:5px;display:flex}.library-editor button{min-height:34px;padding-inline:9px;font-size:9px}.library-transfer{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 12px;padding-top:9px;display:grid}.library-transfer>div:first-child{gap:3px;display:grid}.library-transfer strong{letter-spacing:.08em;font-size:10px}.library-transfer span,.library-status{color:var(--muted);font-size:8px}.library-transfer>div:nth-child(2){gap:5px;display:flex}.library-transfer button{min-height:32px;padding:4px 9px;font-size:9px}.library-status{grid-column:1/-1;min-height:12px}.background-dialog{width:min(1120px,100vw - 24px);padding:10px}.background-dialog>.dialog-head>div{gap:2px;display:grid}.background-dialog>.dialog-head span{color:var(--muted);letter-spacing:0;font-size:8px}.background-layout{grid-template-columns:minmax(270px,.72fr) minmax(520px,1.4fr);gap:9px;min-height:420px;max-height:min(82vh,760px);margin-top:8px;display:grid}.background-stack,.background-editor{border:1px solid var(--line);border-radius:9px;min-width:0;padding:9px;overflow:auto}.background-stack{grid-template-rows:auto minmax(120px,1fr) auto;gap:8px;display:grid}.background-add{grid-template-columns:repeat(2,1fr);gap:4px;display:grid}.background-add button{min-height:31px;padding:4px 7px;font-size:9px}.background-list{align-content:start;gap:5px;display:grid;overflow:auto}.background-row{grid-template-columns:minmax(0,1fr) auto;gap:4px;display:grid}.background-select{text-align:left;grid-template-columns:14px minmax(0,1fr);align-items:center;gap:6px;min-width:0;padding:7px;display:grid}.background-select[aria-selected=true]{border-color:var(--focus);background:#101b36}.background-select>span:nth-child(2){gap:3px;min-width:0;display:grid}.background-select strong,.background-select small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.background-select strong{font-size:10px}.background-select small{color:var(--muted);font-size:7px}.background-row[data-visible=false] .background-select{opacity:.58}.background-visibility{color:var(--muted);font-size:9px}.background-inline-action{min-height:32px;padding:4px 6px;font-size:8px}.background-editor{align-content:start;gap:9px;display:grid}.background-editor[hidden],.background-editor [hidden]{display:none}.background-editor .property-head{margin:0}.background-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.common-fields{grid-template-columns:minmax(140px,1.5fr) minmax(150px,1.2fr) minmax(82px,.6fr) auto auto}.background-editor label{color:var(--muted);align-content:end;gap:4px;font-size:8px;display:grid}.background-editor input,.background-editor select,.background-editor textarea{width:100%;min-height:33px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:5px 7px}.background-editor input[type=color]{padding:2px}.background-editor textarea{resize:vertical}.background-editor .checkbox-field{border:1px solid var(--line);white-space:nowrap;border-radius:7px;align-items:center;gap:5px;min-height:33px;padding:5px 7px;display:flex}.background-editor .checkbox-field input{width:15px;min-height:15px}.background-editor section{border:1px solid var(--line);border-radius:8px;gap:7px;padding:8px;display:grid}.background-resource{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:5px;display:grid}.background-resource span{color:var(--muted);font-size:8px}.background-resource button,.background-editor-actions button{min-height:32px;padding:4px 8px;font-size:9px}.background-editor-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:5px;padding-top:8px;display:flex}.background-editor-actions button:first-child{color:var(--black);background:var(--white);border-color:var(--white)}.background-editor-actions button:last-child{color:#ff8b8b;border-color:#663838}.wide-action{width:100%}.workspace[data-background-edit=true]:after{content:"BACKGROUND EDIT MODE";z-index:4;color:var(--white);background:var(--black);border:1px solid var(--white);letter-spacing:.1em;pointer-events:none;border-radius:999px;padding:4px 8px;font-size:8px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.brush-properties select{width:100%;min-height:32px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:5px 7px}.brush-dialog{width:min(1080px,100vw - 24px);padding:10px}.brush-dialog h2,.brush-dialog h3{color:var(--white);font:inherit;margin:0;font-weight:700}.brush-dialog>.dialog-head>div{gap:2px;display:grid}.brush-dialog>.dialog-head span{color:var(--muted);font-size:8px}.brush-layout{grid-template-columns:minmax(270px,.7fr) minmax(520px,1.3fr);gap:9px;min-height:520px;max-height:min(84vh,780px);margin-top:8px;display:grid}.brush-stack,.brush-editor{border:1px solid var(--line);border-radius:9px;min-width:0;padding:9px;overflow:auto}.brush-stack{grid-template-rows:auto minmax(160px,1fr) auto;gap:8px;display:grid}.brush-filter,.brush-editor label{color:var(--muted);gap:4px;font-size:8px;display:grid}.brush-filter input,.brush-editor input,.brush-editor select,.brush-editor textarea{width:100%;min-height:33px;color:var(--white);background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:5px 7px}.brush-list{align-content:start;gap:5px;display:grid;overflow:auto}.brush-row{text-align:left;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;min-height:58px;padding:6px;display:grid}.brush-row[aria-selected=true]{border-color:var(--focus);background:#101b36}.brush-row svg{width:78px;height:42px;color:var(--muted);border:1px solid var(--line);background:#101010;border-radius:6px;display:block}.brush-row>span:nth-child(2){gap:3px;min-width:0;display:grid}.brush-row strong,.brush-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.brush-row small,.brush-row b{color:var(--muted);font-size:7px}.brush-row b.fallback{color:#ffc857}.brush-editor{align-content:start;gap:9px;display:grid}.brush-editor[hidden]{display:none}.brush-preview{border:1px solid var(--line);background:#101010;border-radius:8px;min-height:104px;padding:8px}.brush-preview svg{width:100%;height:104px}.brush-preview text{fill:var(--muted);font:8px ui-monospace,monospace}.brush-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.brush-fields.curves{grid-template-columns:repeat(3,minmax(0,1fr))}.brush-editor section{border:1px solid var(--line);border-radius:8px;gap:7px;padding:8px;display:grid}.brush-editor section>label:first-child{justify-content:space-between;display:flex}.brush-editor section>label span{color:var(--muted)}.brush-facts{color:var(--muted);grid-template-columns:repeat(2,minmax(0,1fr));font-size:8px}.brush-facts span{justify-content:space-between;gap:8px;display:flex}.brush-facts b{color:var(--white);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.brush-comparison{min-width:0}.brush-comparison[hidden]{display:none}.brush-comparison>.property-head{border-bottom:1px solid var(--line);padding-bottom:2px}.brush-comparison-previews{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.brush-comparison-previews figure{border:1px solid var(--line);background:#101010;border-radius:7px;min-width:0;margin:0;padding:6px}.brush-comparison-previews figcaption{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:7px;overflow:hidden}.brush-comparison-previews svg{width:100%;height:68px;display:block}.brush-comparison-previews text{fill:var(--muted);font:8px ui-monospace,monospace}.brush-comparison-table{border:1px solid var(--line);border-radius:7px;width:100%;min-width:0;overflow-x:auto}.brush-comparison-table table{border-collapse:collapse;width:100%;min-width:620px;font-size:8px}.brush-comparison-table th,.brush-comparison-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:6px}.brush-comparison-table thead th{color:var(--muted);background:#101010}.brush-comparison-table tbody th{color:var(--muted);font-weight:500}.brush-comparison-table tr[data-comparison=changed] td:last-child{color:#ffc857}.brush-comparison-table tr[data-comparison=same] td:last-child{color:#75d89b}.brush-diagnostic{border:1px solid var(--line);border-radius:7px;gap:3px;padding:8px;display:grid}.brush-diagnostic strong{font-size:9px}.brush-diagnostic p{color:var(--muted);margin:0;font-size:8px;line-height:1.45}.brush-diagnostic[data-status=fallback]{border-color:#8a6824}.brush-diagnostic[data-status=fallback] strong{color:#ffc857}.brush-comparison>[data-brush-action=repair]{min-height:34px;color:var(--black);background:var(--white);border-color:var(--white)}.brush-editor-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:5px;padding-top:8px;display:flex}.brush-editor-actions button{min-height:32px;padding:4px 8px;font-size:9px}.brush-editor-actions button:first-child{color:var(--black);background:var(--white);border-color:var(--white)}.brush-editor-actions button.danger{color:#ff8b8b;border-color:#663838}.workspace[data-brush-edit=true]:after{content:"BRUSH PRESET MODE";z-index:4;color:var(--white);background:var(--black);border:1px solid var(--white);letter-spacing:.1em;pointer-events:none;border-radius:999px;padding:4px 8px;font-size:8px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.toast{z-index:20;max-width:min(620px,100vw - 24px);color:var(--white);border:1px solid var(--red);opacity:0;pointer-events:none;background:#1b1b1b;border-radius:8px;padding:9px 12px;transition:opacity .12s,transform .12s;position:fixed;bottom:62px;left:50%;transform:translate(-50%,12px)}.toast[data-visible=true]{opacity:1;transform:translate(-50%)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fatal-error{color:var(--red);background:var(--black);place-items:center;padding:24px;display:grid}.rollback-recovery{min-height:100%;color:var(--white);background:var(--black);padding:24px;overflow:auto}.rollback-recovery main{width:min(820px,100%);margin:5vh auto}.rollback-recovery h1{letter-spacing:-.04em;margin:8px 0;font-size:clamp(24px,5vw,44px)}.rollback-recovery>main>span{color:var(--red);letter-spacing:.12em;font-size:10px}.rollback-recovery p{color:#d1d1cc;line-height:1.55}.rollback-recovery code{color:var(--muted);border:1px solid var(--line);border-radius:8px;padding:10px;display:block}.rollback-recovery section{gap:7px;margin-top:18px;display:grid}.rollback-recovery article{border:1px solid var(--line);border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.rollback-recovery article div{gap:3px;display:grid}.rollback-recovery article span{color:var(--muted);font-size:9px}.rollback-recovery article button{padding:6px 10px}@media (max-width:1120px){.save-status{justify-content:center;width:34px;padding:0;font-size:0}.save-status:before{margin-right:0}.tool-island{max-width:calc(100vw - 430px)}.properties-island{top:66px}}@media (max-width:720px){.top-left{max-width:calc(100vw - 110px);top:8px;left:8px}.document-name input{width:min(44vw,220px)}.top-right{top:8px;right:8px}.tool-island{top:auto;bottom:max(8px, env(safe-area-inset-bottom));width:max-content;max-width:calc(100vw - 16px)}.tool-button,.icon-button{width:40px;min-width:40px;height:40px;min-height:40px}.properties-island{width:208px;max-height:calc(100vh - 128px);top:60px;left:8px}:is(.properties-island:has(.binding-properties),.properties-island:has(.linear-properties),.properties-island:has(.bound-text-properties)){width:240px}.viewport-island{bottom:62px;left:8px}.viewport-island .icon-button{width:34px;min-width:34px;height:34px;min-height:34px}.scope-pill{bottom:62px;right:8px}.canvas-hint{display:none}.inspector{width:min(300px,100vw - 16px);top:60px;bottom:62px;right:8px}.welcome{top:47%}.background-dialog{width:calc(100vw - 12px);max-height:calc(100vh - 12px);padding:7px}.background-layout{grid-template-rows:minmax(190px,.75fr) minmax(300px,1.25fr);grid-template-columns:1fr;max-height:calc(100vh - 64px)}.background-fields,.common-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.background-resource{grid-template-columns:1fr 1fr}.background-resource span{grid-column:1/-1}.brush-dialog{width:calc(100vw - 12px);max-height:calc(100vh - 12px);padding:7px}.brush-layout{grid-template-rows:minmax(180px,.65fr) minmax(340px,1.35fr);grid-template-columns:1fr;max-height:calc(100vh - 64px)}.brush-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:460px){.export-menu summary span{display:none}.save-status{width:30px;min-width:30px}:is(.properties-island,.properties-island:has(.binding-properties),.properties-island:has(.linear-properties),.properties-island:has(.bound-text-properties)){width:calc(100vw - 16px);max-height:210px;top:auto;bottom:62px}.inspector{background:var(--black);width:calc(100vw - 16px)}.workspace:has(.inspector[data-open=true]) .properties-island{visibility:hidden}.workspace:has(.export-menu[open]) .properties-island{visibility:hidden}.workspace:has(.properties-island:not([hidden])) .viewport-island{display:none}.workspace:has(.properties-island:not([hidden])) .scope-pill{bottom:258px}.viewport-island{bottom:62px}.viewport-island #undo,.viewport-island #redo,.viewport-island #fit-bottom,.viewport-island .tool-divider{display:none}.scope-pill{padding-inline:8px}.scope-pill .local-label{display:none}.welcome h1{font-size:24px}.recovery-entry{grid-template-columns:1fr}.recovery-entry>div:last-child{flex-wrap:wrap}.welcome>div:not(.welcome-mark){flex-direction:column;align-items:center}.documents-toolbar{grid-template-columns:minmax(0,1fr) auto}.documents-tabs{grid-column:1/-1}.document-row{grid-template-columns:1fr}.document-row>div:last-child{flex-wrap:wrap}.backup-panel,.backup-preview{grid-template-columns:1fr}.backup-panel>div:nth-child(2),.backup-preview>div{flex-wrap:wrap}.backup-preview>*{grid-column:1}.library-dialog form{max-height:calc(100dvh - 16px)}.library-item{grid-template-columns:112px minmax(0,1fr);gap:8px}.library-preview{width:112px;height:72px}.library-item-actions{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;min-width:0;display:grid}.library-item-actions button{min-width:0;min-height:36px;padding-inline:3px;font-size:8px}.library-editor{grid-template-columns:1fr}.library-editor .property-head{grid-column:1}.library-editor>div:last-child{flex-wrap:wrap}.library-transfer{grid-template-columns:1fr}.library-transfer>div:nth-child(2){flex-wrap:wrap}.library-status{grid-column:1}}@media (max-height:560px) and (orientation:landscape){.properties-island{width:190px;max-height:calc(100vh - 130px);top:60px;bottom:auto}.welcome{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:0s!important;animation-duration:0s!important}}
