@charset "UTF-8";
:root{--ink:#17211d;--muted:#65716a;--green:#17664d;--green-dark:#104d3a;--mint:#eaf4ef;--paper:#fff;--stage:#f2f4f2;--line:#e1e6e2;--red:#af3b35;--font:Arial,"Noto Sans HK","PingFang HK","Microsoft JhengHei",sans-serif;font-family:var(--font);color:var(--ink)}
.mobile-save-status{display:none}
@media(max-width:700px){.mobile-save-status{display:block;text-align:center;color:var(--green);font-size:8px;line-height:1.5;margin-top:3px}.mobile-save-status[data-state=error]{color:var(--red)}}
*{box-sizing:border-box}body{margin:0;background:var(--paper);overflow:hidden;font-size:14px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.3}button{border:0;background:none}button, a{outline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #539c7f}input,textarea,select{color:inherit}input,textarea{min-width:0}button svg, a svg, label svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2{font-weight:700;letter-spacing:-.045em}h1 span,h2 span{color:var(--green)}[hidden]{display:none!important}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.skip{position:fixed;top:-100px;left:20px;background:var(--green);color:white;padding:14px;z-index:100}.skip:focus{top:12px}
.topbar{height:76px;display:flex;align-items:center;gap:32px;border-bottom:1px solid var(--line);padding:0 26px 0 22px;position:relative;z-index:5;background:white}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0;width:282px}.brand-mark{height:38px;width:38px;display:grid;place-items:center;background:var(--green);color:white;font-size:20px;font-weight:800;letter-spacing:-3px;padding-right:3px;border-radius:11px}.brand b{font-size:17px;letter-spacing:.09em;display:block}.brand small{font-size:10px;letter-spacing:.18em;color:var(--muted);display:block;margin-top:5px}.document-title{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.document-title input{width:130px;border:1px solid transparent;border-radius:5px;background:transparent;font-weight:600;padding:8px 7px}.document-title input:hover,.document-title input:focus{border-color:var(--line);background:var(--stage)}.save-status{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:6px;white-space:nowrap}.save-status i{width:5px;height:5px;border-radius:50%;background:var(--green)}.save-status[data-state=error]{color:var(--red)}.save-status[data-state=error] i{background:var(--red)}.top-actions{display:flex;align-items:center;gap:7px}.icon-button{width:36px;height:36px;display:grid;place-items:center;border-radius:7px}.icon-button:hover:not(:disabled){background:var(--stage)}.separator{width:1px;height:22px;background:var(--line);margin:0 4px}.button{min-height:42px;padding:10px 15px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:600;background:white;transition:background .15s,border-color .15s}.button:hover{background:var(--stage);border-color:#bdc9bf}.button.primary{background:var(--green);border-color:var(--green);color:white}.button.primary:hover{background:var(--green-dark)}.top-actions .primary{margin-left:12px;padding-inline:18px;min-height:42px}.subtle{background:var(--stage)}
.studio{height:calc(100dvh - 76px);display:grid;grid-template-columns:76px 282px minmax(0,1fr)}.tool-rail{border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:18px 9px 13px;gap:7px;background:white;z-index:4}.tool{position:relative;width:58px;height:68px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;border-radius:10px;color:#5c6860;font-size:11px}.tool>svg{width:22px;height:22px;stroke-width:1.6}.tool:hover{background:var(--stage)}.tool.active{background:var(--mint);color:var(--green);font-weight:700}.tool.active:before{content:"";position:absolute;width:3px;height:23px;border-radius:4px;background:var(--green);left:-9px;top:22px}.tool em{position:absolute;right:5px;top:6px;font-style:normal;font-size:9px;font-weight:700;background:var(--green);color:white;border-radius:4px;padding:1px 4px}.help-link{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:10px;color:var(--muted);text-align:center;line-height:1.5;padding:12px 0}.help-link svg{width:18px;height:18px}.panel-shell{background:white;border-right:1px solid var(--line);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#dce3de transparent;position:relative;z-index:3}.panel-collapse{display:none}.panel{padding:29px 22px 26px}.panel-heading{margin-bottom:24px}.eyebrow{font-size:10px;letter-spacing:.12em;color:var(--muted);font-weight:500;margin-bottom:10px}.panel-heading h1,.panel-heading h2{font-size:24px;line-height:1.4;margin-bottom:10px}.panel-heading>p:last-child{font-size:12px;color:var(--muted);line-height:1.8}.style-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.style-card{background:white;border:1px solid var(--line);border-radius:10px;text-align:left;position:relative;overflow:hidden;padding:0 0 12px;transition:border-color .15s,box-shadow .15s}.style-card:hover{border-color:#93ad9b}.style-card[aria-pressed=true]{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.style-card[aria-pressed=true]:after{content:'✓';position:absolute;top:8px;right:8px;background:var(--green);color:white;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;font-size:10px}.style-card .style-image{height:99px;display:grid;place-items:center;background:#f5f6f4;margin-bottom:10px}.style-card img{height:96px;width:96px;object-fit:contain;filter:drop-shadow(0 4px 4px #17211d09)}.style-card strong{display:block;font-size:11px;font-weight:600;margin:0 10px;line-height:1.6}.style-card small{display:block;font-size:9px;color:var(--muted);margin:4px 10px 0}.panel-note{margin-top:26px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:flex-start;gap:8px}.panel-note svg{width:15px;height:15px;stroke:var(--green);fill:none;stroke-width:2;flex:none;margin-top:3px}.panel-note p{color:var(--muted);font-size:11px;line-height:1.85}.current-color{display:flex;gap:13px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:10px;background:#fcfdfc}.color-picker{position:relative;display:grid;place-items:center;flex:none;width:52px;height:58px;border:1px solid #17211d18;border-radius:7px;background:#c9dfce;overflow:hidden}.color-picker input{opacity:0;position:absolute;inset:0;width:100%;height:100%;cursor:pointer}.color-picker svg{width:19px;height:19px;pointer-events:none;mix-blend-mode:difference;color:white}.hex-label{display:block;flex:1;min-width:0}.hex-label>span:first-child{font-size:10px;color:var(--muted);display:block;margin-bottom:8px}.hex-input{display:flex;align-items:center;gap:7px;font:13px ui-monospace,monospace}.hex-input b{color:#8b978e;font-weight:400}.hex-input input{border:none;width:100%;padding:4px 0;background:transparent;text-transform:uppercase;font:inherit}.section-label{display:flex;justify-content:space-between;align-items:baseline;margin:27px 0 15px}.section-label h3{font-size:12px;font-weight:600}.section-label>span{font-size:10px;color:var(--muted)}.swatch-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px 9px}.swatch{width:30px;height:30px;border-radius:50%;border:1px solid #17211d12;position:relative;margin:auto}.swatch:hover{transform:scale(1.1)}.swatch[aria-pressed=true]{outline:1.5px solid var(--green);outline-offset:3px}.swatch[aria-pressed=true]:after{content:'✓';font-size:14px;position:absolute;inset:0;display:grid;place-items:center;color:var(--check,#fff)}.color-note{border-top:1px solid var(--line);padding-top:19px;margin-top:27px}.color-note>span{font:11px ui-monospace,monospace;display:inline-block;padding:6px 8px;border-radius:4px;background:var(--mint);color:var(--green);margin-bottom:10px}.color-note p{font-size:11px;color:var(--muted);line-height:1.9}.field-error{color:var(--red);font-size:12px;line-height:1.6;padding-top:10px}.upload-zone{border:1.5px dashed #a5bdae;background:#f8fbf9;border-radius:12px;display:flex;flex-direction:column;align-items:center;padding:27px 8px;gap:10px;text-align:center;cursor:pointer}.upload-zone:hover,.upload-zone.dragover{border-color:var(--green);background:var(--mint)}.upload-zone>svg{width:28px;height:28px;color:var(--green);margin-bottom:5px}.upload-zone strong{font-size:13px}.upload-zone span{font-size:11px;color:var(--muted)}.upload-zone small{font-size:9px;color:var(--muted);margin-top:9px}.upload-tip{font-size:11px;color:var(--muted);line-height:1.9;margin-top:13px}.upload-list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.upload-item{border:1px solid var(--line);border-radius:7px;padding:8px;aspect-ratio:1;background:repeating-conic-gradient(#fff 0 25%,#f0f2ef 0 50%) 0 0/14px 14px}.upload-item img{width:100%;height:100%;object-fit:contain}.empty-mini{grid-column:1/-1;text-align:center;padding:21px 10px;background:var(--stage);border-radius:8px;font-size:11px;color:var(--muted);line-height:1.9}.add-text{width:100%;background:var(--mint);border-color:#cbded2;color:var(--green);justify-content:flex-start;min-height:49px}.add-text>span{margin-left:auto;font-size:20px;font-weight:400}.text-hint{text-align:center;color:var(--muted);margin-top:30px;padding:22px 6px;border-top:1px solid var(--line)}.text-hint>svg{width:30px;height:30px;stroke:#aebbb1;stroke-width:1.2;fill:none;margin-bottom:15px}.text-hint p{font-size:12px;line-height:1.9}.text-hint small{font-size:10px;line-height:1.8;display:block;margin-top:12px}.field{display:flex;flex-direction:column;gap:9px;font-size:11px;font-weight:600;margin-top:20px}.field input,.field textarea,.field select{border:1px solid var(--line);background:white;border-radius:7px;padding:11px 10px;width:100%;font-size:13px;font-weight:400}.field textarea{resize:vertical;min-height:80px;line-height:1.7}.field input[type=color]{padding:4px;height:40px}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}#text-bold{margin-top:13px;width:100%}#text-bold[aria-pressed=true]{background:var(--mint);color:var(--green);border-color:#c4dacf}.layer-list{display:flex;flex-direction:column;gap:8px}.layer-row{display:flex;gap:12px;align-items:center;width:100%;padding:11px;border:1px solid var(--line);border-radius:8px;text-align:left;background:white}.layer-row.active{border-color:var(--green);background:var(--mint)}.layer-row .layer-thumb{width:36px;height:36px;display:grid;place-items:center;background:#edf0ec;border-radius:5px;flex:none;overflow:hidden;font-size:21px;font-family:Georgia,serif}.layer-thumb img{width:100%;height:100%;object-fit:contain}.layer-row strong{font-size:12px;line-height:1.7;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.layer-row small{font-size:10px;display:block;color:var(--muted);margin-top:2px}
.workspace{background:var(--stage);position:relative;min-width:0;display:flex;flex-direction:column;padding:22px 32px 13px;overflow:hidden;outline:none}.workspace-heading{display:flex;align-items:center;justify-content:space-between;flex:none}.workspace-kicker{font-size:10px;color:var(--muted);letter-spacing:.13em}.workspace-heading h2{font-size:16px;letter-spacing:-.02em;margin-top:7px;line-height:1.2}.workspace-heading h2 span{font-size:13px;font-weight:400;color:var(--muted);margin-left:7px}.reference-toggle{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--muted);height:35px;border:1px solid #dce2dc;background:#f9fbf9;border-radius:7px;padding:0 10px}.reference-toggle[aria-pressed=false]{opacity:.5}.dashed-icon{width:13px;height:13px;border:1px dashed currentColor;border-radius:2px}.object-toolbar{height:40px;display:flex;align-items:center;justify-content:space-between;border:1px solid #e2e7e2;border-radius:9px;background:#ffffffc9;max-width:540px;width:100%;margin:20px auto 4px;padding:0 9px 0 13px;flex:none}.object-toolbar-label{font-size:11px;color:var(--muted)}.object-actions{display:flex;align-items:center;gap:2px}.object-actions button{height:30px;width:32px;display:grid;place-items:center;border-radius:5px}.object-actions button:hover:not(:disabled){background:var(--mint);color:var(--green)}.object-actions svg{height:15px;width:15px}.object-actions>span{height:15px;width:1px;background:var(--line);margin:0 4px}.canvas-stage{min-height:0;flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.canvas-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.canvas-container{flex:none;touch-action:none}.canvas-container canvas{touch-action:none}.loading-overlay{position:absolute;inset:0;background:var(--stage);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;z-index:2;font-size:12px;color:var(--muted);text-align:center}.loading-overlay.error{padding:30px;line-height:1.8}.spinner{width:24px;height:24px;border:2px solid #d3dfd6;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.workspace-bottom{display:flex;align-items:center;justify-content:space-between;position:relative;min-height:70px;flex:none}.side-switch{display:flex;gap:8px;margin:auto}.side-switch button{display:flex;align-items:center;gap:9px;position:relative;width:128px;height:65px;border:1px solid #dae1da;border-radius:9px;padding:6px 12px 6px 5px;background:#f9fbf9;text-align:left}.side-switch button.active{border-color:var(--green);background:white;box-shadow:0 1px 3px #173c2520}.side-switch img{height:47px;width:47px;object-fit:contain}.side-switch span{font-size:11px;font-weight:600;line-height:1.4}.side-switch small{font-size:9px;display:block;color:var(--muted);font-weight:400;margin-top:4px;white-space:nowrap}.side-switch i{position:absolute;right:7px;top:7px;width:4px;height:4px;border-radius:50%;background:transparent}.side-switch button.active i{background:var(--green)}.zoom-control{position:absolute;right:0;display:flex;align-items:center;border:1px solid #dce3dc;background:white;border-radius:7px;height:32px;overflow:hidden}.zoom-control button{height:30px;width:29px;color:var(--muted);font:13px ui-monospace,monospace;padding:0}.zoom-control button:nth-child(2){width:45px;font-size:10px}.zoom-control button:hover{background:var(--mint)}.canvas-note{text-align:center;font-size:10px;line-height:1.6;color:var(--muted);margin-top:12px;flex:none}
.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);padding:13px 20px;max-width:min(90vw,570px);border-radius:10px;color:white;background:var(--ink);font-size:13px;line-height:1.6;box-shadow:0 6px 25px #0002;z-index:50;text-align:center}.toast[data-error=true]{background:#8b3930}dialog{border:1px solid var(--line);padding:28px;border-radius:18px;color:var(--ink);max-width:calc(100vw - 30px);max-height:calc(100dvh - 32px);box-shadow:0 28px 90px #142e2530;overflow:auto}dialog::backdrop{background:#14231bc0;backdrop-filter:blur(3px)}.finish-dialog{width:680px}.dialog-head{display:flex;align-items:flex-start;gap:20px;justify-content:space-between;margin-bottom:22px}.dialog-head h2{font-size:25px;line-height:1.4}.dialog-head .eyebrow{margin-bottom:7px}.dialog-head .icon-button{flex:none;border:1px solid var(--line)}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.preview-grid figure{margin:0;background:var(--stage);border-radius:11px;overflow:hidden;display:flex;flex-direction:column;align-items:center}.preview-grid img{width:100%;aspect-ratio:1;object-fit:contain}.preview-grid figcaption{font-size:11px;color:var(--muted);padding-bottom:15px}.preview-description{font-size:12px;color:var(--muted);margin:16px 0 22px}.delivery-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.delivery-options button{min-height:48px}.dialog-note{font-size:11px;line-height:1.8;color:var(--muted);margin-top:18px}.dialog-footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:10px;margin-top:21px;padding-top:13px}.text-button{font-size:11px;color:var(--green);padding:8px 0;text-decoration:underline;text-underline-offset:4px}.share-result{margin-top:20px;padding:16px;background:var(--mint);border-radius:9px}.share-result>label{font-size:11px;display:block;margin-bottom:9px}.share-result>div{display:flex;gap:7px}.share-result input{flex:1;padding:8px 10px;border:1px solid #cbdcd0;border-radius:6px;font-size:11px;min-width:0}.share-result .button{min-height:37px}.share-result .whatsapp-link{margin-top:12px;width:100%;background:var(--green);color:white;border-color:var(--green)}.share-result p{font-size:10px;color:var(--muted);line-height:1.7;margin-top:10px}.file-dialog{width:445px}.file-dialog h2{font-size:23px}.file-dialog>p{font-size:12px;color:var(--muted);line-height:1.9;margin-bottom:22px}.file-action{display:flex;align-items:center;gap:15px;padding:15px 0;width:100%;text-align:left;border-bottom:1px solid var(--line)}.file-action>svg{color:var(--green)}.file-action>span:nth-child(2){flex:1;font-size:13px}.file-action small{display:block;font-size:10px;color:var(--muted);margin-top:7px}.file-dialog>.button{width:100%;margin-top:22px}.noscript{position:fixed;inset:0;z-index:100;background:white;display:grid;place-items:center;font-size:18px}
@media(min-width:1600px){.studio{grid-template-columns:82px 310px minmax(0,1fr)}.panel{padding-inline:26px}.brand{width:310px}.style-card .style-image{height:120px}.style-card img{width:116px;height:116px}.panel-heading h1,.panel-heading h2{font-size:27px}.style-card strong{font-size:12px}.workspace{padding-inline:48px}.object-toolbar{max-width:570px}}
@media(max-width:1150px){.topbar{padding-inline:16px;gap:16px}.brand{width:254px}.studio{grid-template-columns:66px 258px minmax(0,1fr)}.tool-rail{padding-inline:6px}.tool{width:53px}.tool.active:before{left:-6px}.panel{padding-inline:18px}.workspace{padding-inline:20px}.document-title{gap:6px}.save-status{font-size:10px}.document-title input{width:99px}.zoom-control{position:static;flex:none}.workspace-bottom{gap:10px}.side-switch{margin:0;gap:5px}.side-switch button{width:109px;padding-right:8px}.side-switch img{width:35px}.workspace-bottom{justify-content:space-between}}
@media(max-width:900px) and (min-width:701px){.studio{grid-template-columns:60px 230px minmax(0,1fr)}.brand{width:243px}.brand small{display:none}.brand b{font-size:14px}.document-title input{width:90px}.save-status{display:none}.topbar{gap:9px}.top-actions{gap:2px}.top-actions .primary{padding-inline:12px;margin-left:4px}.panel{padding-inline:15px}.panel-heading h1,.panel-heading h2{font-size:21px}.style-card .style-image{height:86px}.style-card img{width:82px;height:82px}.style-card strong{margin-inline:8px;font-size:10px}.style-card small{margin-inline:8px;font-size:8px}.workspace{padding-inline:14px}.object-toolbar-label{display:none}.object-toolbar{justify-content:center;width:auto;margin-top:15px}.object-actions{gap:5px}.workspace-bottom{flex-wrap:wrap;justify-content:center;gap:10px}.side-switch{margin:0}.zoom-control{position:absolute;right:0;bottom:83px}.workspace-heading h2{font-size:14px}.reference-toggle{font-size:9px;padding-inline:7px}.tool{width:48px}.swatch{width:25px;height:25px}.canvas-note{font-size:9px}}
@media(max-width:700px){body{overflow:hidden}.topbar{height:62px;padding:0 12px;gap:12px}.brand{width:auto;gap:7px}.brand-mark{width:31px;height:31px;border-radius:9px;font-size:17px}.brand b{font-size:12px;letter-spacing:.04em}.brand small{font-size:9px;letter-spacing:.05em;margin-top:4px}.document-title{display:none}.top-actions{margin-left:auto;gap:0}.top-actions .separator{display:none}.top-actions .icon-button{width:30px;height:34px}.top-actions svg{width:16px;height:16px}.top-actions .primary{margin-left:8px;min-height:36px;padding:8px 10px;font-size:11px;gap:6px}.top-actions .primary>svg{width:14px}.studio{height:calc(100dvh - 62px);display:flex;flex-direction:column}.tool-rail{order:3;flex-direction:row;justify-content:space-around;border-right:0;border-top:1px solid var(--line);padding:5px 10px max(5px,env(safe-area-inset-bottom));gap:0;flex:none;min-height:66px}.tool{width:58px;height:55px;gap:5px;font-size:10px;border-radius:8px}.tool>svg{width:21px;height:21px}.tool.active:before{display:none}.help-link{display:none}.workspace{order:1;flex:1;min-height:0;padding:12px 14px 8px}.workspace-heading{min-height:32px;align-items:center}.workspace-kicker{display:none}.workspace-heading h2{font-size:13px;margin-top:0}.workspace-heading h2 span{font-size:11px}.reference-toggle{height:30px;font-size:9px;padding-inline:7px}.object-toolbar{height:31px;margin:9px auto 0;border-radius:6px;max-width:360px;padding:0 6px 0 9px}.object-toolbar-label{font-size:9px}.object-actions{gap:1px}.object-actions button{height:28px;width:28px}.object-actions svg{width:13px;height:13px}.object-actions>span{margin:0 3px}.workspace-bottom{height:47px;min-height:47px;gap:8px}.side-switch{gap:5px;margin:0}.side-switch button{width:88px;height:44px;padding:4px 5px;gap:4px;border-radius:7px}.side-switch img{width:30px;height:33px}.side-switch span{font-size:10px}.side-switch small{font-size:8px;margin-top:2px}.zoom-control{height:29px;position:static}.zoom-control button{width:24px;height:27px;font-size:12px}.zoom-control button:nth-child(2){width:39px;font-size:9px}.canvas-note{font-size:8px;margin-top:4px;line-height:1.5}.panel-shell{order:2;flex:none;max-height:30dvh;min-height:0;border:0;border-top:1px solid var(--line);box-shadow:0 -4px 15px #17211d03;overflow-y:auto}.panel-shell.collapsed{height:0!important;max-height:0;border:0;overflow:hidden}.panel-collapse{display:flex;position:sticky;top:0;align-items:center;justify-content:center;width:100%;height:16px;background:white;z-index:2;padding:0}.panel-collapse span{width:30px;height:3px;border-radius:10px;background:#ccd7ce}.panel{padding:0 17px 17px}.panel-heading{margin-bottom:12px}.panel-heading .eyebrow{display:none}.panel-heading h1,.panel-heading h2{font-size:15px;line-height:1.4;margin-bottom:3px}.panel-heading>p:last-child{font-size:10px;line-height:1.6}.style-grid{display:flex;gap:9px;overflow-x:auto;padding:2px 2px 5px}.style-card{min-width:92px;width:92px;flex:none;padding-bottom:8px;border-radius:7px}.style-card .style-image{height:69px;margin-bottom:7px}.style-card img{height:66px;width:66px}.style-card strong{font-size:10px;margin-inline:7px}.style-card small{font-size:8px;margin:2px 7px 0}.style-card[aria-pressed=true]:after{top:5px;right:5px;width:14px;height:14px;font-size:9px}.panel-note{display:none}.current-color{padding:8px 10px;gap:12px;float:left;width:165px;margin-right:18px;margin-bottom:8px;border-radius:7px}.color-picker{width:39px;height:40px}.hex-label>span:first-child{font-size:9px;margin-bottom:2px}.hex-input{font-size:12px}.hex-input input{font-size:16px}.section-label{margin:10px 0}.section-label h3{font-size:11px}.section-label>span{font-size:9px}.panel[data-panel=colors] .section-label{margin-top:3px;margin-bottom:10px}.swatch-grid{grid-template-columns:repeat(6,1fr);gap:9px 8px;overflow:visible}.swatch{height:24px;width:24px}.color-note{clear:both;border:0;padding-top:10px;margin:0;display:flex;align-items:center;gap:10px}.color-note>span{font-size:9px;white-space:nowrap;padding:5px;margin:0}.color-note p{font-size:9px;line-height:1.6}.field-error{font-size:10px;float:left;max-width:165px;clear:left}.upload-zone{padding:13px 9px;gap:5px;float:left;width:180px;margin-right:15px}.upload-zone>svg{width:19px;height:19px;margin:0}.upload-zone strong{font-size:11px}.upload-zone span{font-size:9px}.upload-zone small{font-size:8px;margin:4px 0 0}.upload-tip{font-size:9px;margin-top:6px}.upload-list{gap:6px;grid-template-columns:repeat(2,1fr)}.upload-item{padding:5px}.empty-mini{padding:10px 4px;font-size:9px;background:transparent}.panel[data-panel=uploads] .section-label{margin:10px 0 7px}.add-text{min-height:40px;font-size:12px;width:auto;padding-inline:14px;margin-bottom:5px}.text-hint{padding:0;margin:10px 0 0;border:0;text-align:left}.text-hint>svg{display:none}.text-hint p{font-size:10px}.text-hint small{font-size:9px;margin-top:4px}.field{margin-top:10px;gap:6px;font-size:10px}.field input,.field textarea,.field select{font-size:16px;padding:7px 9px;min-height:36px}.field textarea{min-height:55px;line-height:1.5}.field-pair{gap:12px}#text-properties{display:grid;grid-template-columns:1fr 1fr;gap:0 10px}#text-properties>.field:first-child{grid-column:1/-1}#text-properties>.field-pair{grid-column:1/-1}#text-bold{width:auto;margin-top:10px;min-height:34px}.layer-list{flex-direction:row;overflow-x:auto;gap:6px}.layer-row{width:160px;flex:none;padding:7px}.layer-row strong{max-width:95px;font-size:10px}.layer-row small{font-size:9px}.layer-row .layer-thumb{width:29px;height:29px}.toast{bottom:84px;font-size:12px;padding:11px 15px;width:max-content;max-width:90vw}.dialog-head h2{font-size:21px}dialog{padding:20px 16px;border-radius:14px}.dialog-head{margin-bottom:16px}.dialog-head .eyebrow{font-size:9px}.preview-grid{gap:7px}.preview-description{font-size:11px;line-height:1.7}.delivery-options{grid-template-columns:1fr}.delivery-options button{font-size:13px;min-height:44px}.dialog-note{font-size:10px}.dialog-footer{gap:10px}.text-button{font-size:10px}.share-result input{font-size:16px}.file-dialog .file-action small{font-size:11px}.file-dialog .file-action{min-height:65px}}
@media(max-width:360px){.brand b{font-size:10px}.brand small{font-size:8px}.brand-mark{width:27px;height:27px;font-size:16px}.topbar{gap:6px;padding-inline:8px}.top-actions .icon-button{width:26px}.top-actions .primary{font-size:10px;padding-inline:8px;margin-left:4px}.panel{padding-inline:12px}.current-color{width:145px;margin-right:12px}.swatch{width:21px;height:21px}.swatch-grid{gap:8px 6px}.object-toolbar-label{font-size:8px}.object-actions button{width:26px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(max-width:700px){.swatch-grid{grid-template-columns:repeat(5,1fr)}}
