.ac-tree{height:100%;display:flex;flex-direction:column;min-height:0}.ac-tree-scroll{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;padding:6px 0}.ac-tree-sizer{position:relative}.ac-tree-window{position:absolute;top:0;left:0;right:0;will-change:transform}.ac-row{display:flex;align-items:center;gap:4px;width:100%;height:24px;padding-right:10px;border:0;background:none;font:inherit;font-size:13px;color:#3f3f3f;text-align:left;cursor:pointer;white-space:nowrap}.ac-row:hover{background:#f1f1f1}.ac-row.dir{color:#262626}.ac-row.is-active{background:#ececec;color:#111;font-weight:550}.ac-row-name{overflow:hidden;text-overflow:ellipsis}.ac-caret{width:12px;height:12px;flex:none;fill:none;stroke:#9a9a9a;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .12s ease}.ac-caret.is-open{transform:rotate(90deg)}@media(prefers-reduced-motion:reduce){.ac-caret{transition:none}}.ac-tree-notes{flex:none;padding:9px 12px;border-top:1px solid #eee;color:#a0a0a0;font-size:11px;line-height:1.5}.ac-tree-notes p{margin:0 0 4px}.ac-tree-notes p:last-child{margin-bottom:0}.ac-open{height:100%;overflow:auto;display:flex;justify-content:center}.ac-open-inner{width:100%;max-width:520px;padding:clamp(48px,12vh,110px) 24px 80px}.ac-open h1{margin:0 0 22px;font-size:27px;font-weight:650;letter-spacing:-1px}.ac-open-form{display:flex;gap:8px}.ac-open-form input{flex:1;min-width:0;height:44px;padding:0 13px;border:1px solid #ddd;border-radius:7px;font:inherit;font-size:14px;color:#171717;background:#fff}.ac-open-form input:focus{outline:none;border-color:#999}.ac-primary{height:44px;padding:0 19px;border:1px solid #111;border-radius:7px;background:#111;color:#fff;font:inherit;font-size:14px;cursor:pointer}.ac-primary:disabled{opacity:.4;cursor:default}.ac-open-aside{margin:13px 0 0;color:#999;font-size:13px;line-height:1.6}.ac-link{border:0;padding:0;background:none;font:inherit;color:#666;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.ac-link:hover{color:#111}.ac-link input[type=file]{display:none}.ac-open-error{margin-top:18px;padding:13px 15px;border:1px solid #f0d8dc;border-radius:8px;background:#fdf7f8;font-size:13px;line-height:1.55;display:flex;flex-direction:column;gap:3px}.ac-open-error strong{color:#a33a4a;font-weight:600}.ac-open-error span{color:#8a6b70}.ac-recents{margin-top:46px}.ac-recents h2{margin:0 0 10px;font-size:12px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;color:#aaa}.ac-recents ul{margin:0;padding:0;list-style:none;border-top:1px solid #f0f0f0}.ac-recents li{display:flex;align-items:stretch;border-bottom:1px solid #f0f0f0}.ac-recent{flex:1;min-width:0;display:flex;align-items:baseline;gap:10px;padding:13px 4px;border:0;background:none;font:inherit;text-align:left;cursor:pointer}.ac-recent:hover .ac-recent-name{text-decoration:underline;text-underline-offset:2px}.ac-recent-name{font-size:14px;color:#171717;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-recent-meta{margin-left:auto;flex:none;font-size:12px;color:#aaa}.ac-forget{flex:none;width:30px;display:grid;place-items:center;border:0;background:none;color:#ccc;cursor:pointer;opacity:0}.ac-recents li:hover .ac-forget,.ac-forget:focus-visible{opacity:1}.ac-forget:hover{color:#a33a4a}.ac-forget svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.ac-palette{--ac-tray: rgba(250, 250, 252, .82);--ac-edge: rgba(0, 0, 0, .09);--ac-ink: #3a3a3c;--ac-checker: repeating-conic-gradient(#d8d8dd 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;position:fixed;z-index:40;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;touch-action:none;user-select:none;-webkit-user-select:none}.ac-palette.is-dragging{cursor:grabbing}.ac-dock-bottom{bottom:18px;left:50%;transform:translate(-50%)}.ac-dock-top{top:18px;left:50%;transform:translate(-50%);flex-direction:column-reverse}.ac-dock-left{left:18px;top:50%;transform:translateY(-50%);flex-direction:row-reverse}.ac-dock-right{right:18px;top:50%;transform:translateY(-50%);flex-direction:row}.ac-row{display:flex;align-items:flex-end;gap:10px;padding:0 12px;height:64px;border-radius:18px;background:var(--ac-tray);border:1px solid var(--ac-edge);box-shadow:0 1px 1px #0000000a,0 10px 30px #00000021;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);overflow:hidden;cursor:grab}.ac-dock-left .ac-row,.ac-dock-right .ac-row{flex-direction:column;align-items:center;height:auto;width:64px;padding:12px 0}.ac-group{display:flex;align-items:flex-end;gap:4px}.ac-dock-left .ac-group,.ac-dock-right .ac-group{flex-direction:column;align-items:center}.ac-divider{width:1px;align-self:center;height:26px;background:var(--ac-edge);flex:none}.ac-dock-left .ac-divider,.ac-dock-right .ac-divider{width:26px;height:1px}.ac-palette button,.ac-palette label{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;padding:0;margin:0;cursor:pointer;color:var(--ac-ink)}.ac-palette button:disabled{opacity:.3;cursor:default}.ac-history button,.ac-more{width:34px;height:34px;align-self:center;border-radius:50%;display:grid;place-items:center;background:#0000000d}.ac-history button:hover:not(:disabled),.ac-more:hover{background:#00000017}.ac-history svg,.ac-more svg,.ac-palette-pill svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.ac-more svg circle{fill:currentColor;stroke:none}.ac-tool{width:38px;height:64px;overflow:hidden;display:flex;justify-content:center;align-items:flex-start}.ac-instrument{width:34px;height:96px;flex:none;transform:translateY(14px);transition:transform .28s cubic-bezier(.22,1.3,.36,1);filter:drop-shadow(0 1px 1px rgba(0,0,0,.16))}.ac-tool:hover .ac-instrument{transform:translateY(9px)}.ac-tool.is-active .ac-instrument,.ac-tool.is-active:hover .ac-instrument{transform:translateY(-2px)}.ac-dock-left .ac-tool,.ac-dock-right .ac-tool{width:64px;height:38px;align-items:center}.ac-dock-left .ac-instrument{transform:rotate(90deg) translateY(14px)}.ac-dock-left .ac-tool:hover .ac-instrument{transform:rotate(90deg) translateY(9px)}.ac-dock-left .ac-tool.is-active .ac-instrument{transform:rotate(90deg) translateY(-2px)}.ac-dock-right .ac-instrument{transform:rotate(-90deg) translateY(14px)}.ac-dock-right .ac-tool:hover .ac-instrument{transform:rotate(-90deg) translateY(9px)}.ac-dock-right .ac-tool.is-active .ac-instrument{transform:rotate(-90deg) translateY(-2px)}@media(prefers-reduced-motion:reduce){.ac-instrument{transition:none}}.ac-colors{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;gap:5px;align-self:center}.ac-dock-left .ac-colors,.ac-dock-right .ac-colors{grid-template-rows:none;grid-template-columns:repeat(2,1fr);grid-auto-flow:row}.ac-swatch{width:21px;height:21px;border-radius:50%;background:var(--swatch, #1c1c1e);box-shadow:inset 0 0 0 1px #0000001f;position:relative;display:grid;place-items:center;transition:transform .15s ease}.ac-swatch:hover:not(:disabled){transform:scale(1.12)}.ac-swatch.is-selected:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid var(--ac-ink)}.ac-swatch-custom{background:conic-gradient(#ff3b30,#ff9500,#fc0,#34c759,#5ac8fa,#007aff,#af52de,#ff3b30);overflow:hidden}.ac-swatch-custom input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer;border:0;padding:0}.ac-attributes{display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:18px;background:var(--ac-tray);border:1px solid var(--ac-edge);box-shadow:0 1px 1px #0000000a,0 10px 30px #00000021;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.ac-widths{display:flex;gap:4px}.ac-width{width:40px;height:40px;border-radius:11px;display:grid;place-items:center}.ac-width:hover{background:#0000000d}.ac-width.is-selected,.ac-width.is-selected:hover{background:#1c1c1e}.ac-width svg{width:34px;height:34px}.ac-opacity{position:relative;display:block;height:34px}.ac-opacity-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;box-shadow:inset 0 0 0 1px #0000001a;pointer-events:none}.ac-opacity input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:100%;height:34px;margin:0;background:none;cursor:pointer}.ac-opacity input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26px;height:26px;border-radius:50%;background:transparent;border:3px solid #fff;box-shadow:0 0 0 1px #0000002e,0 1px 3px #0000004d}.ac-opacity input::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:transparent;border:3px solid #fff;box-shadow:0 0 0 1px #0000002e,0 1px 3px #0000004d}.ac-palette-pill{position:fixed;z-index:40;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(0,0,0,.09);background:#fafafcdb;color:#3a3a3c;box-shadow:0 6px 20px #00000024;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);cursor:pointer}.ac-palette-pill svg path{fill:currentColor;stroke:none}.ac-palette-pill.ac-dock-bottom{bottom:18px;left:50%;transform:translate(-50%)}.ac-palette-pill.ac-dock-top{top:18px;left:50%;transform:translate(-50%)}.ac-palette-pill.ac-dock-left{left:18px;top:50%;transform:translateY(-50%)}.ac-palette-pill.ac-dock-right{right:18px;top:50%;transform:translateY(-50%)}@media(max-width:560px){.ac-row{gap:6px;padding:0 8px}.ac-history{display:none}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#171717;background:#fff;-webkit-font-smoothing:antialiased;overscroll-behavior:none}.ac-app{height:100%;display:flex;flex-direction:column}.ac-toolbar{height:52px;flex:none;display:flex;align-items:center;gap:14px;padding:0 14px;border-bottom:1px solid #eee}.ac-wordmark{font-size:14px;font-weight:650;letter-spacing:-.3px;color:inherit;text-decoration:none}.ac-path{color:#999;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ac-source{flex:none;max-width:240px;padding:4px 8px;margin-left:-4px;border:0;border-radius:6px;background:none;font:inherit;font-size:13px;color:#444;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-source:hover{background:#f4f4f4;color:#111}.ac-lang{color:#bbb;font-size:12px}.ac-codeview,.ac-codeview .cm-editor{height:100%}.ac-codeview .cm-editor.cm-focused{outline:none}.ac-toolbar-right{margin-left:auto;display:flex;align-items:center;gap:12px}.ac-mode-hint{color:#aaa;font-size:12px}.ac-icon-button{width:32px;height:32px;flex:none;display:grid;place-items:center;border:0;border-radius:7px;background:none;color:#555;cursor:pointer}.ac-icon-button:hover{background:#f4f4f4}.ac-icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.ac-mode{height:30px;padding:0 13px;border:1px solid #ddd;border-radius:7px;background:#fff;color:#333;font:inherit;font-size:13px;cursor:pointer}.ac-mode.is-active{border-color:#111;background:#111;color:#fff}.ac-body{flex:1;min-height:0;display:flex}.ac-sidebar{width:260px;flex:none;border-right:1px solid #eee;background:#fcfcfc;overflow-y:auto;transition:width .18s ease}.ac-sidebar.is-collapsed{width:0;border-right:0;overflow:hidden}.ac-document{flex:1;min-width:0;overflow:auto;position:relative}.ac-document.is-armed{touch-action:pan-y;cursor:crosshair}.ac-empty{padding:22px 20px;line-height:1.6}.ac-empty p{margin:0 0 8px}.ac-empty-center{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-bottom:120px}.ac-empty-title{font-size:20px;font-weight:650;letter-spacing:-.6px}.ac-muted{color:#999;max-width:420px}@media(max-width:720px){.ac-path,.ac-mode-hint{display:none}.ac-sidebar{position:absolute;top:52px;bottom:0;left:0;z-index:30;box-shadow:0 10px 40px #0000001f}}
