*{box-sizing:border-box}:root{color-scheme:light;--bg: #f5f5f6;--text: #17181c;--muted: #5e6773;--label: #8a8b92;--note: #7c7d84;--modal-bg: #ffffff;--btn-text: #17181c;--card-bg: #ffffff;--card-border: rgba(0, 0, 0, .07);--panel-bg: #fbfbfc;--panel-border: rgba(0, 0, 0, .08);--stage-bg: rgba(225, 225, 225, .3);--skeleton: #e3e3e6;--ctl-bg: rgba(0, 0, 0, .05);--ctl-bg-hover: rgba(0, 0, 0, .09);--ctl-border: rgba(0, 0, 0, .12);--field-bg: #ffffff;--track: rgba(234, 234, 234, .7);--track-ring: rgba(0, 0, 0, .056);--sl-thumb: #ffffff;--accent: #17181c;--on-accent: #ffffff;--hover-veil: rgba(0, 0, 0, .04);--photo-edge: rgba(0, 0, 0, .2);--photo-lift: rgba(0, 0, 0, .16);--tab-ind: #0f0f0f;--tab-ind-text: #ffffff;--tab-label: rgba(15, 15, 15, .8);--tab-label-hover: #0f0f0f}[data-theme=dark]{color-scheme:dark;--bg: #121212;--text: #fbfbfb;--muted: #9a9a9a;--label: #7f7f7f;--note: #8a8a8a;--modal-bg: #202020;--btn-text: #fbfbfb;--card-bg: #181818;--card-border: rgba(255, 255, 255, .06);--panel-bg: #161616;--panel-border: rgba(255, 255, 255, .05);--stage-bg: #131313;--skeleton: #2e2e2e;--ctl-bg: rgba(255, 255, 255, .06);--ctl-bg-hover: rgba(255, 255, 255, .1);--ctl-border: rgba(255, 255, 255, .12);--field-bg: #1e1e1e;--track: rgba(115, 115, 115, .2);--track-ring: rgba(255, 255, 255, .02);--sl-thumb: #525252;--accent: #ffffff;--on-accent: #0d0d0d;--hover-veil: rgba(255, 255, 255, .06);--photo-edge: rgba(0, 0, 0, .5);--photo-lift: rgba(0, 0, 0, .55);--tab-ind: #ffffff;--tab-ind-text: #0d0d0d;--tab-label: rgba(251, 251, 251, .72);--tab-label-hover: #ffffff}@supports (color: color(display-p3 0 0 0 / .2)){:root{--photo-edge: color(display-p3 0 0 0 / .2);--photo-lift: color(display-p3 0 0 0 / .16)}[data-theme=dark]{--photo-edge: color(display-p3 0 0 0 / .5);--photo-lift: color(display-p3 0 0 0 / .55)}}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.page{max-width:1120px;margin:0 auto;padding:48px 32px 80px}.header h1{font-size:28px;font-weight:600;letter-spacing:-.02em;margin:0 0 8px}.header .tag{font-size:14px;font-weight:500;color:var(--label);margin-left:8px;letter-spacing:0}.header p{max-width:620px;margin:0;font-size:14px;line-height:1.6;color:var(--muted)}.knob-link{align-self:center;font-size:12px;font-weight:500;color:var(--muted);text-decoration:none;padding:5px 11px;border-radius:7px;background:var(--ctl-bg);white-space:nowrap;transition:background-color .12s ease,color .12s ease}.knob-link:hover{background:var(--ctl-bg-hover);color:var(--text)}.knobs{display:flex;flex-wrap:wrap;gap:24px;margin:28px 0 32px;padding:14px 18px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;width:fit-content}.knob{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--muted)}.knob input[type=range]{width:120px;accent-color:var(--accent)}.knob code{font-family:Roboto Mono,ui-monospace,monospace;font-size:12px;color:var(--text);min-width:28px;text-align:right}.knob select{font:inherit;padding:4px 8px;border-radius:8px;border:1px solid var(--ctl-border);background:var(--field-bg);color:var(--text)}.melt-panel{flex-basis:100%}.melt-panel summary{cursor:pointer;font-size:13px;font-weight:600;color:var(--muted);-webkit-user-select:none;user-select:none}.melt-panel[open] summary{margin-bottom:10px}.melt-knobs{display:flex;flex-wrap:wrap;gap:16px 24px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:20px}.card-label{margin:0 0 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--label)}.card-note{margin:14px 0 0;font-size:12.5px;line-height:1.55;color:var(--note)}.stage{display:grid;place-items:center;height:280px;background:var(--stage-bg);border-radius:10px;overflow:hidden}.pm{width:200px;height:140px}.pm-slot{position:absolute;left:80px;top:80px}.pm-btn{width:40px;height:40px;border:0;padding:0;border-radius:50%;background:transparent;display:grid;place-items:center;cursor:pointer;color:var(--btn-text);-webkit-tap-highlight-color:transparent}.pm-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pm-sat{pointer-events:none}.pm-open .pm-sat{pointer-events:auto}.pm-open .pm-sat:hover{background:var(--hover-veil)}.pm-sat-icon{display:grid;place-items:center;opacity:0;filter:blur(2px);transition:opacity .12s ease,filter .12s ease}.pm-open .pm-sat-icon{opacity:1;filter:blur(0);transition-duration:var(--pm-icon-dur, .18s)}@keyframes pm-anticipate{0%{transform:translateY(0)}30%{transform:translateY(var(--pm-anticip, 5px))}to{transform:translateY(0)}}.pm-anticipating [data-gooey-svg],.pm-anticipating .pm-main{animation-name:pm-anticipate;animation-duration:var(--pm-anticip-dur, .7s);animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.pm-wrap{display:flex;flex-direction:column}.pm-plus{display:grid;place-items:center;transform:rotate(0);transition:transform .25s ease-in-out}.pm-open .pm-plus{transform:rotate(45deg)}.tb{display:inline-flex;align-items:center;gap:3px;padding:3px;border-radius:48px}.tb-bar{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:48px;z-index:-2}.tb-tabs{display:contents}.tb-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;border:1px solid transparent;background:transparent;height:30px;padding:4px 12px;font:inherit;font-size:13px;font-weight:500;line-height:1.4;color:var(--tab-label);cursor:pointer;border-radius:48px;z-index:1;transition:color .25s cubic-bezier(.22,1,.36,1),border-color .25s cubic-bezier(.22,1,.36,1);-webkit-tap-highlight-color:transparent;white-space:nowrap}.tb-tab:not([aria-selected=true]):hover{color:var(--tab-label-hover)}.tb-tab[aria-selected=true]{color:var(--tab-ind-text)}.tb-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tb-ind{position:absolute;top:3px;left:0;height:30px;border-radius:48px;pointer-events:none;transition:transform var(--tb-dur, .32s) var(--tb-ease, cubic-bezier(.3, 1.05, .4, 1)),width var(--tb-dur, .32s) var(--tb-ease, cubic-bezier(.3, 1.05, .4, 1))}.tb-wrap{display:flex;flex-direction:column}@property --seat{syntax: "<number>"; inherits: false; initial-value: 1;}.ap-wrap{display:flex;flex-direction:column}.ap{width:290px;height:250px}.ap-dragme{position:absolute;right:66px;top:2px;margin:0;display:flex;align-items:flex-start;gap:3px;font-size:13px;line-height:19px;color:var(--note);opacity:.55;white-space:nowrap;pointer-events:none;transition:opacity .22s ease}.ap-dragme.is-hidden{opacity:0}.ap-dragme-text{margin-top:27px}.ap-dragme-arrow{flex:none;width:50px;height:49px;display:flex;align-items:center;justify-content:center}.ap-dragme-arrow:before{content:"";width:38px;height:33px;background-color:currentColor;-webkit-mask:url(/assets/drag-me-arrow-DQzSFt8k.svg) no-repeat center / contain;mask:url(/assets/drag-me-arrow-DQzSFt8k.svg) no-repeat center / contain;transform:rotate(-141.14deg) scaleY(-1)}.ap-pill{position:absolute;left:20px;top:82px;height:56px;border-radius:28px;display:flex;align-items:center;gap:10px;padding:0 12px 0 17px}.ap-label{font-size:14px;line-height:22px;color:var(--text);white-space:nowrap}.ap-stack{display:flex;align-items:center}.ap-avatar{position:relative;width:32px;height:32px;border-radius:50%;object-fit:cover;box-shadow:0 1px 1px 0 var(--photo-edge);outline:1px solid var(--photo-edge);outline-offset:-1px;background:var(--skeleton);transition:margin-left .28s cubic-bezier(.3,1.05,.4,1),--seat var(--ap-seat-dur, .24s) cubic-bezier(.22,1,.36,1)}.ap-endgap{display:inline-block;height:1px;transition:width .28s cubic-bezier(.3,1.05,.4,1)}.ap-chip{position:absolute;right:20px;top:22px;width:40px;height:40px;border-radius:50%;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;transition:transform .55s cubic-bezier(.34,1.56,.64,1),--seat var(--ap-seat-dur, .24s) cubic-bezier(.22,1,.36,1)}.ap-dragging{transition:none;cursor:grabbing}.ap-absorbing{transition:--seat var(--ap-seat-dur, .24s) cubic-bezier(.22,1,.36,1);pointer-events:none}.ap-reset{position:absolute;left:50%;transform:translate(-50%);bottom:10px;z-index:3;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;height:36px;padding:6px 12px;border:0;border-radius:40px;font-family:inherit;font-size:13px;line-height:16px;font-weight:500;color:#17181c;background-color:#bfc0cb;background-image:linear-gradient(90deg,#f3f3f3e6,#f3f3f3e6);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background-color .15s,filter .15s}.ap-reset:hover{filter:brightness(.98)}.ap-reset:active{filter:brightness(.95)}.ap-reset:focus-visible{outline:2px solid #17181c;outline-offset:2px}[data-theme=dark] .ap-reset{background:#ffffff0a;color:#e3e3e3}[data-theme=dark] .ap-reset:hover{background:#ffffff0f;filter:none}[data-theme=dark] .ap-reset:active{background:#ffffff14;filter:none}[data-theme=dark] .ap-reset:focus-visible{outline-color:#e3e3e3}.ap-chip img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;pointer-events:none;background:var(--skeleton);box-shadow:0 2px 6px 0 var(--photo-lift),0 1px 1px 0 var(--photo-edge);outline:1px solid var(--photo-edge);outline-offset:-1px;transition:box-shadow .18s ease-out,outline-color .18s ease-out}.ap-ringed img{box-shadow:0 1px 1px 0 var(--photo-edge);outline:var(--ap-ring, 1.25px) solid var(--photo-edge);outline-offset:calc(-1 * var(--ap-ring, 1.25px))}.dc-wrap{display:flex;flex-direction:column}.dc{width:320px;height:210px}.dc-card{position:absolute;left:50%;top:50%;width:96px;height:96px;margin:-48px 0 0 -48px;border-radius:16px;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.dc-card:active{cursor:grabbing}.dc-card img{width:100%;height:100%;border-radius:16px;object-fit:cover;display:block;pointer-events:none;background:var(--skeleton)}.eb-wrap{display:flex;flex-direction:column}.eb{width:290px;height:210px}.eb-slot{position:absolute}.eb-field-slot{left:44px;top:81px}.eb-btn-slot{left:200px;top:83px}.eb-field{width:202px;height:48px;border-radius:999px}.eb-input{width:100%;height:100%;border:0;background:transparent;border-radius:999px;padding:0 44px 0 18px;font:inherit;font-size:14px;color:var(--text);outline:none}.eb-input::placeholder{color:var(--label)}.eb-btn{width:44px;height:44px;border:0;padding:0;border-radius:50%;background:transparent;color:var(--btn-text);display:grid;place-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.eb-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.eb-arrow{opacity:0;transition:opacity .15s ease}.eb-btn-open .eb-arrow{opacity:1;transition-delay:calc(var(--eb-dur, .36s) * .12)}@keyframes eb-cross{0%{filter:blur(0)}35%{filter:blur(var(--eb-blur, 2px))}to{filter:blur(0)}}.eb-pulsing .eb-arrow{animation-name:eb-cross;animation-duration:var(--eb-dur, .36s);animation-timing-function:ease-in-out}.cp-panel{margin-top:14px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;-webkit-font-smoothing:antialiased}.cp-section{padding:14px 16px 16px}.cp-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cp-section-title{font-family:Roboto Mono,ui-monospace,monospace;font-size:11px;font-weight:500;color:var(--text);text-transform:uppercase;letter-spacing:.06em;opacity:.72}.cp-export{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:var(--accent);color:var(--on-accent);font-family:inherit;font-size:11px;font-weight:500;height:22px;padding:0 10px;border-radius:5px;cursor:pointer;white-space:nowrap;flex:none;transition:background-color .12s ease}.cp-export:hover{background:var(--accent);opacity:.82}.cp-export.is-copied{background:#178a4a}.cp-actions{display:flex;align-items:center;gap:6px}.cp-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:3px 0}.cp-subhead{margin:14px 0 2px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--label)}.cp-subhead:first-of-type{margin-top:4px}.cp-label{color:var(--muted);font-size:11.5px;line-height:1.3;font-weight:400;-webkit-user-select:none;user-select:none}.cp-row input,.cp-row select{width:86px;height:24px;padding:0 6px;border:1px solid var(--ctl-border);border-radius:4px;font-family:Roboto Mono,ui-monospace,monospace;font-size:11px;color:var(--text);background:var(--field-bg);text-align:right;-moz-appearance:textfield}.cp-row input::-webkit-outer-spin-button,.cp-row input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cp-row input:focus,.cp-row select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}.cp-slider{display:inline-flex;align-items:center;gap:8px}.cp-slider input[type=range]{width:110px;height:24px;margin:0;padding:0;border:0;background:transparent;accent-color:var(--accent)}.cp-slider .cp-val{font-family:Roboto Mono,ui-monospace,monospace;font-size:11px;color:var(--text);min-width:34px;text-align:right}.cp-row select.cp-ease{width:128px;text-align:left;padding-right:4px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 10px) 10px,calc(100% - 6px) 10px;background-size:4px 4px,4px 4px;background-repeat:no-repeat}@supports (color: color(display-p3 0 0 0 / .2)){[data-theme=dark]{--track: color(display-p3 .451 .451 .451 / .2);--track-ring: color(display-p3 1 1 1 / .02);--sl-thumb: color(display-p3 .3213 .3213 .3213)}}.sl-wrap{display:flex;flex-direction:column}.sl{width:240px;height:80px}.sl-track{position:absolute;left:14px;right:14px;top:38px;height:8px;border-radius:4px;background:var(--track);box-shadow:inset 0 0 0 1px var(--track-ring);z-index:-2}.sl-thumb{position:absolute;left:14px;top:30px;width:24px;height:24px;border-radius:50%;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.sl-thumb:active{cursor:grabbing}.sl-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (prefers-reduced-motion: reduce){.tb-ind,.ap-chip,.pm-plus,.pm-sat-icon{transition:none!important}.pm-anticipating [data-gooey-svg],.pm-anticipating .pm-main,.eb-pulsing .eb-arrow{animation:none!important}}:where(html[data-page=demo] *),:where(html[data-page=demo] *):before,:where(html[data-page=demo] *):after{box-sizing:border-box;margin:0;padding:0}html[data-page=demo],html[data-page=demo] body{min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#070707;color:#fbfbfb;transition:background-color .3s ease,color .3s ease}html[data-page=demo][data-theme=light],html[data-page=demo][data-theme=light] body{background-color:#fdfdfd;color:#17181c;color-scheme:light}html[data-page=demo] body{display:flex;flex-direction:column}html[data-page=demo] #root{flex:1;display:flex;flex-direction:column}.skip-link{position:absolute;top:-100%;left:16px;z-index:200;padding:12px 20px;border-radius:8px;background:#fff;color:#070707;font-size:14px;font-weight:500;text-decoration:none}.skip-link:focus{top:16px}.app{flex:1;display:flex;flex-direction:column;align-items:center;max-width:883px;margin:0 auto;width:100%;padding:0 24px 64px}.top-bar-links{position:absolute;top:16px;right:0;display:flex;align-items:center;gap:8px;z-index:10}.theme-icon-stack{position:relative;display:inline-flex;width:16px;height:16px}.icon-btn .theme-icon{position:absolute;top:0;right:0;bottom:0;left:0;width:16px;height:16px;display:block;transform-origin:center;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .2s ease-in-out,transform .2s ease-in-out,filter .2s ease-in-out,color .15s ease;opacity:0;transform:scale(.25);filter:blur(2px)}.theme-icon-stack[data-active=moon] .theme-icon-moon,.theme-icon-stack[data-active=sun] .theme-icon-sun{opacity:1;transform:scale(1);filter:blur(0)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:50px;background:#ffffff12;color:#ededed;cursor:pointer;text-decoration:none;padding:0;transition:background-color .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}.icon-btn:hover{background:#ffffff1a}.icon-btn:active{background:#ffffff14}.icon-btn:focus-visible{outline:2px solid #ededed;outline-offset:2px}.icon-btn svg{width:16px;height:16px;display:block;flex-shrink:0;fill:currentColor;color:#ededed99;transition:color .15s ease}.icon-btn svg.icon-x{width:16px;height:17px}.icon-btn:hover svg{color:#ededed}html[data-theme=light] .icon-btn{background:#f4f4f4;color:#0d0d0d}html[data-theme=light] .icon-btn:hover{background:#f1f1f1}html[data-theme=light] .icon-btn:active{background:#eae9e9}html[data-theme=light] .icon-btn:focus-visible{outline-color:#0d0d0d}html[data-theme=light] .icon-btn svg{color:#0d0d0d99}html[data-theme=light] .icon-btn:hover svg{color:#0d0d0d}.dm-header{position:relative;width:100%;height:218px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:53px}.header-icon{position:relative;z-index:0;width:207px;height:138px;margin-top:-190px;margin-bottom:-20px;line-height:0;cursor:pointer}.header-icon-img{position:absolute;left:0;top:0;width:207px;height:138px;display:block;-webkit-user-select:none;user-select:none;transform-origin:center;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .3s ease;will-change:transform,opacity}@media (hover: hover){.header-icon:hover .header-icon-img{transform:rotate(8deg)}}.header-icon:active .header-icon-img{transform:rotate(8deg)}html:not([data-theme=light]) .header-icon-img--dark,html[data-theme=light] .header-icon-img--light{opacity:1}html[data-theme=light] .header-icon-img--dark,html:not([data-theme=light]) .header-icon-img--light{opacity:0}@media (prefers-reduced-motion: reduce){.header-icon-img{transition:none}.header-icon:hover .header-icon-img,.header-icon:active .header-icon-img{transform:none}}.title{position:relative;z-index:1;font-size:22px;font-weight:500;line-height:30px;color:inherit}.subtitle-sm{position:relative;z-index:1;font-size:14px;font-weight:400;line-height:21px;color:#cacaca;opacity:.5}html[data-theme=light] .subtitle-sm{color:#767676;opacity:1}.examples-section{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:48px}.example-row-full{width:100%;height:370px;border-radius:30px;background:#d9d9d90d;display:flex;align-items:center;justify-content:center;padding:48px 40px;overflow:hidden}html[data-theme=light] .example-row-full{background:#f7f7f7}.example-row-short{height:220px}.example-row-split{display:grid;grid-template-columns:271fr 552fr;gap:12px;width:100%}.example-cell{border-radius:30px;background:#d9d9d90d;display:flex;align-items:center;justify-content:center;padding:48px 40px;min-height:314px;overflow:hidden}html[data-theme=light] .example-cell{background:#f7f7f7}.section{width:100%;margin-bottom:24px}.section-title{font-size:16px;font-weight:400;line-height:34px;color:inherit;margin-bottom:4px;opacity:.95}.section-title--muted{opacity:.75}.code-block{display:flex;align-items:center;gap:10px;min-height:40px;background:#121212;border-radius:10px;padding:4px 8px 4px 14px;position:relative}html[data-theme=light] .code-block{background:#f7f7f7;box-shadow:none}.code-block--multi{height:auto;padding:6px 8px 6px 14px;align-items:flex-start}.code-block code{font-family:Roboto Mono,monospace;font-size:14px;line-height:22px;color:#fff;white-space:pre;overflow-x:auto;min-width:0;flex:1}html[data-theme=light] .code-block code{color:#3c3c3c}.copy-btn{position:relative;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;aspect-ratio:1 / 1;margin-right:-3px;border:0;border-radius:6px;padding:0;line-height:0;background:transparent;background-image:none;color:#ededed99;cursor:pointer;transition:background-color .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}html[data-theme=light] .copy-btn{color:#0d0d0d99}.copy-btn:hover{background-image:none;background:#ffffff0f;color:#ededed}.copy-btn:active{background-image:none;background:#ffffff14}html[data-theme=light] .copy-btn:hover{background:#0000000a;color:#0d0d0d}html[data-theme=light] .copy-btn:active{background:#0000000f}.copy-btn:focus-visible{outline:2px solid #ededed;outline-offset:2px}html[data-theme=light] .copy-btn:focus-visible{outline-color:#0d0d0d}.copy-btn svg{position:absolute;top:50%;left:50%;width:16px;height:16px;display:block;transform-origin:center;will-change:opacity,transform,filter;transition:opacity .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),filter .3s cubic-bezier(.22,1,.36,1)}.copy-btn .icon-copy{opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0)}.copy-btn .icon-check{opacity:0;transform:translate(-50%,-50%) scale(.25);filter:blur(4px);color:currentColor}.copy-btn[data-copied=true] .icon-copy{opacity:0;transform:translate(-50%,-50%) scale(.25);filter:blur(4px)}.copy-btn[data-copied=true] .icon-check{opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0)}.copy-btn-tooltip{position:absolute;left:50%;transform:translate(-50%);bottom:calc(100% + 8px);box-sizing:border-box;height:32px;display:inline-flex;align-items:center;padding:0 12px;border-radius:40px;font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;white-space:nowrap;pointer-events:none;z-index:10;opacity:0;visibility:hidden;transition:opacity .15s cubic-bezier(.22,1,.36,1),visibility 0s linear .15s;background:#fff;color:#17181c;box-shadow:0 2px 8px #0000000a,0 0 0 1px #0000000f,0 1px 1px #0000000a}html[data-theme=dark] .copy-btn-tooltip{background:#181818;color:#e3e3e3;box-shadow:0 1px 16px #0006,inset 0 1px #ffffff0a,inset 0 0 0 1px #0000000f,inset 0 -1px #0000000f,inset 0 0 0 1px #c4c4c414}@media (hover: hover){.copy-btn:hover .copy-btn-tooltip,.copy-btn:focus-visible .copy-btn-tooltip,.copy-btn[data-copied=true] .copy-btn-tooltip{opacity:1;visibility:visible;transition:opacity .15s cubic-bezier(.22,1,.36,1) 50ms,visibility 0s linear 50ms}.copy-btn[data-copied=true] .copy-btn-tooltip{transition:opacity .15s cubic-bezier(.22,1,.36,1),visibility 0s linear}}.copy-btn-tooltip .tt-text{display:inline-flex;align-items:baseline;line-height:16px}.copy-btn-tooltip .tt-stem{display:inline-block;line-height:16px}.copy-btn-tooltip .tt-swap{position:relative;display:inline-block;vertical-align:baseline;line-height:16px;width:var(--tt-w-a, auto);transition:width .24s cubic-bezier(.22,1,.36,1)}.copy-btn-tooltip .tt-swap[data-state=copied]{width:var(--tt-w-b, auto)}.copy-btn-tooltip .tt-label{white-space:pre;transition:opacity .18s cubic-bezier(.22,1,.36,1),filter .18s cubic-bezier(.22,1,.36,1);will-change:opacity,filter}.copy-btn-tooltip .tt-a{display:inline-block}.copy-btn-tooltip .tt-b{position:absolute;top:0;left:0}.copy-btn-tooltip .tt-swap .tt-a{opacity:1;filter:blur(0)}.copy-btn-tooltip .tt-swap .tt-b,.copy-btn-tooltip .tt-swap[data-state=copied] .tt-a{opacity:0;filter:blur(2px)}.copy-btn-tooltip .tt-swap[data-state=copied] .tt-b{opacity:1;filter:blur(0)}@media (hover: none){.copy-btn[data-copied=true] .copy-btn-tooltip{opacity:1;visibility:visible;transition:opacity .15s cubic-bezier(.22,1,.36,1),visibility 0s linear}.copy-btn-tooltip .tt-swap{width:var(--tt-w-b, auto);transition:none}.copy-btn-tooltip .tt-label{transition:none}}@media (prefers-reduced-motion: reduce){.copy-btn-tooltip,.copy-btn-tooltip .tt-swap,.copy-btn-tooltip .tt-label{transition:none!important}}.playground-section{width:100%;display:flex;flex-direction:column;gap:6px;margin-bottom:48px}.playground-section .section-title{margin-bottom:0}.playground-controls{display:flex;align-items:flex-end;gap:22px;background:#121212;border-radius:10px;padding:16px}html[data-theme=light] .playground-controls{background:#f7f7f7}.control-group{display:flex;flex-direction:column;gap:9px;min-width:0}.control-label{font-size:12px;font-weight:400;line-height:14px;color:#fbfbfb99}html[data-theme=light] .control-label{color:#767676}.control-options{display:flex;gap:8px;align-items:center}.tab-btn{display:flex;align-items:center;justify-content:center;height:36px;padding:0 12px;border:none;border-radius:8px;background:#ffffff08;color:#fbfbfb80;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:14px;cursor:pointer;transition:background-color .15s ease,color .15s ease;white-space:nowrap;-webkit-tap-highlight-color:transparent}html[data-theme=light] .tab-btn{background:#ebebeb;color:#17181c}.tab-btn:hover{background:#ffffff0f;color:#fbfbfbb3}html[data-theme=light] .tab-btn:hover{background:#e2e2e2;color:#17181c}.tab-btn[data-active=true]{background:#ffffff12;color:#fbfbfb;box-shadow:inset 0 0 0 .5px #ffffff05,inset 0 .5px #ffffff0f}html[data-theme=light] .tab-btn[data-active=true]{background:#fff;color:#17181c;box-shadow:0 1px 3px #0000000a,inset 0 0 0 .5px #0000000f,inset 0 -.5px #0000001a}.tab-btn:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}html[data-theme=light] .tab-btn:focus-visible{outline-color:#17181c}.control-group--strength{min-width:100px;width:140px}.strength-track{position:relative;width:100%;height:36px;border-radius:8px;background:#ffffff08;cursor:grab;transition:background-color .15s ease;touch-action:none;-webkit-user-select:none;user-select:none}.strength-track:hover{background:#ffffff0f}.strength-track:active{cursor:grabbing}html[data-theme=light] .strength-track{background:#ebebeb;box-shadow:none}html[data-theme=light] .strength-track:hover{background:#e2e2e2}.strength-fill{position:absolute;top:0;left:0;bottom:0;border-radius:8px;background:#ffffff12;box-shadow:inset 0 0 0 .5px #ffffff05,inset 0 .5px #ffffff0f;transition:width .08s ease-out;pointer-events:none}html[data-theme=light] .strength-fill{background:#fff;box-shadow:0 1px 3px #0000000a,inset 0 0 0 .5px #0000000f,inset 0 -.5px #0000001a}.strength-value{position:absolute;top:0;left:11px;height:100%;display:flex;align-items:center;font-size:11px;line-height:14px;font-weight:400;color:#fbfbfb99;white-space:nowrap;pointer-events:none;z-index:1}html[data-theme=light] .strength-value{color:#17181c}.strength-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;background:transparent;cursor:grab;opacity:0;z-index:2;pointer-events:none;touch-action:none;outline:none;-webkit-tap-highlight-color:transparent}.strength-input::-moz-focus-outer{border:0}.strength-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:36px;height:36px;border:0;background:transparent;cursor:grab}.strength-input::-moz-range-thumb{width:36px;height:36px;border:0;background:transparent;cursor:grab}.strength-track:has(.strength-input:focus-visible){outline:2px solid rgba(255,255,255,.5);outline-offset:2px}html[data-theme=light] .strength-track:has(.strength-input:focus-visible){outline-color:#0006}.playground-preview{width:100%;min-height:304px;border-radius:10px;background:#d9d9d90d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:48px}html[data-theme=light] .playground-preview{background:#f7f7f7}.playground-toolbar{display:inline-flex;align-items:center;gap:8px}.playground-toggle{display:inline-grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:9999px;background:#ffffff12;color:#fbfbfbb3;cursor:pointer;transition:background-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.playground-toggle:hover{background:#ffffff1a;color:#fbfbfb}.playground-toggle:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.playground-toggle svg{width:14px;height:14px;fill:currentColor;stroke:none}.playground-toggle--text{min-width:108px;width:auto;padding:0 12px;border-radius:9999px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1;letter-spacing:.01em;white-space:nowrap}html[data-theme=light] .playground-toggle{background:#ebebeb;color:#17181c}html[data-theme=light] .playground-toggle:hover{background:#e2e2e2;color:#17181c}html[data-theme=light] .playground-toggle:focus-visible{outline-color:#17181c}.playground-toggle:disabled,.playground-toggle[aria-disabled=true]{opacity:.5;cursor:not-allowed}.playground-toggle:disabled:hover,.playground-toggle[aria-disabled=true]:hover{background:#ffffff12;color:#fbfbfbb3}html[data-theme=light] .playground-toggle:disabled:hover,html[data-theme=light] .playground-toggle[aria-disabled=true]:hover{background:#ebebeb;color:#17181c}.footer{font-size:13px;line-height:14px;text-align:center;padding:48px 0 24px}.footer-muted{color:#fbfbfb66}html[data-theme=light] .footer-muted{color:#767676}.footer-name{color:#fbfbfbb3;text-decoration:none}html[data-theme=light] .footer-name{color:#17181c}.footer-name:hover{color:#fbfbfbe6}html[data-theme=light] .footer-name:hover{color:#000}@media (max-width: 639px){html,body{overflow-x:hidden}.app{padding:0 16px 48px}.dm-header{height:auto;min-height:180px;padding-top:60px;padding-bottom:32px}.top-bar-links{top:12px}.example-row-full{height:auto;min-height:220px;padding:24px 18px;border-radius:20px}.example-row-split{grid-template-columns:1fr}.example-cell{padding:24px 18px;min-height:220px;border-radius:20px;overflow:visible}.playground-controls{flex-wrap:nowrap;align-items:flex-end;gap:12px;padding:12px}.control-group--strength{width:auto;min-width:0;flex:1 1 0}.strength-value{left:9px}.playground-preview{padding:24px 16px;min-height:240px}.code-block code{font-size:12px;line-height:20px}.section-title{font-size:15px}}@media (min-width: 640px) and (max-width: 883px){.example-row-full{padding:40px 32px}.example-cell{padding:40px 24px;min-height:260px}.playground-controls{flex-wrap:wrap}}@media (prefers-reduced-motion: reduce){html[data-page=demo] *,html[data-page=demo] *:before,html[data-page=demo] *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
