:root{color:#172033;--bg-primary:#eef1f5;--bg-secondary:#fff;--bg-elevated:#fff;--border:#e2e7ee;--accent:#2479ff;--accent-action:#2479ff;--text-secondary:#728096;--toolbar-height:54px;--bottom-bar-height:64px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);background:#eef1f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Noto Sans TC,sans-serif}*{box-sizing:border-box}body{background:var(--bg-primary);min-height:100dvh;margin:0;overflow:hidden}button,input{font:inherit}button{color:#2b3648;cursor:pointer;background:#fff;border:1px solid #e2e7ee;border-radius:8px;min-height:36px;padding:8px 12px;transition:background .14s,border-color .14s,box-shadow .14s}button:hover{background:#f5f8fc;border-color:#cbd7e7}button:active{background:#edf3fa}button:disabled{cursor:wait;opacity:.66}button.primary{background:var(--accent-action);border-color:var(--accent-action);color:#fff;box-shadow:0 4px 12px #2479ff33}button.active-tool{border-color:var(--accent);color:#145bc8;box-shadow:inset 0 -2px var(--accent);background:#edf5ff}.is-busy{pointer-events:none}.is-busy:after{content:"…";margin-left:4px}input{color:#243147;background:#fff;border:1px solid #d8e0ea;border-radius:6px;width:100%;padding:7px}.hidden{display:none!important}.mobile-only{display:none}.install-banner{z-index:1000;color:#172033;background:#fff;border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex;position:fixed;top:10px;bottom:auto;left:10px;right:10px;box-shadow:0 8px 26px #2b3d581f}.install-banner button:first-of-type{color:#fff;background:#2479ff;margin-left:auto}.install-banner button:last-child{color:#526176;background:0 0;padding:3px 8px}#toast-container{z-index:1200;top:calc(var(--safe-top) + 12px);pointer-events:none;width:min(360px,100vw - 32px);position:fixed;left:50%;transform:translate(-50%)}.toast{color:#fff;text-align:center;background:#0f172ae0;border:0;border-radius:10px;padding:11px 14px;animation:.16s ease-out toast-in;box-shadow:0 10px 26px #15243a3b}.toast-success{background:#0f5540eb}.toast-error{background:#962828f0}.toast-leave{opacity:0;transition:opacity .18s,transform .18s;transform:translateY(-6px)}.toast-update{pointer-events:auto;align-items:center;gap:10px;display:flex}.toast-update button{color:#145bc8;background:#fff;min-height:30px;margin-left:auto;padding:4px 9px}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.privacy{border-left:3px solid var(--accent);color:#435975;background:#f2f7ff;padding:10px;font-size:.84rem;line-height:1.45}.tool-help{background:#f7fbff;border:1px solid #d7e7fb;padding:11px 12px}.tool-help span{color:#2479ff;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.tool-help p{color:#435975;margin:5px 0 0;font-size:.82rem;line-height:1.4}.panel-section{border-bottom:1px solid var(--border);flex-direction:column;gap:10px;padding:2px 0 16px;display:flex}.panel-section h2{color:#738299;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:11px;line-height:1}.history-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.panel-hint{color:var(--text-secondary);margin:0;font-size:.79rem;line-height:1.4}.quiet-action{color:#728096;text-align:left;background:0 0;border-color:#0000;padding-left:0;font-size:.8rem}.result-preview,.processing-overlay{z-index:900;background:#0f172a99;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.preview-card{background:#fff;border:1px solid #e2e7ee;border-radius:14px;grid-template-rows:auto minmax(0,1fr) auto auto;width:min(980px,100%);height:min(90dvh,850px);display:grid;overflow:hidden;box-shadow:0 20px 60px #15243a44}.preview-card header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.preview-card header div{flex-direction:column;gap:3px;display:flex}.preview-card header span{font-size:.94rem;font-weight:600}.preview-card header small{color:var(--text-secondary);font-size:.75rem}.preview-card header button{background:0 0;border:0;padding:4px 8px;font-size:1.25rem;line-height:1}.preview-card img{object-fit:contain;background:#151a22;width:100%;max-width:100%;height:100%;min-height:0;max-height:100%}.preview-card footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:12px;display:flex}.processing-overlay{z-index:1100}.processing-card{background:#fff;border:1px solid #e2e7ee;border-radius:14px;flex-direction:column;align-items:center;gap:13px;width:min(330px,90vw);padding:26px;display:flex;box-shadow:0 12px 40px #15243a33}.processing-card span{color:var(--text-secondary);font-size:.86rem}.spinner{border:3px solid #dce7f5;border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.progress-track{background:#e7eef7;border-radius:4px;width:100%;height:4px;overflow:hidden}.progress-track div{background:var(--accent);width:3%;height:100%;transition:width .12s}@keyframes spin{to{transform:rotate(360deg)}}.sheet-handle{background:#c7d2df;border-radius:4px;width:40px;height:4px;margin:0 auto 13px}#toolbar{z-index:40;height:var(--toolbar-height);border-bottom:1px solid var(--border);background:#fff;align-items:center;gap:20px;padding:0 16px;display:flex;position:relative}.brand{letter-spacing:.02em;white-space:nowrap;font-size:.9rem;font-weight:700}.brand span{color:#7a8597;letter-spacing:.08em;text-transform:uppercase;margin-left:5px;font-size:.68rem;font-weight:500}.tool-group,.toolbar-actions{align-items:center;gap:6px;display:flex}.toolbar-actions{margin-left:auto}.tool-group button,.toolbar-actions button{white-space:nowrap;padding:6px 10px;font-size:.82rem}#workspace{height:calc(100dvh - var(--toolbar-height));grid-template-columns:minmax(0,1fr) 320px;display:grid}#canvas-container{touch-action:none;background:#151a22;min-width:0;min-height:240px;position:relative;overflow:hidden}#image-canvas{z-index:0}#interaction-canvas{z-index:1}#interaction-canvas[data-tool=corners]{cursor:crosshair}#interaction-canvas[data-tool=guideline]{cursor:cell}canvas{display:block;position:absolute;top:0;bottom:0;left:0;right:0}#focus-preview{z-index:10;pointer-events:none;background:#0f172a;border:1px solid #fff;border-radius:10px;width:120px;height:120px;display:none;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 10px 28px #0f172a66}#focus-preview.visible{display:block}#focus-canvas{width:100%;height:100%;position:static}.upload-placeholder{z-index:2;color:#f5f7fb;text-align:center;pointer-events:none;place-content:center;justify-items:center;gap:8px;display:grid;position:absolute;top:0;bottom:0;left:0;right:0}.upload-placeholder.loading{background:#0f172a99}.upload-placeholder.loading .upload-icon{animation:1.1s ease-in-out infinite pulse}.upload-placeholder button{pointer-events:auto}.upload-placeholder p{margin:0}.upload-placeholder .hint{color:#a9b3c2;max-width:290px;font-size:.85rem;line-height:1.45}.upload-icon{color:#7cb5ff;font-size:3rem}#side-panel{z-index:20;background:var(--bg-secondary);border-left:1px solid var(--border);flex-direction:column;gap:16px;padding:16px;display:flex;position:relative;overflow-y:auto}#side-panel label,.bottom-sheet label{color:#3b4656;flex-direction:column;gap:6px;font-size:.84rem;display:flex}.dimensions,.export-row{align-items:center;gap:6px;display:flex}.corner-list{flex-direction:column;gap:7px;display:flex}.corner-list label{grid-template-columns:30px 1fr 1fr;align-items:center;display:grid!important}.wide{width:100%}.export-row button{flex:1}#side-panel small{color:var(--text-secondary);line-height:1.4}.bottom-bar{display:none}.bottom-sheet{z-index:100;max-height:80dvh;padding:16px 16px calc(16px + var(--safe-bottom));background:var(--bg-secondary);border:1px solid var(--border);border-bottom:0;border-radius:18px 18px 0 0;transition:transform .25s;position:fixed;bottom:0;left:0;right:0;overflow:auto;transform:translateY(105%)}.bottom-sheet.open{transform:translateY(0)}.bottom-sheet>div:last-child{flex-direction:column;gap:16px;display:flex}.overlay{z-index:99;background:#17203366;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes pulse{50%{opacity:.5}}@media (max-width:767px){:root{--browser-bottom-ui:0px}html:not(.pwa-standalone){--browser-bottom-ui:92px}.desktop-only{display:none}.mobile-only{display:inline-flex}#toolbar{height:calc(var(--toolbar-height) + var(--safe-top));padding:var(--safe-top) 10px 0;gap:8px}.brand{font-size:.8rem}.brand span,.tool-group [data-action=upload],.tool-group [data-action=delete-guideline]{display:none}.tool-group{gap:4px;margin-left:auto}.tool-group button,.toolbar-actions button{padding:6px;font-size:.72rem}#workspace{flex:auto;height:auto;min-height:0;display:block}#canvas-container{height:100%;min-height:0}#focus-preview{width:100px;height:100px}#side-panel{display:none}.bottom-bar{z-index:40;height:calc(var(--bottom-bar-height) + var(--safe-bottom));padding:8px 8px calc(8px + var(--safe-bottom));border-top:1px solid var(--border);background:#fff;flex:none;grid-template-columns:repeat(5,1fr);gap:5px;display:grid;position:relative}.bottom-bar button{padding:5px 2px;font-size:.67rem}.result-preview{padding:calc(var(--safe-top) + 10px) 10px calc(var(--safe-bottom) + var(--browser-bottom-ui) + 10px);background:#0f172aad;align-items:start;top:0;bottom:0;left:0;right:0}.preview-card{width:100%;height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - var(--browser-bottom-ui) - 20px);border:1px solid #ffffffb3;border-radius:22px;grid-template-rows:auto minmax(160px,1fr) auto auto;min-height:360px;box-shadow:0 18px 46px #0f172a4d}.preview-card header{min-height:62px;padding:9px 14px}.preview-card header button{background:#eef2f7;border-radius:50%;width:44px;height:44px;min-height:44px;padding:0}.preview-card img{min-height:0}.preview-card footer{padding-bottom:max(12px, var(--safe-bottom));justify-content:stretch}.preview-card footer button{flex:1}.processing-overlay{padding-top:calc(var(--safe-top) + 34px);place-items:start center}.bottom-sheet{top:calc(var(--safe-top) + 10px);right:10px;bottom:calc(var(--safe-bottom) + var(--browser-bottom-ui) + 10px);overscroll-behavior:contain;will-change:transform;border:1px solid #fffc;border-radius:32px;max-height:none;padding-bottom:16px;left:10px;transform:translateY(-110%);box-shadow:0 18px 46px #0f172a40}.bottom-sheet.open{transform:translateY(0)}}@media (max-width:900px) and (orientation:landscape){#workspace{grid-template-columns:minmax(0,1fr) 220px;display:grid}#side-panel{font-size:12px;display:flex}.bottom-bar{display:none}}:root{--pwa-bottom-extension:0px}html,body,#app{background:#151a22;width:100%;height:100%;min-height:100%}@media (max-width:767px){html,body,#app{overscroll-behavior:none;background:#151a22;height:100dvh;min-height:100dvh}#app{background:#151a22;flex-direction:column;height:100dvh;min-height:100dvh;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}html.pwa-standalone,html.pwa-standalone body,html.pwa-standalone #app{height:100vh;min-height:100vh}#workspace{background:#151a22;width:100%}#bottom-bar{align-self:stretch;margin-top:auto}}#toolbar,#side-panel,.bottom-bar,.bottom-sheet{-webkit-backdrop-filter:blur(18px)saturate(1.35);backdrop-filter:blur(18px)saturate(1.35);background:#ffffffc7}button{color:#172033;text-align:center;justify-content:center;align-items:center;display:inline-flex}button.primary{color:#fff}#developer-watermark{z-index:45;color:#64748bb8;letter-spacing:.02em;pointer-events:none;font-size:.65rem;font-weight:600;position:fixed;bottom:10px;right:12px}.tool-group button,.toolbar-actions button{background:#ffffff94;border-color:#0000}.tool-group button.active-tool{box-shadow:none;background:#2479ff1f;border-color:#2479ff2e}#side-panel{border-left-color:#cbd5e1ad}.bottom-sheet{border-color:#fffc;box-shadow:0 -12px 36px #0f172a21}.help-trigger{background:#5b6c8414;border-color:#0000;font-weight:600}.help-modal{z-index:1300;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.help-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f172a75;position:absolute;top:0;bottom:0;left:0;right:0}.help-card{-webkit-backdrop-filter:blur(24px)saturate(1.3);backdrop-filter:blur(24px)saturate(1.3);background:#f8fafcd1;border:1px solid #ffffff9e;border-radius:24px;width:min(520px,100%);max-height:min(720px,100dvh - 40px);position:relative;overflow:auto;box-shadow:0 28px 80px #0f172a47}.help-card header{justify-content:space-between;align-items:center;padding:22px 22px 14px;display:flex}.help-card header span,.release-item span{color:#64748b;letter-spacing:.12em;font-size:.68rem;font-weight:700}.help-card h1{color:#172033;margin:3px 0 0;font-size:1.25rem}.help-card header button{background:#64748b1f;border:0;border-radius:50%;width:34px;height:34px;min-height:34px;padding:0;font-size:1.4rem;line-height:1}.help-card nav{background:#64748b1f;border-radius:10px;grid-template-columns:1fr 1fr;gap:3px;margin:0 20px;padding:3px;display:grid}.help-card nav button{color:#536277;background:0 0;border:0;border-radius:8px;min-height:32px;padding:5px 8px;font-size:.8rem}.help-card nav button.active{color:#172033;background:#ffffffe6;box-shadow:0 1px 4px #0f172a1f}.help-content{color:#435166;padding:18px 22px 24px}.help-section{border-bottom:1px solid #64748b29;padding:14px 0}.help-section:last-child{border-bottom:0}.help-section h2,.release-item h2{color:#172033;margin:0 0 7px;font-size:.95rem}.help-section p,.help-section li,.release-item p{margin:0;font-size:.86rem;line-height:1.6}.help-section ol{margin:0;padding-left:20px}.release-item{border-bottom:1px solid #64748b29;padding:15px 0}.release-item h2{margin-top:5px}.preview-settings{background:#f8fafce0;border-top:1px solid #cbd5e1cc}.preview-settings summary{color:#172033;cursor:pointer;align-items:center;min-height:44px;padding:0 16px;font-size:.86rem;font-weight:700;list-style:none;display:flex}.preview-settings summary:after{content:"⌄";color:#64748b;margin-left:auto;transition:transform .16s}.preview-settings[open] summary:after{transform:rotate(180deg)}.preview-settings-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 16px 16px;display:grid}.preview-settings-content label{color:#475569;flex-direction:column;gap:5px;font-size:.76rem;font-weight:600;display:flex}.preview-settings-content select,.preview-settings-content input{color:#172033;background:#ffffffe6;border:1px solid #d8e0ea;border-radius:9px;width:100%;min-height:38px;padding:6px 8px}.preview-settings-content input[type=range]{accent-color:#2479ff;padding:0}.preview-settings-content p{color:#64748b;grid-column:1/-1;margin:-2px 0 0;font-size:.72rem;line-height:1.4}.ratio-group{gap:7px;min-width:0;display:grid}.ratio-group header{color:#475569;border:0;justify-content:flex-start;align-items:center;gap:7px;min-height:auto;padding:0;font-size:.76rem;font-weight:700;display:flex}.ratio-icon{background:#e7f0ff;border:1px solid #b8d2fb;border-radius:8px;width:27px;height:27px;display:inline-block;position:relative}.ratio-icon:after{content:"";border:2px solid #2479ff;border-radius:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ratio-icon.portrait:after{width:9px;height:15px}.ratio-icon.landscape:after{width:15px;height:9px}.ratio-scroll{overscroll-behavior-x:contain;scrollbar-width:none;gap:7px;padding:1px 1px 5px;display:flex;overflow-x:auto}.ratio-scroll::-webkit-scrollbar{display:none}.ratio-scroll button{color:#334155;background:#ffffffc7;border:1px solid #d8e0ea;border-radius:9px;flex:none;min-height:34px;padding:5px 10px;font-size:.74rem;font-weight:700}.ratio-scroll button.active{color:#145bc8;background:#eaf3ff;border-color:#72a8ff}.dimension-inputs{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:6px;display:grid}@media (max-width:767px){#app{height:100dvh;min-height:100svh}#toolbar{background:#ffffffb8;border-bottom-color:#e2e7eeb8}.tool-group button,.toolbar-actions button{border-radius:10px;min-width:36px;min-height:36px}.bottom-bar{height:calc(56px + var(--safe-bottom));padding:6px 8px max(6px, var(--safe-bottom));background:#ffffffdb;border-top-color:#e2e7eeb3;gap:7px}.bottom-bar button{color:#172033;text-align:center;background:#ffffffb8;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:4px 2px;font-weight:600;line-height:1.1}.bottom-bar button.primary{box-shadow:0 5px 15px #2479ff3d}#developer-watermark{color:#64748bad;font-size:.58rem;bottom:3px;right:10px}.preview-settings[open]{overscroll-behavior:contain;max-height:34dvh;overflow:auto}.preview-settings-content{grid-template-columns:1fr;gap:10px;padding-bottom:14px}.dimension-inputs{grid-column:auto}.help-modal{padding:calc(var(--safe-top) + 10px) 10px calc(var(--safe-bottom) + var(--browser-bottom-ui,0px) + 10px);align-items:start}.help-card{width:100%;max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - var(--browser-bottom-ui,0px) - 20px);padding-bottom:var(--safe-bottom);border-radius:24px;animation:.22s ease-out help-sheet-in}.help-card:before{content:"";background:#64748b57;border-radius:99px;width:36px;height:4px;margin:9px auto -2px;display:block}.help-card header{padding-top:18px}}@keyframes help-sheet-in{0%{opacity:.7;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}:root{--neo-surface:#e0e5ec;--neo-text:#3d4852;--neo-muted:#6b7280;--neo-accent:#6c63ff;--neo-accent-light:#8b84ff;--neo-success:#238c86;--neo-shadow-dark:#a3b1c6a3;--neo-shadow-light:#ffffff94;--neo-raised:9px 9px 16px var(--neo-shadow-dark), -9px -9px 16px var(--neo-shadow-light);--neo-raised-small:5px 5px 10px var(--neo-shadow-dark), -5px -5px 10px var(--neo-shadow-light);--neo-raised-hover:12px 12px 20px #a3b1c6b8, -12px -12px 20px #ffffffa3;--neo-inset:inset 6px 6px 10px var(--neo-shadow-dark), inset -6px -6px 10px var(--neo-shadow-light);--neo-inset-deep:inset 10px 10px 20px #a3b1c6b8, inset -10px -10px 20px #ffffffa3;--bg-primary:var(--neo-surface);--bg-secondary:var(--neo-surface);--bg-elevated:var(--neo-surface);--border:transparent;--accent:var(--neo-accent);--accent-action:var(--neo-accent);--text-secondary:var(--neo-muted);color:var(--neo-text);background:var(--neo-surface);font-family:DM Sans,Noto Sans TC,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}html,body,#app{background:var(--neo-surface)}body{color:var(--neo-text)}button,input,select,textarea{font-family:inherit}button{background:var(--neo-surface);min-height:40px;color:var(--neo-text);box-shadow:var(--neo-raised-small);border:0;border-radius:16px;transition:transform .3s ease-out,box-shadow .3s ease-out,background .3s ease-out}button:hover{background:var(--neo-surface);box-shadow:var(--neo-raised-hover);border-color:#0000;transform:translateY(-1px)}button:active{box-shadow:var(--neo-inset);transform:translateY(.5px)}button.primary{background:var(--neo-accent);color:#fff;border:0;box-shadow:6px 6px 12px #5a52d25c,-5px -5px 12px #ffffff80}button.primary:hover{background:var(--neo-accent-light)}button.primary:active{box-shadow:inset 5px 5px 10px #4840b18c,inset -5px -5px 10px #aaa5ff80}button:focus-visible{outline:2px solid var(--neo-accent);outline-offset:3px}input:focus-visible{outline:2px solid var(--neo-accent);outline-offset:3px}select:focus-visible{outline:2px solid var(--neo-accent);outline-offset:3px}summary:focus-visible{outline:2px solid var(--neo-accent);outline-offset:3px}input,select{background:var(--neo-surface);color:var(--neo-text);box-shadow:var(--neo-inset);border:0;border-radius:16px}input:focus,select:focus{box-shadow:var(--neo-inset-deep)}#toolbar,#side-panel,.bottom-bar,.bottom-sheet{background:var(--neo-surface);-webkit-backdrop-filter:none;backdrop-filter:none;border:0}#toolbar{box-shadow:0 7px 15px #a3b1c661}.brand{color:var(--neo-text);letter-spacing:-.025em;font-family:Plus Jakarta Sans,Noto Sans TC,sans-serif;font-weight:800}.brand span{color:var(--neo-muted)}.tool-group button,.toolbar-actions button,.help-trigger{background:var(--neo-surface);box-shadow:var(--neo-raised-small);border:0}.tool-group button.active-tool{color:var(--neo-accent);background:var(--neo-surface);box-shadow:var(--neo-inset);border:0}.tool-group button:hover,.toolbar-actions button:hover{background:var(--neo-surface);box-shadow:var(--neo-raised-hover)}#side-panel{border-left:0;box-shadow:-8px 0 16px #ffffff6b,8px 0 16px #a3b1c638}#side-panel label,.bottom-sheet label{color:var(--neo-text)}.privacy,.tool-help{background:var(--neo-surface);color:var(--neo-muted);box-shadow:var(--neo-inset);border:0;border-radius:20px}.tool-help span{color:var(--neo-accent)}.tool-help p{color:var(--neo-muted)}.panel-section{background:var(--neo-surface);box-shadow:var(--neo-raised-small);border-bottom:0;border-radius:20px;padding:12px}.panel-section h2{color:var(--neo-muted)}.history-actions{box-shadow:var(--neo-inset);border-radius:18px;padding:4px}.corner-list input{min-width:0}.quiet-action{color:var(--neo-muted);box-shadow:none}.bottom-sheet{box-shadow:var(--neo-raised);border-radius:32px}.sheet-header{z-index:1;background:var(--neo-surface);min-height:54px;color:var(--neo-text);justify-content:space-between;align-items:center;padding:10px 16px;font-family:Plus Jakarta Sans,Noto Sans TC,sans-serif;font-weight:800;display:flex;position:sticky;top:0}.sheet-header button{border-radius:50%;width:40px;min-width:40px;min-height:40px;padding:0;font-size:1.35rem}.bottom-sheet .panel-content{flex-direction:column;gap:16px;padding:0 16px 16px;display:flex}.overlay,.help-backdrop,.result-preview,.processing-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3d48526b}.sheet-handle{background:var(--neo-muted);box-shadow:var(--neo-raised-small)}.bottom-bar{box-shadow:0 -8px 16px #ffffff80}.bottom-bar button{background:var(--neo-surface);box-shadow:var(--neo-raised-small)}.help-card,.preview-card,.processing-card{background:var(--neo-surface);box-shadow:var(--neo-raised);-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-radius:32px}.help-card header,.preview-card header,.preview-card footer{border:0}.help-card h1,.help-section h2,.release-item h2,.preview-card header span{color:var(--neo-text);font-family:Plus Jakarta Sans,Noto Sans TC,sans-serif}.help-card header span,.release-item span,.help-content,.help-section p,.help-section li,.release-item p{color:var(--neo-muted)}.help-card header button,.preview-card header button{background:var(--neo-surface);box-shadow:var(--neo-raised-small)}.help-card nav{background:var(--neo-surface);box-shadow:var(--neo-inset);border-radius:16px}.help-card nav button{box-shadow:none;color:var(--neo-muted);background:0 0}.help-card nav button.active{background:var(--neo-surface);color:var(--neo-accent);box-shadow:var(--neo-raised-small)}.help-section,.release-item{border-bottom-color:#a3b1c64d}.preview-settings{background:var(--neo-surface);box-shadow:var(--neo-inset);border:0}.preview-settings summary{color:var(--neo-text)}.preview-settings-content input,.preview-settings-content select{background:var(--neo-surface);box-shadow:var(--neo-inset)}.ratio-icon{background:var(--neo-surface);box-shadow:var(--neo-inset);border:0}.ratio-icon:after{border-color:var(--neo-accent)}.ratio-scroll button{background:var(--neo-surface);color:var(--neo-text);box-shadow:var(--neo-raised-small);border:0}.ratio-scroll button.active{background:var(--neo-surface);color:var(--neo-accent);box-shadow:var(--neo-inset);border:0}.toast{background:var(--neo-surface);color:var(--neo-text);box-shadow:var(--neo-raised);border-radius:16px}.toast-success{color:var(--neo-success)}.toast-error{color:#a33d48}#developer-watermark{color:var(--neo-muted);text-align:center;white-space:nowrap;left:50%;right:auto;transform:translate(-50%)}@media (max-width:767px){html,body,#app{background:#151a22}#app{height:100dvh;min-height:100dvh}html.pwa-standalone #app{height:100vh;min-height:100vh}#workspace{background:#151a22}#toolbar,.bottom-bar{background:var(--neo-surface)}#toolbar .tool-group,#toolbar .toolbar-actions button:not(.help-trigger):not(.mobile-only){display:none}#toolbar .toolbar-actions{gap:8px}.bottom-bar button{border-radius:16px;min-height:44px}#developer-watermark{z-index:35;bottom:calc(var(--bottom-bar-height) + var(--safe-bottom) + 8px);box-shadow:var(--neo-raised-small);background:#e0e5ecd1;border-radius:999px;padding:3px 9px}.overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#151a2294}.bottom-sheet,.help-card,.preview-card{border-radius:32px}.result-preview{background:#3d485275}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
