:root{--ink:#161619;--muted:#7c7c84;--faint:#aaaab1;--line:#e5e5e8;--panel:#fbfbfc;--app:#eeeeef;--accent:#7257ee;--accent-soft:#eeeaff;--green:#35a777;--ui:"Inter","Noto Sans SC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono:"DM Mono",monospace}*{box-sizing:border-box}[hidden]{display:none!important}html,body{background:var(--app);min-width:320px;height:100%;color:var(--ink);font-family:var(--ui);-webkit-font-smoothing:antialiased;margin:0;overflow:hidden}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline-offset:2px;outline:3px solid #7257ee33}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.app-shell{flex-direction:column;height:100%;display:flex}.topbar{z-index:5;background:#fafafa;border-bottom:1px solid #dedee1;flex:0 0 58px;grid-template-columns:260px 1fr 270px;align-items:center;height:58px;padding:0 10px;display:grid}.brand{width:max-content;color:var(--ink);letter-spacing:-.04em;align-items:center;gap:10px;font-weight:700;text-decoration:none;display:flex}.brand-mark{width:29px;height:29px;display:block;position:relative}.brand-mark i{background:linear-gradient(135deg,#ff3d58,#7c31f4);border-radius:6px 6px 8px;width:20px;height:15px;position:absolute;transform:rotate(-12deg);box-shadow:0 4px 8px #6735c936}.brand-mark i:last-child{background:linear-gradient(135deg,#5a36f0,#2d1e72);top:8px;left:7px;transform:rotate(12deg)}.history-actions{justify-content:center;align-items:center;gap:18px;display:flex}.privacy{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.privacy i{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #35a77718}.toolbar-button,.copy-button{border:1px solid var(--line);cursor:pointer;color:#686870;background:#fff;border-radius:9px;align-items:center;gap:6px;height:34px;font-size:11px;display:flex}.toolbar-button{padding:0 11px}.toolbar-button svg{width:14px}.toolbar-button:hover,.copy-button:hover:not(:disabled){color:var(--accent);border-color:#d8d0ff}.export-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.export-scale{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;height:34px;padding:3px;display:flex}.export-scale button{height:26px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 8px;font-size:10px}.export-scale button.active{color:var(--ink);background:#eeeeef;font-weight:600}.copy-button{justify-content:center;width:34px;padding:0}.copy-button svg{width:15px}.export-button{color:#fff;cursor:pointer;background:#18181b;border:0;border-radius:10px;align-items:center;gap:7px;height:36px;padding:0 14px;font-size:11px;font-weight:600;display:flex;box-shadow:0 5px 12px #0002}.export-button:hover:not(:disabled){background:#302f36;transform:translateY(-1px)}.export-button:disabled,.copy-button:disabled{opacity:.35;cursor:not-allowed}.export-button svg{width:14px}.workspace{flex:1;grid-template-columns:260px minmax(360px,1fr) 250px;min-height:0;display:grid}.inspector{background:var(--panel);z-index:2;min-height:0}.left-inspector{border-right:1px solid var(--line);flex-direction:column;display:flex}.right-inspector{border-left:1px solid var(--line);padding:17px 13px;overflow:auto}.inspector-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;height:46px;padding:7px;display:grid}.inspector-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:11px}.inspector-tabs button.active{color:var(--ink);background:#ececef;font-weight:600}.inspector-scroll{padding:0 13px 30px;overflow:auto}.control-section{border-bottom:1px solid var(--line);padding:17px 0}.control-section:last-child{border-bottom:0}.section-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-title>span{font-size:11px;font-weight:650}.section-title small,.right-heading small{color:var(--faint);font-family:var(--mono);letter-spacing:.1em;font-size:10px}.drop-zone{cursor:pointer;background:#f4f4f5;border:1px dashed #cfcfd5;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:112px;transition:all .18s;display:flex}.drop-zone:hover,.drop-zone.dragging{border-color:var(--accent);background:var(--accent-soft)}.drop-zone input{display:none}.drop-icon{background:#fff;border-radius:9px;place-items:center;width:35px;height:35px;margin-bottom:8px;font-size:20px;display:grid;box-shadow:0 5px 12px #25252d12}.drop-zone small{color:var(--faint);margin-top:6px;font-size:10px}kbd{font-family:var(--mono);background:#fff;border:1px solid #d9d9dd;border-radius:4px;padding:2px 4px;font-size:10px}.file-meta{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:8px;margin-top:8px;padding:7px;display:flex}.file-thumb{width:30px;height:30px;color:var(--accent);background:var(--accent-soft);border-radius:7px;place-items:center;display:grid}.file-thumb svg{width:14px}.file-meta>div:nth-child(2){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.file-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.file-meta small{color:var(--faint);font-family:var(--mono);font-size:10px}.file-meta button{width:24px;height:24px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:18px}.file-meta button:hover{color:#d94e66;background:#fff0f3}.preset-grid{grid-template-columns:repeat(3,1fr);gap:9px 7px;display:grid}.preset-card{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:10px}.preset-card i{border:2px solid #0000;border-radius:9px;height:48px;margin-bottom:5px;transition:all .18s;display:block;box-shadow:inset 0 0 0 1px #ffffff80}.preset-card.active i{border-color:#222;box-shadow:0 0 0 2px #fff,0 0 0 3px #222}.preset-card:hover i{transform:translateY(-2px)}.preset-card .paper{background:#f4f0ff}.preset-card .lavender{background:linear-gradient(135deg,#d9ccff,#c9e2ff)}.preset-card .sunset{background:linear-gradient(135deg,#ffdfb5,#ff8fad)}.preset-card .mint{background:linear-gradient(135deg,#dffbcd,#9fe4dd)}.preset-card .graphite{background:linear-gradient(135deg,#303138,#15161a)}.preset-card .midnight{background:linear-gradient(135deg,#12152e,#7137d9)}.color-editor{grid-template-columns:1fr 1fr;gap:7px;margin-top:13px;display:grid}.color-editor label{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:3px;padding:6px 7px;font-size:10px;display:flex}.color-editor label>span:last-child{align-items:center;gap:4px;display:flex}.color-editor input,.caption-meta input{background:0 0;border:0;border-radius:5px;width:16px;height:16px;padding:0}.color-editor output,.caption-meta output{font-family:var(--mono);font-size:10px}.segmented{background:#ededf0;border-radius:9px;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:grid}.segmented button{height:27px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;font-size:10px}.segmented button.active{color:var(--ink);background:#fff;font-weight:600;box-shadow:0 2px 7px #2221}.range-control.compact{margin-top:10px}.range-control label{color:#55545c;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:10px;display:flex}.range-control output{color:var(--muted);font-family:var(--mono);font-size:10px}.range-control input{appearance:none;background:linear-gradient(90deg,var(--accent) 0 var(--range-progress,50%),#dddde2 var(--range-progress,50%) 100%);border-radius:4px;width:100%;height:3px;margin:0}.range-control input::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#25252a;border:2px solid #fff;border-radius:50%;width:13px;height:13px;box-shadow:0 1px 5px #0004}.choice-row{grid-template-columns:repeat(4,1fr);gap:5px;margin-top:14px;display:grid}.choice-row button{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:4px 2px 5px;font-size:10px}.choice-row button.active{color:var(--ink);background:#fff;border-color:#222}.choice-row i{background:#fff;border-radius:6px;height:24px;margin-bottom:3px;display:block}.choice-row button:nth-child(2) i{box-shadow:0 7px 12px #24242d30}.choice-row button:nth-child(3) i{box-shadow:0 8px 8px #1117}.choice-row button:nth-child(4) i{box-shadow:0 0 12px #8159ff80}.text-input{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;height:34px;padding:0 10px;font-size:10px}.caption-meta{color:var(--faint);justify-content:space-between;align-items:center;margin-top:7px;font-size:10px;display:flex}.caption-meta label{align-items:center;gap:4px;display:flex}.switch{display:inline-block}.switch input{display:none}.switch i{background:#d6d6db;border-radius:20px;width:30px;height:17px;transition:all .2s;display:block;position:relative}.switch i:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0002}.canvas-workspace{background:#ededee;flex-direction:column;min-width:0;min-height:0;padding:0 17px 17px;display:flex}.canvas-toolbar{justify-content:space-between;align-items:center;height:46px;display:flex}.canvas-title{align-items:center;gap:8px;display:flex}.canvas-title span{color:var(--muted);font-family:var(--mono);background:#dedee1;border-radius:5px;padding:3px 6px;font-size:10px}.zoom-control{background:#f7f7f8;border:1px solid #d8d8dc;border-radius:8px;align-items:center;height:28px;display:flex;overflow:hidden}.zoom-control button{cursor:pointer;background:0 0;border:0;width:27px;height:100%}.zoom-control span{text-align:center;min-width:45px;color:var(--muted);font-family:var(--mono);font-size:10px}.preview-stage{background-color:#e5e5e7;background-image:linear-gradient(45deg,#dadadd 25%,#0000 25%),linear-gradient(-45deg,#dadadd 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#dadadd 75%),linear-gradient(-45deg,#0000 75%,#dadadd 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;border:1px solid #dfdfe2;border-radius:15px;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:auto}.preview-stage.empty-state{cursor:pointer;background:#e7e7e9}.preview-empty{text-align:center;flex-direction:column;align-items:center;display:flex}.empty-art{width:96px;height:76px;margin-bottom:22px;position:relative}.empty-art i{background:#f7f7f8;border-radius:10px;width:66px;height:48px;position:absolute;top:12px;left:9px;transform:rotate(-10deg);box-shadow:0 12px 26px #3332}.empty-art i:nth-child(2){background:#fff;top:9px;left:22px;transform:rotate(8deg)}.empty-art b{color:#fff;background:#17171a;border:4px solid #e7e7e9;border-radius:50%;place-items:center;width:32px;height:32px;font-size:20px;font-weight:400;display:grid;position:absolute;bottom:0;right:2px}.preview-empty h1{letter-spacing:-.04em;margin:0;font-size:18px}.preview-empty p{color:var(--muted);margin:8px 0 16px;font-size:10px}.preview-empty button{color:#fff;cursor:pointer;background:#17171a;border:0;border-radius:8px;height:34px;padding:0 14px;font-size:10px}.canvas-preview{transform:scale(var(--canvas-zoom,1));transform-origin:50%;justify-content:center;align-items:center;padding:36px;transition:transform .18s;display:flex}.canvas-preview canvas{filter:drop-shadow(0 18px 30px #27272f20);width:auto;max-width:100%;height:auto;max-height:calc(100vh - 165px);display:block}.stage-note{color:#777780;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--mono);background:#ffffffc9;border-radius:7px;align-items:center;gap:6px;padding:5px 8px;font-size:10px;display:flex;position:absolute;bottom:11px;right:13px}.stage-note i{background:var(--green);border-radius:50%;width:5px;height:5px}.right-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.right-heading div{flex-direction:column;gap:3px;display:flex}.right-heading strong{font-size:11px}.right-heading>span{color:var(--faint);font-size:10px}.layout-list{flex-direction:column;gap:9px;display:flex}.layout-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;padding:7px 7px 8px;position:relative}.layout-card.active:after{color:#fff;content:"✓";background:#222;border-radius:50%;place-items:center;width:15px;height:15px;font-size:10px;display:grid;position:absolute;top:7px;right:7px}.layout-card b,.layout-card small{display:block}.layout-card small{color:var(--faint);margin-top:2px;font-size:10px}.layout-art{background:linear-gradient(135deg,#ffdfb5,#ff8fad);border-radius:8px;place-items:center;height:76px;display:grid;overflow:hidden}.layout-art i{background:#f3f3f4;border-radius:5px;width:66%;height:57%;box-shadow:0 9px 14px #25134d50}.layout-art.float i{transform:translateY(-7px)}.layout-art.tilt-left i{transform:rotate(-7deg)}.layout-art.tilt-right i{transform:rotate(7deg)}.ratio-section{border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.ratio-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.ratio-grid button{border:1px solid var(--line);height:49px;color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:10px;display:flex}.ratio-grid button.active{color:#222;background:#f3f3f4;border-color:#222}.ratio-grid i{border:1.5px solid;border-radius:2px;display:block}.ratio-auto{width:17px;height:13px;border-style:dashed!important}.ratio-square{width:14px;height:14px}.ratio-landscape{width:18px;height:13px}.ratio-wide{width:20px;height:11px}.ratio-story{width:10px;height:18px}.output-section{background:#f4f1ff;border:1px solid #dcd8ef;border-radius:11px;margin-top:18px;padding:12px}.output-section>div{align-items:center;gap:8px;display:flex}.output-section>div>i{background:var(--green);border-radius:50%;width:7px;height:7px}.output-section strong,.output-section small{display:block}.output-section strong{font-size:10px}.output-section small{color:var(--muted);margin-top:2px;font-size:10px}.output-section>label{border-top:1px solid #ddd7f7;justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;font-size:10px;display:flex}.output-section .switch i{width:28px;height:16px}.output-section .switch i:after{width:12px;height:12px}.output-section .switch input:checked+i:after{transform:translate(12px)}.layout-art.split-2{justify-content:center;align-items:center;gap:5px;padding:13px;display:flex}.layout-art.split-2 i{width:calc(50% - 3px);height:100%;transform:none}.layout-art.grid-4{grid-template-columns:repeat(2,1fr);gap:5px;padding:11px;display:grid}.layout-art.grid-4 i{width:100%;height:100%;transform:none;box-shadow:0 5px 9px #25134d42}.toast{z-index:20;color:#fff;opacity:0;pointer-events:none;background:#1e1e22ef;border-radius:9px;padding:9px 14px;font-size:10px;transition:all .2s;position:fixed;bottom:23px;left:50%;transform:translate(-50%,10px);box-shadow:0 12px 30px #0003}.toast.show{opacity:1;transform:translate(-50%)}.color-trigger{cursor:pointer;background:#fff;border:1px solid #e2e2e6;border-radius:6px;align-items:center;gap:5px;height:22px;padding:2px 5px;display:flex}.color-trigger i{background:var(--trigger-color,#f4f0ff);border:1px solid #00000018;border-radius:4px;width:14px;height:14px;display:block}.color-trigger output{color:#5f5e67;font-family:var(--mono);font-size:10px}.color-trigger.compact{height:24px}.color-editor label>span:last-child{display:initial}.caption-meta label{gap:6px}pretty-color-picker{z-index:50;--pcp-width:220px;--pcp-slider-height:30px;--pcp-panel-padding:8px}pretty-color-picker[open]{top:64px!important}.photo-library-heading{color:#4e4d55;justify-content:space-between;align-items:center;margin-top:17px;margin-bottom:8px;font-size:10px;font-weight:600;display:flex}.photo-library-heading b{color:#716e79;min-width:20px;height:15px;font-family:var(--mono);background:#ededf0;border-radius:8px;place-items:center;margin-left:4px;padding:0 5px;font-size:10px;font-weight:500;display:inline-grid}.photo-library-heading small{color:var(--faint);font-family:var(--mono);font-size:10px}.background-search{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:6px;height:30px;margin-bottom:9px;padding:0 8px;display:flex}.background-search svg{width:12px;color:var(--faint)}.background-search input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:10px}.background-search input::placeholder{color:#aaaab2}.photo-background-grid{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.photo-background{cursor:pointer;text-align:left;background:0 0;border:0;padding:0;position:relative}.photo-background img{aspect-ratio:4/3;object-fit:cover;border:2px solid #0000;border-radius:8px;width:100%;transition:all .18s;display:block;box-shadow:inset 0 0 0 1px #ffffff80}.photo-background:hover img{transform:translateY(-2px);box-shadow:0 5px 12px #26263120}.photo-background.active img{border-color:#222;box-shadow:0 0 0 2px #fff,0 0 0 3px #222}.photo-background span{color:#777680;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;display:block;overflow:hidden}.photo-background.active:after{color:#fff;content:"✓";background:#222;border:2px solid #fff;border-radius:50%;place-items:center;width:14px;height:14px;font-size:10px;display:grid;position:absolute;top:4px;right:4px}.show-all-backgrounds{border:1px solid var(--line);color:#686771;cursor:pointer;background:#f7f7f8;border-radius:8px;width:100%;height:29px;margin-top:9px;font-size:10px}.show-all-backgrounds:hover{color:var(--accent);background:var(--accent-soft);border-color:#d6ceff}.background-empty{color:var(--faint);text-align:center;grid-column:1/-1;padding:18px 5px;font-size:10px}@media (width<=980px){.topbar{grid-template-columns:220px 1fr 250px}.privacy{display:none}.workspace{grid-template-columns:230px minmax(320px,1fr) 210px}.right-inspector{padding-left:9px;padding-right:9px}.canvas-workspace{padding-left:10px;padding-right:10px}}@media (width<=760px){html,body{height:auto;overflow:auto}.app-shell{height:auto;min-height:100vh}.topbar{grid-template-columns:1fr auto;height:56px;position:sticky;top:0}.history-actions{display:none}.export-actions{grid-column:2}.export-scale,.export-button{display:none}.workspace{flex-direction:column;display:flex}.canvas-workspace{order:1;height:540px;padding-bottom:12px}.left-inspector{border-right:0;border-top:1px solid var(--line);order:2}.right-inspector{border-left:0;border-top:1px solid var(--line);order:3}.inspector-scroll,.right-inspector{overflow:visible}.layout-list{grid-template-columns:repeat(2,1fr);display:grid}.canvas-preview canvas{max-height:410px}.preview-stage{min-height:470px}}@media (width<=420px){.topbar{padding:0 7px}.export-button{padding:0 11px}.canvas-workspace{height:470px}.preview-stage{min-height:400px}.preview-empty p{max-width:260px;line-height:1.6}.layout-list{grid-template-columns:1fr 1fr}}.image-slot-overlay.filled{touch-action:none;-webkit-user-select:none;user-select:none}.preview-stage.dragging{border-color:#7257ee;box-shadow:inset 0 0 0 3px #7257ee24}.export-diagnostic-button{z-index:40;color:#5f48c7;cursor:pointer;background:#f4f1ff;border:1px solid #d8d0ff;border-radius:8px;height:30px;padding:0 11px;font-size:10px;position:fixed;bottom:18px;right:18px;box-shadow:0 7px 18px #30295c20}.export-diagnostic-button:hover{background:#eae4ff}.theme-button svg{width:14px}.theme-sun{display:none}html[data-theme=dark]{--ink:#f4f4f6;--muted:#aaaab4;--faint:#7f7f8b;--line:#34343b;--panel:#18181c;--app:#101013;--accent:#927cff;--accent-soft:#2a2445;--green:#45c792;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] .theme-moon{display:none}html[data-theme=dark] .theme-sun{display:block}html[data-theme=dark] .topbar{background:#18181c;border-color:#303036}html[data-theme=dark] .toolbar-button,html[data-theme=dark] .copy-button,html[data-theme=dark] .export-scale,html[data-theme=dark] .file-meta,html[data-theme=dark] .color-editor label,html[data-theme=dark] .text-input,html[data-theme=dark] .layout-card,html[data-theme=dark] .ratio-grid button,html[data-theme=dark] .color-trigger,html[data-theme=dark] .background-search{color:var(--ink);background:#222227;border-color:#38383f}html[data-theme=dark] .drop-icon,html[data-theme=dark] .choice-row i{background:#2b2b31}html[data-theme=dark] .choice-row button.active,html[data-theme=dark] .layout-card.active{color:#fff;background:#25252b;border-color:#dedee7}html[data-theme=dark] .stage-note{color:#c0c0ca;background:#202026d9}html[data-theme=dark] .canvas-title span,html[data-theme=dark] .photo-library-heading b{color:#b9b9c3;background:#28282e}html[data-theme=dark] .zoom-control{background:#1e1e23;border-color:#35353c}html[data-theme=dark] .output-section>label{border-color:#40385e}html[data-theme=dark] .show-all-backgrounds{color:#b8b8c2;background:#222227;border-color:#393940}html[data-theme=dark] .file-meta button:hover{background:#3b222b}html[data-theme=dark] .range-control label,html[data-theme=dark] .photo-library-heading{color:#c5c5cd}html[data-theme=dark] .color-trigger output{color:#c1c1ca}.canvas-preview{position:relative}.slot-overlays{z-index:3;pointer-events:none;position:absolute}.image-slot-overlay{pointer-events:auto;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;transition:border-color .16s,background .16s,box-shadow .16s;display:flex;position:absolute}.image-slot-overlay.filled:active{cursor:grabbing}.image-slot-overlay.filled:hover{border-color:#ffffffb8;box-shadow:inset 0 0 0 1px #7257ee66}.image-slot-overlay.drag-source{opacity:.55}.image-slot-overlay.drop-target{background:#7257ee18;border-color:#7257ee;box-shadow:inset 0 0 0 2px #ffffffb8}.slot-drag-handle{color:#fff;opacity:0;background:#17171ab8;border:1px solid #ffffff96;border-radius:7px;place-items:center;width:25px;height:25px;font-size:14px;line-height:1;transition:opacity .16s;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 4px 10px #0003}.image-slot-overlay.filled:hover .slot-drag-handle,.image-slot-overlay.filled:focus-visible .slot-drag-handle{opacity:1}.image-slot-overlay.missing{cursor:pointer;background:#ffffff20;border:2px dashed #7257ee8f}.slot-upload-button{color:#40356e;cursor:pointer;background:#fffffff0;border:0;border-radius:11px;flex-direction:column;align-items:center;gap:7px;padding:12px 15px;font-size:10px;font-weight:600;display:flex;box-shadow:0 8px 22px #30295c24}.slot-upload-button b{color:#fff;background:#7257ee;border-radius:8px;place-items:center;width:27px;height:27px;font-size:18px;font-weight:400;display:grid}.annotation-layer{z-index:8;pointer-events:none;position:absolute}.annotation-layer:not([hidden]){pointer-events:auto;cursor:crosshair}.annotation-item{box-sizing:border-box;pointer-events:none;position:absolute}.annotation-rect{border:var(--annotation-width) solid var(--annotation-color)}.annotation-rect.dashed{border-style:dashed}.annotation-arrow{border-top:var(--annotation-width) solid var(--annotation-color);transform-origin:0}.annotation-arrow:after{content:"";border-top:var(--annotation-width) solid var(--annotation-color);border-right:var(--annotation-width) solid var(--annotation-color);width:10px;height:10px;position:absolute;top:50%;right:-2px;transform:translateY(-50%)rotate(45deg)}.annotation-mosaic{background:repeating-conic-gradient(#777 0 25%,#bbb 0 50%) 50%/12px 12px;opacity:.9}.annotation-draft{opacity:.65}.annotation-tools{align-items:center;gap:4px;margin-left:8px;display:flex}.annotation-tools button{border:1px solid var(--line);background:var(--panel);width:28px;height:28px;color:var(--muted);cursor:pointer;border-radius:6px}.annotation-tools button.active{color:#fff;background:var(--accent)}.annotation-tools input[type=color]{background:0 0;border:0;width:24px;height:24px;padding:0}.annotation-tools select{border:1px solid var(--line);background:var(--panel);height:26px;color:var(--muted);border-radius:6px;font-size:10px}.annotation-tools input[type=range]{width:58px}.annotation-layer:not(.drawing){pointer-events:none}.annotation-layer.drawing{pointer-events:auto}.annotation-layer{z-index:30;touch-action:none}.annotation-layer .annotation-selection{pointer-events:none;box-sizing:border-box;border:1px dashed #8064ed;position:absolute}.annotation-layer .annotation-handle{width:10px;height:10px;cursor:inherit;box-sizing:border-box;background:#fff;border:2px solid #8064ed;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.annotation-properties{background:var(--panel);border:1px solid var(--line);border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;padding:8px 10px;font-size:11px;display:flex}.annotation-properties[hidden],.annotation-properties label[hidden]{display:none}.annotation-properties label{align-items:center;gap:5px;display:flex}.annotation-properties input[type=number]{width:48px}.annotation-properties input[type=range]{width:64px;accent-color:var(--accent)}.annotation-properties input,.annotation-properties select,.annotation-properties button{color:var(--ink);background:var(--panel);border:1px solid var(--line);border-radius:5px;height:26px}.annotation-properties input[type=color]{width:28px;padding:2px}.annotation-properties .aura-color-swatch{background:0 0;border:0;padding:0}.annotation-properties .aura-layer-hex{border-color:#0000;height:24px}.annotation-properties span{color:var(--muted);font-size:10px}.canvas-workspace .canvas-toolbar{flex-wrap:wrap;flex:none;justify-content:flex-start;gap:8px;height:auto;min-height:40px;padding:6px 10px;position:relative;top:auto;left:auto;right:auto}.canvas-workspace .annotation-properties{flex:none;margin:0 8px 8px}.canvas-workspace .preview-stage{height:auto}.canvas-preview{zoom:1;flex:none;transform:none}.preview-stage[data-zoom-mode=fit] .canvas-preview{padding:18px 12px}.preview-stage{overscroll-behavior:contain;justify-content:safe center;align-items:safe center}.canvas-preview canvas{width:auto;max-width:none;height:auto;max-height:none}.zoom-control{overflow:visible}.zoom-control input{appearance:none;background:linear-gradient(90deg, var(--accent) 0 var(--range-progress,47.4%), #d7d7dc var(--range-progress,47.4%) 100%);border-radius:3px;width:92px;height:3px;margin:0 8px}.zoom-control input::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#25252a;border:2px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 4px #0004}.zoom-control span{min-width:42px}.zoom-control .zoom-fit-button{width:38px;color:var(--muted);border-right:1px solid var(--line);font-size:10px}.zoom-control .zoom-fit-button.active{color:#fff;background:var(--accent)}@media (width<=760px){.zoom-control input{width:70px}.canvas-preview canvas{max-height:none}}.control-hint{color:var(--faint);margin:-2px 0 11px;font-size:10px;line-height:1.55}.focus-controls{transition:opacity .18s}.focus-controls.disabled{opacity:.42;pointer-events:none}.focus-tone-control{grid-template-columns:repeat(4,1fr)}.focus-tone-control button{justify-content:center;align-items:center;gap:6px;display:flex}.tone-dot{border:1px solid #c9c9ce;border-radius:4px;width:12px;height:12px;display:inline-block}.tone-dot.black{background:#17171a}.tone-dot.white{background:#fff}.tone-dot.glass{background:linear-gradient(135deg,#ffffffeb,#c9d7f080);border-color:#ffffffb8;box-shadow:inset 0 0 0 1px #ffffff80,0 2px 5px #5f6f9130}.tone-dot.magnifier{background:radial-gradient(circle at 38% 35%,#fff 0 18%,#aeb6c9 20% 48%,#596273 50% 66%,#dce2ef 68% 100%);border-radius:50%;box-shadow:2px 2px 0 -1px #596273}.focus-option-row{border:1px solid var(--line);background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;margin-top:11px;padding:9px 10px;display:flex}.focus-option-row>span:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.focus-option-row strong{color:var(--ink);font-size:10px;font-weight:600}.focus-option-row small{color:var(--faint);font-size:9px;line-height:1.35}.highlight-custom-detail{margin-top:10px}.highlight-custom-options{padding-top:4px}.caption-font-editor{margin-top:11px;display:block}.caption-font-editor .color-row{background:#f6f6f8;border:0;border-radius:12px;align-items:center;gap:10px;min-height:64px;padding:9px 12px;display:flex}.caption-font-editor .color-role{color:var(--muted);font-size:10px}.caption-current-font{display:none}.caption-font-editor select{border:1px solid var(--line);min-width:0;height:34px;color:var(--ink);background:var(--panel);border-radius:9px;padding:0 10px;font-size:10px}.caption-font-editor #captionFontSelect{flex:auto}.caption-font-editor .caption-weight-role{margin-left:2px}.caption-font-editor #captionWeightSelect{flex:0 0 76px;min-width:76px;max-width:76px}.caption-position-control{grid-template-columns:repeat(4,minmax(0,1fr))}.caption-custom-detail{margin-top:13px}.caption-custom-detail summary{border:1px solid var(--line);color:var(--muted);background:var(--surface-soft,#f6f6f8);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;padding:11px 12px;font-size:11px;list-style:none;display:flex}.caption-custom-detail summary::-webkit-details-marker{display:none}.caption-custom-detail summary i{color:var(--faint);font-size:16px;transition:transform .16s}.caption-custom-detail[open] summary i{transform:rotate(180deg)}.caption-custom-options{padding-top:2px}.magnifier-color-control{margin-top:11px}html[data-theme=dark] .caption-font-editor .color-row{background:#222129}html[data-theme=dark] .focus-option-row{background:#222227}.redraw-highlight{border:1px solid var(--line);width:100%;height:31px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:10px;display:flex}.redraw-highlight:hover{color:#7257ee;background:var(--accent-soft);border-color:#7257ee}.redraw-highlight svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:13px}.highlight-editor{z-index:4;touch-action:none;-webkit-user-select:none;user-select:none;transform-origin:50%;cursor:crosshair;position:absolute}.highlight-selection{box-sizing:border-box;border:calc(2px * var(--overlay-ui-scale,1)) solid #fff;outline:calc(1px * var(--overlay-ui-scale,1)) solid #7257ee;box-shadow:0 0 0 calc(1px * var(--overlay-ui-scale,1)) #00000020, 0 calc(5px * var(--overlay-ui-scale,1)) calc(18px * var(--overlay-ui-scale,1)) #0003;cursor:move;background:#7257ee0d;position:absolute}.highlight-editor:not(.is-editing) .highlight-selection{cursor:pointer}.highlight-editor:not(.is-editing){pointer-events:none}.highlight-editor:not(.is-editing) .highlight-selection{pointer-events:auto;box-shadow:none;background:0 0;border-color:#0000;outline:0}.highlight-editor:not(.is-editing) .highlight-selection i,.highlight-editor:not(.is-editing) .highlight-drag-label{display:none}.highlight-editor.magnifier-mode:not(.is-editing) .highlight-selection{border:1px solid var(--magnifier-edge-color,#fafafa);box-shadow:inset 0 0 0 2px #fffffff2, 0 5px 16px color-mix(in srgb, var(--magnifier-edge-color,#fafafa) 50%, transparent);background:0 0;outline:0}.highlight-drag-label{left:50%;top:calc(-27px * var(--overlay-ui-scale,1));color:#fff;white-space:nowrap;transform:translateX(-50%) scale(var(--overlay-ui-scale,1));transform-origin:bottom;background:#17171ad9;border-radius:6px;padding:4px 7px;font-size:9px;position:absolute;box-shadow:0 3px 10px #0003}.highlight-selection i{width:calc(10px * var(--overlay-ui-scale,1));height:calc(10px * var(--overlay-ui-scale,1));border:calc(2px * var(--overlay-ui-scale,1)) solid #fff;box-shadow:0 calc(1px * var(--overlay-ui-scale,1)) calc(4px * var(--overlay-ui-scale,1)) #0004;background:#7257ee;border-radius:50%;position:absolute}.highlight-selection i[data-resize=nw]{left:calc(-6px * var(--overlay-ui-scale,1));top:calc(-6px * var(--overlay-ui-scale,1));cursor:nwse-resize}.highlight-selection i[data-resize=ne]{right:calc(-6px * var(--overlay-ui-scale,1));top:calc(-6px * var(--overlay-ui-scale,1));cursor:nesw-resize}.highlight-selection i[data-resize=se]{right:calc(-6px * var(--overlay-ui-scale,1));bottom:calc(-6px * var(--overlay-ui-scale,1));cursor:nwse-resize}.highlight-selection i[data-resize=sw]{left:calc(-6px * var(--overlay-ui-scale,1));bottom:calc(-6px * var(--overlay-ui-scale,1));cursor:nesw-resize}.highlight-editor.redraw-mode .highlight-selection{pointer-events:none}.highlight-editor.redraw-mode:after{color:#fff;content:"拖动框选高亮区域";white-space:nowrap;transform:translate(-50%, -50%) scale(var(--overlay-ui-scale,1));background:#17171ad9;border-radius:7px;padding:6px 9px;font-size:10px;position:absolute;top:50%;left:50%}html[data-theme=dark] .redraw-highlight{color:var(--ink);background:#222227;border-color:#38383f}:root{--ink:#171622;--muted:#706f7c;--faint:#a09eac;--line:#e9e7ef;--panel:#fff;--app:#f5f4f8;--accent:#6d4aff;--accent-hover:#5937e8;--accent-soft:#f0edff;--green:#25a66f;--surface:#fff;--surface-soft:#f7f6fa;--shadow-sm:0 1px 2px #1e18380a, 0 6px 18px #1e18380d;--shadow-md:0 14px 36px #261c4e1a}html,body{background:var(--app)}button,input{letter-spacing:-.01em}button{transition:color .18s,background .18s,border-color .18s,box-shadow .18s,transform .18s}button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 22%, transparent);outline-offset:2px}pretty-color-picker{z-index:2147483000!important}pretty-color-picker[open]{left:var(--picker-left,8px)!important;top:var(--picker-top,8px)!important}.topbar{border-color:var(--line);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.2);backdrop-filter:blur(18px)saturate(1.2);flex-basis:68px;grid-template-columns:308px minmax(0,1fr);height:68px;padding:0 18px;box-shadow:0 1px #221a4205}.brand{letter-spacing:0;gap:11px}.brand-mark i{background:linear-gradient(135deg,#ff7185,#8455ff);border-radius:8px 8px 10px 7px;width:23px;height:17px;box-shadow:0 6px 14px #6d4aff40}.brand-mark i:last-child{background:linear-gradient(135deg,#7652ff,#342175);top:9px;left:8px}.brand-copy{flex-direction:column;gap:1px;display:flex}.brand-copy strong{letter-spacing:-.035em;font-size:15px;font-weight:750;line-height:1.1}.brand-copy small{color:var(--faint);font-family:var(--mono);letter-spacing:.13em;font-size:8px;font-weight:500}.history-actions{gap:10px}.privacy{padding:0 10px;font-size:11px}.toolbar-button,.copy-button,.export-scale{border-color:var(--line);background:var(--surface);border-radius:10px;height:36px;box-shadow:0 1px 2px #20193a08}.toolbar-button{padding:0 12px;font-size:11px}.toolbar-button:hover,.copy-button:hover:not(:disabled){color:var(--accent);background:var(--accent-soft);border-color:#cfc5ff}.export-actions{grid-column:2;gap:8px}.export-scale{padding:3px}.export-scale button{border-radius:7px;height:28px;font-size:10px}.export-scale button.active{color:var(--accent);background:var(--accent-soft)}.copy-button{width:36px}.export-button{background:linear-gradient(135deg,#7654ff,#5a39e7);border-radius:11px;height:38px;padding:0 16px;font-size:11px;box-shadow:0 8px 20px #5c38de3d}.export-button:hover:not(:disabled){background:linear-gradient(135deg,#6844f5,#4e2ed4);box-shadow:0 10px 24px #5c38de52}.workspace{background:var(--app);grid-template-columns:308px minmax(420px,1fr) 276px;gap:0}.inspector{background:var(--panel)}.left-inspector{border-color:var(--line)}.inspector-tabs,.upload-section{display:none}.right-inspector{border-color:var(--line);padding:22px 17px 30px}.inspector-tabs{border-color:var(--line);background:var(--surface);gap:4px;height:54px;padding:9px 12px}.inspector-tabs button{border-radius:9px;font-size:12px}.inspector-tabs button.active{color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px #6d4aff14}.inspector-scroll{scrollbar-width:thin;scrollbar-color:#d8d5e1 transparent;padding:0 18px 36px}.control-section{border-color:var(--line);padding:20px 0}.section-title{margin-bottom:14px}:is(.control-section:has(>.section-title:last-child) .section-title,.control-section:has(>.section-title+[hidden]:last-child) .section-title){margin-bottom:0}.section-title>span,.right-heading strong{letter-spacing:-.015em;font-size:12px;font-weight:680}.control-hint{font-size:10px;line-height:1.6}.drop-zone{background:linear-gradient(145deg,#fbfaff,#f5f2ff);border-color:#d9d5e4;border-radius:14px;min-height:124px}.drop-zone:hover,.drop-zone.dragging{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px #6d4aff14}.drop-icon{width:38px;height:38px;color:var(--accent);background:var(--surface);border:1px solid #6d4aff1a;border-radius:11px;margin-bottom:10px;box-shadow:0 8px 20px #4c33a71a}.drop-zone strong{font-size:12px}.drop-zone small{margin-top:7px;font-size:10px}.file-meta{border-color:var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:11px;margin-top:10px;padding:9px}.file-thumb{border-radius:9px;width:34px;height:34px}.file-meta strong,.file-meta small{font-size:10px}.preset-card{font-size:10px}.preset-card i{border-radius:11px;height:54px;margin-bottom:7px}.preset-card:hover i{transform:translateY(-2px);box-shadow:0 8px 18px #2d24501f}.preset-card.active i,.photo-background.active img{border-color:var(--accent);box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--accent)}.color-editor{flex-direction:column;gap:8px;margin-top:16px;display:flex}.color-editor .color-row{min-width:0;height:42px;color:var(--muted);background:var(--surface-soft);border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:4px 5px 4px 10px;font-size:10px;display:flex}.color-editor .color-role{flex:none;width:38px}.color-editor .color-swatch{cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;padding:0;display:grid}.color-editor .color-swatch:hover,.color-editor .color-swatch:focus-visible{background:var(--surface);box-shadow:var(--shadow-sm)}.color-editor .color-swatch i{background:var(--trigger-color,#f4f0ff);border:1px solid #00000014;border-radius:6px;width:24px;height:24px;display:block}.color-editor .color-value-input{min-width:0;height:30px;color:var(--ink);font-family:var(--mono);text-transform:uppercase;background:0 0;border:1px solid #0000;border-radius:7px;outline:0;flex:1;padding:0 6px;font-size:11px}.color-editor .color-value-input:hover{background:color-mix(in srgb, var(--surface) 70%, transparent)}.color-editor .color-value-input:focus{background:var(--surface);border-color:#b7a8ff;box-shadow:0 0 0 3px #6d4aff1a}.color-editor .color-alpha-editor{width:60px;height:30px;color:var(--muted);font-family:var(--mono);background:0 0;border:1px solid #0000;border-radius:7px;flex:none;justify-content:center;align-items:center;gap:1px;padding:0 5px;font-size:10px;line-height:1;display:flex;position:relative}.color-editor .color-alpha-editor:before{background:var(--line);content:"";width:1px;height:28px;position:absolute;top:1px;left:-9px}.color-editor .color-alpha-editor:hover{background:color-mix(in srgb, var(--surface) 70%, transparent)}.color-editor .color-alpha-editor:focus-within{color:var(--ink);background:var(--surface);border-color:#b7a8ff;box-shadow:0 0 0 3px #6d4aff1a}.color-editor .color-alpha-editor input{width:3ch;min-width:0;height:28px;color:inherit;text-align:right;font:inherit;background:0 0;border:0;outline:0;padding:0;line-height:28px}.color-editor .color-alpha-editor b{flex:none;font-weight:500;line-height:1}.caption-count{justify-content:flex-end}.caption-template-row{grid-template-columns:minmax(0,1fr) 64px;gap:6px;margin-top:8px;display:grid}.caption-template-row select,.caption-template-row button{border:1px solid var(--line);min-width:0;height:31px;color:var(--muted);background:var(--surface);border-radius:8px;outline:0;font-size:10px}.caption-template-row select{cursor:pointer;width:100%;padding:0 24px 0 9px}.caption-template-row select:focus{border-color:#b7a8ff;box-shadow:0 0 0 3px #6d4aff1a}.caption-template-row button{color:var(--accent);background:var(--accent-soft);cursor:pointer;padding:0 7px;font-weight:600}.caption-template-row button:hover{background:color-mix(in srgb, var(--accent-soft) 74%, var(--surface));border-color:#c8bcff}.caption-template-row select:disabled,.caption-template-row button:disabled{opacity:.42;cursor:not-allowed}.caption-size-control{margin-top:10px}.caption-position-field{margin-top:14px}.caption-position-field>span{color:var(--muted);margin-bottom:8px;font-size:11px;display:block}.caption-position-control{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.caption-position-control button:disabled{opacity:.42;cursor:not-allowed}.caption-color-editor{margin-top:10px}.color-trigger{border-color:var(--line);background:var(--surface)}.color-trigger:hover{border-color:#c8bcff}.photo-library-heading{margin-top:20px;margin-bottom:10px}.background-search{border-color:var(--line);border-radius:10px;height:34px;margin-bottom:11px;padding:0 10px}.background-search:focus-within{border-color:#b7a8ff;box-shadow:0 0 0 3px #6d4aff1a}.background-search input{font-size:11px}.photo-background-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px 8px}.photo-background{width:100%;min-width:0;overflow:visible}.photo-background img{aspect-ratio:4/3;object-fit:cover;border-radius:9px;width:100%;height:auto}.photo-background span{text-overflow:ellipsis;white-space:nowrap;width:100%;height:15px;margin-top:5px;line-height:15px;overflow:hidden}.show-all-backgrounds{border-color:var(--line);background:var(--surface-soft);border-radius:9px;height:34px;margin-top:12px}.segmented{background:var(--surface-soft);border-radius:11px;gap:4px;padding:4px}.segmented button{border-radius:8px;height:30px;font-size:10px}.segmented button.active{color:var(--accent);background:var(--surface);box-shadow:var(--shadow-sm)}.range-control{margin-top:16px}.range-control label{margin-bottom:9px;font-size:11px}.range-control input{height:4px}.range-control input::-webkit-slider-thumb{background:var(--accent);border-width:3px;width:15px;height:15px;box-shadow:0 2px 7px #422a9647}.choice-row{gap:6px;margin-top:16px}.choice-row button{border-radius:9px;padding:5px 3px 6px}.choice-row button:hover{background:var(--surface-soft)}.choice-row button.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.text-input{border-color:var(--line);background:var(--surface);border-radius:10px;height:38px;padding:0 11px;font-size:11px}.text-input:focus{border-color:#b7a8ff;outline:none;box-shadow:0 0 0 3px #6d4aff1a}.switch i{background:#d8d5df;width:32px;height:18px}.switch i:after{width:14px;height:14px}.switch input:checked+i{background:var(--accent)}.switch input:checked+i:after{transform:translate(14px)}.canvas-workspace{background:var(--app);padding:0;position:relative;overflow:hidden}.canvas-toolbar{z-index:10;pointer-events:none;height:32px;position:absolute;top:11px;left:22px;right:22px}.canvas-toolbar>*{pointer-events:auto}.canvas-title span{background:#ebe9f0;border-radius:6px;padding:4px 8px}.zoom-control{border-color:var(--line);background:var(--surface);border-radius:10px;height:32px;box-shadow:0 1px 2px #20193a08}.zoom-control button:hover{color:var(--accent);background:var(--accent-soft)}.zoom-control .zoom-fit-button{width:36px;height:24px;color:var(--muted);background:0 0;border:0;border-radius:6px;margin:4px 3px;font-size:9px}.zoom-control .zoom-fit-button:hover{color:var(--accent);background:var(--accent-soft)}.zoom-control .zoom-fit-button.active{color:#fff;background:var(--accent);box-shadow:0 3px 8px #5235c138}.preview-stage{width:100%;height:100%;box-shadow:none;background-color:#edecef;background-image:linear-gradient(45deg,#e4e2e8 25%,#0000 25%),linear-gradient(-45deg,#e4e2e8 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e4e2e8 75%),linear-gradient(-45deg,#0000 75%,#e4e2e8 75%);background-position:0 0,0 12px,12px -12px,-12px 0;background-size:24px 24px;border:0;border-radius:0}.canvas-preview canvas{image-rendering:auto}.preview-stage.empty-state{background:#f1eff4}.preview-empty{padding:32px}.empty-art i{border:1px solid var(--line);background:#fbfaff;border-radius:13px;width:72px;height:52px;box-shadow:0 18px 34px #2d245021}.empty-art i:nth-child(2){background:var(--surface)}.empty-art b{background:var(--accent);border-color:#efedf3;width:36px;height:36px;box-shadow:0 7px 16px #5535d33d}.preview-empty h1{font-size:20px;font-weight:700}.preview-empty button{background:var(--accent);border-radius:10px;height:38px;padding:0 17px;font-size:11px;box-shadow:0 7px 18px #5535d333}.preview-empty button:hover{background:var(--accent-hover);transform:translateY(-1px)}.background-panel-trigger{z-index:8;height:36px;color:var(--muted);cursor:pointer;background:#fffffff0;border:1px solid #ffffffb8;border-radius:10px;align-items:center;gap:7px;padding:0 10px;font-size:10px;display:flex;position:absolute;bottom:14px;left:16px;box-shadow:0 6px 18px #20193a17}.background-panel-trigger>img{object-fit:cover;border:1px solid #ffffffb8;border-radius:7px;flex:none;width:26px;height:26px;margin-left:-6px;display:block;box-shadow:0 2px 6px #261c4e1f}.background-panel-trigger b{display:none}.background-panel-trigger:hover,.background-panel-trigger.active{color:var(--accent);background:#fff;border-color:#c9beff;box-shadow:0 8px 22px #412a9a26}.background-panel{z-index:9;border:1px solid var(--line);background:var(--surface);border-radius:16px;flex-direction:column;width:min(320px,100% - 32px);max-height:min(610px,100% - 82px);display:flex;position:absolute;bottom:60px;left:16px;overflow:hidden;box-shadow:0 22px 60px #261c4e33}.background-panel-heading{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;height:52px;padding:0 14px 0 16px;display:flex}.background-panel-heading>div{align-items:baseline;gap:8px;display:flex}.background-panel-heading strong{font-size:12px}.background-panel-heading span{color:var(--faint);font-family:var(--mono);font-size:9px}.background-panel-heading span,.background-panel .background-search{display:none}.background-panel-heading .background-panel-actions{align-items:center;gap:4px;display:flex}.background-panel-heading button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;font-size:20px;line-height:1;display:grid}.background-panel-heading button:hover{color:var(--ink);background:var(--surface-soft)}.background-panel-heading .random-background-button{width:auto;color:var(--accent);align-items:center;gap:5px;padding:0 8px;font-size:10px;display:flex}.background-panel-heading .random-background-button svg{width:13px;height:13px}.background-panel-heading .random-background-button span{color:inherit;font-family:var(--ui);font-size:10px;display:inline}.background-panel-heading .random-background-button:hover{color:var(--accent);background:var(--accent-soft)}.background-panel-content{scrollbar-width:thin;scrollbar-color:#d8d5e1 transparent;min-height:0;padding:13px 14px 15px;overflow:auto}.background-panel .background-search{z-index:2;background:var(--surface);box-shadow:0 -8px 0 var(--surface);position:sticky;top:0}.stage-note{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff0;border:1px solid #ffffffa6;border-radius:9px;padding:7px 10px;bottom:14px;right:16px;box-shadow:0 6px 18px #20193a12}.image-slot-overlay.filled{cursor:move}.image-slot-overlay.missing{box-sizing:border-box;border-width:calc(2px * var(--slot-ui-scale,1));border-radius:calc(10px * var(--slot-ui-scale,1))}.image-slot-overlay.filled.selected{box-sizing:border-box;border:calc(2px * var(--slot-ui-scale,1)) solid var(--accent);border-radius:calc(8px * var(--slot-ui-scale,1));box-shadow:inset 0 0 0 calc(1px * var(--slot-ui-scale,1)) #ffffffb8, 0 0 0 calc(3px * var(--slot-ui-scale,1)) #6d4aff2e}.image-slot-overlay.filled.selected .slot-drag-handle,.image-slot-overlay.filled:hover .slot-drag-handle,.image-slot-overlay.filled:focus-visible .slot-drag-handle{opacity:1}.slot-drag-handle{top:calc(8px * var(--slot-ui-scale,1));right:calc(8px * var(--slot-ui-scale,1));z-index:2;cursor:grab;transform:scale(var(--slot-ui-scale,1));transform-origin:100% 0;padding:0}.slot-drag-handle:active{cursor:grabbing}.slot-transform-controls{left:50%;bottom:calc(10px * var(--slot-ui-scale,1));z-index:4;color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);height:30px;transform:translateX(-50%) scale(var(--slot-ui-scale,1));transform-origin:bottom;background:#18161fc7;border:1px solid #ffffffb3;border-radius:9px;align-items:center;gap:2px;padding:3px;display:flex;position:absolute;box-shadow:0 7px 18px #140f2a3d}.slot-transform-controls button{width:24px;height:24px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;font-size:14px;display:grid}.slot-transform-controls button:hover{background:#ffffff2e}.slot-transform-controls span{text-align:center;min-width:34px;font-family:var(--mono);font-size:9px}.slot-upload-button{transform:scale(var(--slot-ui-scale,1));transform-origin:50%}.right-heading{margin-bottom:15px}.right-heading>span{color:var(--accent);background:var(--accent-soft);border-radius:6px;padding:4px 7px}.layout-card{border-color:var(--line);background:var(--surface);border-radius:14px;padding:8px 8px 10px;box-shadow:0 1px 2px #20193a05}.layout-card-shell{min-width:0;position:relative}.layout-card-shell .layout-card{width:100%}.layout-card-shell .layout-card small{padding-right:86px}.split-orientation-control{z-index:3;background:var(--surface-soft);border-radius:7px;gap:2px;padding:2px;display:flex;position:absolute;bottom:7px;right:8px}.split-orientation-control button{height:20px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:0 6px;font-size:9px}.split-orientation-control button:hover{color:var(--accent)}.split-orientation-control button.active{color:var(--accent);background:var(--surface);box-shadow:var(--shadow-sm)}.layout-card:hover{box-shadow:var(--shadow-sm);border-color:#cec5f5;transform:translateY(-1px)}.layout-card.active:after{background:var(--accent);width:18px;height:18px;top:10px;right:10px}.layout-card b{margin-top:8px;font-size:11px}.layout-card small{margin-top:3px;font-size:10px}.layout-art.split-2.vertical{flex-direction:column}.layout-art.split-2.vertical i{width:100%;height:calc(50% - 3px)}.ratio-section{border-color:var(--line);margin-top:23px;padding-top:19px}.ratio-grid{grid-template-columns:repeat(3,1fr);gap:7px}.ratio-grid button{border-color:var(--line);background:var(--surface);border-radius:10px;height:54px}.ratio-grid button:hover{color:var(--accent);border-color:#cfc5ff}.ratio-grid button.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px #6d4aff14}.ratio-custom{width:18px;height:13px;border-style:dashed!important}.custom-size-editor{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);align-items:end;gap:6px;margin-top:10px;display:grid}.custom-size-editor label{min-width:0;color:var(--muted);grid-template-columns:1fr auto;align-items:center;gap:4px;font-size:9px;display:grid}.custom-size-editor label span{grid-column:1/-1}.custom-size-editor input{box-sizing:border-box;border:1px solid var(--line);width:100%;min-width:0;height:30px;color:var(--ink);background:var(--surface);font-family:var(--mono);border-radius:8px;padding:0 7px;font-size:10px}.custom-size-editor label b{color:var(--faint);font-family:var(--mono);font-size:9px;font-weight:500}.custom-size-editor>button{border:1px solid var(--line);width:28px;height:30px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:8px;padding:0}.custom-size-editor>button:hover{color:var(--accent);border-color:var(--accent)}.custom-size-hint{color:var(--faint);margin:7px 0 0;font-size:9px;line-height:1.45}.output-section{background:linear-gradient(145deg,#f5f2ff,#fbfaff);border-color:#ded7ff;border-radius:13px;margin-top:20px;padding:14px}.output-section>label{border-color:#e6e0ff;margin-top:14px;padding-top:12px}.toast{border-radius:10px;padding:10px 15px;font-size:11px}html[data-theme=dark]{--ink:#f5f3fa;--muted:#aaa7b5;--faint:#7e7b8b;--line:#302e39;--panel:#17161c;--app:#0f0e13;--accent:#9b86ff;--accent-hover:#aa98ff;--accent-soft:#28233d;--surface:#1c1b22;--surface-soft:#232129;--shadow-sm:0 1px 2px #0003, 0 8px 20px #00000024}html[data-theme=dark] .topbar{border-color:var(--line);background:#17161ceb}html[data-theme=dark] .toolbar-button,html[data-theme=dark] .copy-button,html[data-theme=dark] .export-scale,html[data-theme=dark] .file-meta,html[data-theme=dark] .color-editor .color-row,html[data-theme=dark] .text-input,html[data-theme=dark] .layout-card,html[data-theme=dark] .ratio-grid button,html[data-theme=dark] .color-trigger,html[data-theme=dark] .background-search{border-color:var(--line);background:var(--surface)}html[data-theme=dark] .export-scale button.active,html[data-theme=dark] .inspector-tabs button.active,html[data-theme=dark] .segmented button.active,html[data-theme=dark] .ratio-grid button.active{color:var(--accent);background:var(--accent-soft)}html[data-theme=dark] .drop-zone{background:linear-gradient(145deg,#1f1d27,#1b1922);border-color:#3d3949}html[data-theme=dark] .drop-icon{background:#282532;border-color:#393348}html[data-theme=dark] .canvas-workspace{background:var(--app)}html[data-theme=dark] .canvas-title span{background:#28262f}html[data-theme=dark] .preview-stage{background-color:#18171d;background-image:linear-gradient(45deg,#202027 25%,#0000 25%),linear-gradient(-45deg,#202027 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#202027 75%),linear-gradient(-45deg,#0000 75%,#202027 75%);border-color:#292730}html[data-theme=dark] .preview-stage.empty-state{background:#17161c}html[data-theme=dark] .empty-art b{border-color:#1d1b23}html[data-theme=dark] .empty-art i{background:#24222b;border-color:#34313e}html[data-theme=dark] .stage-note{background:#1d1c23db;border-color:#35323e}html[data-theme=dark] .slot-transform-controls{background:#15141ae0;border-color:#45414f}html[data-theme=dark] .background-panel-trigger{color:var(--muted);background:#1d1c23f0;border-color:#35323e}html[data-theme=dark] .background-panel-trigger:hover,html[data-theme=dark] .background-panel-trigger.active{color:var(--accent);background:#24212d;border-color:#66589c}html[data-theme=dark] .background-panel{background:var(--surface);border-color:#34313e;box-shadow:0 24px 64px #00000070}html[data-theme=dark] .background-panel .background-search{background:var(--surface);box-shadow:0 -8px 0 var(--surface)}html[data-theme=dark] .output-section{background:linear-gradient(145deg,#252039,#211e2c);border-color:#443b68}html[data-theme=dark] .layout-card.active{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 1px var(--accent), 0 10px 24px #00000029}html[data-theme=dark] .layout-card.active:after{color:#fff;background:var(--accent)}html[data-theme=dark] .split-orientation-control{background:var(--surface-soft)}html[data-theme=dark] .split-orientation-control button.active{background:#34313d}html[data-theme=dark] .preset-card.active i,html[data-theme=dark] .photo-background.active img{border-color:var(--accent);box-shadow:0 0 0 2px var(--panel), 0 0 0 4px var(--accent)}@media (width<=1180px){.topbar{grid-template-columns:230px minmax(0,1fr)}.workspace{grid-template-columns:270px minmax(360px,1fr) 238px}.right-inspector{padding-inline:13px}.canvas-toolbar{left:14px;right:14px}}@media (width<=900px){.topbar{grid-template-columns:1fr auto;padding-inline:12px}.export-actions{grid-column:2}.workspace{flex-direction:column;display:flex}.canvas-workspace{order:1;height:min(640px,100vh - 68px);min-height:520px}.left-inspector{border-right:0;border-top:1px solid var(--line);order:2}.right-inspector{border-left:0;border-top:1px solid var(--line);order:3}.inspector-scroll,.right-inspector{overflow:visible}.layout-list{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=620px){.topbar{flex-basis:60px;height:60px}.brand-copy small,.export-scale,.export-button,.privacy{display:none}.export-actions .toolbar-button{justify-content:center;width:36px;padding:0}.export-actions .toolbar-button span{display:none}.export-button{padding-inline:13px}.canvas-workspace{height:520px;min-height:460px}.canvas-toolbar{height:32px;top:9px;left:10px;right:10px}.zoom-control input{width:60px;margin-inline:5px}.preview-stage{border-radius:0;min-height:410px}.preview-empty{padding:20px}.stage-note{bottom:9px;right:10px}.background-panel-trigger{bottom:9px;left:10px}.background-panel{width:calc(100% - 20px);max-height:calc(100% - 68px);bottom:54px;left:10px}.inspector-scroll{padding-inline:16px}.layout-list{grid-template-columns:1fr 1fr}}:root{--app:#efeff2;--panel:#fcfcfd;--surface:#fff;--surface-soft:#f5f5f7;--line:#e6e5ea;--ink:#17171c;--muted:#73727c;--faint:#aaa8b1;--accent:#7352f5;--accent-hover:#6542e8;--accent-soft:#f0edff;--shadow-shell:0 28px 80px #18152817, 0 3px 14px #1815280d}body{background:radial-gradient(circle at 18% 8%,#7958f50b,#0000 27%),linear-gradient(#f5f5f6 0%,#ececef 100%);padding:0}.app-shell{width:100%;height:100vh;box-shadow:none;background:#f2f2f5;border:0;border-radius:0;overflow:visible}.topbar{height:58px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;flex-basis:58px;grid-template-columns:minmax(180px,1fr) auto;padding:0 20px}.brand-mark{width:36px;height:36px}.brand-lockup{grid-column:1;align-items:center;gap:14px;min-width:0;display:flex}.topbar .brand-lockup .brand{flex:none;grid-column:auto}.brand-logo{flex:none;width:36px;height:36px;display:block}.brand-wordmark{color:var(--ink);letter-spacing:-.055em;font-size:23px;font-weight:700;line-height:1}.brand-tagline{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;overflow:hidden}.brand-mark i{border-radius:9px;width:24px;height:18px}.brand-mark i:last-child{top:10px;left:9px}.brand-copy strong{font-size:16px}.brand-copy small{letter-spacing:.19em;margin-top:2px;font-size:7.5px}.studio-context{min-width:0;color:var(--faint);white-space:nowrap;align-items:center;gap:9px;font-size:11px;display:flex}.studio-context strong{color:var(--ink);text-overflow:ellipsis;font-weight:600;overflow:hidden}.studio-context i{color:#d2d0d8;font-style:normal}.studio-context b{color:#765cf0;height:20px;font-family:var(--mono);letter-spacing:.08em;background:#f2efff;border-radius:8px;align-items:center;padding:0 7px;font-size:8px;font-weight:500;display:inline-flex}.export-actions{grid-column:2;min-width:0}.privacy{background:#fafafa;border:1px solid #e9e7ee;border-radius:10px;height:38px;padding:0 11px}.toolbar-button,.copy-button,.export-scale{height:38px;box-shadow:none;border-radius:11px}.export-scale button{height:30px}.export-button{border-radius:11px;box-shadow:0 7px 18px #5d3ddc38}.continue-button:disabled{opacity:.35;cursor:not-allowed}.left-inspector .range-control{margin-top:18px}.left-inspector .range-control.compact{margin-top:14px}.left-inspector .range-control label{min-height:18px;color:var(--ink);justify-content:flex-start;gap:6px;margin-bottom:9px;font-size:11px}.left-inspector .range-control output{color:#8c8994;min-width:0;height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:10px;font-weight:500;display:inline}.left-inspector .range-control input[type=range]{box-sizing:border-box;background:linear-gradient(90deg, #cbc8d3 0 var(--range-progress,50%), #efedf2 var(--range-progress,50%) 100%);border:1px solid #dfdde5;border-radius:999px;outline:none;height:18px;box-shadow:inset 0 2px 4px #2f284317,0 1px #ffffffe6}.left-inspector .range-control input[type=range]:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 24%, transparent);outline-offset:4px}.left-inspector .range-control input[type=range]::-webkit-slider-thumb{appearance:none;cursor:grab;background:#f8f7fa;border:1px solid #d8d6de;border-radius:12px;width:16px;height:14px;box-shadow:0 1px 4px #1e192d2e,inset 0 1px #fffffff2}.left-inspector .range-control input[type=range]::-webkit-slider-thumb:active{cursor:grabbing}.left-inspector .range-control input[type=range]::-moz-range-thumb{cursor:grab;background:#f8f7fa;border:1px solid #d8d6de;border-radius:6px;width:16px;height:14px;box-shadow:0 1px 4px #1e192d2e,inset 0 1px #fffffff2}.workspace{background:#f2f2f5;grid-template-columns:64px 292px minmax(420px,1fr);gap:12px;padding:0 12px 12px}.editor-rail{border:1px solid var(--line);background:#fffffff5;border-radius:18px;flex-direction:column;grid-column:1;align-items:center;gap:8px;min-height:0;padding:10px 7px;display:flex;box-shadow:0 10px 30px #1f1b2f0f,0 2px 8px #1f1b2f08}.editor-rail button{color:#898791;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:48px;min-height:58px;padding:7px 3px;display:flex}.editor-rail button svg{width:18px;height:18px}.editor-rail button span{white-space:nowrap;font-size:9px;line-height:1.2}.editor-rail button:hover{color:var(--ink);background:#f5f4f7}.editor-rail button.active{color:var(--accent);background:var(--accent-soft);border-color:#ded8ff;box-shadow:inset 0 0 0 1px #7352f50a}.inspector{border:1px solid var(--line);background:#fffffff5;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #1f1b2f12,0 2px 8px #1f1b2f09}.left-inspector{border-color:var(--line);grid-area:1/2}.right-inspector{border-color:var(--line);scrollbar-width:thin;scrollbar-color:#cfccd6 transparent;grid-area:1/2;padding:22px 17px 26px;display:none;overflow:hidden auto}.workspace[data-editor-view=layout] .right-inspector{display:block}.workspace[data-editor-view=material] .left-inspector .control-section:not(.material-section){display:none}.workspace[data-editor-view=material] .left-inspector .material-section{display:block}.left-inspector .material-section{display:none}.workspace[data-editor-view=material] .left-inspector .inspector-scroll{flex:1}.right-inspector::-webkit-scrollbar{width:6px}.right-inspector::-webkit-scrollbar-track{background:0 0}.right-inspector::-webkit-scrollbar-thumb{background:#cfccd6 padding-box padding-box;border:1px solid #0000;border-radius:999px}.right-inspector::-webkit-scrollbar-thumb:hover{background:#aaa6b3}.inspector-heading{border-bottom:1px solid var(--line);flex-direction:column;flex:none;gap:4px;padding:22px 20px 17px;display:flex}.inspector-heading span{color:#8f8d97;font-family:var(--mono);letter-spacing:.16em;font-size:9px;font-weight:500}.inspector-heading strong{letter-spacing:-.025em;font-size:14px;font-weight:650}.inspector-heading small{color:var(--faint);font-size:10px}.inspector-scroll{padding:0 18px 32px}.control-section{padding:19px 0 20px}.section-title>span,.right-heading strong{font-size:12px;font-weight:650}.background-source-tabs{background:#f1f1f4;border-radius:11px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid}.background-source-tabs button{min-width:0;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:10px;display:flex}.background-source-tabs button.active{color:var(--accent);background:#fff;font-weight:650;box-shadow:0 2px 8px #241d3d14}.background-source-tabs button b{min-width:18px;color:var(--faint);font-family:var(--mono);background:#e8e7ec;border-radius:999px;padding:2px 5px;font-size:8px;font-weight:500}.background-source-tabs button.active b{color:var(--accent);background:var(--accent-soft)}.background-view-panel{margin-top:16px}.background-view-panel[hidden]{display:none}.background-library-tools{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:12px;display:grid}.background-library-tools .background-search{min-width:0;margin:0}.background-library-tools .random-background-button{border:1px solid var(--line);height:34px;color:var(--accent);background:var(--surface);cursor:pointer;border-radius:10px;align-items:center;gap:5px;padding:0 9px;font-size:10px;display:flex}.background-library-tools .random-background-button:hover{background:var(--accent-soft);border-color:#c9beff}.background-library-tools .random-background-button svg{width:13px;height:13px}.background-view-panel .photo-background-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 9px}.background-view-panel .photo-background img{border-radius:10px}.preset-grid{gap:13px 9px}.preset-card i{border-radius:12px;height:52px}.preset-card.active i{box-shadow:0 0 0 2px #fff, 0 0 0 3.5px var(--accent), 0 8px 18px #4832a31f}.color-editor .color-row{background:#f6f6f8}.segmented{background:#f1f1f4}.choice-row button.active{background:#f2efff;border-color:#ded8ff}.canvas-workspace{background:#f7f7f9;border:1px solid #e4e3e8;border-radius:18px;padding:0;overflow:hidden;box-shadow:0 10px 30px #1f1b2f0e,0 2px 8px #1f1b2f06}.preview-stage{background-color:#fafafa;background-image:radial-gradient(circle,#d8d6dd 1px,#0000 1.15px);background-size:18px 18px;border:0;border-radius:17px;box-shadow:inset 0 1px #fffc}.preview-stage.empty-state{background-color:#fafafa;background-image:radial-gradient(circle,#dedce3 1px,#0000 1.1px);background-size:18px 18px}.canvas-toolbar{top:14px;left:14px;right:14px}.canvas-title{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #e4e2e9eb;border-radius:11px;height:34px;padding:0 6px 0 12px;box-shadow:0 5px 16px #221d330f}.canvas-title strong{font-size:11px}.canvas-title span{background:#f2f1f5}.preview-background-control{color:var(--muted);cursor:pointer;align-items:center;gap:5px;margin-left:4px;font-size:10px;display:inline-flex}.preview-background-tools{align-items:center;gap:6px;margin-left:8px;display:inline-flex}.preview-background-tools .preview-background-control{background:0 0;margin-left:0;padding:0}.preview-background-control .preview-color-swatch{cursor:pointer;background:0 0;border:0;border-radius:6px;width:22px;height:22px;padding:0}.preview-color-swatch i{background:var(--trigger-color,#fafafa);border:1px solid #0000001f;border-radius:5px;width:18px;height:18px;margin:2px;display:block}.shadow-options{margin-top:10px;display:block}.shadow-options .range-control{margin-top:10px}.shadow-options .range-control:first-child{margin-top:0}.glow-color-control{margin-top:10px}.shadow-options label{color:var(--muted);justify-content:space-between;align-items:center;gap:6px;font-size:10px;display:flex}.shadow-intensity-control{grid-template-columns:1fr auto;gap:5px 8px;display:grid!important}.shadow-intensity-control input[type=range]{appearance:none;background:linear-gradient(90deg,var(--accent) 0 var(--range-progress,55%),#dddde2 var(--range-progress,55%) 100%);border-radius:4px;grid-column:1/-1;width:100%;height:3px;margin:0}.shadow-intensity-control input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#25252a;border:2px solid #fff;border-radius:50%;width:11px;height:11px;box-shadow:0 1px 4px #0004}.shadow-options input[type=color]{cursor:pointer;background:0 0;border:0;border-radius:7px;width:26px;height:26px;padding:0}.preview-stage{background-color:var(--preview-background,#fafafa);background-image:radial-gradient(circle, var(--preview-dots-color,#d8d6dd) 1px, transparent 1.15px)}.preview-stage.empty-state{background-color:var(--preview-background,#fafafa);background-image:radial-gradient(circle, var(--preview-dots-color,#d8d6dd) 1px, transparent 1.1px)}.zoom-control{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-radius:11px;height:34px;box-shadow:0 5px 16px #221d3312}.zoom-control .zoom-fit-button{border-radius:8px;height:26px;margin:3px}.preview-empty{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border:1px solid #e6e4ebf0;border-radius:22px;width:min(390px,100% - 44px);padding:38px 38px 32px;box-shadow:0 24px 60px #211c3217,0 2px 8px #211c320a}.empty-kicker{color:#9b98a3;font-family:var(--mono);letter-spacing:.18em;margin-bottom:20px;font-size:8px;font-weight:500}.empty-art{width:100px;height:78px;margin-bottom:21px}.empty-art i{border-color:#eceaf1;box-shadow:0 16px 30px #2f274c1f}.empty-art b{color:#fff;background:var(--accent);border-color:#fff;box-shadow:0 8px 18px #5f3ae147}.slot-upload-button{color:#40356e;box-shadow:none;background:0 0;gap:7px;padding:18px 22px}.slot-upload-button .slot-empty-art{flex:none;margin:0 0 8px}.slot-upload-button .slot-empty-art b{border-radius:50%}.slot-upload-title{font-size:12px;font-weight:650}.slot-upload-button small{color:#8a829f;font-size:10px;font-weight:500}.preview-empty h1{letter-spacing:-.035em;font-size:19px;font-weight:650}.preview-empty p{margin:8px 0 18px;font-size:10px}.preview-empty button{background:var(--accent);border-radius:10px;height:38px;padding:0 18px;box-shadow:0 8px 18px #5f3ae138}.preview-empty button:hover{background:var(--accent-hover)}.empty-formats{color:#b2afb9;font-family:var(--mono);letter-spacing:.06em;margin-top:15px;font-size:8px}.stage-note,.background-panel-trigger{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-color:#e4e2e9;bottom:14px}.stage-note{right:14px}.background-panel-trigger{left:14px}.background-panel{border-radius:18px;bottom:58px;left:14px}.right-heading{margin-bottom:16px;padding:0 2px;position:relative}.layout-list{gap:10px}.layout-card{border-radius:14px}.layout-art{border-radius:10px;height:68px}.layout-card:hover{border-color:#cbc3f2;box-shadow:0 8px 24px #372a6a14}.layout-card.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 9px 24px #4f35af14}.ratio-grid button{border-radius:11px}.output-section{border-radius:14px}html[data-theme=dark] body{background:radial-gradient(circle at 18% 8%,#8769ff14,#0000 27%),#0c0b0f}html[data-theme=dark] .app-shell{background:#121116}html[data-theme=dark] .topbar{box-shadow:none;background:0 0;border:0}html[data-theme=dark] .app-shell{box-shadow:none;border-color:#0000}html[data-theme=dark] .studio-context strong{color:var(--ink)}html[data-theme=dark] .studio-context b{color:var(--accent);background:var(--accent-soft)}html[data-theme=dark] .privacy{background:#201e25;border-color:#34313c}html[data-theme=dark] .workspace,html[data-theme=dark] .canvas-workspace{background:#121116}html[data-theme=dark] .inspector,html[data-theme=dark] .canvas-workspace,html[data-theme=dark] .editor-rail{border-color:#2f2d35;box-shadow:0 12px 34px #0000003d}html[data-theme=dark] .inspector,html[data-theme=dark] .editor-rail{background:#18171dfa}html[data-theme=dark] .editor-rail button{color:#898692}html[data-theme=dark] .editor-rail button:hover{color:#dedbe6;background:#24222a}html[data-theme=dark] .editor-rail button.active{color:var(--accent);background:#29243c;border-color:#504477;box-shadow:inset 0 0 0 1px #9b86ff12}html[data-theme=dark] .inspector-heading{border-color:#302e39}html[data-theme=dark] .inspector-heading span{color:#85818f}html[data-theme=dark] .inspector-heading strong,html[data-theme=dark] .section-title>span{color:#f0edf5}html[data-theme=dark] .inspector-heading small{color:#85818f}html[data-theme=dark] .control-section{border-color:#302e39}html[data-theme=dark] .inspector-scroll{scrollbar-color:#4a4653 transparent}html[data-theme=dark] .inspector-scroll::-webkit-scrollbar{width:6px}html[data-theme=dark] .inspector-scroll::-webkit-scrollbar-track{background:0 0}html[data-theme=dark] .inspector-scroll::-webkit-scrollbar-thumb{background:#4a4653 padding-box padding-box;border:1px solid #0000;border-radius:999px}html[data-theme=dark] .color-editor .color-row{color:var(--muted);background:#222129}html[data-theme=dark] .color-editor .color-swatch:hover,html[data-theme=dark] .color-editor .color-swatch:focus-visible{background:#2c2934}html[data-theme=dark] .segmented{background:#232129}html[data-theme=dark] .segmented button{color:var(--muted)}html[data-theme=dark] .segmented button.active{color:var(--accent);background:#302b46;box-shadow:inset 0 0 0 1px #9b86ff14}html[data-theme=dark] .choice-row button{color:var(--muted)}html[data-theme=dark] .choice-row button.active{color:var(--accent);background:#29243c;border-color:#504477}html[data-theme=dark] .preset-card.active i{box-shadow:0 0 0 2px #18171d, 0 0 0 3.5px var(--accent), 0 8px 18px #00000047}html[data-theme=dark] .background-source-tabs{background:#232129}html[data-theme=dark] .background-source-tabs button{color:var(--muted)}html[data-theme=dark] .background-source-tabs button.active{color:var(--accent);background:#302b46;box-shadow:inset 0 0 0 1px #9b86ff14}html[data-theme=dark] .background-source-tabs button b{color:#8e8a98;background:#302e37}html[data-theme=dark] .background-source-tabs button.active b{color:var(--accent);background:#3a3353}html[data-theme=dark] .background-library-tools .random-background-button{border-color:var(--line);color:var(--accent);background:var(--surface)}html[data-theme=dark] .background-library-tools .random-background-button:hover{background:var(--accent-soft);border-color:#5b4e85}html[data-theme=dark] .right-inspector{scrollbar-color:#504c59 transparent}html[data-theme=dark] .right-inspector::-webkit-scrollbar-thumb{background:#504c59}html[data-theme=dark] .preview-stage,html[data-theme=dark] .preview-stage.empty-state{background-color:#17161b;background-image:radial-gradient(circle,#34313b 1px,#0000 1.1px);border-color:#2b2931}html[data-theme=dark] .preview-empty{background:#1c1b21eb;border-color:#302e37;box-shadow:0 24px 60px #0000004d}html[data-theme=dark] .left-inspector .range-control output{color:#9d9aa5}html[data-theme=dark] .left-inspector .range-control input[type=range]{background:linear-gradient(90deg, #67656c 0 var(--range-progress,50%), #2a292e var(--range-progress,50%) 100%);border-color:#3d3c42;box-shadow:inset 0 2px 5px #00000057,0 1px #ffffff0a}html[data-theme=dark] .left-inspector .range-control input[type=range]::-webkit-slider-thumb{background:#e9e8ed;border-color:#d1cfd6;box-shadow:0 1px 4px #00000061,inset 0 1px #ffffffe6}html[data-theme=dark] .left-inspector .range-control input[type=range]::-moz-range-thumb{background:#e9e8ed;border-color:#d1cfd6;box-shadow:0 1px 4px #00000061,inset 0 1px #ffffffe6}html[data-theme=dark] .canvas-title,html[data-theme=dark] .zoom-control{background:#1d1c22f0;border-color:#35323c}@media (width<=1180px){.topbar{grid-template-columns:1fr auto}.workspace{grid-template-columns:60px 260px minmax(360px,1fr)}.privacy{display:none}}@media (width<=900px){body{padding:0;overflow:auto}.app-shell{border:0;border-radius:0;width:100%;height:auto;min-height:100vh}.topbar{grid-template-columns:1fr auto}.studio-context{display:none}.export-actions{grid-column:2}.workspace{gap:10px;padding:0 10px 10px}.editor-rail{flex-direction:row;order:2;justify-content:center;min-height:auto;padding:7px}.editor-rail button{flex-direction:row;width:auto;min-width:82px;min-height:46px;padding-inline:10px}.left-inspector,.right-inspector{order:3}.canvas-workspace{padding:0}.canvas-toolbar{top:12px;left:12px;right:12px}.preview-stage,.inspector{border-radius:16px}.inspector-heading{padding-inline:18px}}@media (width<=620px){.topbar{padding-inline:13px}.workspace{padding:0 8px 8px}.canvas-workspace{padding:0}.canvas-toolbar{justify-content:flex-end;top:9px;left:9px;right:9px}.canvas-title{display:none}.zoom-control input{width:52px;margin-inline:5px}.zoom-control span{min-width:35px}.preview-empty{padding:30px 22px 26px}.stage-note{bottom:9px;right:9px}.background-panel-trigger{bottom:9px;left:9px}.background-panel{width:calc(100% - 18px);bottom:53px;left:9px}}.project-strip{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface) 86%, transparent);flex:0 0 62px;align-items:center;gap:12px;min-width:0;padding:0 20px 6px;display:flex}.project-strip-heading{flex-direction:column;gap:3px;min-width:74px;display:flex}.project-strip-heading span{color:var(--faint);font-family:var(--mono);letter-spacing:.14em;font-size:8px}.project-strip-heading strong{color:var(--ink);font-size:11px;font-weight:650}.project-strip .file-meta{width:min(360px,45vw);box-shadow:none;margin:0;padding:5px 7px}.project-strip .file-thumb{background:var(--accent-soft);width:36px;height:36px;overflow:hidden}.project-strip .file-thumb img{object-fit:cover;width:100%;height:100%;display:block}.project-strip .file-meta button{margin-left:auto}.project-strip .file-meta .project-upload-button{width:auto;height:30px;margin-left:0;padding:0 10px}.project-strip .file-name-row{align-items:center;gap:8px;min-width:0;display:flex}.project-strip .file-name-row .project-upload-button{height:auto;color:var(--accent);background:0 0;border:0;border-radius:0;padding:0;font-size:9px}.project-strip .file-name-row .project-upload-button:hover{background:0 0;border:0;text-decoration:underline}.project-upload-button{border:1px solid var(--line);height:30px;color:var(--accent);background:var(--surface);cursor:pointer;border-radius:8px;padding:0 10px;font-size:10px}.project-upload-button:hover{background:var(--accent-soft);border-color:#c9beff}.material-hint{color:var(--muted);margin:-3px 0 14px;font-size:10px;line-height:1.55}.sticker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.material-card{border:1px solid var(--line);min-width:0;color:var(--muted);background:var(--surface);cursor:pointer;text-align:left;border-radius:12px;padding:6px 6px 8px;position:relative}.material-card:hover{color:var(--accent);background:var(--accent-soft);box-shadow:var(--shadow-sm);border-color:#c9beff;transform:translateY(-1px)}.material-art{aspect-ratio:1;background:linear-gradient(135deg,#f4f2f8,#fcfcfd);border-radius:8px;place-items:center;display:grid;overflow:hidden}.material-art img{object-fit:contain;width:88%;height:88%}.material-card-label{text-overflow:ellipsis;white-space:nowrap;margin:7px 3px 0;font-size:10px;display:block;overflow:hidden}.material-card-add{width:17px;height:17px;color:var(--accent);background:var(--accent-soft);border-radius:50%;place-items:center;font-size:14px;line-height:1;display:grid;position:absolute;bottom:6px;right:8px}.sticker-overlays{z-index:20;pointer-events:none;touch-action:none;position:absolute;overflow:hidden}.sticker-overlay{box-sizing:border-box;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;cursor:move;transform-origin:50%;border:1px solid #0000;justify-content:center;align-items:center;display:flex;position:absolute}.sticker-overlay img{object-fit:contain;opacity:1;pointer-events:none;width:100%;height:100%;display:block}.sticker-overlay.selected{border:2px solid var(--accent);border-radius:5px;outline:2px solid #ffffffd9;box-shadow:0 0 0 4px #6d4aff2b}.sticker-overlay:hover{border-color:#6d4affb3}.sticker-controls{z-index:2;color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);white-space:nowrap;background:#18161fd1;border:1px solid #ffffffb8;border-radius:9px;align-items:center;gap:2px;padding:3px;display:flex;position:absolute;bottom:-42px;left:50%;transform:translate(-50%);box-shadow:0 7px 18px #140f2a3d}.sticker-controls button{width:23px;height:23px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;font-size:14px;display:grid}.sticker-controls button:hover{background:#ffffff2e}.sticker-controls span{text-align:center;min-width:32px;font-family:var(--mono);font-size:8px}.sticker-handle{z-index:3;color:#fff;background:var(--accent);cursor:pointer;border:2px solid #fff;border-radius:50%;place-items:center;width:24px;height:24px;padding:0;font-size:13px;line-height:1;display:grid;position:absolute;box-shadow:0 2px 7px #140f2a4d}.sticker-resize-handle{cursor:nwse-resize;bottom:-12px;right:-12px}.sticker-rotate-handle{cursor:grab;top:-12px;right:-12px}.sticker-rotate-handle:active{cursor:grabbing}.canvas-crop-button{width:34px;height:34px;color:var(--muted);cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #e4e2e9eb;border-radius:11px;flex:none;place-items:center;margin-left:auto;padding:0;display:grid;box-shadow:0 5px 16px #221d3312}.canvas-crop-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.canvas-crop-button:hover,.canvas-crop-button.active{color:var(--accent);background:var(--accent-soft);border-color:#c9beff}.canvas-crop-actions{align-items:center;gap:6px;margin-left:8px;display:flex}.canvas-crop-actions button{border:1px solid var(--line);cursor:pointer;white-space:nowrap;border-radius:9px;height:30px;padding:0 10px;font-size:10px}.crop-cancel-button{color:var(--muted);background:var(--surface)}.crop-cancel-button:hover{color:var(--ink);background:var(--surface-soft);border-color:#c9beff}.crop-apply-button{color:#fff;background:var(--accent);box-shadow:0 6px 14px #5535d32e;border-color:var(--accent)!important}.crop-apply-button:hover:not(:disabled){background:var(--accent-hover)}.crop-apply-button:disabled{opacity:.55;cursor:wait}.crop-editor{z-index:10;touch-action:none;-webkit-user-select:none;user-select:none;transform-origin:50%;position:absolute}.crop-selection{box-sizing:border-box;outline:2px solid var(--accent);cursor:move;background:0 0;border:2px solid #fff;position:absolute;box-shadow:0 0 0 9999px #0a081194}.crop-drag-label{color:#fff;white-space:nowrap;background:#18161fe0;border-radius:7px;align-items:center;gap:6px;padding:4px 5px 4px 8px;font-size:9px;display:flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 3px 10px #0003}.crop-drag-label .crop-cancel-button{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;border-radius:6px;height:24px;padding:0 8px;font-size:9px;line-height:1}.crop-drag-label .crop-cancel-button:hover{color:#fff;background:#fff3;border-color:#ffffff80}.crop-save-button{color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:6px;align-items:center;gap:4px;height:24px;padding:0 8px;font-size:9px;line-height:1;display:inline-flex;box-shadow:0 3px 8px #5535d340}.crop-save-button:hover:not(:disabled){background:var(--accent-hover)}.crop-save-button:disabled{opacity:.55;cursor:wait}.crop-save-button>i{font-size:13px}.crop-selection>i{background:var(--accent);border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;box-shadow:0 1px 5px #0005}.crop-selection i[data-crop-resize=nw]{cursor:nwse-resize;top:-8px;left:-8px}.crop-selection i[data-crop-resize=ne]{cursor:nesw-resize;top:-8px;right:-8px}.crop-selection i[data-crop-resize=se]{cursor:nwse-resize;bottom:-8px;right:-8px}.crop-selection i[data-crop-resize=sw]{cursor:nesw-resize;bottom:-8px;left:-8px}html[data-theme=dark] .canvas-crop-button{background:#1e1d23f0;border-color:#403c48}html[data-theme=dark] .canvas-crop-button:hover,html[data-theme=dark] .canvas-crop-button.active{background:var(--accent-soft)}html[data-theme=dark] .crop-cancel-button{background:#222127;border-color:#403b4c}html[data-theme=dark] .project-strip{background:#18171deb}html[data-theme=dark] .project-strip .file-meta{background:#222127}html[data-theme=dark] .project-upload-button{background:#222127;border-color:#403b4c}html[data-theme=dark] .material-card{background:#222127;border-color:#38343f}html[data-theme=dark] .material-card:hover{background:#2a2445}html[data-theme=dark] .material-art{background:linear-gradient(135deg,#2a2830,#242229)}@media (width<=620px){.project-strip{flex-basis:58px;padding-inline:13px}.project-strip .file-meta{width:min(280px,100vw - 132px)}.project-strip-heading{min-width:58px}.project-strip-heading strong{font-size:10px}.project-upload-button{padding-inline:7px}}.topbar{grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:16px;display:grid}.topbar .brand{grid-column:1}.topbar .project-strip{white-space:nowrap;background:0 0;border:0;grid-column:2;justify-content:flex-end;align-items:center;gap:12px;min-width:0;height:48px;padding:0;display:flex;overflow:hidden}.topbar .project-strip-heading{display:none}.topbar .project-strip .file-meta{flex:0 280px;width:min(280px,100%)}.topbar .project-upload-button{white-space:nowrap;flex:none}.topbar .export-actions{grid-column:3;min-width:0;margin-left:auto}.topbar .export-actions [data-requires-image][hidden]{display:none}.right-inspector .right-inspector-privacy{width:max-content;color:var(--muted);box-shadow:none;background:0 0;border:0;border-radius:10px;justify-content:flex-end;align-items:center;gap:7px;margin:14px 0 0 auto;padding:10px 0 4px 11px;font-size:10px;display:flex;position:sticky;bottom:0;right:0}.right-inspector .right-inspector-privacy i{background:var(--green);border-radius:50%;flex:none;width:6px;height:6px;box-shadow:0 0 0 3px #35a77718}@media (width<=900px){.topbar{grid-template-columns:max-content minmax(0,1fr) max-content;gap:10px}.topbar .project-strip-heading{display:none}.topbar .project-strip .file-meta{width:min(280px,100%)}}@media (width<=1100px){.brand-tagline{display:none}}@media (width<=620px){.topbar{grid-template-columns:max-content minmax(0,1fr) max-content}.topbar .project-strip{justify-content:flex-end}.topbar .project-strip .file-meta{width:min(210px,100vw - 250px)}.topbar .project-upload-button{display:none}}@media (width<=760px){.topbar .project-strip{gap:6px}.topbar .project-strip .file-meta{flex:0 0 44px;width:44px;padding:3px}.topbar .project-strip .file-meta>div:nth-child(2),.topbar .project-strip .file-meta>button,.topbar .project-upload-button{display:none}.topbar .project-strip .file-thumb{width:36px;height:36px}}i[class^=ri-],i[class*=\ ri-]{font-style:normal;line-height:1;display:inline-block}.theme-button .theme-sun,html[data-theme=dark] .theme-button .theme-moon{display:none}html[data-theme=dark] .theme-button .theme-sun{display:inline-block}.toolbar-button>i[class^=ri-],.toolbar-button>i[class*=\ ri-],.copy-button>i[class^=ri-],.copy-button>i[class*=\ ri-],.export-button>i[class^=ri-],.export-button>i[class*=\ ri-]{font-size:14px}.copy-button>i[class^=ri-],.copy-button>i[class*=\ ri-]{font-size:15px}.editor-rail button>i[class^=ri-],.editor-rail button>i[class*=\ ri-]{font-size:18px}.background-search>i[class^=ri-],.background-search>i[class*=\ ri-]{color:var(--faint);font-size:12px}.background-library-tools .random-background-button>i[class^=ri-],.background-library-tools .random-background-button>i[class*=\ ri-],.redraw-highlight>i[class^=ri-],.redraw-highlight>i[class*=\ ri-]{font-size:13px}.canvas-crop-button>i[class^=ri-],.canvas-crop-button>i[class*=\ ri-]{font-size:17px}.canvas-size-editor{background:#f2f1f5;border:0;border-radius:7px;align-items:center;gap:2px;height:28px;padding:2px 4px;display:inline-flex}.canvas-size-editor input{width:62px;min-width:0;height:24px;color:var(--ink);font-family:var(--mono);text-align:center;background:0 0;border:0;border-radius:5px;outline:0;padding:0 7px;font-size:10px;font-weight:500;transition:color .16s,background .16s,box-shadow .16s}.canvas-size-editor input:hover{background:#ffffff9e}.canvas-size-editor input:disabled{color:var(--muted);cursor:not-allowed;opacity:.72}.canvas-size-editor input:focus{color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px #7352f54d}.canvas-size-editor input::-webkit-outer-spin-button{appearance:none;margin:0}.canvas-size-editor input::-webkit-inner-spin-button{appearance:none;margin:0}.canvas-size-editor input[type=number]{appearance:textfield}.canvas-size-editor>span{color:#aaa6b4;width:13px;font-family:var(--mono);text-align:center;background:0 0;padding:0;font-size:10px;font-weight:500}.canvas-size-editor>button{width:24px;height:24px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;padding:0;font-size:13px;display:grid}.canvas-size-editor>button:hover,.canvas-size-editor>button.active{color:var(--accent);background:#7352f51f}html[data-theme=dark] .canvas-size-editor{background:#28262e}html[data-theme=dark] .canvas-size-editor input{color:var(--ink);background:0 0}html[data-theme=dark] .canvas-size-editor input:hover{background:#ffffff14}@media (width<=760px){.canvas-size-editor{gap:1px}.canvas-size-editor input{width:52px;padding-inline:4px;font-size:9px}}.custom-size-editor{grid-template-columns:minmax(0,1fr) 126px minmax(0,1fr)}.custom-size-actions{align-self:end;align-items:center;gap:5px;display:flex}.custom-size-actions>button{border:1px solid var(--line);height:30px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.custom-size-actions>button:hover,.custom-size-actions>button.active{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.custom-size-actions #swapCanvasSize,.custom-size-actions .custom-size-width-lock{flex:0 0 30px;width:30px}.custom-size-actions .custom-size-aspect-toggle{white-space:nowrap;flex:1;gap:4px;min-width:0;padding-inline:5px;font-size:9px}.custom-size-actions i{font-size:13px}html[data-theme=dark] .custom-size-actions>button{background:#222127;border-color:#403c48}html[data-theme=dark] .custom-size-actions>button:hover,html[data-theme=dark] .custom-size-actions>button.active{background:var(--accent-soft)}@media (width<=760px){.custom-size-editor{grid-template-columns:minmax(0,1fr) 116px minmax(0,1fr)}.custom-size-actions{gap:3px}.custom-size-actions .custom-size-aspect-toggle{padding-inline:3px;font-size:8px}}.workspace{grid-template-columns:minmax(270px,308px) minmax(420px,1fr) minmax(240px,276px);gap:12px;padding:0 12px 12px}.editor-rail{display:none}.editor-tabs{background:0 0;border:0;flex:0 0 38px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;height:38px;padding:0;display:grid;position:relative;overflow:visible}.editor-tabs:before{z-index:0;background:var(--surface);content:"";border-radius:8px;width:50%;transition:transform .22s cubic-bezier(.2,.8,.2,1);position:absolute;top:2px;bottom:2px;left:0;transform:translate(0);box-shadow:0 1px 2px #0000001a}.editor-tabs[data-active-view=material]:before{transform:translate(100%)}.editor-tabs button{min-width:0;color:color-mix(in srgb, var(--muted) 72%, transparent);cursor:pointer;z-index:1;background:0 0;border:0;border-radius:12px;outline:2px solid #0000;justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:500;transition:color .16s;display:flex;position:relative}.editor-tabs button>i{font-size:15px}.editor-tabs button:hover{color:var(--muted);background:0 0}.editor-tabs button.active{color:var(--ink);font-weight:500}.left-inspector{border-right:0;grid-area:1/1}.canvas-workspace{grid-area:1/2}.right-inspector{border-left:0;grid-area:1/3;display:block}.workspace[data-editor-view=layout] .left-inspector{display:flex}.workspace[data-editor-view=layout] .right-inspector{flex-direction:column;display:flex}.workspace[data-editor-view=layout] .right-inspector .right-inspector-privacy{flex:none;align-self:flex-end;margin-top:auto}html[data-theme=dark] .editor-tabs:before{background:#302e38;box-shadow:0 1px 2px #00000047}html[data-theme=dark] .editor-tabs button:hover{color:#dedbe6;background:#24222a}html[data-theme=dark] .editor-tabs button.active{background:#29243c}@media (width<=1180px){.workspace{grid-template-columns:minmax(250px,280px) minmax(360px,1fr) minmax(220px,248px)}}@media (width<=900px){.workspace{flex-direction:column;gap:10px;padding:0 10px 10px;display:flex}.canvas-workspace{order:1}.left-inspector{order:2}.right-inspector{order:3}.editor-tabs{border-radius:16px 16px 0 0}}@media (width<=620px){.workspace{padding:0 8px 8px}.editor-tabs{padding-inline:10px}}.ratio-grid i[class^=ri-],.ratio-grid i[class*=\ ri-]{border:0;border-radius:0;width:auto;height:auto;font-size:16px}.empty-art b>i[class^=ri-],.empty-art b>i[class*=\ ri-]{width:auto;height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;font-size:18px;position:static;transform:none}.file-meta button>i[class^=ri-],.file-meta button>i[class*=\ ri-]{font-size:16px}.layout-card.active:after,.photo-background.active:after{content:none;display:none}.layout-card-check{z-index:2;color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:18px;height:18px;display:none;position:absolute;top:10px;right:10px}.layout-card.active .layout-card-check{display:grid}.layout-card-check>i{font-size:12px}.photo-background-check{z-index:2;color:#fff;background:#222;border:2px solid #fff;border-radius:50%;place-items:center;width:14px;height:14px;font-size:9px;display:none;position:absolute;top:4px;right:4px}.photo-background.active .photo-background-check{display:grid}.image-slot-overlay.missing{cursor:default}.image-slot-overlay.missing .slot-upload-button{cursor:pointer}.ai-style-button{color:var(--accent)}.ai-style-button:hover{color:var(--accent-hover)}body.ai-style-open{overflow:hidden}.ai-style-dialog{z-index:100;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ai-style-dialog[hidden]{display:none}.ai-style-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1612236b;position:absolute;inset:0}.ai-style-modal{border:1px solid var(--line);background:var(--surface);border-radius:20px;flex-direction:column;width:min(780px,100%);max-height:min(760px,100vh - 48px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #1d143d3d}.ai-style-modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 26px 18px;display:flex}.ai-style-modal-header>div{min-width:0}.ai-style-modal-header span{color:var(--accent);font-family:var(--mono);letter-spacing:.14em;font-size:9px;font-weight:600}.ai-style-modal-header h2{color:var(--ink);letter-spacing:-.04em;margin:6px 0 5px;font-size:20px}.ai-style-modal-header p{color:var(--muted);margin:0;font-size:11px}.ai-style-close{border:1px solid var(--line);width:32px;height:32px;color:var(--muted);background:var(--surface-soft);cursor:pointer;border-radius:9px;flex:none;place-items:center;font-size:17px;display:grid}.ai-style-close:hover{color:var(--ink);background:var(--accent-soft);border-color:#cfc5ff}.ai-style-summary{color:var(--accent);background:var(--accent-soft);font-family:var(--mono);border:1px solid #e7e2ff;border-radius:10px;margin:18px 26px 0;padding:10px 12px;font-size:10px}.ai-style-tabs{background:var(--surface-soft);border-radius:9px;gap:4px;margin:18px 26px 10px;padding:3px;display:flex}.ai-style-tabs button{height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:1;font-size:10px}.ai-style-tabs button.active{color:var(--accent);background:var(--surface);box-shadow:var(--shadow-sm);font-weight:650}.ai-style-output{resize:vertical;border:1px solid var(--line);width:auto;min-height:320px;color:var(--ink);font-family:var(--mono);background:#fbfaff;border-radius:11px;outline:none;flex:1;margin:0 26px;padding:14px;font-size:10px;line-height:1.65}.ai-style-output:focus{border-color:#cfc5ff;box-shadow:0 0 0 3px #6d4aff1a}.ai-style-modal-footer{justify-content:space-between;align-items:center;gap:14px;padding:18px 26px 22px;display:flex}.ai-style-modal-footer>span{color:var(--faint);align-items:center;gap:5px;font-size:10px;display:flex}.ai-style-modal-footer>span i{color:var(--green);font-size:14px}.ai-style-modal-footer>div{gap:7px;display:flex}.ai-style-modal-footer .toolbar-button{height:34px}html[data-theme=dark] .ai-style-backdrop{background:#0303079e}html[data-theme=dark] .ai-style-summary{border-color:#40376a}html[data-theme=dark] .ai-style-output{background:#15131b}html[data-theme=dark] .ai-style-tabs{background:#211f27}@media (width<=900px){.ai-style-button span{display:none}.ai-style-button{justify-content:center;width:36px;padding:0}}@media (width<=620px){.ai-style-dialog{padding:10px}.ai-style-modal{border-radius:16px;max-height:calc(100vh - 20px)}.ai-style-modal-header{padding:19px 18px 14px}.ai-style-summary,.ai-style-tabs{margin-inline:18px}.ai-style-output{min-height:260px;margin-inline:18px}.ai-style-modal-footer{flex-direction:column;align-items:stretch;padding:14px 18px 18px}.ai-style-modal-footer>div{width:100%}.ai-style-modal-footer .toolbar-button{flex:1;justify-content:center}}.right-inspector .layout-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.right-inspector .layout-card{border-radius:11px;min-width:0;padding:6px 6px 7px}.right-inspector .layout-art{background:radial-gradient(circle at 14% 20%,#65e6d1f2,#0000 55%),radial-gradient(circle at 84% 25%,#73a7ffeb,#0000 58%),radial-gradient(circle at 58% 88%,#b56cffc7,#0000 62%),#eaf5f2;border-radius:8px;height:48px}.right-inspector .layout-art i{background:#fff;box-shadow:0 9px 14px #25134d29}.right-inspector .layout-art.grid-4 i{box-shadow:0 5px 9px #25134d21}.right-inspector .layout-art.split-2{gap:4px;padding:9px}.right-inspector .layout-art.grid-4{gap:4px;padding:8px}.right-inspector .layout-card b{margin-top:5px;font-size:10px}.right-inspector .layout-card small{margin-top:2px;font-size:9px;line-height:1.25}.right-inspector .layout-card-shell .layout-card small{padding-bottom:23px;padding-right:0}.right-inspector .layout-card-check{width:16px;height:16px;top:7px;right:7px}.right-inspector .layout-card-check>i{font-size:10px}.right-inspector .split-orientation-control{bottom:6px;right:6px}.right-inspector .split-orientation-control button{height:18px;padding-inline:5px;font-size:8px}.left-inspector .background-control-section{padding-top:14px;padding-bottom:14px}.left-inspector .background-source-tabs{border-radius:9px;gap:2px;padding:2px}.left-inspector .background-source-tabs button{border-radius:7px;gap:4px;height:28px;padding-inline:7px;font-size:9px}.left-inspector .background-source-tabs button b{min-width:16px;padding:2px 4px;font-size:7px}.left-inspector .background-view-panel{margin-top:10px}.left-inspector .preset-grid{gap:9px 7px}.left-inspector .preset-card{font-size:9px}.left-inspector .preset-card i{border-radius:9px;height:38px;margin-bottom:4px}.left-inspector .background-control-section .color-editor{gap:6px;margin-top:10px}.left-inspector .background-control-section .color-row{border-radius:8px;gap:6px;height:34px;padding:3px 4px 3px 8px;font-size:9px}.left-inspector .background-control-section .color-role{width:32px}.left-inspector .background-control-section .color-swatch{border-radius:6px;width:24px;height:24px}.left-inspector .background-control-section .color-swatch i{border-radius:5px;width:20px;height:20px}.left-inspector .background-control-section .color-value-input{height:26px;font-size:10px}.left-inspector .background-control-section .color-alpha-editor{width:50px;height:26px;padding-inline:4px;font-size:9px}.left-inspector .background-control-section .color-alpha-editor:before{height:24px;left:-7px}.left-inspector .background-library-tools{gap:6px;margin-bottom:8px}.left-inspector .background-library-tools .background-search,.left-inspector .background-library-tools .random-background-button{border-radius:8px;height:30px}.left-inspector .background-library-tools .background-search{padding-inline:8px}.left-inspector .background-library-tools .background-search input{font-size:10px}.left-inspector .background-library-tools .random-background-button{gap:4px;padding-inline:7px;font-size:9px}.left-inspector .background-view-panel .photo-background-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 7px}.left-inspector .background-view-panel .photo-background img{border-radius:8px}.left-inspector .background-view-panel .photo-background span{height:12px;margin-top:3px;font-size:9px;line-height:12px}.left-inspector .show-all-backgrounds{border-radius:8px;height:30px;margin-top:8px;font-size:9px}.right-inspector .split-balance-control{border:1px solid var(--line);background:var(--surface-soft);border-radius:11px;margin-top:8px;padding:9px 10px 8px}.split-balance-heading,.split-balance-ends{justify-content:space-between;align-items:center;display:flex}.split-balance-heading{color:var(--ink);font-size:10px;font-weight:650}.split-balance-heading output{color:var(--muted);font-family:var(--mono);font-size:9px;font-weight:500}.split-balance-control input[type=range]{appearance:none;background:linear-gradient(90deg, var(--accent) 0 var(--range-progress,50%), #efedf2 var(--range-progress,50%) 100%);border:1px solid #dfdde5;border-radius:999px;outline:0;width:100%;height:15px;margin:7px 0 2px;box-shadow:inset 0 2px 4px #2f284317,0 1px #ffffffe6}.split-balance-control input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:grab;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 2px 6px #422a9647}.split-balance-control input[type=range]::-webkit-slider-thumb:active{cursor:grabbing}.split-balance-control input[type=range]::-moz-range-thumb{background:var(--accent);cursor:grab;border:2px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 2px 6px #422a9647}.split-balance-ends{color:var(--faint);font-family:var(--mono);font-size:8px}.right-inspector .layout-art.split-2:not(.vertical) i:first-child{width:calc(var(--split-ratio,50%) - 3px)}.right-inspector .layout-art.split-2:not(.vertical) i:last-child{width:calc(100% - var(--split-ratio,50%) - 3px)}.right-inspector .layout-art.split-2.vertical i:first-child{width:100%;height:calc(var(--split-ratio,50%) - 3px)}.right-inspector .layout-art.split-2.vertical i:last-child{width:100%;height:calc(100% - var(--split-ratio,50%) - 3px)}html[data-theme=dark] .right-inspector .split-balance-control{background:#211f27;border-color:#38343f}html[data-theme=dark] .split-balance-control input[type=range]{background:linear-gradient(90deg, var(--accent) 0 var(--range-progress,50%), #2a292e var(--range-progress,50%) 100%);border-color:#3d3c42;box-shadow:inset 0 2px 5px #00000057,0 1px #ffffff0a}.split-divider{z-index:12;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;overflow:visible}.split-divider.horizontal{cursor:col-resize}.split-divider.vertical{cursor:row-resize}.split-divider-grip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1c1927c2;border:1px solid #ffffffd1;border-radius:999px;justify-content:center;align-items:center;gap:2px;transition:background .16s,transform .16s;display:flex;position:relative;box-shadow:0 3px 10px #18122a3d,0 0 0 2px #ffffff4d}.split-divider.horizontal .split-divider-grip{flex-direction:column;width:16px;height:38px}.split-divider.vertical .split-divider-grip{flex-direction:row;width:38px;height:16px}.split-divider-grip i{opacity:.88;background:#fff;border-radius:50%;width:3px;height:3px}.split-divider.vertical .split-divider-grip i{width:3px;height:3px}.split-divider:hover .split-divider-grip,.split-divider:focus-visible .split-divider-grip,body.is-split-balancing .split-divider-grip{background:var(--accent);transform:scale(1.08)}body.is-split-balancing,body.is-split-balancing *{cursor:col-resize!important}body.is-split-balancing .split-divider.vertical,body.is-split-balancing .split-divider.vertical *{cursor:row-resize!important}html[data-theme=dark] .split-divider-grip{background:#0b0a10d1;border-color:#ffffff59}.aura-hint{color:var(--faint);margin:-4px 0 12px;font-size:10px;line-height:1.55}.aura-preset-grid{grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:12px;display:grid}.aura-preset-card{min-width:0;color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:9px}.aura-preset-card i{height:38px;box-shadow:none;border:0;border-radius:8px;margin-bottom:4px;transition:transform .16s,box-shadow .16s;display:block}.aura-preset-card i.sunset{background:radial-gradient(circle at 18% 18%,#ff6b6b,#0000 58%),radial-gradient(circle at 82% 28%,#ffb86b,#0000 60%),radial-gradient(circle at 72% 86%,#d66dff,#0000 58%),#f7f1ec}.aura-preset-card i.aurora{background:radial-gradient(circle at 14% 20%,#65e6d1,#0000 58%),radial-gradient(circle at 84% 25%,#73a7ff,#0000 60%),radial-gradient(circle at 58% 88%,#b56cff,#0000 58%),#eaf5f2}.aura-preset-card i.candy{background:radial-gradient(circle at 18% 25%,#ff9ec9,#0000 58%),radial-gradient(circle at 82% 24%,#a999ff,#0000 60%),radial-gradient(circle at 55% 84%,#ffd66b,#0000 58%),#fff5f7}.aura-preset-card i.midnight{background:radial-gradient(circle at 15% 20%,#355bff,#0000 58%),radial-gradient(circle at 86% 24%,#b55cff,#0000 60%),radial-gradient(circle at 58% 88%,#19d7d1,#0000 58%),#101426}.aura-preset-card i.light-gray{background:radial-gradient(circle at 18% 18%,#dcdddd,#0000 58%),radial-gradient(circle at 84% 26%,#ddddd6,#0000 60%),radial-gradient(circle at 62% 86%,#afafb0,#0000 58%),#fbfaf5}.aura-preset-card i.yellow{background:radial-gradient(circle at 18% 20%,#f8b500,#0000 58%),radial-gradient(circle at 82% 24%,#f8e58c,#0000 60%),radial-gradient(circle at 54% 86%,#fcc800,#0000 58%),#fff1cf}.aura-preset-card i.green{background:radial-gradient(circle at 16% 20%,#8fe3b0,#0000 58%),radial-gradient(circle at 84% 26%,#22c79a,#0000 60%),radial-gradient(circle at 58% 86%,#0b5f51,#0000 58%),#f0fbef}.aura-preset-card i.blue{background:radial-gradient(circle at 14% 20%,#5ce3e6,#0000 58%),radial-gradient(circle at 84% 26%,#0f9cc2,#0000 60%),radial-gradient(circle at 58% 86%,#274a78,#0000 58%),#eafbf7}.aura-preset-card:hover i{transform:translateY(-2px)}.aura-preset-card.active i{border:2px solid #27272b;box-shadow:0 0 0 2px #fff,0 0 0 3px #27272b}.aura-match-button{height:25px;color:var(--accent);background:var(--accent-soft);cursor:pointer;border:1px solid #d8d0ff;border-radius:7px;align-items:center;gap:4px;padding:0 8px;font-size:9px;display:inline-flex}.aura-match-button:hover{background:#e9e4ff;border-color:#b9aaff}.aura-match-button>i{font-size:12px}.aura-base-control{border:1px solid var(--line);background:#ffffff94;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:8px 9px;display:flex}.aura-control-label{flex-direction:column;gap:2px;min-width:0;display:flex}.aura-control-label span{font-size:10px;font-weight:650}.aura-control-label small{color:var(--faint);font-family:var(--mono);font-size:8px}.aura-color-swatch{cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;padding:0;display:grid}.aura-color-swatch:hover,.aura-color-swatch:focus-visible{background:var(--panel);box-shadow:0 1px 5px #140f1e24}.aura-color-swatch i{background:var(--trigger-color,#f7f5f0);border:1px solid #0000001a;border-radius:6px;width:24px;height:24px;display:block}.aura-layer-color-swatch{width:28px;height:28px}.aura-layer-color-swatch i{width:22px;height:22px}.aura-layer-hex{background:var(--panel);width:67px;height:24px;color:var(--ink);font-family:var(--mono);text-transform:uppercase;border:1px solid #0000;border-radius:6px;padding:0 5px;font-size:9px;transition:border-color .16s,box-shadow .16s}.aura-layer-hex:hover,.aura-layer-hex:focus{border-color:var(--line);outline:none}.aura-layer-list{flex-direction:column;gap:8px;margin-top:9px;display:flex}.aura-layer-card{border:1px solid var(--line);background:#ffffffa3;border-radius:10px;padding:9px}.aura-layer-heading{align-items:center;gap:6px;margin-bottom:8px;display:flex}.aura-layer-number{background:var(--accent-soft);width:20px;height:18px;color:var(--accent);font-family:var(--mono);border-radius:5px;place-items:center;font-size:8px;display:grid}.aura-layer-heading strong{flex:1;font-size:11px}.aura-layer-visibility{width:23px;height:23px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;padding:0;display:grid}.aura-layer-visibility:hover,.aura-layer-visibility:focus-visible{color:var(--accent);background:var(--accent-soft)}.aura-layer-visibility.is-hidden{color:var(--faint);opacity:.65}.aura-layer-remove{width:23px;height:23px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0}.aura-layer-remove:hover:not(:disabled){color:#d94e66;background:#fff0f3}.aura-layer-remove:disabled{opacity:.3;cursor:not-allowed}.aura-range-grid{grid-template-columns:1fr 1fr;gap:7px 8px;display:grid}.aura-range-grid label{min-width:0;color:var(--muted);flex-direction:column;gap:4px;font-size:10px;display:flex}.aura-range-grid label span{justify-content:space-between;display:flex}.aura-range-grid output{float:right;color:var(--faint);font-family:var(--mono);font-size:9px}.aura-range-grid input[type=range]{appearance:none;background:linear-gradient(90deg,var(--accent) 0 var(--range-progress,50%),#dddde2 var(--range-progress,50%) 100%);border-radius:4px;width:100%;height:3px;margin:0}.aura-range-grid input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#25252a;border:2px solid #fff;border-radius:50%;width:11px;height:11px;box-shadow:0 1px 4px #0004}.aura-range-wide{grid-column:1/-1}.aura-actions{align-items:center;gap:7px;margin-top:9px;display:flex}.aura-add-layer{border:1px solid var(--line);background:var(--panel);height:29px;color:var(--muted);cursor:pointer;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:4px;font-size:10px;display:flex}.aura-add-layer:hover{color:var(--accent);background:var(--accent-soft);border-color:#c7bcf4}.aura-grain-toggle{color:var(--muted);align-items:center;gap:6px;padding:0 3px;font-size:10px;display:flex}.aura-grain-toggle.is-active{color:var(--ink)}.aura-grain-toggle .switch input:checked+i{background:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.aura-grain-amount{color:var(--muted);grid-template-columns:1fr auto;align-items:center;gap:5px 8px;margin-top:8px;padding:0 3px;font-size:10px;display:grid}.aura-grain-amount[hidden]{display:none}.aura-grain-blend{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;margin-top:7px;padding:0 3px;font-size:10px;display:flex}.aura-grain-blend select{border:1px solid var(--line);background:var(--panel);min-width:82px;height:24px;color:var(--ink);font:inherit;border-radius:6px;padding:0 7px;font-size:10px}.aura-grain-blend[hidden]{display:none}.aura-grain-amount output{color:var(--faint);font-family:var(--mono);font-size:9px}.shadow-options+*{box-sizing:border-box}.choice-row#shadowModeControl button{background:#f2f1f5}.choice-row#shadowModeControl button:hover{border-color:#d7d5dd}.choice-row#shadowModeControl button.active{color:var(--accent);background:var(--accent-soft);border-color:#c9beff;box-shadow:inset 0 0 0 1px #7352f50f}.aura-grain-amount input[type=range]{appearance:none;background:linear-gradient(90deg,var(--accent) 0 var(--range-progress,55%),#dddde2 var(--range-progress,55%) 100%);border-radius:4px;grid-column:1/-1;width:100%;height:3px;margin:0}.aura-grain-amount input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#25252a;border:2px solid #fff;border-radius:50%;width:11px;height:11px;box-shadow:0 1px 4px #0004}.aura-reset-button{width:100%;height:27px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:4px;margin-top:7px;font-size:10px;display:flex}.aura-reset-button:hover{color:var(--accent);background:var(--accent-soft)}.aura-empty{border:1px dashed var(--line);color:var(--faint);text-align:center;border-radius:8px;padding:12px 6px;font-size:10px}.subsection-title{color:var(--ink);margin:14px 0 7px;font-size:11px;font-weight:600}.subsection-title:first-of-type{margin-top:4px}.radius-detail{border-top:1px solid var(--line);margin-top:8px}.control-section #cornerControl,.control-section #borderControl{grid-template-columns:repeat(4,minmax(0,1fr))}.radius-detail summary{color:var(--muted);cursor:pointer;align-items:center;gap:6px;padding:8px 0 2px;font-size:10px;list-style:none;display:flex}.radius-detail summary::-webkit-details-marker{display:none}.radius-detail summary output{color:var(--faint);font-family:var(--mono);margin-left:auto;font-size:9px}.radius-detail summary>i{color:var(--faint);font-size:13px;transition:transform .16s}.radius-detail[open] summary>i{transform:rotate(180deg)}.radius-detail .range-control{margin-top:7px}.control-section .shadow-detail{border-top:0;margin-top:13px}.control-section .shadow-detail summary{border:1px solid var(--line);color:var(--muted);background:var(--surface-soft,#f6f6f8);border-radius:10px;justify-content:space-between;padding:11px 12px;font-size:11px}.control-section .shadow-detail summary>i{font-size:16px}.control-section .radius-detail:not(.shadow-detail){border-top:0;margin-top:13px}.control-section .radius-detail:not(.shadow-detail) summary{border:1px solid var(--line);color:var(--muted);background:var(--surface-soft,#f6f6f8);border-radius:10px;justify-content:space-between;padding:11px 12px;font-size:11px}.control-section .radius-detail:not(.shadow-detail) summary output{color:var(--faint);font-family:var(--mono);margin-left:auto;font-size:9px}.control-section .radius-detail:not(.shadow-detail) summary>i{font-size:16px}html[data-theme=dark] .aura-base-control,html[data-theme=dark] .aura-layer-card{background:#222227bd}html[data-theme=dark] .aura-preset-card.active i{border:2px solid #f4f4f6;box-shadow:0 0 0 2px #222227,0 0 0 3px #f4f4f6}html[data-theme=dark] .aura-match-button{color:#b7a8ff;background:#2c2645;border-color:#51477c}html[data-theme=dark] .aura-match-button:hover{background:#362e55;border-color:#7162a8}html[data-theme=dark] .aura-color-swatch:hover,html[data-theme=dark] .aura-color-swatch:focus-visible{background:#2c2934}html[data-theme=dark] .aura-layer-hex{color:var(--ink);background:#222227;border-color:#0000}html[data-theme=dark] .aura-layer-hex:hover,html[data-theme=dark] .aura-layer-hex:focus{border-color:#38383f}.image-manager-dialog{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14121c52;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.image-manager-modal{border:1px solid var(--line);background:var(--panel);border-radius:16px;width:min(720px,100%);max-height:min(720px,100vh - 48px);padding:18px;overflow:auto;box-shadow:0 20px 60px #1b172a3d}.image-manager-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.image-manager-header strong{color:var(--ink);font-size:14px;display:block}.image-manager-header small{color:var(--faint);margin-top:4px;font-size:10px;display:block}.image-manager-header button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:16px}.image-manager-header button:hover{color:var(--ink);background:var(--accent-soft)}.image-manager-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.image-manager-card{border:1px solid var(--line);background:var(--surface);border-radius:11px;overflow:hidden}.image-manager-card>img{object-fit:contain;background:var(--surface-soft);width:100%;height:150px;display:block}.image-manager-card-info{padding:9px 10px 0}.image-manager-card-info strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:10px;display:block;overflow:hidden}.image-manager-card-info small{color:var(--faint);font-family:var(--mono);margin-top:4px;font-size:9px;display:block}.image-manager-card-actions{gap:7px;padding:9px 10px 10px;display:flex}.image-manager-card-actions button{border:1px solid var(--line);height:28px;color:var(--muted);background:var(--panel);cursor:pointer;border-radius:7px;flex:1;font-size:10px}.image-manager-card-actions button:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.image-manager-card-actions [data-image-remove]:hover{color:#c65365;background:#fff1f3;border-color:#e58d9b}html[data-theme=dark] .image-manager-card>img{background:#222227}html[data-theme=dark] .image-manager-card-actions [data-image-remove]:hover{background:#39252a}@media (width<=560px){.image-manager-dialog{padding:14px}.image-manager-grid{grid-template-columns:1fr}}html[data-theme=dark] .aura-range-grid input[type=range]{background:linear-gradient(90deg,var(--accent) 0 var(--range-progress,50%),#2a292e var(--range-progress,50%) 100%)}html[data-theme=dark] .choice-row#shadowModeControl button{background:#2b2931}html[data-theme=dark] .choice-row#shadowModeControl button:hover{border-color:#4a4753}html[data-theme=dark] .choice-row#shadowModeControl button.active{color:#b9aaff;background:#2a2445;border-color:#6658a1;box-shadow:inset 0 0 0 1px #9b86ff14}.left-inspector{box-shadow:none;background:0 0;border:0;border-radius:0;gap:6px;overflow:visible}.editor-tabs{box-sizing:border-box;box-shadow:none;background:0 0;border:0;border-radius:0}.editor-tabs button.active{color:var(--ink)}.editor-panel{border:1px solid var(--line);background:#fffffff5;border-radius:18px;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden;box-shadow:0 10px 30px #1f1b2f12,0 2px 8px #1f1b2f09}.editor-panel .inspector-scroll{flex:auto;min-height:0}html[data-theme=dark] .editor-tabs,html[data-theme=dark] .editor-panel{border-color:var(--line);background:#222227f5}html[data-theme=dark] .editor-tabs button.active{color:#f4f2f8;background:#302e38;box-shadow:0 1px 2px #00000047,inset 0 0 0 1px #ffffff0d}.aura-base-control{padding:0;display:block}.aura-disclosure-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:8px;min-height:42px;padding:8px 9px;list-style:none;display:flex}.aura-disclosure-summary::-webkit-details-marker{display:none}.aura-layer-heading::-webkit-details-marker{display:none}.aura-disclosure-icon{color:var(--faint);flex:none;font-size:14px;transition:transform .16s}.aura-base-control[open] .aura-disclosure-icon,.aura-layer-card[open] .aura-disclosure-icon{transform:rotate(180deg)}.aura-base-content{justify-content:flex-end;padding:0 9px 8px;display:flex}.aura-layer-card{padding:0;overflow:hidden}.aura-layer-heading{cursor:pointer;min-height:38px;margin-bottom:0;padding:8px 9px;list-style:none}.aura-summary-color{flex:none;align-items:center;gap:4px;margin-left:auto;display:flex}.aura-summary-color .aura-color-swatch{width:25px;height:25px}.aura-summary-color .aura-color-swatch i{border-radius:5px;width:19px;height:19px}.aura-layer-content{padding:0 9px 9px}
