.project-move-folder-tree{gap:2px;min-width:0;display:grid}.project-move-folder-row{min-width:0;align-items:stretch;gap:2px;padding-inline-start:calc(var(--project-move-folder-depth) * 18px);display:flex}.project-move-folder-toggle,.project-move-folder-toggle-spacer{width:44px;min-width:44px;min-height:44px}.project-move-folder-toggle{border-radius:var(--r-sm);color:var(--muted);background:0 0;border:0;place-items:center;padding:0;display:grid}.project-move-folder-toggle:not(:disabled):hover{color:var(--ink);background:var(--violet-soft)}.project-move-folder-toggle:focus-visible{box-shadow:var(--focus-ring);outline:none}.project-move-folder-toggle svg{transition:transform .14s}.project-move-folder-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.project-move-folder-toggle:disabled{cursor:default;opacity:.55}.project-move-folder-target{flex:auto;width:auto;min-width:0}@media (prefers-reduced-motion:reduce){.project-move-folder-toggle svg{transition:none}}.project-move-destination-list{gap:2px;min-width:0;display:grid}.project-move-description{color:var(--muted);margin:0 6px 8px;font-size:12px;line-height:1.4}.project-move-destination-list .project-card-action{border-radius:var(--r-sm);width:100%;min-width:0;min-height:44px;color:inherit;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:9px 10px;display:flex}.project-move-destination-list .project-card-action:not(:disabled):hover{background:var(--violet-soft)}.project-move-destination-list .project-card-action:focus-visible{box-shadow:var(--focus-ring);outline:none}.project-move-destination-list .project-card-action:disabled{color:var(--muted);cursor:default}.project-move-destination-list .project-card-action.is-separated{border-top:1px solid var(--line);border-radius:0 0 var(--r-sm) var(--r-sm);margin-top:6px;padding-top:12px}.project-move-destination-list .project-card-action-icon{flex:none;place-items:center;display:grid}.project-move-destination-list .project-card-action-copy{flex:1 1 0;gap:2px;min-width:0;display:grid;overflow:hidden}.project-move-destination-list .project-card-action-copy strong{overflow-wrap:anywhere;text-overflow:ellipsis;font-size:14px;font-weight:650;line-height:1.25;overflow:hidden}.project-move-destination-list .project-card-action-copy small{color:var(--muted);overflow-wrap:anywhere;font-size:11px;line-height:1.3}.project-move-destination-list .project-card-action:disabled small{color:var(--muted)}.project-move-create-form{gap:14px;min-width:0;padding:2px 6px 4px;display:grid}.project-move-create-form .project-name-field{color:#4f555d;gap:7px;min-width:0;font-size:13px;font-weight:850;display:grid}.project-move-create-form .project-name-field input{box-sizing:border-box;width:100%;min-width:0;height:48px;color:var(--ink);font:inherit;background:#fff;border:1px solid #cfd4d9;border-radius:7px;outline:none;padding:0 13px}.project-move-create-form .project-name-field input:focus{border-color:var(--teal,var(--violet));box-shadow:0 0 0 3px #0b9f9a24}.project-move-parent-picker{border:0;gap:7px;min-width:0;margin:0;padding:0;display:grid}.project-move-parent-picker>legend{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:700}.project-move-create-form .auth-message{border-left:3px solid var(--coral,#e66b5b);color:#8e2f26;white-space:normal;background:#fff1ef;margin:0;padding:10px 12px;font-size:13px;line-height:1.4}.project-move-create-form .delete-project-actions{grid-template-columns:minmax(0,.85fr) minmax(190px,1.15fr);gap:9px;display:grid}.project-move-create-form .delete-project-actions button{min-height:44px;font:inherit;white-space:nowrap;background:#fff;border:1px solid #d5dade;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:14px;font-weight:800;line-height:1.2;display:inline-flex}.project-move-create-form .delete-project-actions button.is-primary{border-color:var(--teal,var(--violet));color:#fff;background:var(--teal,var(--violet))}.project-move-create-form .delete-project-actions button:disabled{cursor:wait;opacity:.58}@media (width<=460px){.project-move-create-form .delete-project-actions{grid-template-columns:1fr}}.editor-sheet-layer{z-index:45;width:min(100%, var(--mobile-shell-width,620px));align-items:flex-end;display:flex;position:fixed;inset:0 0 0 50%;transform:translate(-50%)}.editor-sheet-layer.is-canvas-interactive{pointer-events:none}.editor-sheet-layer.is-canvas-interactive .editor-bottom-sheet{pointer-events:auto}.editor-sheet-scrim{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#14181e47;border:0;border-radius:0;width:100%;height:100%;padding:0;animation:.18s ease-out editor-sheet-scrim-in;position:absolute;inset:0}.editor-bottom-sheet{width:100%;max-height:calc(100svh - 16px);color:var(--ink);box-shadow:var(--shadow-sheet);will-change:transform;background:#fff;border:1px solid #1f252b1c;border-bottom:0;border-radius:22px 22px 0 0;flex-direction:column;transition:transform .12s ease-out;animation:.2s cubic-bezier(.2,.74,.25,1) editor-sheet-in;display:flex;position:relative;overflow:hidden}.editor-bottom-sheet:focus{outline:none}.editor-bottom-sheet-medium{height:min(520px,58svh)}.editor-bottom-sheet-fit{height:auto;max-height:min(520px,58svh)}.editor-bottom-sheet-fit .editor-sheet-content{flex:0 auto}.editor-bottom-sheet-peek{height:min(190px,24svh)}.editor-bottom-sheet-large{height:min(760px,78svh)}.editor-bottom-sheet-full{height:calc(100svh - 16px)}.editor-bottom-sheet.is-expanded:not(.editor-bottom-sheet-full){height:calc(100svh - 16px);max-height:calc(100svh - 16px)}.editor-bottom-sheet.is-resizing{transition:none}.editor-bottom-sheet.is-expanded,.editor-bottom-sheet:not(.is-resizing){transition:transform .12s ease-out,height .18s cubic-bezier(.2,.74,.25,1),max-height .18s cubic-bezier(.2,.74,.25,1)}.editor-sheet-layer.is-compact{padding:0 8px calc(98px + env(safe-area-inset-bottom))}.editor-sheet-layer.is-compact .editor-sheet-scrim{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;animation:none}.editor-bottom-sheet-compact{height:auto;max-height:min(40svh,380px);box-shadow:var(--shadow);border-bottom:1px solid #1f252b1c;border-radius:20px}.editor-bottom-sheet-compact .editor-sheet-content{flex:0 auto;padding:2px 16px 14px}.editor-bottom-sheet-compact .editor-sheet-drag-zone{flex:0 0 16px;height:16px}.editor-bottom-sheet-compact .editor-sheet-header{border-bottom:0;align-items:center;gap:2px;min-height:34px;padding:0 10px 0 16px;display:flex}.editor-bottom-sheet-compact .editor-sheet-header>span{display:none}.editor-bottom-sheet-compact .editor-sheet-header h2{color:#3d434b;letter-spacing:.01em;text-align:left;flex:1;min-width:0;font-size:13px;font-weight:600}.editor-sheet-drag-zone{cursor:grab;touch-action:none;flex:0 0 25px;place-items:center;height:25px;display:grid;position:relative}.editor-sheet-drag-zone:before{content:"";position:absolute;inset:-6px 0 -2px}.editor-sheet-drag-zone:active{cursor:grabbing}.editor-sheet-grabber{background:#c9cdd2;border-radius:999px;width:44px;height:5px}.editor-sheet-header{border-bottom:1px solid var(--line);grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:6px;min-height:48px;padding:0 12px 6px;display:grid}.editor-sheet-header>span,.editor-sheet-header>button{width:40px;height:40px}.editor-sheet-header>button{color:#191c20;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.editor-sheet-header>button:hover,.editor-sheet-header>button:focus-visible{background:#f0f2f4;outline:none}.editor-sheet-header h2{letter-spacing:0;text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:19px;font-weight:700;line-height:1.2;overflow:hidden}.editor-sheet-content{overscroll-behavior:contain;min-height:0;padding:16px 16px calc(22px + env(safe-area-inset-bottom) + var(--editor-keyboard-inset,0px));scrollbar-color:#bec3c8 transparent;-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}.editor-sheet-footer{padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;flex:none}@media (width<=1023px){.editor-sheet-layer:not(.is-canvas-interactive){top:var(--mobile-header-row,86px);bottom:var(--mobile-tools-row,92px);height:auto}.app-shell.has-mobile-modal-surface>.editor-sheet-layer:not(.is-canvas-interactive),.editor-sheet-layer.covers-mobile-bottom-toolbar:not(.is-canvas-interactive){z-index:90;bottom:0}.editor-sheet-layer:not(.is-canvas-interactive) .editor-bottom-sheet{max-height:100%}.editor-sheet-layer:not(.is-canvas-interactive) .editor-bottom-sheet-full{height:100%}.editor-sheet-layer.is-compact:not(.is-canvas-interactive){padding:0 8px 8px}}@keyframes editor-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes editor-sheet-scrim-in{0%{opacity:0}to{opacity:1}}@media (width>=1024px){.editor-sheet-layer.is-desktop-modal{z-index:140;place-items:center;width:auto;padding:28px;display:grid;inset:0;transform:none}.editor-sheet-layer.is-desktop-modal .editor-sheet-scrim{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#18191d75;display:block}.editor-sheet-layer.is-desktop-modal .editor-bottom-sheet,.editor-sheet-layer.is-desktop-modal .editor-bottom-sheet-large,.editor-sheet-layer.is-desktop-modal .editor-bottom-sheet-medium,.editor-sheet-layer.is-desktop-modal .editor-bottom-sheet-compact{border:0;border-radius:16px;width:min(610px,100vw - 56px);height:min(590px,100vh - 56px);max-height:calc(100vh - 56px);animation:none;overflow:visible;transform:none;box-shadow:0 18px 64px #12172147}.editor-sheet-layer.is-desktop-modal .editor-bottom-sheet.editor-bottom-sheet-fit{width:min(420px,100vw - 56px);height:auto}.editor-sheet-layer.is-desktop-modal .editor-sheet-header{position:relative}.editor-sheet-layer.is-desktop-modal .editor-sheet-header>button:last-child{color:#fff;background:#191b20d1;position:absolute;top:0;right:-48px}.editor-sheet-layer.is-desktop-modal .editor-sheet-content{overflow:auto}.editor-sheet-layer.is-desktop-popover{z-index:121;width:var(--desktop-popover-width,273px);align-items:stretch;height:auto;padding:0;inset:218px 72px auto auto;transform:none}.editor-sheet-layer.is-desktop-popover .editor-desktop-popover-hitshield{z-index:0;cursor:default;background:0 0;border:0;border-radius:0;padding:0;position:fixed;inset:57px 0 0 72px}.editor-sheet-layer.is-desktop-popover .editor-bottom-sheet,.editor-sheet-layer.is-desktop-popover .editor-bottom-sheet-large,.editor-sheet-layer.is-desktop-popover .editor-bottom-sheet-full{width:100%;height:auto;min-height:0;max-height:inherit;z-index:1;background:#fff;border:0;border-radius:16px;animation:none;transform:none;box-shadow:0 0 0 .5px #404f6d0f,0 8px 16px #151e821f,0 24px 24px #151e820f}.editor-sheet-layer.is-desktop-popover .editor-sheet-content{flex:0 auto;max-height:calc(100vh - 20px);padding:0}.editor-sheet-layer.is-desktop-popover .editor-bottom-sheet.page-comment-popover:before{content:"";background:#8b3dff;border:3px solid #fff;border-radius:50%;width:20px;height:20px;position:absolute;top:10px;left:-30px;box-shadow:0 2px 8px #1e12463d}.editor-sheet-layer.is-desktop-docked,.editor-sheet-layer.is-desktop-docked.is-compact{z-index:39;align-items:stretch;width:340px;height:auto;padding:0;inset:122px auto 42px 76px;transform:none}.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-compact,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-medium,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-peek,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-large,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-full{width:100%;height:100%;max-height:none;box-shadow:var(--shadow-sheet);border:0;border-right:1px solid #dce2e6;border-radius:0;animation:none;transform:none}.editor-sheet-layer.is-desktop-docked .editor-sheet-header{min-height:58px;padding:5px 10px}.editor-sheet-layer.is-desktop-docked .editor-sheet-header h2{font-size:16px}.editor-sheet-layer.is-desktop-docked .editor-sheet-content,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-compact .editor-sheet-content{flex:auto;padding:14px 14px 20px}.editor-sheet-layer.is-desktop-docked .editor-sheet-footer{padding:10px 14px}.editor-sheet-layer.is-desktop-docked,.editor-sheet-layer.is-desktop-docked.is-compact{top:57px;bottom:var(--desktop-status-height,40px);width:361px;left:72px}.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-compact,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-medium,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-peek,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-large,.editor-sheet-layer.is-desktop-docked .editor-bottom-sheet-full{box-shadow:none;border-right-color:#e2e3e8}}@media (prefers-reduced-motion:reduce){.editor-bottom-sheet,.editor-sheet-scrim{transition:none;animation:none}}.editor-quick-strip:not(.color-quick-strip) .editor-quick-strip-scroll>*{flex:0 0 70px;min-width:70px}.editor-quick-strip:not(.color-quick-strip) .editor-quick-strip-scroll button{border:1px solid var(--line-strong);color:#252a30;background:#fff;border-radius:8px;align-content:center;place-items:center;gap:5px;width:100%;height:100%;padding:7px 3px;display:grid}.editor-quick-strip:not(.color-quick-strip) .editor-quick-strip-scroll button.is-active{border-color:var(--violet);color:var(--violet-ink);box-shadow:inset 0 0 0 1px var(--violet)}.editor-quick-strip:not(.color-quick-strip) .editor-quick-strip-scroll button>span{font-size:22px}.editor-quick-strip:not(.color-quick-strip) .editor-quick-strip-scroll button>small{text-overflow:ellipsis;white-space:nowrap;max-width:64px;font-size:10px;overflow:hidden}.editor-control-section{gap:10px;margin-top:22px;display:grid}.editor-control-section:first-child{margin-top:0}.editor-control-section h3{color:var(--ink);letter-spacing:0;margin:0;font-size:13px;font-weight:700}.image-unavailable-sheet{grid-template-columns:52px minmax(0,1fr);align-content:center;align-items:start;gap:14px;min-height:170px;padding:20px 8px;display:grid}.image-unavailable-icon{width:52px;height:52px;color:var(--violet-ink);background:var(--violet-soft);border-radius:16px;place-items:center;display:grid}.image-unavailable-sheet h3,.image-unavailable-sheet p{margin:0}.image-corner-sheet{color:#20242a;grid-template-columns:minmax(0,1fr) auto;align-content:center;gap:12px;min-height:100px;font-weight:700;display:grid}.image-corner-sheet strong{color:var(--violet-ink)}.image-corner-sheet input{grid-column:1/-1;width:100%}.image-native-sheet{gap:14px;display:grid}.image-stroke-sheet{box-sizing:border-box;width:100%;min-width:0;padding:14px}.image-adjust-auto{color:#20242a;cursor:pointer;background:#f4f7f9;border:1px solid #d6dbe0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 14px;font-size:14px;font-weight:700;display:inline-flex}.image-adjust-auto:hover:not(:disabled),.image-adjust-auto:focus-visible:not(:disabled){background:#eef8f8;border-color:#11b9b3;outline:none}.image-adjust-auto:disabled{cursor:default;opacity:.42}.image-adjust-group{gap:10px;display:grid}.image-adjust-group h4{color:#68717a;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.image-native-sheet-heading{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.image-native-sheet-heading>div{min-width:0}.image-native-sheet-heading h3,.image-native-sheet-heading p{margin:0}.image-native-sheet-heading h3{color:#20242a;font-size:15px}.image-native-sheet-heading p{color:#68717a;max-width:430px;margin-top:4px;font-size:12px;font-weight:600;line-height:1.4}.image-native-sheet-heading>button{color:#343a41;min-width:88px;min-height:44px;font:inherit;background:#fff;border:1px solid #d6dbe0;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.image-native-preset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.image-native-preset-grid button{color:#30353b;min-width:0;min-height:86px;font:inherit;text-align:left;background:#f1f3f5;border:2px solid #0000;border-radius:10px;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:7px;padding:10px;display:grid}.image-native-preset-grid button.is-active{border-color:var(--violet);color:var(--violet-ink);background:var(--violet-soft)}.image-native-preset-grid button>span{gap:2px;min-width:0;display:grid}.image-native-preset-grid strong,.image-native-preset-grid small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-native-preset-grid strong{font-size:12px}.image-native-preset-grid small{color:#707983;font-size:10px}.image-native-action-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.image-native-action-row button{color:#252a30;min-width:0;min-height:48px;font:inherit;background:#fff;border:1px solid #d5dade;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:700;display:inline-flex}.image-native-action-row button.is-active{border-color:var(--violet);color:var(--violet-ink);background:var(--violet-soft)}.image-native-sheet button:disabled{cursor:not-allowed;opacity:.45}.image-native-sheet button:focus-visible,.image-native-preset-grid button:focus-visible{outline:3px solid rgb(var(--violet-rgb) / 24%);outline-offset:2px}.image-native-color-field{border:1px solid var(--line-strong);color:#30353b;background:#fff;border-radius:10px;grid-template-columns:24px minmax(0,1fr) 44px;align-items:center;gap:10px;min-height:52px;padding:4px 7px 4px 13px;font-size:12px;font-weight:700;display:grid}.image-native-color-field input{background:0 0;border:0;border-radius:9px;width:44px;height:44px;padding:5px}.image-native-color-field input:focus-visible{outline:3px solid rgb(var(--violet-rgb) / 24%);outline-offset:1px}.image-blend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.image-blend-grid button{border:1px solid var(--line-strong);color:#30353b;min-width:0;min-height:58px;font:inherit;text-align:left;background:#fff;border-radius:9px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;display:grid}.image-blend-grid button.is-active{border-color:var(--violet);color:#5b26bd;background:var(--violet-soft)}.image-blend-grid button>span,.image-blend-grid strong,.image-blend-grid small{min-width:0;display:block}.image-blend-grid small{color:#707983;margin-top:2px;font-size:10px}.image-nudge-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.image-nudge-grid button{color:#30353b;min-width:0;min-height:66px;font:inherit;background:#eef1f3;border:0;border-radius:9px;align-content:center;place-items:center;gap:5px;padding:7px 3px;font-size:10px;font-weight:700;display:grid}.image-unavailable-sheet h3{color:#20242a;font-size:19px;line-height:1.25}.image-unavailable-sheet p{color:#66707a;margin-top:7px;font-size:14px;line-height:1.5}.editor-search-field{border:1px solid var(--line-strong);color:#6b737c;background:#f7f8f9;border-radius:8px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;min-height:46px;padding:0 12px;display:grid}.editor-search-field.has-action{grid-template-columns:24px minmax(0,1fr) 42px}.editor-search-field.has-action>button{color:#414850;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.editor-search-field:focus-within{border-color:var(--violet);box-shadow:var(--focus-ring)}.editor-search-field input{color:#181b20;background:0 0;border:0;outline:none;min-width:0;height:44px;padding:0;font-size:16px}.editor-primary-action,.editor-secondary-action{border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;margin-top:14px;padding:8px 14px;font-weight:700;display:flex}.editor-primary-action{color:#fff;background:var(--violet)}.editor-primary-action:hover,.editor-primary-action:focus-visible{background:#6132c6;outline:none}.editor-secondary-action{color:#20242a;background:#fff;border:1px solid #ced3d8}.editor-action-list{border-block:1px solid var(--line);margin-top:12px;display:grid}.editor-action-list button,.editor-color-row{border:0;border-bottom:1px solid var(--line);color:#1b1e23;text-align:left;background:0 0;border-radius:0;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:54px;padding:7px 6px;display:grid}.editor-action-list button:last-child{border-bottom:0}.text-preset-list,.font-result-list{border:1px solid #e0e3e6;border-radius:8px;grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden}.text-preset-list button{border:0;border-bottom:1px solid var(--line);color:#15181d;text-align:left;background:#fff;border-radius:0;min-height:58px;padding:10px 14px}.text-preset-list button:last-child{border-bottom:0}.text-preset-list .is-heading{font-size:28px;font-weight:700}.text-preset-list .is-subheading{font-size:21px;font-weight:700}.text-preset-list .is-body{font-size:16px;font-weight:500}.editor-tile-grid,.editor-option-grid{gap:8px;display:grid}.editor-tile-grid.is-two-column,.editor-option-grid.is-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-tile-grid.is-three-column,.editor-option-grid.is-three-column{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-option-grid.is-four-column{grid-template-columns:repeat(4,minmax(0,1fr))}.editor-option-grid.is-five-column{grid-template-columns:repeat(5,minmax(0,1fr))}.editor-tile-grid button,.editor-option-grid button{border:1px solid var(--line-strong);color:#20242a;text-align:center;background:#fff;border-radius:8px;align-content:center;place-items:center;gap:7px;min-width:0;min-height:78px;padding:8px 4px;font-size:12px;font-weight:600;display:grid}.editor-option-grid button.is-active,.editor-option-grid button[aria-pressed=true]{border-color:var(--violet);color:var(--violet-ink);background:var(--violet-soft);box-shadow:inset 0 0 0 1px var(--violet)}.font-combination-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.font-combination-grid button{border:1px solid var(--line-strong);min-height:116px;color:var(--ink);background:#f2f0ec;border-radius:8px;align-content:center;place-items:center;gap:5px;padding:12px;display:grid}.font-combination-grid strong{font-family:Georgia,serif;font-size:20px}.font-combination-grid span{text-transform:uppercase;font-size:12px}.font-result-list>button{border:0;border-bottom:1px solid var(--line);color:#181b20;text-align:left;background:#fff;border-radius:0;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:12px;min-height:58px;padding:8px 14px;font-size:17px;display:grid}.font-result-list>button:last-child{border-bottom:0}.font-result-list>button.is-active,.font-family-row.is-active{color:var(--violet-ink);background:#f4efff}.font-result-list>button small,.font-result-list>button svg{justify-self:end}.font-results-more{border:1px solid var(--line-strong);width:100%;min-height:46px;color:var(--violet-ink);background:#fff;margin-top:10px;font-weight:700}.font-sheet{gap:14px;display:grid}.font-sheet-attribution{color:var(--muted);margin:0;padding:4px 2px 2px;font-size:11px;line-height:1.5}.font-sheet-attribution a{color:var(--violet-ink);text-decoration:underline}.font-sheet-attribution a:focus-visible{border-radius:var(--r-sm);box-shadow:var(--focus-ring);outline:none}.editor-chip-row{box-sizing:border-box;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;gap:7px;width:100%;min-width:0;max-width:100%;padding:1px 1px 3px;display:flex;overflow-x:auto}.editor-chip-row::-webkit-scrollbar{display:none}.editor-chip-row button{border:1px solid var(--line-strong);color:#373d45;background:#fff;border-radius:999px;flex:none;min-height:38px;padding:7px 12px;font-size:12px;font-weight:600}.editor-chip-row button.is-active{border-color:var(--violet);color:#fff;background:var(--violet)}.font-family-entry{border-bottom:1px solid var(--line);min-width:0;max-width:100%}.font-family-entry:last-child{border-bottom:0}.font-family-row{grid-template-columns:minmax(0,1fr) 48px;align-items:stretch;min-height:58px;display:grid}.font-family-row>.font-family-primary{border-bottom:0}.font-family-row>button:last-child{border:0;border-left:1px solid var(--line);color:inherit;background:0 0;border-radius:0;place-items:center;padding:0;display:grid}.font-weight-row{box-sizing:border-box;border-top:1px solid var(--line);overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;background:#f7f8f9;gap:7px;width:100%;min-width:0;max-width:100%;padding:8px 10px 11px;display:flex;overflow-x:auto}.font-weight-row::-webkit-scrollbar{display:none}.font-weight-row button{box-sizing:border-box;color:#2d3238;white-space:nowrap;background:#fff;border:1px solid #d5d9dd;border-radius:7px;flex:none;height:38px;min-height:38px;max-height:38px;padding:6px 11px;line-height:1.2;overflow:hidden}.font-weight-row button.is-active{border-color:var(--violet);color:#5c2eb9;background:var(--violet-soft)}.editor-empty-state{min-height:90px;color:var(--muted);place-items:center;font-size:14px;display:grid}.text-style-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.text-style-grid button{border:1px solid var(--line-strong);color:#181b20;background:#f8f8f7;border-radius:8px;place-items:center;min-height:120px;padding:12px;display:grid}.text-style-grid .is-heading{font-size:26px;font-weight:700}.text-style-grid .is-subheading{font-size:20px;font-weight:600}.text-style-grid .is-body{font-size:16px}.text-style-grid .is-label span{background:#ece4dc;border-radius:6px;padding:8px 10px}.text-styles-sheet{gap:14px;display:grid}.brand-font-style,.text-style-list button{border:1px solid var(--line-strong);color:#1b1f24;text-align:left;background:#fff;border-radius:8px;grid-template-columns:52px minmax(0,1fr) 24px;align-items:center;gap:10px;width:100%;min-height:64px;padding:9px 11px;display:grid}.brand-font-style>span:first-child{font-size:24px;font-weight:700}.brand-font-style>span:nth-child(2){gap:3px;min-width:0;display:grid}.brand-font-style small{color:#737a82}.text-style-list{border:1px solid var(--line-strong);border-radius:8px;display:grid;overflow:hidden}.text-style-list button{border:0;border-bottom:1px solid #e7eaec;border-radius:0;grid-template-columns:minmax(0,1fr) 24px}.text-style-list button:last-child{border-bottom:0}.text-style-list .is-heading{font-size:25px;font-weight:700}.text-style-list .is-subheading{font-size:20px;font-weight:600}.text-style-list .is-body{font-size:16px;font-weight:500}.text-size-sheet{align-content:center;gap:24px;min-height:180px;display:grid}.editor-bottom-sheet-compact .text-size-sheet{gap:14px;min-height:0;padding-top:2px}.text-size-stepper-sheet{grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:12px;display:grid}.text-size-stepper-sheet>button{border:1px solid var(--line-strong);color:#20242a;background:#fff;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.text-size-stepper-sheet label{border:1px solid var(--line-strong);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;display:grid;overflow:hidden}.text-size-stepper-sheet input{text-align:center;border:0;outline:none;min-width:0;height:52px;padding:0 10px;font-size:22px;font-weight:700}.text-size-stepper-sheet label span{color:#737a82;padding-right:12px}.text-size-sheet>input[type=range]{width:100%;accent-color:var(--violet)}.format-sheet,.advanced-text-sheet,.effect-advanced-controls,.animate-sheet,.color-sheet,.page-adjust-sheet,.page-reorder-sheet,.text-background-sheet{gap:14px;display:grid}.editor-range-field{color:#30353b;grid-template-columns:112px minmax(0,1fr) 84px;align-items:center;gap:10px;min-height:54px;font-size:13px;font-weight:600;display:grid}.editor-range-field.is-title-labeled{grid-template-columns:minmax(0,1fr) 72px;min-height:44px}.editor-bottom-sheet-compact .editor-range-field{min-height:44px}.editor-range-field>input[type=range]{width:100%;min-width:0;accent-color:var(--violet)}.editor-range-value{border:1px solid #d2d6da;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;display:grid;overflow:hidden}.editor-range-value input{text-align:right;appearance:textfield;border:0;outline:none;width:100%;min-width:0;height:40px;padding:0 6px;font-size:14px;font-weight:600}.editor-range-value input::-webkit-inner-spin-button{appearance:none;margin:0}.editor-range-value input::-webkit-outer-spin-button{appearance:none;margin:0}.editor-range-value small{color:#727982;padding-right:7px}.editor-segmented-tabs{background:#edf0f2;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));padding:3px;display:grid}.editor-segmented-tabs button{color:#555c65;background:0 0;border:0;border-radius:6px;min-height:44px;padding:7px;font-size:13px;font-weight:700}.editor-segmented-tabs button.is-active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #23282e1f}.text-effects-sheet{gap:16px;display:grid}.effect-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;display:grid}.effect-tile{color:#20242a;background:0 0;border:0;justify-items:center;gap:7px;padding:0;font-size:12.5px;font-weight:500;display:grid}.effect-tile-card{aspect-ratio:1;border:1px solid var(--line-strong);background:#fff;border-radius:10px;place-items:center;width:100%;display:grid}.effect-tile:hover .effect-tile-card{border-color:#a9b2ba}.effect-tile.is-active .effect-tile-card{outline:2px solid var(--violet);outline-offset:-2px;border-color:#0000}.effect-tile.is-active{color:#5d20b7;font-weight:600}.effect-tile-grid>.effect-tile-controls{grid-column:1/-1;gap:12px;padding:2px 0 6px;display:grid}.effect-tile-glyph{color:var(--violet);font-size:30px;font-weight:700}.effect-tile-glyph.effect-preview-background{background:#d7c4ff;border-radius:9px;padding:3px 10px}.effect-shape-title{color:#20242a;margin:0;font-size:14.5px;font-weight:700}.effect-remove-button{color:#fff;background:var(--violet);border:0;border-radius:999px;width:100%;padding:13px 16px;font-size:14.5px;font-weight:600;position:sticky;bottom:0;box-shadow:0 6px 18px #5d20b747}.effect-remove-button:hover:not(:disabled){filter:brightness(.94)}.effect-tile-glyph.effect-shape-abcd{letter-spacing:1px;font-size:14px}.effect-curve-arc{letter-spacing:1px;width:64px;height:30px;font-size:13px;font-weight:700;overflow:visible}.effect-preview-drop{text-shadow:3px 3px 2px #9b9b9b}.effect-preview-glow{text-shadow:0 0 7px var(--violet)}.effect-preview-echo{text-shadow:2px 2px var(--violet), 4px 4px #c3a7ff}.effect-preview-splice{color:#fff;-webkit-text-stroke:1px #191919;text-shadow:3px 3px var(--violet)}.effect-preview-outline{color:#fff;-webkit-text-stroke:1px #191919}.effect-preview-neon{color:#fff;text-shadow:0 0 2px #fff,0 0 7px #00c8ff,0 0 12px #00c8ff}.effect-preview-static{color:#fff;-webkit-text-stroke:1px #15171b;text-shadow:-2px 0 #f04a77,2px 0 #00b8d9}.effect-preview-retro{text-shadow:3px 3px #e252a4,6px 6px #f2a33a}.editor-color-row{border:1px solid var(--line-strong);border-radius:8px;grid-template-columns:30px minmax(0,1fr) 28px 20px}.editor-color-row.is-iconless{grid-template-columns:minmax(0,1fr) 28px 20px}.editor-color-row i{border:1px solid #0000001f;border-radius:50%;width:24px;height:24px}.editor-toggle-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:7px 2px;display:flex}.editor-toggle-row>span{align-items:center;gap:10px;font-weight:600;display:flex}.editor-toggle-row input{width:48px;height:28px;accent-color:var(--violet)}.editor-quick-strip{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;min-height:104px;display:grid}.editor-quick-strip-scroll{scrollbar-width:none;gap:8px;min-width:0;padding:2px;display:flex;overflow-x:auto}.editor-quick-strip-scroll::-webkit-scrollbar{display:none}.editor-quick-see-all{border:0;border-left:1px solid var(--line);min-width:74px;color:var(--violet-ink);background:#fff;border-radius:0;justify-content:center;align-items:center;gap:2px;padding:0 4px;font-size:12px;font-weight:600;display:flex}.color-custom-row{grid-template-columns:minmax(0,1fr) 126px;gap:10px;display:grid}.color-picker-panel{gap:10px;display:grid}.color-saturation-field{background:linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, transparent), var(--picker-hue);cursor:crosshair;touch-action:none;border:1px solid #14181d26;border-radius:8px;width:100%;height:164px;position:relative;overflow:hidden}.color-saturation-handle{pointer-events:none;background:0 0;border:3px solid #fff;border-radius:50%;width:18px;height:18px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0a0c0f99}.color-hue-field{color:#5e6670;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;font-size:12px;font-weight:700;display:grid}.color-hue-field input{appearance:none;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:999px;width:100%;height:20px}.color-hue-field input::-webkit-slider-thumb{appearance:none;background:#23272d;border:3px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 0 0 1px #14181d59}.color-tool-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.color-tool-row>button,.color-tool-button{border:1px solid var(--line-strong);color:#252a30;background:#fff;border-radius:8px;align-content:center;place-items:center;gap:6px;min-width:0;min-height:78px;padding:7px 3px;font-size:11px;font-weight:700;display:grid;position:relative;overflow:hidden}.color-tool-button.is-rainbow{color:#16191e;background:linear-gradient(135deg, #f0496e, #f2c84b, #36c47a, #2b8cec, var(--violet))}.color-tool-button input{opacity:0;position:absolute;inset:0}.color-tool-row>button:disabled{opacity:.38}.current-color-button>span{background:var(--sheet-swatch);border:1px solid #00000026;border-radius:50%;width:34px;height:34px}.color-quick-strip .editor-quick-strip-scroll>button,.quick-color-add{background:var(--sheet-swatch);border:2px solid #fff;border-radius:50%;flex:0 0 54px;align-self:center;width:54px;min-width:54px;height:54px;padding:0;box-shadow:0 0 0 1px #19162424}.color-quick-strip .editor-quick-strip-scroll>button.quick-color-add,.quick-color-add{color:#fff;background:conic-gradient(#f0496e, #f2c84b, #36c47a, #2b8cec, var(--violet), #f0496e);place-items:center;display:grid;position:relative;overflow:hidden}.color-quick-strip .editor-quick-strip-scroll>button.is-active{box-shadow:0 0 0 3px var(--violet)}.color-quick-strip .editor-quick-see-all{min-width:54px}.color-quick-custom{gap:10px;display:grid}.color-custom-head{grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:8px;display:grid}.color-custom-head h3{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:15px;font-weight:700;overflow:hidden}.color-custom-head button{width:44px;height:44px;color:var(--violet-ink);background:#f2edfc;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.color-custom-head button:hover,.color-custom-head button:focus-visible{background:#e6dcf9;outline:none}.color-quick-custom .editor-segmented-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.color-quick-custom .color-saturation-field{height:118px}.color-gradient-grid.is-quick button{aspect-ratio:1.9;min-height:52px}.color-custom-foot{align-items:center;gap:10px;display:flex}.color-custom-preview{border:1px solid #00000026;border-radius:50%;flex:none;width:34px;height:34px}.color-custom-foot button{border:1px solid var(--line-strong);color:#252a30;background:#fff;border-radius:999px;align-items:center;gap:7px;min-height:44px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.color-custom-foot button:hover,.color-custom-foot button:focus-visible{background:#f0f2f4;outline:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.color-picker-button{border:1px solid var(--line-strong);color:#1a1d22;background:linear-gradient(90deg, var(--sheet-swatch), #fff);border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:50px;font-weight:700;display:flex;position:relative;overflow:hidden}.color-picker-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.color-hex-field{border:1px solid var(--line-strong);border-radius:8px;grid-template-columns:24px minmax(0,1fr);align-items:center;min-width:0;display:grid;overflow:hidden}.color-hex-field span{color:#686f77;padding-left:9px}.color-hex-field input{border:0;outline:none;min-width:0;height:48px;padding:0 6px;font-size:16px}.color-swatch-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.color-swatch-grid button{aspect-ratio:1;background:var(--sheet-swatch);border:2px solid #fff;border-radius:50%;min-width:38px;padding:0;box-shadow:0 0 0 1px #1916242e}.color-swatch-grid button.is-active{box-shadow:0 0 0 2px var(--violet)}@media (width>=1024px){.color-sheet .color-swatch-grid{grid-template-columns:repeat(auto-fill,minmax(34px,1fr));gap:9px}.color-sheet .color-swatch-grid button{border:0;border-radius:50%;min-width:0;padding:0;box-shadow:inset 0 0 0 1px #20242a29}.color-sheet .color-swatch-grid button:hover,.color-sheet .color-swatch-grid button:focus-visible{outline:none;box-shadow:inset 0 0 0 1px #20242a29,0 0 0 2px #11b9b3}.color-sheet .color-swatch-grid button.is-active{box-shadow:inset 0 0 0 1px #20242a29, 0 0 0 2px #fff, 0 0 0 4px var(--violet)}}.color-sampling-state{min-height:48px;color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.color-gradient-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.color-gradient-grid button{aspect-ratio:1.5;border:2px solid #fff;border-radius:8px;min-height:58px;padding:0;position:relative;overflow:hidden;box-shadow:0 0 0 1px #1916242e}.color-gradient-grid button:disabled{opacity:.42}.color-gradient-grid span{color:#fff;background:#14161aa8;border-radius:4px;padding:3px 4px;font-size:9px;font-weight:700;position:absolute;bottom:5px;left:5px;right:5px}.editor-control-note{color:var(--muted);margin-top:8px;font-size:11px;line-height:1.4;display:block}.shape-swap-sheet,.shape-swap-directory,.shape-swap-expanded,.shape-stroke-sheet,.shape-effects-sheet,.shape-effect-controls,.shape-position-sheet,.shape-layers-sheet{gap:18px;display:grid}@media (width>=1024px){.editor-sheet-layer.is-desktop-popover .shape-stroke-sheet{box-sizing:border-box;width:100%;min-width:0;padding:16px}}.shape-swap-directory>section,.shape-swap-expanded{gap:9px;min-width:0;display:grid}.shape-swap-section-heading{justify-content:space-between;align-items:center;gap:10px;min-height:42px;display:flex}.shape-swap-section-heading h3{margin:0;font-size:16px}.shape-swap-section-heading button{color:#6030bd;background:0 0;border:0;align-items:center;gap:5px;min-height:44px;padding:0 5px;font-weight:700;display:inline-flex}.shape-swap-row{overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;grid-auto-columns:102px;grid-auto-flow:column;gap:8px;min-width:0;padding:3px 2px 6px;display:grid;overflow-x:auto}.shape-swap-row::-webkit-scrollbar{display:none}.shape-swap-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.shape-swap-option{color:#292d33;background:#f4f5f7;border:2px solid #0000;border-radius:10px;align-content:center;place-items:center;gap:8px;min-width:0;min-height:94px;padding:10px 5px;font-size:11px;font-weight:700;display:grid}.shape-swap-option.is-active{border-color:var(--violet);color:#5422b5;background:var(--violet-soft);box-shadow:0 0 0 1px rgb(var(--violet-rgb) / 14%)}.shape-stroke-presets,.shape-effect-presets{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;display:grid}.shape-stroke-presets button,.shape-effect-presets button{color:#32373d;background:#f2f4f6;border:2px solid #0000;border-radius:10px;align-content:center;place-items:center;gap:7px;min-width:0;min-height:82px;padding:7px 3px;font-size:10px;font-weight:700;display:grid}.shape-stroke-presets button.is-active,.shape-effect-presets button.is-active{border-color:var(--violet);color:#5b26bd;background:var(--violet-soft)}.stroke-preview{border-top:4px solid;width:40px;display:block}.stroke-preview.is-dashed{border-top-style:dashed}.stroke-preview.is-long-dash{border-top:4px dashed;transform:scaleX(1.08)}.stroke-preview.is-dotted{border-top-style:dotted}.shape-effect-preview{color:#fff;background:var(--violet);border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.shape-effect-preview.is-glow{box-shadow:0 0 13px var(--violet)}.shape-effect-preview.is-drop{box-shadow:7px 7px 8px #1c16265c}.shape-effect-preview.is-outline{box-shadow:0 0 0 3px #2d2738}.shape-effect-preview.is-curved{border-radius:50% 50% 10px 10px;box-shadow:5px 8px 7px #1c162657}.shape-position-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.shape-position-fields label{color:#60676f;gap:5px;min-width:0;font-size:11px;font-weight:700;display:grid}.shape-position-fields input{border:1px solid var(--line-strong);color:#252a30;min-width:0;height:46px;font:inherit;background:#fff;border-radius:9px;padding:0 11px;font-size:15px}.shape-layer-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.shape-layer-actions button{color:#30353b;background:#eef1f3;border:0;border-radius:9px;align-content:center;place-items:center;gap:5px;min-width:0;min-height:66px;padding:7px 3px;font-size:10px;font-weight:700;display:grid}@media (width<=420px){.editor-sheet-content{padding-left:12px;padding-right:12px}.editor-option-grid.is-five-column{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-range-field{grid-template-columns:92px minmax(80px,1fr) 72px;gap:7px}.editor-tile-grid button,.editor-option-grid button{min-height:72px}.shape-stroke-presets,.shape-effect-presets{grid-template-columns:repeat(3,minmax(0,1fr))}}.download-sheet{box-sizing:border-box;gap:8px;width:100%;min-width:0;display:grid}.editor-sheet-layer .editor-bottom-sheet.download-sheet-surface>.editor-sheet-content{padding-top:12px;padding-left:16px;padding-right:16px;padding-bottom:calc(22px + env(safe-area-inset-bottom) + var(--editor-keyboard-inset,0px))}@media (width>=1024px){.editor-sheet-layer.is-desktop-popover .editor-bottom-sheet.download-sheet-surface>.editor-sheet-content{padding:12px 16px 16px}}.download-section{gap:4px;display:grid}.download-sheet h3{color:#5e6670;margin:0;font-size:12px;font-weight:700;line-height:1.25}.download-inline-heading{align-items:center;gap:5px;display:flex}.download-inline-heading span{color:var(--muted);font-weight:600}.download-format-button{border:1px solid var(--line-strong);width:100%;min-height:48px;color:var(--ink);text-align:left;background:#fff;border-radius:12px;grid-template-columns:24px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:6px 12px;display:grid}.download-format-button:focus-visible{border-color:var(--violet);box-shadow:var(--focus-ring);outline:none}.download-file-type-title{align-items:center;gap:8px;min-width:0;display:flex}.download-file-type-title strong{font-size:17px;font-weight:700}.download-suggested-pill{color:#fff;letter-spacing:.01em;background:#0d6efd;border-radius:999px;padding:2px 8px;font-size:11px;font-style:normal;font-weight:700}.download-file-type-list{margin:0;padding:0;list-style:none;display:grid}.download-file-type-list button{width:100%;min-height:52px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:24px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:6px 10px;display:grid}.download-file-type-list button.is-selected{background:#f1f2f4}.download-file-type-text{gap:2px;min-width:0;display:grid}.download-file-type-text small{color:var(--muted);font-size:13px;font-weight:500}.download-file-type-check{color:var(--ink)}.download-scale-row{grid-template-columns:minmax(0,1fr) 74px;align-items:center;gap:12px;display:grid}.download-scale-row input[type=range]{width:100%;height:44px;accent-color:var(--violet)}.download-scale-value,.download-size-limit input{border:1px solid var(--line-strong);min-width:0;height:44px;color:var(--ink);text-align:center;background:#fff;border-radius:10px;outline:none;padding:0 10px;font-size:16px}.download-scale-value:focus,.download-size-limit input:focus{border-color:var(--violet);box-shadow:var(--focus-ring)}.download-segmented{background:#f1f2f4;border-radius:10px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:2px;padding:2px;display:grid}.download-segmented button{color:#46505a;background:0 0;border:0;border-radius:8px;min-height:44px;padding:0 6px;font-size:14px;font-weight:600}.download-segmented button.is-active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #0000001f}.download-segmented button:disabled{color:#a8afb6}.download-size-limit{grid-template-columns:minmax(0,1fr) 90px auto;align-items:center;gap:10px;font-size:15px;font-weight:600;display:grid}.download-size-limit small{color:var(--muted);font-size:12px;font-weight:600}.download-option-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid}.download-switch{grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:12px;min-height:44px;padding:0 2px;font-size:16px;font-weight:600;display:grid;position:relative}.download-switch+.download-switch{border-top:1px solid var(--line)}.download-switch input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.download-switch i{background:#d3d7db;border-radius:999px;width:46px;height:28px;transition:background .14s;position:relative}.download-switch i:after{content:"";background:#fff;border-radius:50%;width:22px;transition:transform .14s;position:absolute;inset:3px auto 3px 3px;box-shadow:0 1px 3px #00000038}.download-switch input:checked+i{background:var(--violet)}.download-switch input:checked+i:after{transform:translate(18px)}.download-switch input:focus-visible+i{box-shadow:var(--focus-ring)}.download-custom-pages{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.download-custom-input{border:1px solid var(--line-strong);min-width:0;height:46px;color:var(--ink);background:#fff;border-radius:10px;outline:none;padding:0 12px;font-size:16px}.download-custom-input:focus{border-color:var(--violet);box-shadow:var(--focus-ring)}.download-select-all{border:1px solid var(--line-strong);height:46px;color:var(--ink);background:#fff;border-radius:10px;padding:0 16px;font-size:15px;font-weight:600}.download-page-thumbs{gap:10px;margin:0;padding:2px 0 6px;list-style:none;display:flex;overflow-x:auto}.download-page-thumbs button{background:#f1f2f4;border:2px solid #0000;border-radius:10px;padding:5px;display:block;position:relative}.download-page-thumbs button.is-selected{border-color:var(--violet);background:rgb(var(--violet-rgb) / 10%)}.download-page-number{min-width:16px;color:var(--ink);text-align:center;background:#ffffffe0;border-radius:5px;padding:0 4px;font-size:11px;font-weight:700;line-height:16px;position:absolute;bottom:7px;left:7px}.download-page-warning{color:#b3261e;font-size:13px;font-weight:600}.download-empty{color:var(--muted);text-align:center;padding:22px 4px;font-size:15px;font-weight:600;line-height:1.45}.download-submit:disabled{cursor:not-allowed;background:#9b82cf}.download-submit{margin-top:0}.download-delivery-note{max-width:100%;color:var(--muted);overflow-wrap:anywhere;margin:0 2px;font-size:13px;font-weight:600;line-height:1.45}
