*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#1a1a1a;background:#f0f0f0;-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.editor-layout{display:grid;grid-template-rows:48px 1fr;grid-template-columns:220px 1fr 240px;grid-template-areas:"toolbar toolbar toolbar" "left canvas right";height:100%;min-height:0;overflow:hidden}.toolbar{grid-area:toolbar;display:flex;align-items:center;gap:12px;padding:0 16px;background:#2c3e50;color:#fff;border-bottom:1px solid #1a252f}.toolbar__title{font-size:15px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.toolbar__divider{width:1px;height:24px;background:#fff3;flex-shrink:0}.toolbar__history,.toolbar__zoom{display:flex;align-items:center;gap:6px}.export-menu{position:relative;display:flex;align-items:center}.export-menu__panel{position:absolute;top:calc(100% + 8px);left:0;z-index:40;width:260px;padding:12px;background:#fff;color:#1a1a1a;border:1px solid #ccc;border-radius:6px;box-shadow:0 8px 24px #0000002e;display:flex;flex-direction:column;gap:10px}.export-menu__toggle{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.35;cursor:pointer}.export-menu__toggle input{margin-top:2px;accent-color:#2c3e50}.export-menu__actions{display:flex;flex-direction:column;gap:6px}.export-menu__actions .btn{width:100%;justify-content:flex-start}.export-menu__status{margin:0;font-size:11px;color:#1e8449}.export-menu__error{margin:0;font-size:11px;color:#c0392b}.toolbar__zoom-label{min-width:48px;text-align:center;font-variant-numeric:tabular-nums;font-size:13px;color:#ecf0f1}.toolbar__btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:28px;padding:0 10px;border:1px solid rgba(255,255,255,.25);border-radius:4px;background:#ffffff1a;color:#fff;transition:background .15s ease}.toolbar__btn:hover:not(:disabled){background:#fff3}.toolbar__btn:active:not(:disabled){background:#ffffff4d}.left-panel{grid-area:left;display:flex;flex-direction:column;background:#fff;border-right:1px solid #d0d0d0;min-height:0;overflow:auto}.properties-panel{grid-area:right;display:flex;flex-direction:column;background:#fff;border-left:1px solid #d0d0d0;min-height:0;overflow:auto}.panel__header{padding:12px 14px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#666;border-bottom:1px solid #e8e8e8;background:#fafafa;flex-shrink:0}.panel__body{padding:14px;color:#555;line-height:1.5}.panel__placeholder{margin:0;font-size:13px;color:#888}.canvas-area{grid-area:canvas;display:flex;align-items:center;justify-content:center;min-height:0;overflow:auto;background:linear-gradient(45deg,#e8e8e8 25%,transparent 25%),linear-gradient(-45deg,#e8e8e8 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e8e8e8 75%),linear-gradient(-45deg,transparent 75%,#e8e8e8 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0;background-color:#f5f5f5;padding:24px}.svg-canvas-wrapper{flex-shrink:0;box-shadow:0 1px 3px #0000001f,0 4px 12px #00000014;background:#fff;line-height:0;transform-origin:center center;transition:transform .1s ease-out}.svg-canvas{display:block;width:1000px;height:1000px;background:#fff;-webkit-user-select:none;user-select:none;touch-action:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:4px;border:1px solid transparent;font-size:13px;font-weight:500;line-height:1.2;transition:background .15s ease,border-color .15s ease}.btn--primary{background:#2c3e50;border-color:#2c3e50;color:#fff}.btn--primary:hover:not(:disabled){background:#1a252f}.btn--secondary{background:#fff;border-color:#ccc;color:#333}.btn--secondary:hover:not(:disabled){background:#f5f5f5;border-color:#aaa}.btn--ghost{background:transparent;border-color:transparent;color:#666;padding:4px 8px}.btn--ghost:hover:not(:disabled){background:#f0f0f0;color:#333}.btn--sm{font-size:12px;padding:4px 8px}.sketch-import{display:flex;flex-direction:column;gap:10px}.sketch-import__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sketch-import__hint{margin:0;font-size:12px;color:#888}.sketch-import__file{display:flex;align-items:center;gap:8px;padding:8px;background:#f7f7f7;border-radius:4px;border:1px solid #e8e8e8}.sketch-import__file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#333}.sketch-import__error{margin:0;font-size:12px;color:#c0392b}.sketch-controls{display:flex;flex-direction:column;gap:16px}.sketch-controls__meta{display:flex;flex-direction:column;gap:4px}.sketch-controls__file{font-size:13px;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sketch-controls__dims{font-size:12px;color:#888}.field-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666;margin:0 0 6px;padding:0;border:0}.control-group{margin:0;padding:0;border:0;min-width:0}.control-group:disabled{opacity:.55}.control-group--toggles{display:flex;flex-direction:column;gap:8px}.control-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.control-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#555;min-width:0}.control-field--stack{width:100%}.control-field input[type=number],.control-field input[type=text]{width:100%;min-width:0;padding:6px 8px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#1a1a1a;font-variant-numeric:tabular-nums}.control-field input[type=number]:focus,.control-field input[type=text]:focus,.control-field input[type=range]:focus{outline:2px solid #3498db;outline-offset:1px}.control-field input[type=range]{flex:1;min-width:0;accent-color:#2c3e50}.control-field__narrow{width:64px!important;flex-shrink:0}.control-inline{display:flex;align-items:center;gap:8px;width:100%}.control-unit{font-size:12px;color:#666;flex-shrink:0}.control-unit--fixed{min-width:40px;text-align:right;font-variant-numeric:tabular-nums}.control-hint{margin:6px 0 0;font-size:11px;color:#999}.toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle input{width:15px;height:15px;accent-color:#2c3e50;cursor:pointer}.control-actions{display:flex;flex-direction:column;gap:8px}.control-actions .btn{width:100%}.btn--danger{background:#fff;border-color:#e74c3c;color:#c0392b}.btn--danger:hover:not(:disabled){background:#fdecea;border-color:#c0392b}.panel__body--stack{display:flex;flex-direction:column;gap:12px}.asset-library{display:flex;flex-direction:column;gap:10px}.asset-library__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.asset-library__item{display:flex;gap:10px;align-items:stretch;padding:8px;border:1px solid #e8e8e8;border-radius:6px;background:#fafafa}.asset-library__preview{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#eee 25%,transparent 25%),linear-gradient(-45deg,#eee 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eee 75%),linear-gradient(-45deg,transparent 75%,#eee 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:grab;overflow:hidden}.asset-library__preview:active{cursor:grabbing}.asset-library__preview img{max-width:48px;max-height:48px;object-fit:contain;pointer-events:none}.asset-library__meta{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:6px}.asset-library__name{font-size:12px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-library__actions{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.asset-library__title-row{display:flex;align-items:center;gap:4px;min-width:0}.asset-library__name{flex:1;min-width:0;border:0;background:transparent;padding:0;text-align:left;font-size:12px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.asset-library__rename{flex:1;min-width:0;font-size:12px;padding:3px 6px;border:1px solid #3498db;border-radius:3px}.asset-library__fav{flex-shrink:0;width:24px;height:24px;border:0;background:transparent;color:#bbb;font-size:14px;line-height:1;padding:0}.asset-library__fav--on{color:#f1c40f}.asset-library__chips{display:flex;flex-wrap:wrap;gap:4px}.asset-library__chip{font-size:10px;line-height:1.2;padding:2px 6px;border-radius:10px;background:#eef2f5;color:#555}.asset-library__chip--tag{background:#f5eef8;color:#6c3483}.asset-library__details{display:flex;flex-direction:column;gap:8px;margin-top:4px;padding-top:8px;border-top:1px solid #eee}.asset-library__notes{width:100%;resize:vertical;min-height:40px;padding:6px 8px;border:1px solid #ccc;border-radius:4px;font:inherit;color:#1a1a1a}.layer-manager{display:flex;flex-direction:column;gap:10px}.layer-manager__hint{margin:0}.layer-manager__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.layer-manager__item{border:1px solid #e0e0e0;border-radius:6px;background:#fafafa;overflow:hidden}.layer-manager__item--active{border-color:#3498db;box-shadow:0 0 0 1px #3498db40;background:#f4f9fd}.layer-manager__item--hidden{opacity:.55}.layer-manager__item--locked .layer-manager__name{font-style:italic}.layer-manager__row{display:flex;flex-direction:column;gap:6px;padding:8px;cursor:pointer}.layer-manager__identity{display:flex;align-items:center;gap:6px;min-width:0}.layer-manager__name{flex:1;min-width:0;text-align:left;border:0;background:transparent;padding:0;font-size:12px;font-weight:600;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.layer-manager__rename{flex:1;min-width:0;font-size:12px;padding:4px 6px;border:1px solid #3498db;border-radius:3px}.layer-manager__count{flex-shrink:0;font-size:11px;color:#888;background:#eee;border-radius:10px;padding:1px 6px;font-variant-numeric:tabular-nums}.layer-manager__actions{display:flex;flex-wrap:wrap;gap:2px}.layer-manager__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:24px;padding:0;border:1px solid #ddd;border-radius:3px;background:#fff;font-size:11px;line-height:1;color:#444}.layer-manager__icon-btn:hover:not(:disabled){background:#f0f0f0}.layer-manager__icon-btn--on{background:#eaf2f8;border-color:#aed6f1}.layer-manager__icon-btn--danger{color:#c0392b}.layer-manager__children{list-style:none;margin:0;padding:0 8px 8px;display:flex;flex-direction:column;gap:2px}.layer-manager__child{display:flex;align-items:center;width:100%;padding:4px 8px;border:0;border-radius:3px;background:transparent;text-align:left;font-size:11px;color:#555;cursor:pointer}.layer-manager__child:hover{background:#0000000a}.layer-manager__child--selected{background:#fdebd0;color:#9a5b0a}.layer-manager__child-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border-generator{display:flex;flex-direction:column;gap:12px}.border-generator__select{width:100%;padding:6px 8px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#1a1a1a;font:inherit}.border-generator__select:focus{outline:2px solid #3498db;outline-offset:1px}.border-generator .btn--primary{width:100%}.border-generator__asset-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;max-height:120px;overflow:auto}.border-generator__asset-toggle{width:100%}.border-generator__asset-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border-generator__actions{display:flex;flex-direction:column;gap:6px}.border-generator__actions .btn{width:100%}.towel-frame-panel{display:flex;flex-direction:column;gap:12px}.towel-frame-panel .btn--primary{width:100%}.towel-frame-panel__presets{display:flex;flex-direction:column;gap:6px}.towel-frame-panel__presets .btn{width:100%;justify-content:flex-start}.end-border-page{display:flex;flex-direction:column;height:100%;min-height:0;background:#f4f1ea}.end-border-page__header{display:flex;align-items:center;gap:16px;padding:12px 18px;background:#2c3e50;color:#fff;flex-shrink:0}.end-border-page__title-block{flex:1;min-width:0}.end-border-page__title{margin:0;font-size:16px;font-weight:600}.end-border-page__subtitle{margin:2px 0 0;font-size:12px;color:#bdc3c7}.end-border-page__header-actions{display:flex;gap:8px}.end-border-page__header .btn--ghost{color:#ecf0f1}.end-border-page__header .btn--ghost:hover:not(:disabled){background:#ffffff1a;color:#fff}.end-border-page__header .btn--primary{background:#e67e22;border-color:#e67e22}.end-border-page__header .btn--primary:hover:not(:disabled){background:#d35400}.end-border-page__body{flex:1;min-height:0;display:grid;grid-template-columns:300px 1fr;overflow:hidden}.end-border-page__controls{overflow:auto;padding:16px;background:#fff;border-right:1px solid #e0dcd4;display:flex;flex-direction:column;gap:12px}.end-border-page__meta{font-size:12px;color:#555;line-height:1.5;padding:10px;background:#faf7f2;border-radius:6px;border:1px solid #eee6da}.end-border-page__swatches{display:flex;gap:6px;margin-top:8px}.end-border-page__swatch{width:22px;height:22px;border-radius:50%;border:1px solid rgba(0,0,0,.12)}.end-border-page__actions{display:flex;flex-direction:column;gap:6px}.end-border-page__actions .btn{width:100%}.end-border-page__preview{overflow:auto;display:flex;flex-direction:column;align-items:center;padding:24px;background:linear-gradient(45deg,#e8e4dc 25%,transparent 25%),linear-gradient(-45deg,#e8e4dc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e8e4dc 75%),linear-gradient(-45deg,transparent 75%,#e8e4dc 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0;background-color:#f0ebe3}.end-border-page__preview-frame{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014,0 12px 32px #0000001a;padding:12px;max-width:100%}.end-border-page__preview-img{display:block;max-width:min(420px,100%);height:auto;border-radius:8px}.end-border-page__preview-hint{margin-top:14px;text-align:center}
