*,*:before,*:after{box-sizing:border-box}.toe-app{display:flex;flex-direction:column;height:100%;overflow:hidden}.toe-app-loading,.toe-app-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;color:#666;font-size:15px}.toe-app-error{color:#c0392b}.toe-steps{display:flex;align-items:center;justify-content:center;padding:14px 24px;background:#fff;border-bottom:1px solid #e8eaed;gap:0;flex-shrink:0}.toe-step{display:flex;align-items:center;gap:8px}.toe-step__circle{width:28px;height:28px;border-radius:50%;border:2px solid #ccc;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#999;background:#fff;transition:all .2s}.toe-step--active .toe-step__circle{border-color:#2271b1;color:#2271b1}.toe-step--done .toe-step__circle{border-color:#27ae60;background:#27ae60;color:#fff}.toe-step__label{font-size:13px;color:#999;font-weight:500}.toe-step--active .toe-step__label{color:#2271b1;font-weight:600}.toe-step--done .toe-step__label{color:#27ae60}.toe-step__line{width:40px;height:2px;background:#e0e0e0;margin:0 8px}.toe-screen{flex:1;overflow-y:auto;padding:32px 40px}.toe-screen__title{font-size:22px;font-weight:700;color:#222;margin:0 0 8px}.toe-screen__subtitle{font-size:15px;color:#666;margin:0 0 24px}.toe-screen--empty{display:flex;align-items:center;justify-content:center;color:#999}.toe-btn-back{background:none;border:none;color:#2271b1;font-size:14px;cursor:pointer;padding:0;margin-bottom:20px}.toe-btn-back:hover{text-decoration:underline}.toe-selector-accordion{display:grid;gap:12px;max-width:1500px;padding-bottom:24px}.toe-selector-accordion__group{display:grid;gap:18px}.toe-selector-accordion__toggle{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:48px;padding:10px 14px;border:1px solid #d5dae1;border-radius:8px;background:#f7f9fb;color:#222;font:inherit;text-align:left;cursor:pointer}.toe-selector-accordion__toggle:hover,.toe-selector-accordion__toggle:focus-visible{border-color:#2271b1;background:#eef6ff;outline:none}.toe-selector-accordion__toggle>span{font-size:26px;line-height:1;transition:transform .15s ease}.toe-selector-accordion__group.is-open .toe-selector-accordion__toggle>span{transform:rotate(90deg)}.toe-selector-accordion__toggle strong{font-size:15px}.toe-selector-accordion__toggle small{min-width:28px;padding:3px 8px;border-radius:999px;background:#e3e8ee;color:#59677a;text-align:center}.toe-selector-accordion__group>.toe-product-grid,.toe-selector-accordion__group>.toe-template-selection-grid{padding:8px 12px 24px}.toe-product-grid{display:flex;flex-wrap:wrap;gap:32px 24px;align-items:flex-end;padding-bottom:24px}.toe-product-card{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;outline:none}.toe-product-card__rect-wrap{height:160px;display:flex;align-items:flex-end;justify-content:center}.toe-product-card__rect{border:2px solid #aab8c8;background:#f8fafc;transition:border-color .15s,box-shadow .15s;min-width:12px;min-height:12px}.toe-product-card:hover .toe-product-card__rect,.toe-product-card:focus .toe-product-card__rect{border-color:#2271b1;box-shadow:0 0 0 2px #2271b126}.toe-product-card--selected .toe-product-card__rect{border-color:#2271b1;border-width:2px;box-shadow:0 0 0 3px #2271b140;background:#eef4fb}.toe-product-card__name{font-size:13px;color:#444;font-weight:500;text-align:center}.toe-product-card--selected .toe-product-card__name{color:#2271b1;font-weight:700}.toe-paper-grid{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.toe-paper-card{border:2px solid #dde1e7;border-radius:8px;padding:16px 24px;cursor:pointer;background:#fafafa;transition:border-color .15s;min-width:160px;text-align:center}.toe-paper-card:hover{border-color:#2271b1}.toe-paper-card--selected{border-color:#2271b1;background:#eef4fb;box-shadow:0 0 0 3px #2271b133}.toe-paper-card__name{font-size:15px;font-weight:600;color:#222;margin-bottom:4px}.toe-paper-card__density{font-size:12px;color:#888}.toe-template-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;max-width:1100px}.toe-template-category-card{display:grid;gap:8px;min-height:120px;padding:22px;border:2px solid #dde1e7;border-radius:10px;background:#fff;color:#222;text-align:left;cursor:pointer}.toe-template-category-card:hover,.toe-template-category-card:focus-visible{border-color:#2271b1;background:#f7fbff;outline:none}.toe-template-category-card strong{font-size:18px}.toe-template-category-card span{color:#777;font-size:13px}.toe-template-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:28px;align-items:start;max-width:1500px;padding-bottom:30px}.toe-template-selection-card{display:grid;gap:12px;padding:16px;border:2px solid #dde1e7;border-radius:10px;background:#fff;color:#222;font:inherit;text-align:left;cursor:pointer}.toe-template-selection-card:hover,.toe-template-selection-card:focus-visible{border-color:#2271b1;box-shadow:0 5px 20px #2271b129;outline:none}.toe-template-selection-card__preview{display:flex;align-items:center;justify-content:center;min-height:360px;padding:14px;overflow:hidden;border:1px solid #d8dde4;background:#eef1f4}.toe-template-selection-card__preview .toe-template-card__canvas{width:100%;max-width:600px;max-height:520px;box-shadow:0 3px 14px #0000002e}.toe-template-custom-design-preview{display:block;width:100%;max-width:600px;max-height:520px;border:1px solid #c8ced6;background:#fff;box-shadow:0 3px 14px #00000024}.toe-template-selection-card>strong{font-size:16px}.toe-template-selection-card>span:last-child:not(.toe-template-selection-card__preview){color:#666;font-size:13px;line-height:1.4}.toe-editor-layout{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;background:#e8e8e8}.toe-editor-topbar{display:flex;align-items:center;height:56px;padding:0 16px;background:#f5c800;flex-shrink:0;gap:16px}.toe-topbar-logo{flex-shrink:0;display:flex;align-items:center}.toe-logo-img{height:40px;width:auto}.toe-logo-text{font-size:16px;font-weight:800;color:#222}.toe-topbar-info{flex:1;min-width:0;padding-left:16px;border-left:1px solid rgba(0,0,0,.15)}.toe-topbar-title{font-size:15px;font-weight:700;color:#222;display:flex;align-items:center;gap:6px}.toe-topbar-order-num{font-size:13px;font-weight:400;color:#555}.toe-topbar-subtitle{font-size:11px;color:#555;margin-top:1px}.toe-topbar-nav{display:flex;align-items:center;gap:10px;flex-shrink:0}.toe-editor-quickbar{display:inline-flex;align-items:center;gap:10px;min-width:0;padding:5px 8px;border-radius:5px;background:#ffffff38}.toe-editor-history{display:inline-flex;align-items:center;gap:4px}.toe-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:4px;background:#00000014;color:#222;font-size:12px;font-weight:800;cursor:pointer}.toe-icon-btn:disabled{opacity:.42;cursor:default}.toe-autosave-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid rgba(0,0,0,.14);border-radius:4px;background:#ffffff73;color:#222;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}.toe-autosave-toggle--active{border-color:#2d8055;background:#4a9e6f;color:#fff}.toe-autosave-status{min-width:84px;color:#333;font-size:12px;font-weight:700;white-space:nowrap}.toe-autosave-status--saving,.toe-autosave-status--pending,.toe-autosave-status--waiting{color:#725300}.toe-autosave-status--saved{color:#1f6b45}.toe-autosave-status--error{color:#a52828}.toe-topbar-btn{display:inline-flex;align-items:center;padding:7px 18px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;border:none;transition:background .15s,opacity .15s;white-space:nowrap}.toe-topbar-btn:disabled{opacity:.5;cursor:not-allowed}.toe-topbar-btn--ghost{background:#00000014;color:#222}.toe-topbar-btn--ghost:hover{background:#00000026}.toe-topbar-btn--ghost:disabled:hover{background:#00000014}.toe-topbar-btn--primary{background:#e85c00;color:#fff}.toe-topbar-btn--primary:hover{background:#c94e00}.toe-topbar-btn--primary:disabled{opacity:.5;cursor:not-allowed}.toe-topbar-btn--save{background:#4a9e6f;color:#fff;border:none}.toe-topbar-btn--save:hover{background:#3a8a5d}.toe-topbar-btn--save:disabled{opacity:.5;cursor:not-allowed}.toe-topbar-btn--template-refresh{padding:6px 11px;border:1px solid rgba(34,113,177,.35);background:#ffffff9e;color:#174b78;font-size:12px;font-weight:800}.toe-topbar-btn--template-refresh:hover{background:#fff}.toe-topbar-btn--template-refresh:disabled{opacity:.45;cursor:not-allowed}.toe-editor-workspace{display:grid;grid-template-columns:196px minmax(0,1fr);flex:1;min-height:0;overflow:hidden}.toe-editor-sidebar{width:auto;min-width:0;height:100%;overflow-x:hidden;overflow-y:auto;background:#fff;border-right:1px solid rgba(0,0,0,.12);padding:0}.toe-editor-sidebar::-webkit-scrollbar{width:8px}.toe-editor-sidebar::-webkit-scrollbar-track{background:#f1f3f5}.toe-editor-sidebar::-webkit-scrollbar-thumb{background:#b8c2cc;border-radius:999px;border:2px solid #f1f3f5}.toe-editor-sidebar::-webkit-scrollbar-thumb:hover{background:#8fa0af}.toe-elements-shell{display:grid;grid-template-columns:42px minmax(0,1fr);min-height:100%}.toe-elements-tabs{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 5px;border-right:1px solid #e1e5ea;background:#f6f8fa}.toe-elements-tab{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid transparent;border-radius:4px;background:transparent;color:#44515f;font-size:13px;font-weight:800;cursor:pointer}.toe-elements-tab:hover,.toe-elements-tab:focus-visible{background:#fff;border-color:#d4d9df;outline:none}.toe-elements-tab--active{background:#fff;border-color:#b8d0e8;color:#2271b1;box-shadow:inset 3px 0 #2271b1}.toe-elements-panel{display:flex;flex-direction:column;gap:6px;min-height:100%;min-width:0;padding:12px 8px 24px}.toe-elements-section{display:flex;flex-direction:column;gap:6px}.toe-elements-panel__title{margin-bottom:4px;color:#222;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0}.toe-elements-panel__item{display:flex;align-items:center;gap:6px;min-height:31px;width:100%;padding:5px 7px;border:1px solid rgba(0,0,0,.14);border-radius:4px;background:#f8fafc;color:#222;font-size:12px;font-weight:700;text-align:left;cursor:grab}.toe-elements-panel__item:hover,.toe-elements-panel__item:focus-visible{background:#fff;outline:2px solid rgba(34,113,177,.24);outline-offset:1px}.toe-elements-panel__item:active{cursor:grabbing}.toe-template-assets{display:grid;gap:5px}.toe-template-assets__title{color:#222;font-size:11px;font-weight:800}.toe-template-assets__grid{display:grid;gap:6px}.toe-template-assets__item{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:7px;min-height:46px;padding:4px 6px;border:1px solid #d4d9df;border-radius:4px;background:#f8fafc;color:#222;cursor:pointer;font:inherit;font-size:11px;font-weight:700;text-align:left}.toe-template-assets__item:disabled{opacity:.5;cursor:not-allowed}.toe-template-assets__thumb{display:flex;align-items:center;justify-content:center;width:42px;height:32px;background:#fff;border:1px solid #d4d9df}.toe-template-assets__thumb img{max-width:100%;max-height:100%;object-fit:contain}.toe-template-assets__empty{color:#65758a;font-size:11px;font-weight:700}.toe-elements-panel__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 auto;border-radius:50%;background:#e8edf3;color:#333;font-size:12px;font-weight:800}.toe-elements-panel__group{display:grid;gap:5px;margin-top:5px;padding-top:8px;border-top:1px solid #edf0f3}.toe-elements-panel__group--first{margin-top:0;padding-top:0;border-top:0}.toe-elements-toggle{display:flex;align-items:center;gap:6px;min-height:32px;width:100%;padding:6px 7px;border:1px solid #d4d9df;border-radius:4px;background:#f8fafc;color:#222;font-size:12px;font-weight:800;text-align:left;cursor:pointer}.toe-elements-toggle:hover,.toe-elements-toggle:focus-visible{background:#fff;outline:2px solid rgba(34,113,177,.18);outline-offset:1px}.toe-elements-toggle--active{border-color:#2271b1;background:#eef4fb;box-shadow:inset 3px 0 #2271b1}.toe-elements-toggle__switch{position:relative;width:30px;height:18px;flex:0 0 auto;border-radius:999px;background:#cbd5e1;transition:background .15s}.toe-elements-toggle__switch:after{content:"";position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000038;transition:transform .15s}.toe-elements-toggle--active .toe-elements-toggle__switch{background:#2271b1}.toe-elements-toggle--active .toe-elements-toggle__switch:after{transform:translate(12px)}.toe-elements-toggle:disabled{opacity:.55;cursor:not-allowed}.toe-background-mode{display:grid;gap:6px;padding:4px;border:1px solid #dce3ea;border-radius:7px;background:#f3f6f9}.toe-background-mode button{display:flex;align-items:center;gap:8px;min-height:38px;padding:6px 8px;border:1px solid transparent;border-radius:5px;background:transparent;color:#415166;font-size:11px;font-weight:800;line-height:1.15;text-align:left;cursor:pointer}.toe-background-mode button:hover,.toe-background-mode button:focus-visible{background:#fff;outline:2px solid rgba(34,113,177,.18);outline-offset:1px}.toe-background-mode button.is-active{border-color:#2271b1;background:#fff;box-shadow:0 1px 3px #2271b12e;color:#135e96}.toe-background-mode__icon{position:relative;width:24px;height:24px;flex:0 0 auto;border:1px solid #bdc9d6;border-radius:5px;background:#fff}.toe-background-mode__icon--photo:before{content:"";position:absolute;top:5px;right:4px;bottom:4px;left:4px;background:linear-gradient(135deg,transparent 48%,#7da1c4 49% 65%,transparent 66%),linear-gradient(45deg,#b8cadb 50%,transparent 51%)}.toe-background-mode__icon--photo:after{content:"";position:absolute;top:4px;right:4px;width:4px;height:4px;border-radius:50%;background:#e6b83f}.toe-background-mode__icon--color{background:linear-gradient(135deg,#ef6b73,#edbf55 33%,#68b88a 66%,#638fd1)}.toe-background-mode button.is-active .toe-background-mode__icon{border-color:#2271b1}.toe-background-color-picker{display:flex;align-items:center;gap:7px;min-height:36px;padding:4px 7px 4px 4px;border:1px solid #d4d9df;border-radius:5px;background:#fff;color:#415166;font-size:11px;font-weight:700}.toe-elements-control .toe-background-color-picker input[type=color]{width:38px;min-height:27px;padding:0;border:0;border-radius:4px;cursor:pointer}.toe-elements-control__label{display:flex;justify-content:space-between;gap:6px}.toe-elements-shapes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.toe-elements-shape{display:grid;place-items:center;min-height:52px;padding:7px;border:1px solid #d4d9df;border-radius:4px;background:#fff;cursor:pointer}.toe-elements-shape:hover,.toe-elements-shape:focus-visible{background:#eef4fb;outline:none}.toe-elements-shape--selected{border-color:#2271b1;background:#eef4fb;box-shadow:inset 0 0 0 1px #2271b1}.toe-elements-shape__preview{display:block;width:34px;height:34px;border:2px solid #222;background:#a5a7aa}.toe-elements-shape__preview--square{border-radius:3px}.toe-elements-shape__preview--star{border:0;clip-path:polygon(50% 2%,61% 35%,96% 35%,68% 56%,79% 92%,50% 71%,21% 92%,32% 56%,4% 35%,39% 35%)}.toe-clipart-categories{display:grid;gap:5px;margin-top:6px}.toe-clipart-category{overflow:hidden;border:1px solid #d4d9df;border-radius:4px;background:#fff}.toe-clipart-category__toggle{display:flex;align-items:center;justify-content:space-between;gap:5px;width:100%;min-height:32px;border:0;padding:6px 7px;background:#f8fafc;color:#222;font:inherit;font-size:12px;font-weight:800;text-align:left;cursor:pointer}.toe-clipart-category__toggle:hover,.toe-clipart-category__toggle:focus-visible,.toe-clipart-category--open .toe-clipart-category__toggle{background:#eef4fb;outline:none}.toe-clipart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:6px;border-top:1px solid #edf0f3}.toe-clipart-option{display:grid;gap:4px;min-width:0;min-height:78px;align-content:start;justify-items:center;border:1px solid #d4d9df;border-radius:4px;padding:5px;background:#fff;color:#222;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.toe-clipart-option:hover,.toe-clipart-option:focus-visible{border-color:#2271b1;background:#eef4fb;outline:none}.toe-clipart-option__thumb{display:grid;place-items:center;width:100%;height:50px;overflow:hidden;border:1px solid #edf0f3;background:#fff}.toe-clipart-option__thumb img{display:block;width:100%;height:100%;object-fit:contain}.toe-elements-selected{display:grid;gap:6px}.toe-elements-selected__title{color:#64748b;font-size:11px;font-weight:800}.toe-elements-divider{height:1px;margin:4px 0;background:#edf0f3}.toe-elements-text-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.toe-elements-control{display:flex;flex-direction:column;gap:3px;color:#555;font-size:11px;font-weight:800}.toe-elements-control--full{grid-column:1 / -1}.toe-elements-control input,.toe-elements-control select,.toe-elements-control textarea{width:100%;min-height:28px;border:1px solid #d4d9df;border-radius:4px;padding:4px 6px;color:#222;font:inherit;font-size:12px;font-weight:500}.toe-elements-control textarea{resize:vertical}.toe-elements-control input[type=color]{padding:2px}.toe-elements-control--check{grid-column:1 / -1;flex-direction:row;align-items:center}.toe-elements-control--check input{width:auto;min-height:0}.toe-elements-text-controls .toe-elements-panel__group{grid-column:1 / -1}.toe-calendar-grid-style-controls .toe-elements-panel__group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.toe-calendar-grid-style-controls .toe-elements-control--check{align-self:end;min-height:28px;padding-bottom:4px;font-size:10px}.toe-calendar-grid-style-controls .toe-elements-control--check input{flex:0 0 auto}.toe-elements-tool{display:flex;align-items:center;gap:6px;min-height:30px;width:100%;padding:5px 7px;border:1px solid #d4d9df;border-radius:4px;background:#fff;color:#222;font-size:12px;font-weight:700;text-align:left;cursor:pointer}.toe-elements-tool:hover:not(:disabled),.toe-elements-tool:focus-visible:not(:disabled){background:#eef4fb;outline:none}.toe-elements-tool--success{border-color:#9bd3b3;background:#f0fbf4;color:#155f34}.toe-elements-tool--success:hover:not(:disabled),.toe-elements-tool--success:focus-visible:not(:disabled){background:#e0f6e8}.toe-elements-tool--success span:first-child{background:#ccefd9;color:#155f34}.toe-elements-tool--danger{border-color:#efb1b1;background:#fff5f5;color:#9d1f1f}.toe-elements-tool--danger:hover:not(:disabled),.toe-elements-tool--danger:focus-visible:not(:disabled){background:#ffe8e8}.toe-elements-tool--danger span:first-child{background:#ffdada;color:#9d1f1f}.toe-elements-tool:disabled{color:#9aa4af;background:#f5f6f7;border-color:#d4d9df;cursor:default}.toe-elements-tool:disabled span:first-child{background:#e8edf3;color:#9aa4af}.toe-elements-tool span:first-child{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 auto;border-radius:50%;background:#e8edf3;color:#333;font-size:12px;font-weight:800}.toe-editor-canvas-area{position:relative;min-width:0;min-height:0;display:flex;align-items:flex-start;justify-content:flex-start;overflow:auto;padding:42px 28px 16px;background:#d0d0d0}.toe-page-stage{position:relative;flex:0 0 auto;width:max(100%,calc(100% * var(--toe-editor-zoom, 1)));height:max(100%,calc(100% * var(--toe-editor-zoom, 1)));min-width:0;min-height:0;display:flex;align-items:flex-start;justify-content:center;overflow:visible}.toe-page-zoom-surface{position:absolute;top:0;left:50%;width:calc(100% / var(--toe-editor-zoom, 1));height:calc(100% / var(--toe-editor-zoom, 1));min-width:0;min-height:0;transform:translate(-50%) scale(var(--toe-editor-zoom, 1));transform-origin:top center;overflow:visible}.toe-page-arrow{position:absolute;top:50%;z-index:20;display:flex;align-items:center;justify-content:center;width:44px;height:54px;border:0;border-radius:18px;background:#70378be0;color:#fff;font-size:34px;font-weight:700;line-height:1;cursor:pointer;transform:translateY(-50%);box-shadow:0 4px 12px #0003}.toe-page-arrow:hover:not(:disabled),.toe-page-arrow:focus-visible:not(:disabled){background:#5c2a76f0;outline:3px solid rgba(255,255,255,.72);outline-offset:2px}.toe-page-arrow:disabled{opacity:.28;cursor:default}.toe-page-arrow--prev{left:12px}.toe-page-arrow--next{right:12px}.toe-page-counter{position:absolute;left:50%;bottom:12px;z-index:21;min-width:54px;padding:5px 10px;border-radius:999px;background:#ffffffe6;color:#333;font-size:12px;font-weight:800;text-align:center;transform:translate(-50%);box-shadow:0 2px 8px #0000002e;pointer-events:none}.toe-bottom-panel{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:34px auto minmax(0,1fr);height:158px;flex:0 0 158px;border-top:1px solid rgba(0,0,0,.18);background:#f7f8fa}.toe-bottom-panel--large{height:50dvh;min-height:300px;flex-basis:50dvh}.toe-format-confirm-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:flex-end;justify-content:center;padding:16px 24px 174px;background:#0f172a29}.toe-editor-layout--bottom-large .toe-format-confirm-layer{padding-bottom:calc(max(300px,50dvh) + 16px)}.toe-format-confirm{width:min(520px,calc(100vw - 32px));border:1px solid rgba(112,55,139,.24);border-radius:8px;background:#fff;color:#172033;box-shadow:0 16px 44px #0f172a47}.toe-format-confirm__body{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:16px 18px 12px}.toe-format-confirm__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#fff4cc;color:#725300;font-size:18px;font-weight:900}.toe-background-apply-confirm__icon{background:#e0f2fe;color:#075985;font-size:11px;letter-spacing:0}.toe-format-confirm h2{margin:0 0 6px;color:#172033;font-size:15px;font-weight:900}.toe-format-confirm p{margin:0;color:#475569;font-size:13px;font-weight:700;line-height:1.4}.toe-format-confirm strong{display:block;margin-top:8px;color:#155f34;font-size:13px;font-weight:900}.toe-format-confirm__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:12px 18px 16px}.toe-format-confirm__button{min-height:34px;padding:7px 13px;border:1px solid #cbd5e1;border-radius:4px;background:#f8fafc;color:#172033;font-size:12px;font-weight:800;cursor:pointer}.toe-format-confirm__button:hover,.toe-format-confirm__button:focus-visible{background:#eef4fb;border-color:#9fb8d4;outline:none}.toe-format-confirm__button--primary{border-color:#70378b;background:#70378b;color:#fff}.toe-format-confirm__button--primary:hover,.toe-format-confirm__button--primary:focus-visible{background:#5c2a76;border-color:#5c2a76}.toe-bottom-tabs{grid-row:1 / -1;display:flex;flex-direction:column;width:98px;border-right:1px solid #d9dde3;background:#fff}.toe-bottom-tab{min-height:34px;border:0;border-bottom:1px solid #e1e5ea;background:#fff;color:#2271b1;font-size:12px;font-weight:800;cursor:pointer}.toe-bottom-tab:hover,.toe-bottom-tab:focus-visible{background:#eef4fb;outline:none}.toe-bottom-tab--active{background:#f5c800;color:#222}.toe-bottom-size-toggle{flex:0 0 auto;min-height:34px;margin-left:auto;padding:4px 12px;border:1px solid #bfd3e8;border-radius:4px;background:#eef4fb;color:#1f4f78;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}.toe-bottom-size-toggle:hover,.toe-bottom-size-toggle:focus-visible{background:#dbeafe;outline:none}.toe-bottom-size-toggle--active{background:#2271b1;color:#fff}.toe-bottom-toolbar{grid-column:2;display:flex;align-items:center;gap:8px;min-width:0;padding:5px 10px;border-bottom:1px solid #e1e5ea;background:#fff;overflow-x:auto}.toe-bottom-tool{flex:0 0 auto;min-height:25px;padding:4px 10px;border:1px solid #cbd5e1;border-radius:4px;background:#f8fafc;color:#222;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.toe-bottom-tool:hover:not(:disabled),.toe-bottom-tool:focus-visible:not(:disabled){background:#eef4fb;border-color:#9fb8d4;outline:none}.toe-bottom-tool--primary{border-color:#4a9e6f;background:#eaf7ef;color:#155f34}.toe-bottom-tool--danger{border-color:#efb1b1;background:#fff5f5;color:#9d1f1f}.toe-bottom-tool--danger:hover:not(:disabled),.toe-bottom-tool--danger:focus-visible:not(:disabled){background:#ffe8e8;border-color:#d96a6a}.toe-bottom-tool:disabled{opacity:.45;cursor:default}.toe-bottom-count{flex:0 0 auto;color:#64748b;font-size:12px;font-weight:700;white-space:nowrap}.toe-bottom-count__short{display:none}.toe-photo-library-strip{grid-column:2;grid-row:3;min-width:0;min-height:0;display:flex;align-items:stretch;gap:10px;padding:10px;overflow-x:auto;overflow-y:hidden}.toe-bottom-panel--large .toe-photo-library-strip,.toe-bottom-panel--large .toe-page-preview-strip,.toe-bottom-panel--large .toe-template-strip,.toe-bottom-panel--large .toe-product-strip{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;overflow-x:hidden;overflow-y:auto}.toe-bottom-panel--large .toe-photo-library-strip{grid-row:3}.toe-bottom-panel--large .toe-library-photo,.toe-bottom-panel--large .toe-page-preview{flex:0 0 128px;min-width:128px;height:126px}.toe-bottom-panel--large .toe-template-card{flex:0 0 360px;min-width:360px}.toe-bottom-panel--large .toe-bottom-product-card{flex:0 0 210px;min-width:210px}.toe-upload-queue{grid-column:2;grid-row:2;display:grid;grid-template-columns:auto minmax(110px,220px);align-items:center;gap:10px;min-width:0;padding:4px 10px;border-bottom:1px solid #e1e5ea;background:#f8fafc;color:#334155;font-size:11px;font-weight:800}.toe-upload-queue__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toe-upload-queue__bar{display:block;height:6px;overflow:hidden;border-radius:999px;background:#d9e2ec}.toe-upload-queue__bar span{display:block;height:100%;border-radius:inherit;background:#2271b1;transition:width .18s ease}.toe-page-preview-strip,.toe-template-strip,.toe-product-strip{grid-column:2;grid-row:2 / -1;min-width:0;min-height:0;display:flex;align-items:stretch;gap:10px;padding:10px;overflow-x:auto;overflow-y:hidden}.toe-bottom-product-card{flex:0 0 180px;min-width:180px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding:10px 12px;border:1px solid #d9dde3;border-radius:6px;background:#fff;color:#172033;text-align:left;cursor:pointer;box-shadow:0 1px 4px #0000001a}.toe-bottom-product-card:hover,.toe-bottom-product-card:focus-visible{border-color:#2271b1;outline:2px solid rgba(34,113,177,.18);outline-offset:1px}.toe-bottom-product-card--active,.toe-bottom-product-card:disabled{border-color:#2271b1;background:#edf6ff;cursor:default}.toe-bottom-product-card strong,.toe-bottom-product-card span,.toe-bottom-product-card small,.toe-bottom-product-card em{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toe-bottom-product-card strong{font-size:13px}.toe-bottom-product-card span{font-size:12px}.toe-bottom-product-card small{color:#59677a;font-size:11px}.toe-bottom-product-card em{color:#155f34;font-size:12px;font-style:normal;font-weight:800}.toe-product-ratio-group{display:grid;gap:8px;min-width:210px;align-content:start}.toe-product-ratio-toggle{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;width:100%;min-height:38px;padding:8px 10px;border:1px solid #d9dde3;border-radius:7px;background:#f7f9fb;color:#172033;font:inherit;text-align:left;cursor:pointer}.toe-product-ratio-toggle:hover,.toe-product-ratio-toggle:focus-visible{border-color:#2271b1;background:#eef6ff;outline:none}.toe-product-ratio-toggle>span{font-size:22px;line-height:1;transition:transform .15s ease}.toe-product-ratio-group--open .toe-product-ratio-toggle>span{transform:rotate(90deg)}.toe-product-ratio-toggle strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.toe-product-ratio-toggle small{min-width:22px;padding:2px 6px;border-radius:999px;background:#e5eaf0;color:#59677a;font-size:10px;text-align:center}.toe-product-ratio-items{display:grid;gap:10px}.toe-product-ratio-items .toe-bottom-product-card{width:100%;min-width:0}.toe-template-card{display:grid;grid-template-columns:164px 148px;gap:8px;flex:0 0 334px;min-width:334px;padding:7px;border:1px solid #d9dde3;border-radius:6px;background:#fff;box-shadow:0 1px 4px #0000001a}.toe-template-category-heading{flex:0 0 128px;min-width:128px;display:flex;align-items:center;justify-content:center;padding:8px;border:1px solid #cbd5e1;border-radius:6px;background:#eef4fb;color:#155f8f;font-size:12px;font-weight:800;text-align:center}.toe-editor-template-group{display:grid;gap:8px;min-width:230px;align-content:start}.toe-editor-template-group__toggle{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;width:100%;min-height:38px;padding:8px 10px;border:1px solid #d9dde3;border-radius:7px;background:#f7f9fb;color:#172033;font:inherit;text-align:left;cursor:pointer}.toe-editor-template-group__toggle:hover,.toe-editor-template-group__toggle:focus-visible{border-color:#2271b1;background:#eef6ff;outline:none}.toe-editor-template-group__toggle>span{font-size:22px;line-height:1;transition:transform .15s ease}.toe-editor-template-group.is-open .toe-editor-template-group__toggle>span{transform:rotate(90deg)}.toe-editor-template-group__toggle strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.toe-editor-template-group__toggle small{min-width:22px;padding:2px 6px;border-radius:999px;background:#e5eaf0;color:#59677a;font-size:10px;text-align:center}.toe-editor-template-group__items{display:flex;gap:10px}.toe-template-card__preview{display:flex;align-items:center;justify-content:center;position:relative;width:164px;min-height:188px;border:1px solid #cbd5e1;border-radius:4px;background:#e2e8f0;cursor:pointer;overflow:hidden;padding:5px}.toe-template-card__preview:hover,.toe-template-card__preview:focus-visible{border-color:#2271b1;outline:2px solid rgba(34,113,177,.18);outline-offset:1px}.toe-template-card__canvas{position:relative;display:block;width:100%;max-height:176px;overflow:hidden;border:1px solid rgba(15,23,42,.16);border-radius:2px;background:#f8fafc;box-shadow:0 1px 3px #0f172a29}.toe-template-card__slot,.toe-template-card__artifact,.toe-template-card__text,.toe-template-card__calendar-grid,.toe-template-card__background-image{position:absolute;transform-origin:center;pointer-events:none}.toe-template-card__background-image{top:50%;left:50%;max-width:none;max-height:none;object-fit:fill}.toe-template-card__slot,.toe-template-card__artifact,.toe-template-card__text,.toe-template-card__calendar-grid{transform:translate(-50%,-50%)}.toe-template-card__calendar-grid{display:flex;box-sizing:border-box;gap:2px;align-items:center;justify-content:center;min-width:0;min-height:0;overflow:hidden;padding:1px 2px;border:1px solid currentColor;background:#ffffff6b;color:#111827;font-family:Georgia,Times New Roman,serif;font-size:4px;line-height:1}.toe-template-card__calendar-grid--line{flex-direction:row}.toe-template-card__calendar-grid--weekly{flex-direction:column;align-items:stretch}.toe-template-card__calendar-title{flex:0 0 auto;min-width:0;overflow:hidden;color:#0f172a;font-size:5px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.toe-template-card__calendar-line{display:grid;grid-template-columns:repeat(31,minmax(0,1fr));flex:1 1 auto;min-width:0;width:100%;gap:0;align-items:center}.toe-template-card__calendar-line span{min-width:0;overflow:hidden;text-align:center}.toe-template-card__calendar-line span:nth-child(n+10){font-size:3.4px}.toe-template-card__calendar-line .is-weekend,.toe-template-card__calendar-weekly .is-weekend{color:#e4007f}.toe-template-card__calendar-weekly{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);flex:1 1 auto;width:100%;min-height:0;border-top:1px solid rgba(15,23,42,.16);border-left:1px solid rgba(15,23,42,.16)}.toe-template-card__calendar-weekly span{border-right:1px solid rgba(15,23,42,.16);border-bottom:1px solid rgba(15,23,42,.16)}.toe-template-card__slot{overflow:hidden;border:1px solid rgba(34,113,177,.6);border-radius:2px;background:linear-gradient(135deg,transparent 48%,rgba(34,113,177,.26) 49%,rgba(34,113,177,.26) 51%,transparent 52%),linear-gradient(45deg,transparent 48%,rgba(34,113,177,.26) 49%,rgba(34,113,177,.26) 51%,transparent 52%),#2271b114}.toe-template-card__slot img,.toe-template-card__artifact{width:100%;height:100%;object-fit:contain}.toe-template-card__slot img{display:block;opacity:.72}.toe-template-card__slot--preview-photo img{opacity:1;object-fit:cover}.toe-template-card__artifact{object-fit:contain}.toe-template-card__text{overflow:hidden;text-align:left;white-space:pre-wrap;word-break:break-word}.toe-template-card__text--schematic{min-height:2px;white-space:nowrap}.toe-template-card__body{min-width:0;display:flex;flex-direction:column;gap:4px;color:#334155;font-size:11px;font-weight:700}.toe-template-card__body strong{color:#222;font-size:12px;line-height:1.15}.toe-template-card__body span{line-height:1.25}.toe-template-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:auto}.toe-template-card__actions button{min-height:25px;border:1px solid #cbd5e1;border-radius:4px;background:#f8fafc;color:#222;font-size:11px;font-weight:800;cursor:pointer}.toe-template-card__actions button:hover,.toe-template-card__actions button:focus-visible{background:#eef4fb;border-color:#9fb8d4;outline:none}.toe-bottom-empty{width:100%;min-height:88px;display:flex;align-items:center;justify-content:center;padding:0 14px;color:#64748b;font-size:13px;font-weight:700;line-height:1.35;text-align:center}.toe-library-photo,.toe-page-preview{position:relative;display:grid;flex:0 0 112px;min-width:112px;border:2px solid transparent;border-radius:6px;background:#fff;color:#222;padding:5px;cursor:pointer;box-shadow:0 1px 4px #0000001f}.toe-library-photo{grid-template-rows:46px auto}.toe-page-preview{grid-template-rows:auto auto;align-content:center}.toe-library-photo:hover,.toe-library-photo:focus-visible,.toe-page-preview:hover,.toe-page-preview:focus-visible{border-color:#9fb8d4;outline:none}.toe-library-photo--selected,.toe-page-preview--active{border-color:#2271b1;box-shadow:0 0 0 2px #2271b12e}.toe-page-preview[draggable=true]{cursor:grab}.toe-page-preview[draggable=true]:active{cursor:grabbing}.toe-page-preview--drop-before:before,.toe-page-preview--drop-after:after{content:"";position:absolute;top:-5px;bottom:-5px;z-index:3;width:4px;border-radius:999px;background:#2271b1;box-shadow:0 0 0 2px #2271b12e;pointer-events:none}.toe-page-preview--drop-before:before{left:-7px}.toe-page-preview--drop-after:after{right:-7px}.toe-library-photo__thumb,.toe-page-preview__thumb{position:relative;overflow:hidden;border-radius:4px;background:#dfe6ed;align-self:center;width:100%;min-height:0}.toe-library-photo__thumb{height:46px;min-height:46px}.toe-library-photo__progress{position:absolute;left:6px;right:6px;bottom:6px;height:6px;overflow:hidden;border-radius:999px;background:#0f172a52}.toe-library-photo__progress span{display:block;height:100%;border-radius:inherit;background:#2271b1;transition:width .18s ease}.toe-library-photo__queued,.toe-library-photo__retry{position:absolute;left:6px;right:6px;bottom:6px;padding:2px 4px;border-radius:999px;background:#ffffffe6;color:#334155;font-size:10px;font-weight:800;line-height:1;text-align:center}.toe-library-photo__retry{background:#fff;color:#9d1f1f;box-shadow:0 0 0 1px #c628282e}.toe-library-photo--uploading{cursor:progress}.toe-library-photo--queued{cursor:wait}.toe-library-photo--failed:not(:disabled){cursor:pointer}.toe-library-photo--failed{border-color:#c62828;background:#fff5f5}.toe-library-photo:disabled{cursor:not-allowed;opacity:.78}.toe-library-photo__thumb img,.toe-page-preview__thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform-origin:center}.toe-library-photo__thumb img{display:block;object-fit:contain}.toe-page-preview__thumb img{object-fit:cover}.toe-page-preview__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-position:center;background-repeat:no-repeat;background-size:cover;transform-origin:center}.toe-page-preview__photo{position:absolute;z-index:1;overflow:hidden;background:transparent;transform-origin:center}.toe-page-preview__photo img{position:absolute;inset:auto;max-width:none;max-height:none;object-fit:fill;transform-origin:center}.toe-library-photo__meta,.toe-page-preview__label{min-width:0;padding-top:4px;color:#334155;font-size:11px;font-weight:800;line-height:1.15;text-align:left}.toe-library-photo__meta{display:grid;gap:1px}.toe-library-photo__meta span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-weight:700}.toe-library-photo__error,.toe-library-photo__notice{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.toe-library-photo__error{color:#c62828}.toe-library-photo__notice{color:#2e7d32}.toe-editor-layout--bottom-large .toe-lang-switcher{bottom:50dvh}.toe-photo-outer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:flex-start;justify-content:center;overflow:visible}.toe-photo-container{position:absolute;flex-shrink:0;contain:layout;background:#fff;box-shadow:0 4px 24px #00000040;cursor:pointer;overflow:visible}.toe-photo-netto-display{position:relative;flex:0 0 auto;background:#fff;box-shadow:0 4px 24px #00000040}.toe-photo-netto-clip{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.toe-photo-page-clip{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#fff;overflow:hidden}.toe-photo-container--dragover{outline:3px dashed #2271b1;outline-offset:-3px}.toe-photo-fill{position:absolute;top:50%;left:50%;z-index:1;max-width:none;max-height:none;-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab}.toe-photo-fill:active{cursor:grabbing}.toe-photo-template-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none}.toe-photo-bleed,.toe-photo-trim-line,.toe-photo-safe-line,.toe-photo-bleed-label{pointer-events:none}.toe-photo-bleed{position:absolute;z-index:2;background:#e132323d}.toe-photo-bleed--top{top:0;left:0;right:0}.toe-photo-bleed--right{top:0;right:0;bottom:0}.toe-photo-bleed--bottom{left:0;right:0;bottom:0}.toe-photo-bleed--left{top:0;left:0;bottom:0}.toe-photo-trim-line{position:absolute;z-index:3;border:1px solid rgba(180,20,20,.58);box-shadow:0 0 0 1px #ffffff73}.toe-photo-safe-line{position:absolute;z-index:4;border:1.5px dashed rgba(180,20,20,.9);box-shadow:0 0 0 1px #ffffff8c}.toe-calendar-binding-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;width:100%;height:100%;pointer-events:none;overflow:visible}.toe-calendar-binding-cut{fill:#e8e8e8;stroke:#262d3794;stroke-width:.28;vector-effect:non-scaling-stroke}.toe-calendar-binding-cut--hanger{stroke-width:.34}.toe-photo-bleed-label{position:absolute;top:8px;left:8px;z-index:4;padding:4px 7px;border-radius:4px;background:#ffffffe0;color:#9d1f1f;font-size:11px;font-weight:700;line-height:1}.toe-photo-dimensions{position:absolute;z-index:4;pointer-events:none}.toe-photo-dimension{position:absolute;color:#5f1b1b;font-size:11px;font-weight:800;line-height:1}.toe-photo-dimension:before,.toe-photo-dimension:after{content:"";position:absolute}.toe-photo-dimension span{position:absolute;padding:3px 6px;border-radius:3px;background:#ffffffe6;white-space:nowrap}.toe-photo-dimension--width{top:-23px;left:0;right:0;height:16px;border-top:1.5px solid rgba(95,27,27,.85)}.toe-photo-dimension--width:before,.toe-photo-dimension--width:after{top:-4px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent}.toe-photo-dimension--width:before{left:-1px;border-right:8px solid rgba(95,27,27,.85)}.toe-photo-dimension--width:after{right:-1px;border-left:8px solid rgba(95,27,27,.85)}.toe-photo-dimension--width span{top:-8px;left:50%;transform:translate(-50%)}.toe-photo-dimension--height{top:0;bottom:0;left:-38px;width:16px;border-left:1.5px solid rgba(95,27,27,.85)}.toe-photo-dimension--height:before,.toe-photo-dimension--height:after{left:-4px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent}.toe-photo-dimension--height:before{top:-1px;border-bottom:8px solid rgba(95,27,27,.85)}.toe-photo-dimension--height:after{bottom:-1px;border-top:8px solid rgba(95,27,27,.85)}.toe-photo-dimension--height span{top:50%;left:-18px;transform:translateY(-50%) rotate(-90deg)}.toe-photo-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#c8d0d8}.toe-photo-placeholder--template{background:linear-gradient(135deg,transparent calc(50% - 1px),rgba(91,108,128,.56) 50%,transparent calc(50% + 1px)),linear-gradient(45deg,transparent calc(50% - 1px),rgba(91,108,128,.56) 50%,transparent calc(50% + 1px)),linear-gradient(180deg,#eef3f7,#d9e2ea);background-position:center;background-repeat:no-repeat;background-size:cover}.toe-photo-menu{position:absolute;top:14px;right:14px;z-index:10;min-width:150px;padding:24px 10px 10px;border:1px solid rgba(0,0,0,.14);border-radius:6px;background:#fff;box-shadow:0 14px 36px #00000047}.toe-photo-menu__close{position:absolute;top:5px;right:5px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:50%;background:transparent;color:#777;font-size:13px;font-weight:700;line-height:1;cursor:pointer}.toe-photo-menu__close:hover,.toe-photo-menu__close:focus-visible{background:#f0f4f8;color:#222;outline:none}.toe-photo-menu__row{display:flex;align-items:center;justify-content:center;gap:8px}.toe-photo-menu__row+.toe-photo-menu__row{margin-top:9px;padding-top:9px;border-top:1px solid #edf0f3}.toe-photo-tool{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:50%;background:#e8edf3;color:#333;cursor:pointer}.toe-photo-tool:hover:not(:disabled),.toe-photo-tool:focus-visible:not(:disabled){background:#dce6f2;outline:2px solid rgba(34,113,177,.25);outline-offset:1px}.toe-photo-tool:disabled{color:#aaa;background:#f1f1f1;cursor:default}.toe-photo-tool__icon{font-size:14px;font-weight:800;line-height:1}.toe-photo-tool__tip{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:12;max-width:150px;width:max-content;padding:6px 8px;border-radius:4px;background:#222;color:#fff;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%) translateY(3px);transition:opacity .12s,transform .12s}.toe-photo-tool__tip:after{content:"";position:absolute;left:50%;top:100%;margin-left:-5px;border:5px solid transparent;border-top-color:#222}.toe-photo-tool:hover .toe-photo-tool__tip,.toe-photo-tool:focus-visible .toe-photo-tool__tip{opacity:1;transform:translate(-50%) translateY(0)}.toe-text-artifact{position:absolute;z-index:5;min-width:24px;min-height:14px;padding:2px 4px;white-space:pre;cursor:move;-webkit-user-select:none;user-select:none;touch-action:none;transform:translate(-50%,-50%);text-align:center;text-shadow:0 1px 2px rgba(255,255,255,.18)}.toe-theme-artifact{position:absolute;max-width:none;max-height:none;pointer-events:none;-webkit-user-select:none;user-select:none;transform-origin:center;container-type:inline-size}.toe-calendar-grid-artifact{position:absolute;z-index:4;display:grid;grid-template-rows:auto minmax(0,1fr);gap:2.5%;padding:1.5%;color:var(--toe-calendar-grid-workday-color, #111);background:var(--toe-calendar-grid-bg, rgba(255,255,255,.02));border:0 solid transparent;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;transform-origin:center;container-type:inline-size}.toe-calendar-grid-artifact:active{cursor:grabbing}.toe-calendar-grid-compact-check{font-size:11px;line-height:1.25}.toe-calendar-grid-artifact--system{pointer-events:none;cursor:default}.toe-calendar-grid-artifact--template{display:grid;grid-template-rows:minmax(0,1fr)}.toe-calendar-grid-artifact--template .toe-calendar-grid-artifact__table{overflow:visible}.toe-calendar-grid-artifact--selected{border-color:#ffffffbf;outline:2px solid #2271b1;outline-offset:2px;box-shadow:0 4px 12px #0000002e}.toe-calendar-grid-select-layer{position:absolute;display:block;border:0;padding:0;background:transparent;cursor:pointer;touch-action:none}.toe-calendar-grid-select-layer:focus{outline:none}.toe-calendar-grid-artifact__title{align-self:start;justify-self:center;color:var(--toe-calendar-grid-title-color, #111);background:var(--toe-calendar-grid-title-bg, transparent);font-family:var(--toe-calendar-grid-font-family, Arial);font-size:var(--toe-calendar-grid-title-size, 2.8cqw);font-style:var(--toe-calendar-grid-font-style, normal);font-weight:var(--toe-calendar-grid-font-weight, 400);line-height:1;white-space:nowrap;pointer-events:none;transform:rotate(var(--toe-calendar-grid-title-rotation, 0deg));transform-origin:center}.toe-calendar-grid-artifact--no-title{grid-template-rows:minmax(0,1fr)}.toe-calendar-grid-artifact__month-title{position:absolute;z-index:4;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;min-width:0;min-height:0;padding:2px 4px;color:var(--toe-calendar-grid-title-color, #111);background:transparent;font-style:var(--toe-calendar-grid-font-style, normal);font-weight:var(--toe-calendar-grid-font-weight, 400);line-height:1;text-align:center;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;transform-origin:center}.toe-calendar-grid-artifact__columns{min-height:0;display:grid;gap:4%;pointer-events:none}.toe-calendar-grid-artifact--border-outside,.toe-calendar-grid-artifact--border-both{border-color:var(--toe-calendar-grid-border-color, #111);border-width:max(1px,var(--toe-calendar-grid-border-width, 0px))}.toe-calendar-grid-artifact__columns--1{grid-template-columns:minmax(0,1fr)}.toe-calendar-grid-artifact__columns--2{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.toe-calendar-grid-artifact__column{min-height:0;display:grid;grid-template-rows:repeat(15,minmax(0,1fr))}.toe-calendar-grid-artifact__columns--1 .toe-calendar-grid-artifact__column{grid-template-rows:repeat(30,minmax(0,1fr))}.toe-calendar-grid-artifact__columns--2 .toe-calendar-grid-artifact__column+.toe-calendar-grid-artifact__column{padding-left:4%}.toe-calendar-grid-artifact--border-inside .toe-calendar-grid-artifact__columns--2 .toe-calendar-grid-artifact__column+.toe-calendar-grid-artifact__column,.toe-calendar-grid-artifact--border-both .toe-calendar-grid-artifact__columns--2 .toe-calendar-grid-artifact__column+.toe-calendar-grid-artifact__column{border-left:max(1px,var(--toe-calendar-grid-border-width, 0px)) solid var(--toe-calendar-grid-border-color, currentColor)}.toe-calendar-grid-artifact__row{min-height:0;display:grid;grid-template-columns:14% 28% minmax(0,1fr);align-items:center;gap:3%;color:var(--toe-calendar-grid-workday-color, #111);font-family:var(--toe-calendar-grid-font-family, Arial);line-height:1}.toe-calendar-grid-artifact__row--highlighted{background:var(--toe-calendar-grid-highlight, #f3f4f6)}.toe-calendar-grid-artifact__row--weekend{color:var(--toe-calendar-grid-weekend-color, #d93621);background:var(--toe-calendar-grid-weekend-bg, transparent)}.toe-calendar-grid-artifact__weekend-highlighted{background:var(--toe-calendar-grid-weekend-highlight, transparent)}.toe-calendar-grid-artifact__row--holiday{color:var(--toe-calendar-grid-holiday-color, #d93621);background:var(--toe-calendar-grid-holiday-bg, transparent)}.toe-calendar-grid-artifact .toe-calendar-grid-artifact__weekday{display:flex;width:100%;height:100%;font-size:var(--toe-calendar-grid-weekday-size, 1.3cqw);font-style:var(--toe-calendar-grid-weekday-font-style, normal);font-weight:var(--toe-calendar-grid-weekday-font-weight, 400)}.toe-calendar-grid-artifact__day{display:flex;width:100%;height:100%;font-size:var(--toe-calendar-grid-day-size, 4.2cqw);font-style:var(--toe-calendar-grid-day-font-style, normal);font-weight:var(--toe-calendar-grid-day-font-weight, 400);line-height:.9;text-align:center;transform-origin:center}.toe-calendar-grid-artifact__day--personal{display:inline-flex;align-items:center;justify-content:center;gap:.18em}.toe-calendar-grid-artifact__day-marker{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:1.15em;min-width:1.15em;height:1.15em;padding:0;overflow:hidden;line-height:1}.toe-calendar-grid-artifact__day-marker--square{border-radius:.28em}.toe-calendar-grid-artifact__day-marker--circle{border-radius:50%}.toe-calendar-grid-artifact__day-marker--circle.toe-calendar-grid-artifact__day-marker--filled,.toe-calendar-grid-artifact__day-marker--square.toe-calendar-grid-artifact__day-marker--filled{background:var(--toe-personal-date-color)}.toe-calendar-grid-artifact__day-marker--circle.toe-calendar-grid-artifact__day-marker--outline,.toe-calendar-grid-artifact__day-marker--square.toe-calendar-grid-artifact__day-marker--outline{border:.1em solid var(--toe-personal-date-color)}.toe-calendar-grid-artifact__day-marker-glyph{position:absolute;left:50%;top:50%;z-index:0;color:var(--toe-personal-date-color);font-size:1.35em;line-height:1;transform:translate(-50%,-50%)}.toe-calendar-grid-artifact__day-marker--outline .toe-calendar-grid-artifact__day-marker-glyph{opacity:.45}.toe-calendar-grid-artifact__day-marker-number{position:relative;z-index:1}.toe-calendar-grid-artifact--day-left .toe-calendar-grid-artifact__day{transform:rotate(-90deg)}.toe-calendar-grid-artifact--day-right .toe-calendar-grid-artifact__day{transform:rotate(90deg)}.toe-calendar-grid-artifact--day-align-start .toe-calendar-grid-artifact__day{align-self:start}.toe-calendar-grid-artifact--day-align-center .toe-calendar-grid-artifact__day{align-self:center}.toe-calendar-grid-artifact--day-align-end .toe-calendar-grid-artifact__day{align-self:end}.toe-calendar-grid-artifact__text{position:relative;width:100%;height:100%;max-height:100%;min-width:0;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;overflow:hidden;color:var(--toe-calendar-grid-label-color, currentColor);font-size:var(--toe-calendar-grid-text-size, 1.4cqw);font-style:var(--toe-calendar-grid-label-font-style, normal);font-weight:var(--toe-calendar-grid-label-font-weight, 400);line-height:1.12;transform:translate(var(--toe-calendar-grid-text-dx, 0),var(--toe-calendar-grid-text-dy, 0))}.toe-calendar-grid-artifact--text-align-start .toe-calendar-grid-artifact__text{align-self:start}.toe-calendar-grid-artifact--text-align-center .toe-calendar-grid-artifact__text{align-self:center}.toe-calendar-grid-artifact--text-align-end .toe-calendar-grid-artifact__text{align-self:end}.toe-calendar-grid-artifact__text span,.toe-calendar-grid-artifact__text small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere}.toe-calendar-grid-artifact__label-line .toe-calendar-grid-artifact__label-segment{display:inline;overflow:visible;text-overflow:clip}.toe-calendar-grid-artifact__text span.toe-calendar-grid-artifact__label-line{max-block-size:min(100%,3em);overflow:hidden;line-height:1;text-overflow:clip}.toe-calendar-grid-artifact__text span.toe-calendar-grid-artifact__label-segment{display:inline;overflow:visible;text-overflow:clip}.toe-calendar-grid-artifact__label-line .toe-calendar-grid-artifact__label-segment--name{color:var(--toe-calendar-grid-workday-color, #111)}.toe-calendar-grid-artifact__label-line .toe-calendar-grid-artifact__label-segment--holiday{color:var(--toe-calendar-grid-holiday-color, #d93621)}.toe-calendar-grid-artifact__label-line .toe-calendar-grid-artifact__label-segment--personal{color:var(--toe-personal-date-color, currentColor)}.toe-calendar-grid-artifact__table{position:relative;width:100%;height:100%;min-width:0;min-height:0;display:grid;align-content:start;grid-template-rows:var(--toe-calendar-grid-table-rows, 18fr 32fr 50fr);border:0;pointer-events:none;overflow:hidden}.toe-calendar-grid-artifact__tables{min-width:0;min-height:0;height:100%;display:grid;gap:4%;pointer-events:none;overflow:hidden}.toe-calendar-grid-artifact__table-row{min-width:0;min-height:0;display:grid;grid-template-columns:repeat(var(--toe-calendar-grid-days, 31),minmax(0,1fr))}.toe-calendar-grid-artifact__table-cell{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:2%;color:var(--toe-calendar-grid-workday-color, #111);font-family:var(--toe-calendar-grid-font-family, Arial);font-size:clamp(4px,.95cqw,40px);line-height:1;text-overflow:ellipsis;white-space:nowrap}.toe-calendar-grid-artifact--border-inside .toe-calendar-grid-artifact__table-cell,.toe-calendar-grid-artifact--border-both .toe-calendar-grid-artifact__table-cell{border-left:max(1px,var(--toe-calendar-grid-border-width, 0px)) solid var(--toe-calendar-grid-border-color, currentColor);border-bottom:0}.toe-calendar-grid-artifact--border-inside .toe-calendar-grid-artifact__table-cell:first-child,.toe-calendar-grid-artifact--border-both .toe-calendar-grid-artifact__table-cell:first-child{border-left:0}.toe-calendar-grid-artifact--border-inside .toe-calendar-grid-artifact__table-row,.toe-calendar-grid-artifact--border-both .toe-calendar-grid-artifact__table-row{border-top:max(1px,var(--toe-calendar-grid-border-width, 0px)) solid var(--toe-calendar-grid-border-color, currentColor)}.toe-calendar-grid-artifact--border-inside .toe-calendar-grid-artifact__table-row:first-child,.toe-calendar-grid-artifact--border-both .toe-calendar-grid-artifact__table-row:first-child{border-top:0}.toe-calendar-grid-artifact__table-row--weekday .toe-calendar-grid-artifact__table-cell{font-size:var(--toe-calendar-grid-weekday-size, 8px);font-style:var(--toe-calendar-grid-weekday-font-style, normal);font-weight:var(--toe-calendar-grid-weekday-font-weight, 400)}.toe-calendar-grid-artifact__table-row--day .toe-calendar-grid-artifact__table-cell{font-size:var(--toe-calendar-grid-day-size, 24px);font-style:var(--toe-calendar-grid-day-font-style, normal);font-weight:var(--toe-calendar-grid-day-font-weight, 400)}.toe-calendar-grid-artifact__table-row--text .toe-calendar-grid-artifact__table-cell{overflow:hidden;gap:3%;font-size:var(--toe-calendar-grid-text-size, 7px);font-style:var(--toe-calendar-grid-label-font-style, normal);font-weight:var(--toe-calendar-grid-label-font-weight, 400)}.toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__weekday,.toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__day,.toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__text{display:block;min-width:0}.toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__text{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;width:100%;height:100%;max-width:100%;max-height:100%;min-width:0;overflow:hidden;padding:2%;color:var(--toe-calendar-grid-label-color, currentColor);font-style:var(--toe-calendar-grid-label-font-style, normal);font-weight:var(--toe-calendar-grid-label-font-weight, 400);font-size:var(--toe-calendar-grid-text-size, 7px);text-overflow:ellipsis;transform:none;white-space:normal}.toe-calendar-grid-artifact--label-left .toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__text{display:block;width:auto;height:100%;padding:1%;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.toe-calendar-grid-artifact--label-right .toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__text{display:block;width:auto;height:100%;padding:1%;writing-mode:vertical-rl;text-orientation:mixed}.toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__text span,.toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__text small{display:block;box-sizing:border-box;min-width:0;overflow:hidden;line-height:1.12;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere}.toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__text span.toe-calendar-grid-artifact__label-line{max-block-size:min(100%,3em);overflow:hidden;line-height:1;text-overflow:clip}.toe-calendar-grid-artifact__table .toe-calendar-grid-artifact__text span.toe-calendar-grid-artifact__label-segment{display:inline;overflow:visible;text-overflow:clip}.toe-calendar-grid-artifact__weekly{min-width:0;min-height:0;display:grid;border:0;overflow:hidden;pointer-events:none}.toe-calendar-grid-artifact__weekly--left-to-right{grid-template-rows:auto repeat(var(--toe-calendar-grid-week-count, 6),minmax(0,1fr))}.toe-calendar-grid-artifact__weekly--top-to-bottom{grid-template-rows:repeat(var(--toe-calendar-grid-weekday-rows, 7),minmax(0,1fr))}.toe-calendar-grid-artifact__weekly-row{min-width:0;min-height:0;display:grid;grid-template-columns:repeat(var(--toe-calendar-grid-weekday-columns, 7),minmax(0,1fr))}.toe-calendar-grid-artifact__weekly--top-to-bottom .toe-calendar-grid-artifact__weekly-row{grid-template-columns:repeat(var(--toe-calendar-grid-week-columns, 6),minmax(0,1fr))}.toe-calendar-grid-artifact__weekly-cell{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,34%) minmax(0,66%);overflow:hidden;padding:3%;color:var(--toe-calendar-grid-workday-color, #111);font-family:var(--toe-calendar-grid-font-family, Arial);line-height:1;text-align:center}.toe-calendar-grid-artifact__weekly-cell--weekday{display:flex;min-height:calc(var(--toe-calendar-grid-weekday-size, 8px) * 1.6);background:var(--toe-calendar-grid-week-header-bg, transparent);font-size:var(--toe-calendar-grid-weekday-size, 8px);font-style:var(--toe-calendar-grid-weekday-font-style, normal);font-weight:var(--toe-calendar-grid-weekday-font-weight, 400)}.toe-calendar-grid-artifact__weekly-cell--week-number{display:flex;align-items:center;justify-content:center;min-height:calc(var(--toe-calendar-grid-weekday-size, 8px) * 1.6);background:var(--toe-calendar-grid-week-header-bg, transparent);color:var(--toe-calendar-grid-workday-color, #111);font-size:var(--toe-calendar-grid-weekday-size, 8px);font-style:var(--toe-calendar-grid-weekday-font-style, normal);font-weight:var(--toe-calendar-grid-weekday-font-weight, 400)}.toe-calendar-grid-artifact__weekly-row--highlighted .toe-calendar-grid-artifact__weekly-cell:not(.toe-calendar-grid-artifact__weekly-cell--weekday):not(.toe-calendar-grid-artifact__weekly-cell--week-number),.toe-calendar-grid-artifact__weekly-cell--highlighted:not(.toe-calendar-grid-artifact__weekly-cell--weekday):not(.toe-calendar-grid-artifact__weekly-cell--week-number){background:var(--toe-calendar-grid-highlight, #f3f4f6)}.toe-calendar-grid-artifact__weekly-cell--empty{color:transparent}.toe-calendar-grid-artifact__weekly-cell--adjacent{opacity:.7}.toe-calendar-grid-artifact__weekly-cell .toe-calendar-grid-artifact__day{display:flex;min-width:0;min-height:0}.toe-calendar-grid-artifact__weekly-cell .toe-calendar-grid-artifact__text{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;padding:2%}.toe-calendar-grid-artifact--border-inside .toe-calendar-grid-artifact__weekly-row+.toe-calendar-grid-artifact__weekly-row,.toe-calendar-grid-artifact--border-both .toe-calendar-grid-artifact__weekly-row+.toe-calendar-grid-artifact__weekly-row{border-top:max(1px,var(--toe-calendar-grid-border-width, 0px)) solid var(--toe-calendar-grid-border-color, currentColor)}.toe-calendar-grid-artifact--border-inside .toe-calendar-grid-artifact__weekly-cell+.toe-calendar-grid-artifact__weekly-cell,.toe-calendar-grid-artifact--border-both .toe-calendar-grid-artifact__weekly-cell+.toe-calendar-grid-artifact__weekly-cell{border-left:max(1px,var(--toe-calendar-grid-border-width, 0px)) solid var(--toe-calendar-grid-border-color, currentColor)}.toe-calendar-cover-year{position:absolute;left:50%;top:50%;width:42%;pointer-events:none;color:#111;font-family:Georgia,Times New Roman,serif;line-height:1;text-align:center;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;white-space:nowrap}.toe-text-artifact__content{display:inline-block}.toe-text-artifact--selected{outline:1.5px solid #2271b1;outline-offset:2px;background:#ffffff29}.toe-text-artifact--alignment-selected:not(.toe-text-artifact--selected){outline:1.5px dashed #2271b1;outline-offset:2px;background:#ffffff1a}.toe-text-artifact__resize{position:absolute;top:50%;z-index:3;width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:#2271b1;box-shadow:0 1px 5px #00000052;cursor:ew-resize;touch-action:none;transform:translateY(-50%)}.toe-text-artifact__resize--w{left:-11px}.toe-text-artifact__resize--e{right:-11px}.toe-text-artifact__rotate,.toe-text-artifact__reset-rotate{position:absolute;bottom:-47px;z-index:3;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:2px solid #fff;border-radius:50%;background:#2271b1;color:#fff;font-size:0;font-weight:800;box-shadow:0 2px 8px #00000040;cursor:grab;touch-action:none}.toe-text-artifact__rotate{right:-47px}.toe-text-artifact--controls-inset-x .toe-text-artifact__rotate{right:12px}.toe-text-artifact__reset-rotate{right:-84px;padding:0;border-color:#d7e7f5;background:#fff;color:#2271b1;cursor:pointer}.toe-text-artifact--controls-inset-x .toe-text-artifact__reset-rotate{right:50px}.toe-text-artifact--controls-inset-y .toe-text-artifact__rotate,.toe-text-artifact--controls-inset-y .toe-text-artifact__reset-rotate{bottom:12px}.toe-text-artifact__rotate:active{cursor:grabbing}.toe-text-artifact__rotate:before,.toe-text-artifact__reset-rotate:before{position:absolute;font-size:18px;line-height:1}.toe-text-artifact__rotate:before{content:"↻";color:#fff}.toe-text-artifact__reset-rotate:before{content:"↺";color:#2271b1}.toe-text-editor{position:absolute;left:14px;bottom:14px;z-index:11;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:300px;padding:26px 10px 10px;border:1px solid rgba(0,0,0,.14);border-radius:6px;background:#fff;box-shadow:0 14px 36px #00000047}.toe-text-editor__close{position:absolute;top:5px;right:5px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:50%;background:transparent;color:#777;font-size:13px;font-weight:700;cursor:pointer}.toe-text-editor__close:hover,.toe-text-editor__close:focus-visible{background:#f0f4f8;color:#222;outline:none}.toe-text-editor label{display:flex;flex-direction:column;gap:3px;color:#555;font-size:11px;font-weight:700}.toe-text-editor input,.toe-text-editor select,.toe-text-editor textarea{width:100%;min-height:30px;border:1px solid #d4d9df;border-radius:4px;padding:5px 7px;color:#222;font:inherit;font-size:12px;font-weight:500}.toe-text-editor textarea{resize:vertical}.toe-text-editor input[type=color]{padding:2px}.toe-text-editor__full{grid-column:1 / -1}.toe-text-editor__check{flex-direction:row!important;align-items:center;justify-content:flex-start}.toe-text-editor__check input{width:auto;min-height:0}.toe-text-editor__actions{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.toe-text-editor__actions button{min-height:32px;border:1px solid #d4d9df;border-radius:4px;background:#f8fafc;color:#222;font-size:12px;font-weight:700;cursor:pointer}.toe-text-editor__actions button:hover:not(:disabled),.toe-text-editor__actions button:focus-visible:not(:disabled){background:#eef4fb;outline:none}.toe-text-editor__actions button:disabled{opacity:.45;cursor:not-allowed}.toe-extra-photo{position:absolute;z-index:4;overflow:visible;border:1px solid transparent;box-shadow:none;background:transparent;cursor:default;touch-action:none;-webkit-user-select:none;user-select:none}.toe-extra-photo--selected:not(.toe-extra-photo--empty){cursor:grab}.toe-extra-photo--selected:not(.toe-extra-photo--empty):active{cursor:grabbing}.toe-extra-photo--selected{border-color:#ffffffbf;outline:2px solid #2271b1;outline-offset:2px;box-shadow:0 4px 12px #0000003d}.toe-extra-photo--alignment-selected:not(.toe-extra-photo--selected){outline:1.5px dashed #2271b1;outline-offset:2px;box-shadow:0 2px 8px #2271b129}.toe-extra-photo--empty{border-color:#2271b18c;background:#f8fafcdb;outline:1.5px dashed rgba(34,113,177,.8);outline-offset:-4px;cursor:move}.toe-extra-photo--locked,.toe-extra-photo--locked.toe-extra-photo--empty,.toe-extra-photo--locked.toe-extra-photo--selected:not(.toe-extra-photo--empty){cursor:default}.toe-extra-photo__empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:12px;font-weight:800;pointer-events:none}.toe-extra-photo__media{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit}.toe-extra-photo__media--masked{-webkit-mask-image:var(--toe-extra-photo-mask-image);mask-image:var(--toe-extra-photo-mask-image);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.toe-extra-photo__border{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit;overflow:hidden;pointer-events:none;transform:translateZ(0)}.toe-extra-photo__border-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;overflow:hidden;pointer-events:none}.toe-photo-background-border{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;overflow:hidden;pointer-events:none;transform:translateZ(0)}.toe-photo-background-border__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;overflow:hidden;pointer-events:none}.toe-extra-photo__placeholder-art{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:inherit}.toe-border-grid{display:grid;gap:6px;width:100%}.toe-border-option{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:7px;min-height:46px;padding:4px 6px;border:1px solid #d4d9df;border-radius:4px;background:#f8fafc;color:#222;cursor:pointer;font:inherit;font-size:11px;font-weight:700;text-align:left}.toe-border-option--active{border-color:#2271b1;background:#eef4fb}.toe-border-option:disabled{opacity:.5;cursor:not-allowed}.toe-border-option__thumb{display:flex;align-items:center;justify-content:center;width:42px;height:32px;background:#fff;border:1px solid #d4d9df}.toe-border-option__thumb img{max-width:100%;max-height:100%;object-fit:contain}.toe-extra-photo--shape-star .toe-extra-photo__media{clip-path:polygon(50% 2%,61% 35%,96% 35%,68% 56%,79% 92%,50% 71%,21% 92%,32% 56%,4% 35%,39% 35%)}.toe-extra-photo--shape-star.toe-extra-photo--empty{border-color:transparent;background:transparent;outline:none}.toe-extra-photo--shape-star.toe-extra-photo--empty .toe-extra-photo__media{border:1px solid rgba(34,113,177,.55);background:#f8fafcdb}.toe-extra-photo--selected:not(.toe-extra-photo--empty) .toe-extra-photo__media{cursor:grab}.toe-extra-photo--selected:not(.toe-extra-photo--empty) .toe-extra-photo__media:active{cursor:grabbing}.toe-extra-photo img{position:absolute;top:50%;left:50%;max-width:none;max-height:none;display:block;pointer-events:none;-webkit-user-select:none;user-select:none;transform-origin:center}.toe-extra-photo__resize{position:absolute;width:20px;height:20px;z-index:2;border:3px solid #fff;border-radius:50%;background:#2271b1;box-shadow:0 1px 5px #00000052;touch-action:none}.toe-extra-photo__resize--nw{top:-10px;left:-10px;cursor:nwse-resize}.toe-extra-photo__resize--ne{top:-10px;right:-10px;cursor:nesw-resize}.toe-extra-photo__resize--sw{bottom:-10px;left:-10px;cursor:nesw-resize}.toe-extra-photo__resize--se{right:-10px;bottom:-10px;cursor:nwse-resize}.toe-extra-photo__move{position:absolute;left:50%;bottom:-47px;z-index:3;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:2px solid #fff;border-radius:50%;background:#2271b1;color:#fff;font-size:0;font-weight:800;box-shadow:0 2px 8px #00000040;cursor:move;touch-action:none;transform:translate(-50%)}.toe-extra-photo--controls-inset-y .toe-extra-photo__move{bottom:12px}.toe-extra-photo__move:before,.toe-extra-photo__move:after,.toe-extra-photo__rotate:before,.toe-extra-photo__reset-rotate:before{position:absolute;font-size:16px;line-height:1}.toe-extra-photo__move:before{content:"↕";color:#fff}.toe-extra-photo__move:after{content:"↔";color:#fff}.toe-extra-photo__rotate,.toe-extra-photo__reset-rotate{position:absolute;bottom:-47px;z-index:3;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:2px solid #fff;border-radius:50%;background:#2271b1;color:#fff;font-size:0;font-weight:800;box-shadow:0 2px 8px #00000040;cursor:grab;touch-action:none}.toe-extra-photo__rotate{right:-47px}.toe-extra-photo--controls-inset-x .toe-extra-photo__rotate{right:12px}.toe-extra-photo--controls-inset-y .toe-extra-photo__rotate,.toe-extra-photo--controls-inset-y .toe-extra-photo__reset-rotate{bottom:12px}.toe-extra-photo__reset-rotate{right:-84px;padding:0;border-color:#d7e7f5;background:#fff;color:#2271b1;cursor:pointer}.toe-extra-photo--controls-inset-x .toe-extra-photo__reset-rotate{right:50px}.toe-extra-photo__rotate:active{cursor:grabbing}.toe-extra-photo__rotate:before{content:"↻";color:#fff;font-size:18px}.toe-extra-photo__reset-rotate:before{content:"↺";color:#2271b1;font-size:18px}.toe-extra-photo-editor{position:absolute;right:14px;bottom:14px;z-index:11;display:flex;gap:6px;padding:28px 10px 10px;border:1px solid rgba(0,0,0,.14);border-radius:6px;background:#fff;box-shadow:0 14px 36px #00000047}.toe-extra-photo-editor button:not(.toe-text-editor__close){min-height:32px;padding:6px 10px;border:1px solid #d4d9df;border-radius:4px;background:#f8fafc;color:#222;font-size:12px;font-weight:700;cursor:pointer}.toe-extra-photo-editor button:not(.toe-text-editor__close):hover,.toe-extra-photo-editor button:not(.toe-text-editor__close):focus-visible{background:#eef4fb;outline:none}.toe-extra-photo-editor button:disabled{opacity:.45;cursor:not-allowed}.toe-spinner{width:36px;height:36px;border:3px solid #e0e0e0;border-top-color:#2271b1;border-radius:50%;animation:toe-spin .8s linear infinite}@keyframes toe-spin{to{transform:rotate(360deg)}}.toe-lang-switcher{position:fixed;top:56px;right:0;z-index:1000;display:flex;flex-direction:column;gap:0;background:#ffffffeb;border-left:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);border-radius:0 0 0 6px;box-shadow:-2px 2px 8px #0000001a}.toe-lang-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7px 10px;border:none;background:transparent;cursor:pointer;gap:3px;transition:background .15s;min-width:48px}.toe-lang-btn:hover{background:#0000000f}.toe-lang-btn--active{background:#f5c800}.toe-lang-btn--active:hover{background:#e6b800}.toe-lang-flag-img{width:24px;height:16px;object-fit:cover;border-radius:2px;display:block;box-shadow:0 0 0 1px #0000001a}.toe-lang-code{font-size:10px;font-weight:700;color:#333;letter-spacing:.5px;line-height:1}.toe-topbar-project-name{background:transparent;border:none;border-bottom:1.5px solid rgba(0,0,0,.2);outline:none;font-size:inherit;font-weight:700;font-family:inherit;color:inherit;width:220px;padding:0 2px;transition:border-color .15s,background .15s;border-radius:2px}.toe-topbar-project-name:hover{border-bottom-color:#00000080}.toe-topbar-project-name:focus{border-bottom-color:#333;background:#ffffff59}.toe-ordering-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9998;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:not-allowed}.toe-ordering-spinner{display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff;font-size:16px;font-weight:600}.toe-ordering-spinner .toe-spinner{width:48px;height:48px;border-width:4px;border-color:#ffffff40;border-top-color:#f5c800}.toe-ordering-overlay--saving{background:#00000073}.toe-ordering-overlay--saving .toe-spinner{border-top-color:#4a9e6f}@media (max-width: 1100px){.toe-editor-topbar{gap:10px;padding:0 10px}.toe-topbar-btn{padding:7px 11px}.toe-topbar-project-name{width:min(190px,100%)}}@media (max-width: 900px){.toe-editor-topbar{height:auto;min-height:56px;flex-wrap:wrap;align-content:center;padding:8px 10px}.toe-logo-img{height:34px}.toe-topbar-info{flex:1 1 calc(100% - 54px);padding-left:10px}.toe-topbar-title{flex-wrap:wrap;row-gap:2px}.toe-topbar-subtitle{line-height:1.25}.toe-topbar-nav{order:3;width:100%;justify-content:flex-end;gap:8px;overflow-x:auto;padding-top:2px}.toe-editor-workspace{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.toe-editor-sidebar{height:auto;border-right:0;border-bottom:1px solid rgba(0,0,0,.12)}.toe-elements-shell{grid-template-columns:40px minmax(0,1fr);height:auto;max-height:156px}.toe-elements-tabs{padding:8px 5px}.toe-elements-panel{min-height:0;max-height:156px;overflow:auto;padding:8px}.toe-editor-canvas-area{padding:10px 14px 12px}.toe-page-arrow{width:38px;height:48px;border-radius:16px;font-size:28px}.toe-page-arrow--prev{left:8px}.toe-page-arrow--next{right:8px}.toe-bottom-panel{height:136px;flex-basis:136px;grid-template-columns:80px minmax(0,1fr)}.toe-bottom-tabs{width:80px}.toe-library-photo,.toe-page-preview{flex-basis:98px;min-width:98px}.toe-library-photo{grid-template-rows:42px auto}.toe-library-photo__thumb{height:42px;min-height:42px}.toe-lang-switcher{top:auto;right:0;bottom:136px;flex-direction:row;border-top:1px solid rgba(0,0,0,.12);border-bottom:0;border-radius:6px 0 0}}@media (max-width: 560px){.toe-editor-topbar{gap:8px}.toe-topbar-info{flex-basis:calc(100% - 46px);padding-left:8px}.toe-topbar-project-name{width:100%;max-width:160px}.toe-topbar-btn{flex:0 0 auto;padding:7px 9px;font-size:12px}.toe-editor-workspace{grid-template-rows:auto minmax(0,1fr)}.toe-elements-shell{grid-template-columns:36px minmax(0,1fr);max-height:124px}.toe-elements-tab{width:27px;height:27px}.toe-elements-panel{max-height:124px;padding:6px}.toe-editor-canvas-area{padding:8px}.toe-page-arrow{width:32px;height:42px;border-radius:14px;font-size:24px}.toe-page-arrow--prev{left:6px}.toe-page-arrow--next{right:6px}.toe-page-counter{bottom:10px;font-size:11px}.toe-bottom-panel{height:118px;flex-basis:118px;grid-template-columns:68px minmax(0,1fr);grid-template-rows:31px auto minmax(0,1fr)}.toe-bottom-tabs{width:68px}.toe-bottom-tab{min-height:31px;font-size:11.5px}.toe-bottom-toolbar{gap:5px;padding:3px 7px}.toe-photo-library-strip,.toe-page-preview-strip{padding:8px}.toe-bottom-empty{min-height:70px;padding:0 18px;font-size:12px}.toe-bottom-tool{min-height:24px;padding:3px 7px;font-size:10.5px}.toe-bottom-count{font-size:11px}.toe-bottom-count__full{display:none}.toe-bottom-count__short{display:inline}.toe-library-photo,.toe-page-preview{flex-basis:76px;min-width:76px}.toe-library-photo{grid-template-rows:36px auto}.toe-library-photo__thumb{height:36px;min-height:36px}.toe-lang-switcher{bottom:118px}.toe-photo-menu,.toe-text-editor,.toe-extra-photo-editor{max-width:calc(100% - 20px)}.toe-text-editor{left:10px;right:10px;bottom:10px;width:auto}}:root{--toe-color-app: #f5f5f7;--toe-color-panel: #ffffff;--toe-color-panel-soft: #fafafa;--toe-color-border: #e5e7eb;--toe-color-primary: #0ea5a4;--toe-color-primary-hover: #0f766e;--toe-color-primary-soft: #ccfbf1;--toe-color-success: #22c55e;--toe-color-warning: #f59e0b;--toe-color-error: #ef4444;--toe-color-info: #3b82f6;--toe-color-text: #111827;--toe-color-muted: #6b7280;--toe-color-disabled: #9ca3af;--toe-color-nav: #101820;--toe-color-nav-soft: #17212b;--toe-radius-sm: 8px;--toe-radius-md: 10px;--toe-radius-lg: 12px;--toe-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--toe-shadow-md: 0 10px 26px rgba(15, 23, 42, .1);--toe-shadow-lg: 0 22px 60px rgba(15, 23, 42, .16);--toe-font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.toe-app,.toe-editor-layout{font-family:var(--toe-font-ui);color:var(--toe-color-text);background:var(--toe-color-app)}.toe-editor-layout{letter-spacing:0}.toe-editor-topbar{height:58px;padding:0 16px;background:#fffffff5;border-bottom:1px solid var(--toe-color-border);box-shadow:var(--toe-shadow-sm);gap:16px}.toe-topbar-logo{min-width:142px;gap:8px}.toe-topbar-logo:after{content:"ONLINE EDITOR";margin-left:8px;color:var(--toe-color-muted);font-size:9px;font-weight:800;letter-spacing:.08em;white-space:nowrap}.toe-logo-img{max-height:28px}.toe-logo-text{color:var(--toe-color-text);font-size:15px;font-weight:800}.toe-topbar-info{padding-left:16px;border-left:1px solid var(--toe-color-border)}.toe-topbar-title{color:var(--toe-color-text);font-size:14px;font-weight:800}.toe-topbar-subtitle{margin-top:3px;color:var(--toe-color-muted);font-size:11px;font-weight:600}.toe-topbar-project-name{width:min(280px,36vw);padding:4px 8px;border:1px solid transparent;border-radius:var(--toe-radius-sm);background:transparent;color:var(--toe-color-text);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.toe-topbar-project-name:hover,.toe-topbar-project-name:focus{border-color:var(--toe-color-border);background:var(--toe-color-panel-soft);box-shadow:0 0 0 3px #0ea5a41f}.toe-topbar-nav{gap:10px}.toe-editor-quickbar{min-height:36px;padding:4px 8px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-lg);background:#fff;box-shadow:inset 0 1px #fffc}.toe-icon-btn{width:30px;height:30px;border:1px solid transparent;border-radius:var(--toe-radius-sm);background:transparent;color:var(--toe-color-muted);transition:background .16s ease,color .16s ease,border-color .16s ease}.toe-icon-btn:hover:not(:disabled),.toe-icon-btn:focus-visible:not(:disabled){border-color:var(--toe-color-border);background:#fff;color:var(--toe-color-text);outline:none}.toe-icon-btn:disabled{color:var(--toe-color-disabled);background:transparent}.toe-topbar-view-controls{display:inline-flex;align-items:center;gap:8px;min-width:0}.toe-topbar-pages{display:inline-flex;align-items:center;min-height:34px;overflow:hidden;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-md);background:#fff;box-shadow:var(--toe-shadow-sm)}.toe-topbar-view-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#fff;color:var(--toe-color-text);font:inherit;font-size:16px;font-weight:900;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.toe-topbar-pages .toe-topbar-view-btn{border:0;border-radius:0;box-shadow:none}.toe-topbar-view-btn:hover:not(:disabled),.toe-topbar-view-btn:focus-visible:not(:disabled){border-color:#0ea5a452;background:#f0fdfa;color:var(--toe-color-primary-hover);outline:none}.toe-topbar-view-btn:disabled{color:var(--toe-color-disabled);background:#f9fafb;cursor:default}.toe-topbar-page{min-width:58px;padding:0 8px;color:var(--toe-color-text);font-size:12px;font-weight:900;text-align:center;white-space:nowrap}.toe-topbar-zoom{min-width:48px;color:var(--toe-color-text);font-size:12px;font-weight:900;text-align:center}.toe-autosave-toggle,.toe-topbar-btn,.toe-bottom-tool,.toe-bottom-size-toggle,.toe-elements-tool,.toe-template-card__actions button,.toe-bottom-product-card{transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.toe-autosave-toggle{min-height:30px;border-color:var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#fff;color:var(--toe-color-muted)}.toe-autosave-toggle--active{border-color:#22c55e59;background:#ecfdf5;color:#15803d}.toe-autosave-status{min-width:72px;color:var(--toe-color-muted);font-size:11px;font-weight:700}.toe-autosave-status--saved{color:#15803d}.toe-autosave-status--saving,.toe-autosave-status--pending,.toe-autosave-status--waiting{color:#b45309}.toe-autosave-status--error{color:var(--toe-color-error)}.toe-topbar-btn{min-height:36px;padding:0 14px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-md);background:#fff;color:var(--toe-color-text);font-size:12px;font-weight:800;box-shadow:var(--toe-shadow-sm)}.toe-topbar-btn:hover:not(:disabled),.toe-topbar-btn:focus-visible:not(:disabled){transform:translateY(-1px);box-shadow:var(--toe-shadow-md);outline:none}.toe-topbar-btn--ghost,.toe-topbar-btn--account,.toe-topbar-btn--template-refresh{background:#fff;color:var(--toe-color-text)}.toe-topbar-btn--ghost:hover:not(:disabled),.toe-topbar-btn--account:hover:not(:disabled),.toe-topbar-btn--template-refresh:hover:not(:disabled){border-color:#0ea5a447;background:#f0fdfa;color:var(--toe-color-primary-hover)}.toe-topbar-btn--save{border-color:#0ea5a459;background:#f0fdfa;color:var(--toe-color-primary-hover)}.toe-topbar-btn--save:hover:not(:disabled){background:var(--toe-color-primary-soft)}.toe-topbar-btn--primary{border-color:var(--toe-color-primary);background:var(--toe-color-primary);color:#fff}.toe-topbar-btn--primary:hover:not(:disabled){border-color:var(--toe-color-primary-hover);background:var(--toe-color-primary-hover)}.toe-topbar-btn:disabled{color:var(--toe-color-disabled);opacity:.62;transform:none;box-shadow:none}.toe-editor-workspace{grid-template-columns:304px minmax(0,1fr);background:var(--toe-color-app)}.toe-editor-sidebar{border-right:1px solid var(--toe-color-border);background:var(--toe-color-panel);box-shadow:var(--toe-shadow-sm)}.toe-elements-shell{grid-template-columns:76px minmax(0,1fr)}.toe-elements-tabs{align-items:stretch;gap:4px;padding:12px 6px;border-right:0;background:linear-gradient(180deg,var(--toe-color-nav),#0b1118)}.toe-elements-tab{--toe-section-accent: var(--toe-color-primary);position:relative;display:grid;grid-template-columns:1fr;align-items:center;justify-items:center;gap:5px;width:100%;height:auto;min-height:62px;padding:8px 5px;border:1px solid transparent;border-radius:var(--toe-radius-md);background:transparent;color:#ffffffb8;font-size:9.5px;font-weight:800;line-height:1.15;text-align:center}.toe-elements-tab--images{--toe-section-accent: #0ea5a4}.toe-elements-tab--texts{--toe-section-accent: #8b5cf6}.toe-elements-tab--background{--toe-section-accent: #f59e0b}.toe-elements-tab--masks{--toe-section-accent: #ec4899}.toe-elements-tab--borders{--toe-section-accent: #6366f1}.toe-elements-tab--cliparts{--toe-section-accent: #10b981}.toe-elements-tab--calendar-grid{--toe-section-accent: #dc2626}.toe-elements-tab--calendar-settings{--toe-section-accent: #0f766e}.toe-elements-tab__icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px;background:#ffffff14;color:currentColor;font-size:12px;line-height:1}.toe-elements-tab__label{min-width:0;max-width:62px;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.toe-elements-tab:hover,.toe-elements-tab:focus-visible{border-color:#ffffff14;background:#ffffff12;color:#fff}.toe-elements-tab--active{border-color:#ffffff1a;background:#ffffff1a;color:#fff;box-shadow:inset 3px 0 0 var(--toe-section-accent)}.toe-elements-tab--active .toe-elements-tab__icon{background:var(--toe-section-accent);color:#fff}.toe-elements-panel{gap:12px;padding:16px 12px 28px;background:var(--toe-color-panel)}.toe-elements-panel__title,.toe-template-assets__title{color:var(--toe-color-text);font-size:12px;font-weight:900;text-transform:none}.toe-elements-selected__title,.toe-template-assets__empty,.toe-bottom-empty,.toe-bottom-count{color:var(--toe-color-muted)}.toe-elements-panel__group{gap:8px;margin-top:8px;padding-top:12px;border-top-color:var(--toe-color-border)}.toe-elements-tool,.toe-elements-panel__item,.toe-elements-toggle,.toe-template-assets__item,.toe-border-option,.toe-background-color-picker,.toe-background-mode,.toe-elements-control input,.toe-elements-control select,.toe-elements-control textarea{border-color:var(--toe-color-border);border-radius:var(--toe-radius-md);background:var(--toe-color-panel-soft);color:var(--toe-color-text)}.toe-elements-tool,.toe-elements-panel__item,.toe-elements-toggle{min-height:40px;padding:8px 10px;font-size:12px}.toe-elements-tool:hover:not(:disabled),.toe-elements-tool:focus-visible:not(:disabled),.toe-elements-panel__item:hover,.toe-elements-panel__item:focus-visible,.toe-elements-toggle:hover,.toe-elements-toggle:focus-visible,.toe-template-assets__item:hover:not(:disabled),.toe-border-option:hover:not(:disabled){border-color:#0ea5a452;background:#fff;box-shadow:0 0 0 3px #0ea5a41a;outline:none}.toe-elements-panel__icon,.toe-elements-tool span:first-child{border-radius:8px;background:#eef2f7;color:var(--toe-color-muted)}.toe-elements-tool--success{border-color:#22c55e47;background:#f0fdf4;color:#15803d}.toe-elements-tool--danger,.toe-bottom-tool--danger{border-color:#ef444452;background:#fff;color:#dc2626}.toe-elements-tool--danger:hover:not(:disabled),.toe-bottom-tool--danger:hover:not(:disabled){border-color:#ef44447a;background:#fef2f2}.toe-elements-control{gap:5px;color:var(--toe-color-muted);font-size:11px;font-weight:800}.toe-elements-control input,.toe-elements-control select,.toe-elements-control textarea{min-height:34px;padding:7px 9px;font-size:12px;font-weight:650;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.toe-elements-control input:focus,.toe-elements-control select:focus,.toe-elements-control textarea:focus,.toe-text-editor input:focus,.toe-text-editor select:focus,.toe-text-editor textarea:focus{border-color:var(--toe-color-primary);background:#fff;box-shadow:0 0 0 3px #0ea5a41f;outline:none}.toe-background-mode{gap:6px;padding:5px;background:#f3f4f6}.toe-background-mode button{border-radius:var(--toe-radius-sm);color:var(--toe-color-muted)}.toe-background-mode button.is-active{border-color:#f59e0b57;background:#fff;color:#b45309;box-shadow:var(--toe-shadow-sm)}.toe-editor-canvas-area{justify-content:center;padding:34px 34px 26px;background:linear-gradient(rgba(17,24,39,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.025) 1px,transparent 1px),var(--toe-color-app);background-size:28px 28px}.toe-page-stage{justify-content:center}.toe-photo-container{border-radius:2px;background:#fff;box-shadow:none}.toe-photo-netto-display{border-radius:2px;box-shadow:0 20px 42px #0f172a24,0 2px 8px #0f172a14}.toe-photo-container--dragover{outline-color:var(--toe-color-primary)}.toe-photo-container--design-empty,.toe-extra-photo--design-empty{outline:3px solid #ef4444!important;box-shadow:0 0 0 6px #ef44442e,0 20px 42px #0f172a24!important}.toe-photo-container--design-lowres,.toe-extra-photo--design-lowres{outline:3px solid #f59e0b!important;box-shadow:0 0 0 6px #f59e0b38,0 20px 42px #0f172a24!important}.toe-photo-container--design-accepted,.toe-extra-photo--design-accepted{outline:3px dashed #f59e0b!important;box-shadow:0 0 0 6px #f59e0b24,0 20px 42px #0f172a24!important}.toe-photo-container--design-empty:after,.toe-photo-container--design-lowres:after,.toe-photo-container--design-accepted:after,.toe-extra-photo--design-empty:after,.toe-extra-photo--design-lowres:after,.toe-extra-photo--design-accepted:after{content:"!";position:absolute;top:-14px;right:-14px;z-index:40;width:28px;height:28px;border:2px solid #fff;border-radius:999px;color:#fff;font-size:17px;font-weight:800;line-height:24px;text-align:center;box-shadow:0 8px 22px #0f172a38;pointer-events:none}.toe-photo-container--design-empty:after,.toe-extra-photo--design-empty:after{background:#ef4444}.toe-photo-container--design-lowres:after,.toe-extra-photo--design-lowres:after{background:#f59e0b}.toe-photo-container--design-accepted:after,.toe-extra-photo--design-accepted:after{content:"✓";background:#f59e0b}.toe-photo-bleed{background:#ef444429}.toe-photo-trim-line{border-color:#ef444470}.toe-photo-safe-line{border-color:#ef4444d6}.toe-photo-bleed-label,.toe-photo-dimension span,.toe-page-counter{border:1px solid var(--toe-color-border);border-radius:999px;background:#fffffff0;color:var(--toe-color-text);box-shadow:var(--toe-shadow-sm)}.toe-photo-dimension{color:#7f1d1d}.toe-page-arrow{width:48px;height:48px;border:1px solid var(--toe-color-border);border-radius:999px;background:#ffffffeb;color:var(--toe-color-primary-hover);font-size:32px;box-shadow:var(--toe-shadow-md)}.toe-page-arrow:hover:not(:disabled),.toe-page-arrow:focus-visible:not(:disabled){background:var(--toe-color-primary);color:#fff;outline:none;transform:translateY(-50%) scale(1.03)}.toe-text-artifact--selected,.toe-text-artifact--alignment-selected,.toe-extra-photo--selected,.toe-extra-photo--alignment-selected{outline-color:var(--toe-color-primary)}.toe-text-artifact__resize,.toe-text-artifact__rotate,.toe-extra-photo__resize,.toe-extra-photo__move,.toe-extra-photo__rotate{background:var(--toe-color-primary);box-shadow:0 6px 18px #0ea5a447}.toe-text-artifact__reset-rotate,.toe-extra-photo__reset-rotate{border-color:var(--toe-color-primary-soft);color:var(--toe-color-primary-hover)}.toe-text-artifact__reset-rotate:before,.toe-extra-photo__reset-rotate:before{color:var(--toe-color-primary-hover)}.toe-extra-photo--empty{border-color:#0ea5a473;outline-color:#0ea5a4d1;background:#f0fdfab8}.toe-bottom-panel{height:154px;flex-basis:154px;border-top:1px solid var(--toe-color-border);background:#fffffff5;box-shadow:0 -10px 28px #0f172a0f}.toe-bottom-tabs{width:104px;border-right:1px solid var(--toe-color-border);background:var(--toe-color-panel-soft)}.toe-bottom-tab{position:relative;min-height:38px;border-bottom:1px solid var(--toe-color-border);background:transparent;color:var(--toe-color-muted);font-size:12px;font-weight:850;transition:background .16s ease,color .16s ease}.toe-bottom-tab:hover,.toe-bottom-tab:focus-visible{background:#fff;color:var(--toe-color-text)}.toe-bottom-tab--active{background:#fff;color:var(--toe-color-primary-hover);box-shadow:inset 3px 0 0 var(--toe-color-primary)}.toe-bottom-toolbar{min-height:40px;padding:6px 12px;border-bottom:1px solid var(--toe-color-border);background:#fff}.toe-bottom-tool,.toe-bottom-size-toggle{min-height:30px;border-color:var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#fff;color:var(--toe-color-text);font-weight:800}.toe-bottom-tool:hover:not(:disabled),.toe-bottom-tool:focus-visible:not(:disabled),.toe-bottom-size-toggle:hover,.toe-bottom-size-toggle:focus-visible{border-color:#0ea5a452;background:#f0fdfa;color:var(--toe-color-primary-hover);outline:none}.toe-bottom-tool--primary,.toe-bottom-size-toggle--active{border-color:#0ea5a459;background:#f0fdfa;color:var(--toe-color-primary-hover)}.toe-photo-library-strip,.toe-page-preview-strip,.toe-template-strip,.toe-product-strip,.toe-paper-strip{gap:12px;padding:10px 12px;background:linear-gradient(180deg,#fff,#fbfbfc)}.toe-library-photo,.toe-page-preview,.toe-template-card,.toe-bottom-product-card,.toe-bottom-paper-card{border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-lg);background:#fff;box-shadow:var(--toe-shadow-sm)}.toe-library-photo,.toe-page-preview{flex-basis:112px;min-width:112px;padding:7px}.toe-library-photo:hover,.toe-library-photo:focus-visible,.toe-page-preview:hover,.toe-page-preview:focus-visible,.toe-template-card__preview:hover,.toe-template-card__preview:focus-visible,.toe-bottom-product-card:hover,.toe-bottom-product-card:focus-visible,.toe-bottom-paper-card:hover,.toe-bottom-paper-card:focus-visible{border-color:#0ea5a45c;box-shadow:var(--toe-shadow-md);outline:none}.toe-library-photo--selected,.toe-page-preview--active,.toe-bottom-product-card--active,.toe-bottom-product-card:disabled,.toe-bottom-paper-card--active,.toe-bottom-paper-card:disabled{border-color:var(--toe-color-primary);background:#f0fdfa;box-shadow:0 0 0 3px #0ea5a424}.toe-library-photo--failed{border-color:#ef44446b;background:#fef2f2}.toe-library-photo__thumb,.toe-page-preview__thumb,.toe-template-card__preview,.toe-template-card__canvas,.toe-template-assets__thumb,.toe-border-option__thumb{border-color:var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#f3f4f6}.toe-library-photo__meta,.toe-page-preview__label,.toe-template-card__body,.toe-bottom-product-card,.toe-bottom-paper-card{color:var(--toe-color-text)}.toe-library-photo__meta span:last-child,.toe-template-card__body span,.toe-bottom-product-card small,.toe-bottom-paper-card span{color:var(--toe-color-muted)}.toe-template-card{grid-template-columns:176px 158px;min-width:354px;padding:8px}.toe-template-card__preview{width:176px;min-height:200px}.toe-product-strip .toe-bottom-product-card{min-height:94px}.toe-paper-strip .toe-bottom-paper-card{display:grid;gap:4px;min-height:86px;padding:12px;text-align:left;cursor:pointer}.toe-bottom-paper-card strong,.toe-bottom-paper-card span,.toe-bottom-paper-card em{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toe-bottom-paper-card strong{font-size:13px;font-weight:900}.toe-bottom-paper-card span{font-size:12px;font-weight:700}.toe-bottom-paper-card em{color:var(--toe-color-primary-hover);font-size:12px;font-style:normal;font-weight:900}.toe-format-confirm,.toe-photo-menu,.toe-text-editor,.toe-extra-photo-editor{border-color:var(--toe-color-border);border-radius:var(--toe-radius-lg);background:#fffffffa;box-shadow:var(--toe-shadow-lg)}.toe-format-confirm{border-color:#0ea5a438}.toe-format-confirm__icon{background:#fffbeb;color:#b45309}.toe-format-confirm h2{color:var(--toe-color-text)}.toe-format-confirm p{color:var(--toe-color-muted)}.toe-format-confirm strong{color:var(--toe-color-primary-hover)}.toe-format-confirm__button,.toe-text-editor__actions button,.toe-extra-photo-editor button:not(.toe-text-editor__close){border-color:var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#fff;color:var(--toe-color-text)}.toe-format-confirm__button:hover,.toe-format-confirm__button:focus-visible,.toe-text-editor__actions button:hover:not(:disabled),.toe-extra-photo-editor button:not(.toe-text-editor__close):hover{border-color:#0ea5a452;background:#f0fdfa;outline:none}.toe-format-confirm__button--primary{border-color:var(--toe-color-primary);background:var(--toe-color-primary);color:#fff}.toe-format-confirm__button--primary:hover,.toe-format-confirm__button--primary:focus-visible{border-color:var(--toe-color-primary-hover);background:var(--toe-color-primary-hover)}.toe-lang-switcher{top:70px;right:12px;overflow:hidden;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-lg);background:#fffffff0;box-shadow:var(--toe-shadow-md)}.toe-lang-btn{min-width:44px;padding:7px 9px}.toe-lang-btn:hover{background:#f0fdfa}.toe-lang-btn--active,.toe-lang-btn--active:hover{background:var(--toe-color-primary-soft)}.toe-lang-code{color:var(--toe-color-muted)}.toe-ordering-overlay{background:#11182780;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.toe-ordering-spinner .toe-spinner,.toe-ordering-overlay--saving .toe-spinner,.toe-spinner{border-top-color:var(--toe-color-primary)}@media (max-width: 1100px){.toe-editor-workspace{grid-template-columns:288px minmax(0,1fr)}.toe-elements-shell{grid-template-columns:82px minmax(0,1fr)}.toe-elements-tab{min-height:54px}}@media (max-width: 900px){.toe-editor-topbar{min-height:64px;padding:8px 12px}.toe-editor-workspace{grid-template-columns:1fr}.toe-elements-shell{grid-template-columns:1fr;max-height:none}.toe-elements-tabs{flex-direction:row;overflow-x:auto;padding:8px}.toe-elements-tab{flex:0 0 auto;width:auto;min-width:92px;min-height:40px;box-shadow:none}.toe-elements-tab--active{box-shadow:inset 0 -3px 0 var(--toe-section-accent)}.toe-elements-panel{max-height:172px;padding:12px}.toe-editor-canvas-area{padding:18px 14px}.toe-bottom-panel{height:148px;flex-basis:148px;grid-template-columns:92px minmax(0,1fr)}.toe-bottom-tabs{width:92px}.toe-lang-switcher{top:auto;right:12px;bottom:148px}}@media (max-width: 560px){.toe-topbar-project-name{max-width:180px}.toe-elements-tab{min-width:76px;grid-template-columns:1fr;justify-items:center;text-align:center}.toe-elements-tab__label{max-width:64px;font-size:10px}.toe-bottom-panel{height:124px;flex-basis:124px;grid-template-columns:74px minmax(0,1fr)}.toe-bottom-tabs{width:74px}.toe-library-photo,.toe-page-preview{flex-basis:82px;min-width:82px}.toe-lang-switcher{bottom:124px}}.toe-editor-workspace{grid-template-columns:76px 236px minmax(420px,1fr) 284px;grid-template-rows:minmax(0,1fr);position:relative}.toe-editor-sidebar{grid-column:1;grid-row:1;overflow:hidden;border-right:0;background:var(--toe-color-nav)}.toe-editor-sidebar>.toe-elements-tabs{height:100%}.toe-editor-browser-panel{grid-column:4;grid-row:1;position:relative;min-width:0;min-height:0;overflow:hidden;border-left:1px solid var(--toe-color-border);border-right:0;background:var(--toe-color-panel)}.toe-editor-layout--bottom-large .toe-editor-browser-panel{grid-column:3 / 5;grid-row:1;z-index:80;box-shadow:-18px 0 42px #0f172a2e}.toe-editor-canvas-area{grid-column:3;grid-row:1}.toe-editor-properties{grid-column:2;grid-row:1;min-width:0;min-height:0;overflow:hidden;border-left:0;border-right:1px solid var(--toe-color-border);background:var(--toe-color-panel);box-shadow:1px 0 #ffffffb3}.toe-editor-properties .toe-elements-shell{display:block;height:100%;min-height:0}.toe-editor-properties .toe-elements-tabs{display:none}.toe-editor-properties .toe-elements-panel{height:100%;min-height:0;overflow-y:auto;padding:18px 16px 24px}.toe-editor-properties .toe-elements-panel__title{display:flex;align-items:center;justify-content:space-between;min-height:28px;margin-bottom:8px;padding-bottom:12px;border-bottom:1px solid var(--toe-color-border);font-size:13px}.toe-editor-properties .toe-elements-panel__group,.toe-editor-properties .toe-elements-selected,.toe-editor-properties .toe-template-assets,.toe-editor-properties .toe-border-grid{border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-lg);background:#fff;padding:12px;box-shadow:var(--toe-shadow-sm)}.toe-editor-properties .toe-elements-panel__group{margin-top:10px;border-top:1px solid var(--toe-color-border)}.toe-editor-properties .toe-elements-panel__group--first{border-top:1px solid var(--toe-color-border)}.toe-editor-properties .toe-elements-selected{gap:10px;border:0;padding:0;box-shadow:none}.toe-editor-properties .toe-elements-selected__title,.toe-editor-properties .toe-template-assets__title{color:var(--toe-color-muted);font-size:11px;font-weight:900;text-transform:uppercase}.toe-personal-dates-preview{display:grid;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--toe-color-border)}.toe-personal-dates-preview__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.toe-personal-dates-preview__header strong,.toe-personal-dates-preview__header small{display:block}.toe-personal-dates-preview__header strong{color:var(--toe-color-text);font-size:12px}.toe-personal-dates-preview__header small,.toe-personal-dates-preview__notice,.toe-personal-dates-preview__empty{color:var(--toe-color-muted);font-size:10px;line-height:1.35}.toe-personal-dates-preview__list{display:grid;gap:7px}.toe-personal-dates-preview__item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#fff}.toe-personal-dates-preview__item strong,.toe-personal-dates-preview__item small{display:block}.toe-personal-dates-preview__item strong{color:var(--toe-color-text);font-size:10px}.toe-personal-dates-preview__item small{margin-top:2px;color:var(--toe-color-muted);font-size:9px}.toe-personal-dates-preview__item-actions{display:flex;flex:0 0 auto;gap:5px}.toe-personal-dates-preview__item-actions button{min-height:26px;padding:4px 7px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#fff;color:var(--toe-color-text);font:inherit;font-size:9px;font-weight:800}.toe-personal-dates-preview__item-actions button:disabled{opacity:.6}.toe-personal-dates-preview__add,.toe-personal-date-preview-card__actions button{min-height:30px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-sm);padding:5px 9px;background:#fff;color:var(--toe-color-text);font:inherit;font-size:10px;font-weight:800}.toe-personal-dates-preview__add:disabled,.toe-personal-date-preview-card__actions button:disabled{opacity:.72;cursor:default}.toe-personal-dates-preview__empty{padding:9px;border:1px dashed var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#f8fafc;text-align:center}.toe-personal-date-preview-card{display:grid;gap:10px;padding:10px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-md);background:#fff}.toe-personal-date-preview-card__title{color:var(--toe-color-text);font-size:11px;font-weight:900}.toe-personal-date-preview-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.toe-personal-date-preview-card__grid input:disabled,.toe-personal-date-preview-card__grid select:disabled{opacity:1;color:#5f6b7a;background:#f7f8fa}.toe-personal-date-preview-card__actions{display:flex;justify-content:flex-end;gap:7px}.toe-personal-date-preview-card__actions .toe-personal-date-preview-card__save{border-color:var(--toe-color-primary);background:var(--toe-color-primary);color:#fff}.toe-personal-dates-preview__notice{margin:0}.toe-personal-date-preview-card__status{padding:7px 9px;border-radius:var(--toe-radius-sm);font-size:10px;font-weight:800}.toe-personal-date-preview-card__status--saving{background:#eff6ff;color:#1d4ed8}.toe-personal-date-preview-card__status--success{background:#ecfdf5;color:#047857}.toe-personal-date-preview-card__status--error{background:#fef2f2;color:#b91c1c}.toe-panel-collapse{position:absolute;top:14px;z-index:95;display:inline-flex;align-items:center;justify-content:center;width:28px;height:44px;border:1px solid var(--toe-color-border);border-radius:999px;background:#fffffff0;color:var(--toe-color-text);box-shadow:var(--toe-shadow-sm);font-size:22px;font-weight:900;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.toe-panel-collapse:hover,.toe-panel-collapse:focus-visible{border-color:#0ea5a46b;background:#fff;color:var(--toe-color-primary);box-shadow:var(--toe-shadow-md);outline:none;transform:translateY(-1px)}.toe-panel-collapse--left{left:298px}.toe-panel-collapse--right{right:270px}.toe-editor-layout--left-collapsed .toe-editor-workspace{grid-template-columns:0 0 minmax(420px,1fr) 284px}.toe-editor-layout--right-collapsed .toe-editor-workspace{grid-template-columns:76px 236px minmax(420px,1fr) 0}.toe-editor-layout--left-collapsed.toe-editor-layout--right-collapsed .toe-editor-workspace{grid-template-columns:0 0 minmax(420px,1fr) 0}.toe-editor-layout--left-collapsed .toe-editor-sidebar,.toe-editor-layout--left-collapsed .toe-editor-properties,.toe-editor-layout--right-collapsed .toe-editor-browser-panel{display:none}.toe-editor-layout--left-collapsed .toe-panel-collapse--left{left:10px}.toe-editor-layout--right-collapsed .toe-panel-collapse--right{right:10px}.toe-editor-browser-panel .toe-bottom-panel{display:flex;flex-direction:column;height:100%;min-height:0;flex:none;border-top:0;background:var(--toe-color-panel);box-shadow:none}.toe-editor-browser-panel .toe-bottom-panel--large{height:100%;min-height:0;flex-basis:auto}.toe-editor-browser-panel .toe-bottom-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex:0 0 auto;width:auto;border-right:0;border-bottom:1px solid var(--toe-color-border);background:#fff;padding:10px 10px 0;gap:4px}.toe-editor-browser-panel .toe-bottom-tab{min-height:34px;border:0;border-bottom:2px solid transparent;border-radius:0;box-shadow:none;font-size:11px}.toe-editor-browser-panel .toe-bottom-tab--active{color:var(--toe-color-primary-hover);box-shadow:none;border-bottom-color:var(--toe-color-primary)}.toe-editor-browser-panel .toe-bottom-toolbar,.toe-editor-browser-panel .toe-upload-queue,.toe-editor-browser-panel .toe-photo-library-strip,.toe-editor-browser-panel .toe-page-preview-strip,.toe-editor-browser-panel .toe-template-strip,.toe-editor-browser-panel .toe-product-strip{grid-column:auto;grid-row:auto}.toe-editor-browser-panel .toe-bottom-toolbar{flex:0 0 auto;flex-wrap:wrap;min-height:auto;padding:12px;gap:8px;border-bottom:1px solid var(--toe-color-border);background:#fff}.toe-editor-browser-panel .toe-bottom-toolbar .toe-bottom-tool{flex:1 1 auto}.toe-editor-browser-panel .toe-bottom-toolbar .toe-bottom-count{width:100%;order:10}.toe-editor-browser-panel .toe-bottom-size-toggle{margin-left:0}.toe-editor-browser-panel .toe-upload-queue{flex:0 0 auto;grid-template-columns:1fr;padding:8px 12px}.toe-editor-browser-panel .toe-photo-library-strip,.toe-editor-browser-panel .toe-page-preview-strip,.toe-editor-browser-panel .toe-template-strip,.toe-editor-browser-panel .toe-product-strip,.toe-editor-browser-panel .toe-paper-strip{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;align-content:start;align-items:start;padding:12px}.toe-editor-browser-panel .toe-photo-library-strip,.toe-editor-browser-panel .toe-page-preview-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.toe-editor-browser-panel .toe-template-strip,.toe-editor-browser-panel .toe-product-strip,.toe-editor-browser-panel .toe-paper-strip{display:grid;grid-template-columns:1fr}.toe-editor-browser-panel .toe-editor-template-group{width:100%;min-width:0}.toe-editor-browser-panel .toe-editor-template-group__items{display:grid;grid-template-columns:1fr;gap:10px}.toe-editor-browser-panel .toe-library-photo,.toe-editor-browser-panel .toe-page-preview{width:100%;min-width:0;height:118px;flex:none}.toe-editor-browser-panel .toe-template-card,.toe-editor-browser-panel .toe-bottom-product-card,.toe-editor-browser-panel .toe-bottom-paper-card{width:100%;min-width:0;flex:none}.toe-editor-browser-panel .toe-template-card{grid-template-columns:176px minmax(0,1fr)}.toe-editor-browser-panel .toe-bottom-empty{min-height:160px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-photo-library-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:14px;padding:16px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-page-preview-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(122px,1fr));gap:14px;padding:16px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-template-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:16px;padding:16px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-editor-template-group{grid-column:1 / -1}.toe-editor-browser-panel .toe-bottom-panel--large .toe-editor-template-group__items{grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:16px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-product-strip,.toe-editor-browser-panel .toe-bottom-panel--large .toe-paper-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;padding:16px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-library-photo,.toe-editor-browser-panel .toe-bottom-panel--large .toe-page-preview,.toe-editor-browser-panel .toe-bottom-panel--large .toe-template-card,.toe-editor-browser-panel .toe-bottom-panel--large .toe-bottom-product-card,.toe-editor-browser-panel .toe-bottom-panel--large .toe-bottom-paper-card{width:100%;min-width:0;flex:none}.toe-editor-browser-panel .toe-bottom-panel--large .toe-library-photo,.toe-editor-browser-panel .toe-bottom-panel--large .toe-page-preview{height:132px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-bottom-product-card{min-height:116px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-template-card{grid-template-columns:minmax(220px,1.4fr) minmax(160px,.6fr);align-items:stretch;min-height:260px}.toe-editor-browser-panel .toe-bottom-panel--large .toe-template-card__preview{width:100%;min-height:240px}.toe-template-card__pages{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:8px;width:100%}.toe-template-card__page-preview{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:74px}.toe-template-card__page-preview .toe-template-card__canvas{max-height:none}.toe-template-card__page-number{position:absolute;right:4px;bottom:4px;min-width:18px;padding:2px 5px;border-radius:999px;background:#ffffffeb;color:var(--toe-color-ink);font-size:10px;font-weight:900;line-height:1;box-shadow:0 1px 4px #0f172a2e}@media (max-width: 1200px){.toe-editor-workspace{grid-template-columns:72px 220px minmax(360px,1fr) 264px}}@media (max-width: 980px){.toe-editor-workspace{grid-template-columns:72px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 220px}.toe-editor-sidebar{grid-column:1;grid-row:1 / -1}.toe-editor-browser-panel{grid-column:2;grid-row:2;border-top:1px solid var(--toe-color-border);border-right:0}.toe-editor-layout--bottom-large .toe-editor-browser-panel{grid-column:2;grid-row:1 / -1}.toe-editor-canvas-area{grid-column:2;grid-row:1}.toe-editor-properties{display:none}.toe-editor-browser-panel .toe-bottom-panel{height:220px}.toe-editor-browser-panel .toe-photo-library-strip,.toe-editor-browser-panel .toe-page-preview-strip,.toe-editor-browser-panel .toe-template-strip,.toe-editor-browser-panel .toe-product-strip{display:flex;overflow-x:auto;overflow-y:hidden}.toe-editor-browser-panel .toe-library-photo,.toe-editor-browser-panel .toe-page-preview{flex:0 0 104px}}.toe-editor-canvas-area{display:grid;grid-template-rows:auto minmax(0,1fr);align-items:stretch;justify-content:stretch;padding:0;overflow:hidden;background:#f5f5f7;background-image:none}.toe-canvas-actiondock{display:flex;flex-direction:column;min-width:0;border-bottom:1px solid var(--toe-color-border);background:#fffffff5;box-shadow:0 1px #0f172a05}.toe-canvas-actionbar{display:flex;align-items:center;justify-content:flex-start;gap:18px;min-width:0;padding:8px 28px 7px;background:transparent}.toe-canvas-action{display:grid;grid-template-rows:24px auto;justify-items:center;align-items:center;gap:2px;min-width:54px;min-height:50px;padding:2px 4px;border:1px solid transparent;border-radius:var(--toe-radius-sm);background:transparent;color:var(--toe-color-muted);font:inherit;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.toe-canvas-action:hover:not(:disabled),.toe-canvas-action:focus-visible:not(:disabled){border-color:var(--toe-color-border);background:#f9fafb;color:var(--toe-color-text);outline:none}.toe-canvas-action--active:not(:disabled){border-color:#0ea5a452;background:#f0fdfa;color:var(--toe-color-primary-hover)}.toe-canvas-action:disabled{color:#c6ccd4;cursor:default}.toe-canvas-action__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:17px;font-weight:800;line-height:1}.toe-canvas-action__label{max-width:68px;overflow:hidden;color:currentColor;font-size:10px;font-weight:700;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.toe-canvas-more{position:relative;flex:0 0 auto}.toe-canvas-more__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;display:grid;gap:4px;min-width:190px;padding:8px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-lg);background:#fff;box-shadow:var(--toe-shadow-md)}.toe-canvas-more__item{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;min-height:34px;padding:0 10px;border:1px solid transparent;border-radius:var(--toe-radius-sm);background:transparent;color:var(--toe-color-text);font:inherit;font-size:12px;font-weight:800;text-align:left;cursor:pointer}.toe-canvas-more__item:hover:not(:disabled),.toe-canvas-more__item:focus-visible:not(:disabled),.toe-canvas-more__item--active:not(:disabled){border-color:#0ea5a447;background:#f0fdfa;color:var(--toe-color-primary-hover);outline:none}.toe-canvas-more__item:disabled{color:#c6ccd4;cursor:default}.toe-canvas-more__item span:first-child{justify-self:center;font-size:15px;font-weight:900}.toe-canvas-shadowbar{display:flex;align-items:center;gap:14px;min-width:0;padding:0 28px 10px;color:var(--toe-color-muted);font-size:11px;font-weight:800}.toe-canvas-shadowbar__check,.toe-canvas-shadowbar__control{display:inline-flex;align-items:center;gap:8px;min-height:30px;white-space:nowrap}.toe-canvas-shadowbar__check input{width:16px;height:16px;accent-color:var(--toe-color-primary)}.toe-canvas-shadowbar__control input[type=number]{width:64px;height:28px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-sm);padding:0 8px;color:var(--toe-color-text);font:inherit;font-weight:700}.toe-canvas-shadowbar__control input[type=range]{width:110px;accent-color:var(--toe-color-primary)}.toe-canvas-shadowbar__control input[type=color]{width:30px;height:28px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-sm);padding:2px;background:#fff}.toe-canvas-shadowbar__control output{min-width:34px;color:var(--toe-color-text);font-weight:900}.toe-canvas-opacitybar{display:flex;align-items:center;gap:14px;min-width:0;padding:0 28px 10px;color:var(--toe-color-muted);font-size:11px;font-weight:800}.toe-canvas-opacitybar__control{display:inline-flex;align-items:center;gap:8px;min-height:30px;white-space:nowrap}.toe-canvas-opacitybar__control input[type=range]{width:180px;accent-color:var(--toe-color-primary)}.toe-canvas-opacitybar__control output{min-width:34px;color:var(--toe-color-text);font-weight:900}.toe-canvas-alignbar{display:flex;align-items:center;gap:8px;min-width:0;padding:0 28px 10px}.toe-canvas-alignbar__button{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 10px;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-sm);background:#fff;color:var(--toe-color-text);font:inherit;font-size:11px;font-weight:800;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.toe-canvas-alignbar__button:hover,.toe-canvas-alignbar__button:focus-visible{border-color:#0ea5a452;background:#f0fdfa;color:var(--toe-color-primary-hover);outline:none}.toe-canvas-alignbar__button span:first-child{font-size:14px;font-weight:900}.toe-design-check{position:absolute;right:24px;bottom:24px;z-index:80;width:min(390px,calc(100% - 48px));border:1px solid var(--toe-color-border);border-radius:14px;background:#fffffffa;box-shadow:0 22px 54px #0f172a38;padding:14px;color:var(--toe-color-text)}.toe-design-check__header,.toe-design-check__nav,.toe-design-check__actions,.toe-design-check__list{display:flex;gap:8px;align-items:center}.toe-design-check__header{justify-content:space-between;margin-bottom:12px}.toe-design-check__header strong{display:block;font-size:15px}.toe-design-check__header span{display:block;margin-top:2px;color:var(--toe-color-muted);font-size:12px}.toe-design-check__header button{width:30px;height:30px;border-radius:999px;padding:0}.toe-design-check__issue{display:grid;grid-template-columns:auto 1fr;gap:10px;border:1px solid var(--toe-color-border);border-radius:12px;padding:11px;background:#f9fafb}.toe-design-check__issue--empty-photo-container{border-color:#ef44445c;background:#fef2f2}.toe-design-check__issue--low-resolution-photo{border-color:#f59e0b6b;background:#fffbeb}.toe-design-check__issue--accepted{background:#fff7ed}.toe-design-check__badge{min-width:54px;border-radius:999px;background:#fff;padding:5px 8px;text-align:center;font-size:12px;font-weight:800;box-shadow:inset 0 0 0 1px var(--toe-color-border)}.toe-design-check__issue strong{display:block;margin-bottom:3px}.toe-design-check__issue p{margin:0;color:var(--toe-color-muted);font-size:12px;line-height:1.35}.toe-design-check__issue small{display:inline-block;margin-top:6px;color:var(--toe-color-text);font-size:12px;font-weight:700}.toe-design-check__pixels{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 0}.toe-design-check__pixels div{border:1px solid var(--toe-color-border);border-radius:10px;padding:8px;background:#fff}.toe-design-check__pixels dt{color:var(--toe-color-muted);font-size:11px;font-weight:700}.toe-design-check__pixels dd{margin:2px 0 0;font-size:13px;font-weight:800}.toe-design-check__actions{flex-wrap:wrap;margin-top:12px}.toe-design-check button{border:1px solid var(--toe-color-border);border-radius:10px;background:#fff;padding:8px 10px;color:var(--toe-color-text);font-size:12px;font-weight:800;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.toe-design-check button:hover:not(:disabled),.toe-design-check button:focus-visible:not(:disabled){border-color:var(--toe-color-primary);background:#f0fdfa;outline:none}.toe-design-check button:disabled{cursor:not-allowed;opacity:.48}.toe-design-check__primary,.toe-design-check__continue{border-color:var(--toe-color-primary)!important;background:var(--toe-color-primary)!important;color:#fff!important}.toe-design-check__continue:disabled{border-color:var(--toe-color-border)!important;background:#e5e7eb!important;color:#6b7280!important}.toe-design-check__nav{margin-top:12px;flex-wrap:wrap}.toe-design-check__continue{width:100%;margin-top:10px;justify-content:center}.toe-design-check__list{margin-top:10px;flex-wrap:wrap}.toe-design-check__dot{width:28px;height:28px;border-radius:999px!important;padding:0!important}.toe-design-check__dot--active{border-color:var(--toe-color-primary)!important;box-shadow:0 0 0 3px #0ea5a429}.toe-design-check__dot--accepted{border-color:#f59e0b!important;background:#fffbeb!important}.toe-canvas-viewport{position:relative;display:flex;align-items:flex-start;justify-content:center;min-width:0;min-height:0;overflow:auto;padding:76px 40px 42px;background:linear-gradient(rgba(17,24,39,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.026) 1px,transparent 1px),#f5f5f7;background-size:28px 28px}.toe-canvas-viewport .toe-page-stage{position:relative;flex:0 0 auto;width:max(100%,calc(100% * var(--toe-editor-zoom, 1)));height:max(100%,calc(100% * var(--toe-editor-zoom, 1)));min-width:0;min-height:0;display:flex;align-items:flex-start;justify-content:center;overflow:visible}.toe-canvas-viewport .toe-page-zoom-surface{position:absolute;top:0;left:50%;width:calc(100% / var(--toe-editor-zoom, 1));height:calc(100% / var(--toe-editor-zoom, 1));transform:translate(-50%) scale(var(--toe-editor-zoom, 1));transform-origin:top center}.toe-canvas-viewport .toe-photo-container{box-shadow:none}.toe-canvas-viewport .toe-photo-netto-display{box-shadow:0 18px 44px #0f172a29,0 2px 9px #0f172a14}.toe-canvas-viewport .toe-photo-dimension--width{top:-58px}.toe-canvas-viewport .toe-page-arrow,.toe-canvas-viewport .toe-page-counter{display:none}@media (max-width: 980px){.toe-editor-canvas-area{grid-template-rows:auto minmax(0,1fr)}.toe-canvas-actionbar{gap:8px;overflow:visible;padding:6px 12px}.toe-canvas-shadowbar,.toe-canvas-opacitybar,.toe-canvas-alignbar{overflow-x:auto;padding:0 12px 8px}.toe-canvas-action{min-width:48px}}.toe-editor-quickbar .toe-lang-switcher{position:static;inset:auto;z-index:auto;display:inline-flex;flex-direction:row;gap:2px;overflow:hidden;border:1px solid var(--toe-color-border);border-radius:var(--toe-radius-md);background:#fff;box-shadow:none}.toe-editor-quickbar .toe-lang-btn{min-width:34px;min-height:28px;padding:4px 6px;border:0;border-radius:7px;gap:2px;background:transparent}.toe-editor-quickbar .toe-lang-btn:hover{background:#f0fdfa}.toe-editor-quickbar .toe-lang-btn--active,.toe-editor-quickbar .toe-lang-btn--active:hover{background:var(--toe-color-primary-soft)}.toe-editor-quickbar .toe-lang-flag-img{width:18px;height:12px;border-radius:2px}.toe-editor-quickbar .toe-lang-code{color:var(--toe-color-muted);font-size:8px;line-height:1;letter-spacing:0}html,body,#toe-pdf-page-root,.toe-pdf-stage{margin:0;width:100%;height:100%;overflow:hidden;background:transparent}.toe-pdf-stage .toe-photo-outer{inset:auto;left:var(--toe-pdf-netto-left, 0);top:var(--toe-pdf-netto-top, 0);width:var(--toe-pdf-netto-width, 100%);height:var(--toe-pdf-netto-height, 100%);padding:0}.toe-pdf-stage .toe-photo-netto-clip{overflow:visible}.toe-pdf-stage .toe-photo-container{box-shadow:none;cursor:default}.toe-pdf-stage .toe-safe-area-overlay,.toe-pdf-stage .toe-calendar-binding-overlay,.toe-pdf-stage .toe-photo-dimensions,.toe-pdf-stage .toe-extra-photo__resize,.toe-pdf-stage .toe-extra-photo__move,.toe-pdf-stage .toe-extra-photo__rotate,.toe-pdf-stage .toe-extra-photo__reset-rotate,.toe-pdf-stage .toe-calendar-grid-select-layer{display:none!important}
