.demo-tour{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);width:min(900px,calc(100% - 36px));display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:22px 24px;border:1px solid #8f9f73;border-radius:10px;background:#f8faef;color:#303d23;box-shadow:0 20px 45px #1e291f30;z-index:5;overflow:hidden}.demo-tour-count{font-size:14px;color:#6b7b50}.demo-tour h3{font-size:21px;font-weight:500;margin:0}.demo-tour p{font-size:16px;line-height:1.5;margin:7px 0 0}.demo-tour-actions{display:grid;gap:7px}.demo-tour button{font:500 14px var(--font-sans);padding:8px 12px;min-height:38px;border:1px solid #a4b38c;border-radius:5px;cursor:pointer}.demo-tour button:last-child{background:#52673a;color:#fff;border-color:#52673a}.demo-tour-highlight{position:absolute;border:2px solid #6a8648;border-radius:7px;pointer-events:none;z-index:3}.demo-tour-progress{position:absolute;left:0;bottom:0;height:3px;width:100%;background:#6a8648;transform-origin:left;animation:tour-progress 10s linear both}.demo-tour-progress[data-paused=true]{animation-play-state:paused}@keyframes tour-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:700px){.site-demo-controls .site-demo-tour-button{font-size:13px;padding:8px}.demo-tour{bottom:10px;width:calc(100% - 20px);padding:17px;gap:10px;grid-template-columns:1fr}.demo-tour-count{display:none}.demo-tour h3{font-size:19px}.demo-tour p{font-size:14px}.demo-tour-actions{display:flex;margin-top:3px}.demo-tour button{font-size:13px;min-height:36px}.demo-tour-highlight{border-width:1px}}@media(prefers-reduced-motion:reduce){.demo-tour-progress{animation:none}}.site-demo{position:fixed;inset:0;margin:auto;width:calc(100vw - 48px);max-width:1540px;height:calc(100svh - 48px);max-height:1000px;padding:0;border:1px solid #c9cbbb;border-radius:12px;background:#f5f3e9;color:#292b26;color-scheme:light;box-shadow:0 25px 100px rgb(0 0 0/.28);overflow:hidden;font-family:var(--font-sans)}.site-demo::backdrop{background:rgb(25 30 20/.58);backdrop-filter:blur(5px)}.site-demo[open]{animation:demo-open .22s cubic-bezier(.2,.8,.2,1) both}.site-demo{width:min(calc(100vw - 48px),1540px);height:min(calc(100dvh - 48px),1000px);max-width:100vw;max-height:100dvh;transition:width .6s cubic-bezier(.22,1,.36,1),height .6s cubic-bezier(.22,1,.36,1),border-radius .6s}.site-demo[data-expanded=true]{width:100vw;height:100dvh;border-radius:0}.site-demo-shell{display:flex;flex-direction:column;height:100%}.site-demo-toolbar{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:20px;min-height:66px;padding:12px 20px;border-bottom:1px solid #d8dbcc;background:#f5f3e9}.site-demo-toolbar h2{margin:0;font-family:var(--font-display);font-weight:500;font-size:18px;letter-spacing:-.04em}.site-demo-toolbar p{margin:4px 0 0;font-size:11px;line-height:1.4;color:#636a58}.site-demo-controls{display:flex;align-items:center;gap:12px}.site-demo-controls button{min-height:40px;border:1px solid #c9cbbb;border-radius:5px;padding:9px 13px;background:transparent;font:500 12px var(--font-sans);color:#292b26;cursor:pointer}.site-demo-controls button:hover{background:#e3e6d4}.site-demo-controls .site-demo-close{display:flex;align-items:center;gap:12px;background:#555f3b;color:#fcfbf5;border-color:#555f3b}.site-demo-controls .site-demo-close:focus-visible,.site-demo-controls .site-demo-close:hover{background:#3d462b;color:#fcfbf5;border-color:#3d462b}.site-demo-toolbar p{font-size:14px}.site-demo-controls button{min-height:44px;font-size:16px}.site-demo-content{position:relative;flex:1;min-height:0}.site-demo-content iframe{display:block;width:100%;height:100%;border:0;background:#f5f3e9}.site-demo-status{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;background:#f5f3e9;color:#555f3b;font-size:15px}.site-demo-status button{padding:12px 20px;background:#555f3b;color:#fcfbf5;border:0;border-radius:5px;cursor:pointer}.site-demo :focus-visible{outline:2px solid #555f3b;outline-offset:3px}@keyframes demo-open{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:none}}@media(max-width:700px){.site-demo{width:100vw;height:100dvh;max-width:none;max-height:none;border:0;border-radius:0}.site-demo-shell{padding-bottom:env(safe-area-inset-bottom)}.site-demo-toolbar{padding:calc(10px + env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) 10px max(12px,env(safe-area-inset-left));gap:12px}.site-demo-controls{flex-shrink:0;gap:7px}.site-demo-toolbar h2{font-size:15px}.site-demo-toolbar p{font-size:10px;max-width:235px}.site-demo-close span,.site-demo-expand{display:none}.site-demo-controls .site-demo-close{width:44px;height:44px;padding:0;justify-content:center}}@media(prefers-reduced-motion:reduce){.site-demo[open]{animation:none;transition:none}}.site-demo-trigger{cursor:pointer}.site-footer .site-demo-trigger:hover{text-decoration:underline;text-underline-offset:4px}.site-demo .demo-tour-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0}.site-demo .demo-tour-actions>button{min-width:0;min-height:44px;white-space:normal;line-height:1.4}.site-demo .demo-tour-actions>button:disabled{opacity:.45;cursor:default}.site-demo .site-demo-content[data-tour=true]{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-template-rows:minmax(0,1fr)}.site-demo .demo-tour{position:relative;inset:auto;transform:none;width:auto;min-width:0;height:100%;display:flex;flex-direction:column;align-items:stretch;gap:18px;padding:26px 24px;border:0;border-left:1px solid #c9d3b6;border-radius:0;box-shadow:none;overflow:auto;background:#f5f8ed}.site-demo .demo-tour-count{display:flex;justify-content:space-between;gap:12px;font-size:12px;letter-spacing:.08em}.site-demo .demo-tour-count span{font-variant-numeric:tabular-nums}.site-demo .demo-tour progress{width:100%;height:4px;border:0;accent-color:#526b35;flex-shrink:0}.site-demo .demo-tour progress::-webkit-progress-bar{background:#dce4cf;border-radius:2px}.site-demo .demo-tour progress::-webkit-progress-value{background:#526b35;border-radius:2px}.demo-tour-chapter{display:block;font-size:13px;color:#62754b;margin:8px 0 12px}.site-demo .demo-tour h3{font-family:var(--font-display);font-size:26px;line-height:1.2}.site-demo .demo-tour p{font-size:16px;line-height:1.6;margin-top:16px}.site-demo .demo-tour .demo-tour-task{padding-top:16px;border-top:1px solid #dce4cf;font-size:14px}.site-demo .demo-tour .demo-tour-hint{font-size:14px}.site-demo .demo-tour-actions{margin-top:auto;padding-top:6px;flex-shrink:0}.site-demo .demo-tour-actions button:nth-child(2){background:#52673a;color:white}.site-demo .demo-tour-actions .demo-tour-exit{grid-column:1/-1;background:transparent;color:#52673a;border:0}.site-demo .demo-tour-highlight{border:2px solid #66883d;border-radius:6px;background:#8faf4a08;box-shadow:inset 0 0 0 2px #ffffffaa;transition:none}.site-demo::backdrop{backdrop-filter:none}.site-demo-status{text-align:center;padding:24px}.site-demo-status a{text-decoration:underline;text-underline-offset:4px}.site-demo-controls button:disabled{opacity:.45;cursor:wait}@media(max-width:1000px){.site-demo .site-demo-content[data-tour=true]{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(0,245px)}.site-demo .demo-tour{display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:12px 16px;border-left:0;border-top:1px solid #c9d3b6;gap:8px;overflow:hidden}.site-demo .demo-tour progress{display:none}.site-demo .demo-tour>div[aria-live]{min-height:0;overflow:auto}.site-demo .demo-tour .demo-tour-hint{display:none}.site-demo .demo-tour h3{font-size:21px}.site-demo .demo-tour p{margin-top:8px;font-size:14px}.site-demo .demo-tour-chapter{margin:0 0 5px}.site-demo .demo-tour-actions{display:flex;flex-wrap:wrap;margin-top:0;padding-top:0}.site-demo .demo-tour-actions button{flex:1}}@media(max-height:550px){.site-demo .site-demo-content[data-tour=true]{grid-template-columns:minmax(0,1fr) minmax(240px,35%);grid-template-rows:minmax(0,1fr)}}