:root{color:#17201f;font-synthesis:none;text-rendering:optimizelegibility;--border:#d8dfdc;--border-strong:#b9c5c0;--surface:#fff;--surface-soft:#f5f7f6;--surface-muted:#ebf0ee;--text:#17201f;--text-muted:#66716d;--primary:#176b5b;--primary-hover:#105548;--primary-soft:#dff1ec;--focus:#2563eb;--danger:#b42318;--shadow:0 16px 48px #1f2e291a;background:#edf1ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#edf1ef;min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #2563eb40}code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.88em}.app-shell{flex-direction:column;min-height:100vh;padding-bottom:0;display:flex}.app-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#fffffff0;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:8px 14px;display:flex;position:sticky;top:0}.app-header h1,.panel h2,.canvas-toolbar strong{margin:0}.app-header h1{letter-spacing:0;white-space:nowrap;font-size:clamp(1rem,2vw,1.24rem)}.eyebrow,.layer-number{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;margin:0 0 3px;font-size:.72rem;font-weight:800;line-height:1.2}.header-actions,.button-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.header-actions{flex-wrap:nowrap;justify-content:flex-end}.header-action-button{border:1px solid var(--border);min-height:36px;color:var(--text);background:var(--surface-soft);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:7px 10px;font-size:.78rem;font-weight:760;transition:background .12s,border-color .12s,transform .12s;display:inline-flex}.header-action-button:not(:disabled):hover{border-color:var(--border-strong);background:var(--surface-muted)}.header-action-button:not(:disabled):active{transform:translateY(1px)}.header-action-button:disabled{cursor:not-allowed;opacity:.45}.header-action-button--danger{color:var(--danger);background:#fff7f6;border-color:#f1c6c1}.header-action-button--danger:not(:disabled):hover{background:#feeceb;border-color:#e4aaa4}.header-action-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.header-action-button--zoom{min-width:36px;font-size:1.05rem;font-weight:850}.workspace{flex:1;grid-template-columns:285px minmax(460px,1fr) 335px;gap:14px;min-height:0;padding:14px;display:grid}.panel,.canvas-column{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:16px}.panel{max-height:calc(100vh - 107px);overflow:auto}.panel-section{border-bottom:1px solid var(--border);padding:17px}.panel-section:last-child{border-bottom:0}.panel-section h2{letter-spacing:-.01em;font-size:.98rem}.section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px;display:flex}.count-badge{color:#42504c;background:var(--surface-muted);text-align:center;border-radius:999px;min-width:28px;padding:3px 8px;font-size:.72rem;font-weight:750}.button{cursor:pointer;border:1px solid #0000;border-radius:9px;min-height:36px;padding:8px 12px;font-size:.82rem;font-weight:720;transition:background .12s,border-color .12s,transform .12s}.button:not(:disabled):active{transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.48}.button--primary{color:#fff;border-color:var(--primary);background:var(--primary)}.button--primary:not(:disabled):hover{border-color:var(--primary-hover);background:var(--primary-hover)}.button--quiet{border-color:var(--border);background:var(--surface-soft)}.button--quiet:not(:disabled):hover{border-color:var(--border-strong);background:var(--surface-muted)}.button--danger-quiet{color:var(--danger);background:#fff7f6;border-color:#f1c6c1}.button--danger-quiet:hover{background:#feeceb}.button--wide{width:100%;margin-top:8px}.tool-grid{gap:7px;display:grid}.tool-button{border:1px solid var(--border);background:var(--surface-soft);cursor:pointer;text-align:left;border-radius:10px;gap:2px;width:100%;padding:9px 10px;display:grid}.tool-button strong{font-size:.83rem}.tool-button span{color:var(--text-muted);font-size:.7rem;line-height:1.3}.tool-button:hover{border-color:var(--border-strong)}.tool-button.is-active{border-color:var(--primary);background:var(--primary-soft);box-shadow:inset 3px 0 0 var(--primary)}.layer-list{gap:7px;margin-top:12px;display:grid}.layer-toggle{border:1px solid var(--border);background:var(--surface-soft);cursor:pointer;border-radius:9px;align-items:center;gap:9px;padding:9px 10px;font-size:.79rem;font-weight:650;display:flex}.layer-toggle input{accent-color:var(--primary)}.regions-section{min-height:330px}.field-label{color:#4d5a56;margin:10px 0 5px;font-size:.71rem;font-weight:750;display:block}.text-input,.select-input{border:1px solid var(--border-strong);width:100%;min-height:37px;color:var(--text);background:#fff;border-radius:8px;padding:7px 9px;font-size:.8rem}.region-list{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;max-height:360px;margin-top:12px;overflow:auto}.region-row{border:0;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;grid-template-columns:18px 1fr;align-items:center;gap:9px;width:100%;padding:8px 9px;display:grid}.region-row:last-child{border-bottom:0}.region-row:hover{background:#fff}.region-row.is-selected{background:var(--primary-soft);box-shadow:inset 3px 0 0 var(--primary)}.region-swatch,.large-swatch{border:1px solid #17201f2e;border-radius:5px;flex:none;display:block}.region-swatch{width:18px;height:18px}.large-swatch{border-radius:9px;width:36px;height:36px}.region-row__text,.zone-row>span:nth-child(2){gap:1px;min-width:0;display:grid}.region-row strong,.zone-row strong{white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.region-row small,.zone-row small{color:var(--text-muted);font-size:.65rem}.canvas-column{grid-template-rows:auto minmax(0,1fr) auto;min-height:calc(100vh - 107px);display:grid;overflow:hidden}.canvas-toolbar{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:62px;padding:11px 15px;display:grid}.canvas-toolbar>div:first-child{gap:2px;min-width:0;display:grid}.canvas-toolbar strong{font-size:.85rem}.canvas-toolbar span{color:var(--text-muted);font-size:.7rem;line-height:1.35}.canvas-stats{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.canvas-stats span{background:var(--surface-muted);color:#4d5a56;white-space:nowrap;border-radius:999px;padding:4px 7px;font-weight:650}.zoom-controls{justify-content:flex-end;align-items:center;gap:5px;display:flex}.icon-button--neutral{color:var(--text)}.zoom-reset{border:1px solid var(--border);color:#4d5a56;cursor:pointer;font-variant-numeric:tabular-nums;background:#fff;border-radius:7px;min-width:58px;height:28px;padding:0 8px;font-size:.7rem;font-weight:750}.zoom-reset:hover,.icon-button--neutral:hover{border-color:var(--border-strong);background:var(--surface-muted)}.canvas-stage{background:#f8faf9;justify-content:center;align-items:center;min-height:500px;padding:16px;display:flex;overflow:hidden}.canvas-stage--checkerboard{background-color:#fff;background-image:linear-gradient(45deg,#e8ecea 25%,#0000 25%),linear-gradient(-45deg,#e8ecea 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e8ecea 75%),linear-gradient(-45deg,#0000 75%,#e8ecea 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.horse-canvas{aspect-ratio:1102/929;touch-action:none;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d5ddda;border-radius:12px;width:100%;max-width:1120px;max-height:calc(100vh - 210px);overflow:visible;box-shadow:0 10px 30px #28393317}.mobile-tool-dock,.mobile-menu-layer,.mobile-tool-overlay{display:none}.canvas-stage--checkerboard .horse-canvas{background:0 0}.horse-region{cursor:pointer;transition:filter 90ms}.horse-region:hover{filter:brightness(.94)saturate(1.12)}.zone-mark--erasable{cursor:crosshair}.zone-mark--erasable:hover{filter:drop-shadow(0 0 5px #b42318bf)}.selected-region-outline{animation:16s linear infinite selection-dashes}@keyframes selection-dashes{to{stroke-dashoffset:-170px}}.status-bar{border-top:1px solid var(--border);min-height:34px;color:var(--text-muted);background:var(--surface-soft);margin:0;padding:9px 14px;font-size:.73rem}.selected-card h2{margin-top:2px;font-size:1.1rem}.muted-copy{color:var(--text-muted);margin:7px 0 0;font-size:.74rem;line-height:1.5}.layer-editor{gap:11px;display:grid}.layer-editor--base{background:linear-gradient(#fff,#f7fbfa)}.layer-editor--zones{background:linear-gradient(#fff,#fcf9fb)}.color-control{gap:4px;display:grid}.color-control__input{border:1px solid var(--border-strong);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:38px;padding:5px 8px;display:flex}.color-control input[type=color]{cursor:pointer;background:0 0;border:0;border-radius:5px;width:48px;height:27px;padding:0}.color-control code{color:#4d5a56;font-size:.72rem}.color-palette{grid-template-columns:repeat(6,1fr);gap:6px;display:grid}.palette-color{aspect-ratio:1;cursor:pointer;border:2px solid #fff;border-radius:7px;min-width:24px;padding:0;box-shadow:0 0 0 1px #17201f29}.palette-color.is-active{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--focus)}.range-control{gap:7px;display:grid}.range-control>span{justify-content:space-between;align-items:center;gap:10px;display:flex}.range-control .field-label{margin:0}.range-control output{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.7rem}.range-control input[type=range]{width:100%;accent-color:var(--primary)}.zone-list-header{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;font-size:.74rem;display:flex}.text-button{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:2px;font-size:.7rem;font-weight:750}.text-button:disabled{color:#a5aeaa;cursor:default}.zone-list{border:1px solid var(--border);background:var(--surface-soft);border-radius:9px;max-height:205px;overflow:auto}.zone-row{border-bottom:1px solid var(--border);grid-template-columns:18px 1fr 28px;align-items:center;gap:8px;min-height:43px;padding:7px 8px;display:grid}.zone-row:last-child{border-bottom:0}.icon-button{border:1px solid var(--border);width:28px;height:28px;color:var(--danger);cursor:pointer;background:#fff;border-radius:7px;padding:0;font-size:1rem;line-height:1}.icon-button:hover{background:#fff4f3;border-color:#e4aaa4}.icon-button.icon-button--neutral{color:var(--text);background:#fff}.icon-button.icon-button--neutral:hover{border-color:var(--border-strong);background:var(--surface-muted)}.empty-state{color:var(--text-muted);text-align:center;margin:0;padding:14px;font-size:.7rem}.two-column-fields{grid-template-columns:1fr 1fr;gap:9px;display:grid}.project-section .button-row{margin-top:11px}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (width<=1180px){.workspace{grid-template-columns:255px minmax(430px,1fr) 305px;gap:10px;padding:10px}.panel-section{padding:14px}.canvas-stage{padding:10px}}@media (width<=940px){.app-header{position:static}.workspace{flex-direction:column;display:flex}.canvas-column{order:-1;min-height:auto}.panel{max-height:none}.tools-panel,.properties-panel{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}.panel-section{border-right:1px solid var(--border)}.regions-section,.layer-editor--zones,.export-section,.project-section{grid-column:span 2}.horse-canvas{max-height:none}}@media (width<=620px){.app-shell{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.app-header{flex-direction:row;align-items:center;gap:8px;min-height:48px;padding:7px 8px 7px 12px;position:sticky;top:0}.header-actions{gap:5px;width:auto;margin-left:auto}.header-action-button{border-radius:8px;width:32px;height:34px;min-height:34px;padding:0}.header-action-button:not(.header-action-button--zoom) span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header-action-button--zoom span{line-height:1}.header-action-button svg{width:17px;height:17px}.app-header h1{text-overflow:ellipsis;min-width:0;overflow:hidden}.workspace{flex:1;min-height:0;padding:0}.tools-panel,.properties-panel{display:none}.panel-section{border-right:0}.canvas-column{width:100%;height:calc(100dvh - 48px - 78px - env(safe-area-inset-bottom));min-height:0;box-shadow:none;background:#fff;border:0;border-radius:0;grid-template-rows:minmax(0,1fr)}.canvas-toolbar,.status-bar,.zoom-controls{display:none}.canvas-stage{background:#fff;width:100%;height:100%;min-height:0;padding:0}.horse-canvas{width:100%;height:100%;max-height:none;box-shadow:none;border:0;border-radius:0}.two-column-fields{grid-template-columns:1fr}.mobile-tool-dock{right:8px;bottom:max(8px, env(safe-area-inset-bottom));z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #b9c5c0e6;border-radius:16px;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;min-height:62px;padding:7px;display:grid;position:fixed;left:8px;box-shadow:0 14px 36px #1f2e292e}.mobile-tool-button{background:var(--surface-soft);min-width:0;min-height:50px;color:var(--text);cursor:pointer;text-align:center;border:1px solid #0000;border-radius:11px;place-items:center;gap:2px;padding:5px 3px;display:grid}.mobile-tool-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.mobile-tool-button span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.72rem;font-weight:800;overflow:hidden}.mobile-tool-button small{color:var(--text-muted);font-size:.62rem;font-weight:760}.mobile-tool-button.is-active{border-color:var(--primary);background:var(--primary-soft);box-shadow:inset 0 -3px 0 var(--primary)}.mobile-menu-layer{display:none}.mobile-tool-overlay{right:8px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:38;border:1px solid var(--border-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border-radius:16px;max-height:min(58dvh,520px);display:block;position:fixed;left:8px;overflow:auto;box-shadow:0 18px 46px #1f2e2938}.mobile-tool-overlay__header{z-index:1;border-bottom:1px solid var(--border);background:#fffffff5;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:9px 11px;display:flex;position:sticky;top:0}.mobile-tool-overlay__header strong{font-size:.92rem}.mobile-tool-overlay__body{gap:11px;padding:12px;display:grid}.mobile-color-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.mobile-color-grid--wide{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-color-choice{border:1px solid var(--border);background:var(--surface-soft);min-height:42px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:flex-start;align-items:center;gap:7px;padding:7px;font-size:.72rem;font-weight:800;display:flex}.mobile-color-choice span{border:1px solid #17201f2e;border-radius:5px;flex:none;width:18px;height:18px}.segmented-control{border:1px solid var(--border);background:var(--surface-soft);border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:3px;display:grid}.segmented-control button{min-height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:.74rem;font-weight:800}.segmented-control button.is-active{color:var(--text);background:#fff;box-shadow:0 1px 5px #1f2e291f}.app-shell.is-mobile-menu-open .mobile-menu-layer{z-index:35;display:block;position:fixed;inset:0}.mobile-menu-backdrop{cursor:pointer;background:#17201f47;border:0;position:absolute;inset:0}.mobile-settings-menu{right:8px;bottom:calc(82px + env(safe-area-inset-bottom));border:1px solid var(--border-strong);background:var(--surface);border-radius:16px;max-height:min(68dvh,610px);position:absolute;left:8px;overflow:auto;box-shadow:0 18px 46px #1f2e2938}.mobile-settings-header{z-index:1;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;justify-content:space-between;align-items:center;gap:10px;min-height:50px;padding:10px 12px;display:flex;position:sticky;top:0}.mobile-settings-header strong,.mobile-settings-section h2{margin:0;font-size:.92rem}.mobile-settings-section{border-bottom:1px solid var(--border);gap:10px;padding:13px;display:grid}.mobile-settings-section:last-child{border-bottom:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
