.playground-phone{--phone-color:#aab5bf;--phone-level:0;color:#303034;text-align:left;cursor:default;background:#fff;border:1px solid #e4e4e7;border-radius:30px;flex-direction:column;width:264px;height:488px;padding:14px 12px 9px;display:flex;overflow:hidden;box-shadow:0 2px 3px #18181b03,0 14px 32px -18px #18181b22}.playground-phone button{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}:is(.playground-phone button:focus-visible,.playground-phone input:focus-visible){outline-offset:3px;outline:2px solid #8a8a90}.pg-phone-top{align-items:center;gap:8px;min-height:37px;padding:0 4px 10px;display:flex}.pg-phone-top strong{flex:1;font-size:11px;font-weight:560}.pg-phone-top button{color:#8b8b93;border-radius:50%;width:25px;height:25px}.pg-phone-top button:hover{color:#303034;background:#f3f3f5}.pg-phone-avatar{color:#73737d;background:#f1f1f3;border-radius:50%;place-items:center;width:27px;height:27px;transition:color .16s,background .16s;display:grid}.playground-phone[data-sounding] .pg-phone-avatar{color:var(--phone-color);background:color-mix(in srgb, var(--phone-color) 13%, #fff)}.pg-phone-thread{overscroll-behavior:contain;scrollbar-width:none;flex-direction:column;flex:1;gap:13px;min-height:0;padding:15px 4px 12px;display:flex;overflow:auto}.pg-phone-thread::-webkit-scrollbar{display:none}.pg-phone-empty{color:#bcbcc2;flex-direction:column;align-items:center;gap:18px;margin:auto;font-size:11px;display:flex}.pg-phone-empty svg{color:#d6d6db}.pg-phone-message{--message-progress:1;flex-direction:column;flex-shrink:0;gap:5px;max-width:94%;display:flex}.pg-phone-message.pg-phone-state-pending{--message-progress:0}.pg-phone-message.pg-phone-outgoing{align-self:flex-end;align-items:flex-end}.pg-phone-message.pg-phone-incoming{align-self:flex-start;align-items:flex-start}.pg-phone-bubble,.pg-phone-voice,.pg-phone-attachment,.pg-phone-cards{opacity:calc(.25 + var(--message-progress) * .75);transform:translateY(calc((1 - var(--message-progress)) * 13px)) scale(calc(.97 + var(--message-progress) * .03));transform-origin:100% 100%}.pg-phone-bubble{overflow-wrap:anywhere;background:#efeff2;border-radius:15px 15px 5px;padding:10px 12px;font-size:11px;line-height:1.5}.pg-phone-incoming .pg-phone-bubble{background:#f7f7f8;border-radius:15px 15px 15px 5px}.pg-phone-delivery{color:#a1a1a8;padding-right:3px;font-size:8px}.pg-phone-retry{color:#83838c;gap:4px;padding:2px;font-size:8px}.pg-phone-retry:hover{color:#303034}.pg-phone-voice{color:#777780;background:#efeff2;border-radius:17px 17px 5px;gap:9px;height:43px;padding:0 10px}.pg-phone-voice>span:last-child{font-variant-numeric:tabular-nums;font-size:8px}.pg-phone-wave{align-items:center;gap:2px;height:26px;display:flex}.pg-phone-wave i{background:currentColor;border-radius:2px;width:2px;display:block}.playground-phone[data-sounding] .pg-phone-wave{color:var(--phone-color)}.pg-phone-attachment{background:#f4f4f6;border-radius:14px 14px 5px;align-items:center;gap:8px;padding:12px;display:flex}.pg-phone-attachment>svg{color:#8d8d96}.pg-phone-attachment>span{flex-direction:column;gap:3px;display:flex}.pg-phone-attachment strong{font-size:10px;font-weight:500}.pg-phone-attachment small{color:#96969e;font-size:8px}.pg-phone-message.pg-phone-kind-cards{width:100%;max-width:100%}.pg-phone-cards{grid-template-columns:repeat(3,1fr);gap:5px;width:100%;display:grid}.playground-phone .pg-phone-cards button{color:#9b9ba4;background:#f5f5f7;border-radius:12px;flex-direction:column;gap:9px;padding:10px 5px;display:flex}.pg-phone-cards button>span{justify-content:center;align-items:center;gap:2px;height:25px;display:flex}.pg-phone-cards button i{background:currentColor;border-radius:3px;width:3px;display:block}.pg-phone-cards button strong{color:#73737d;font-size:9px;font-weight:500}.pg-phone-cards button:hover{color:var(--sound-color)}.pg-phone-typing{flex-shrink:0;align-items:center;gap:3px;height:25px;padding:0 8px;display:flex}.pg-phone-typing i{width:3px;height:3px;transform:translateY(calc(var(--phone-level) * -3px));background:#c1c1c7;border-radius:50%}.pg-phone-typing i:nth-child(2){transform:translateY(calc(var(--phone-level) * -5px))}.pg-phone-composer{border:1px solid #e9e9ec;border-radius:21px;align-items:center;gap:5px;min-height:36px;margin:0 2px;padding:5px 5px 5px 12px;display:flex}.pg-phone-composer input{background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0;font-size:11px;line-height:1.5}.pg-phone-composer input::placeholder{color:#a8a8b0}.playground-phone .pg-phone-send{color:#fff;background:#343438;border-radius:50%;width:26px;height:26px;transition:background .15s,transform .15s}.playground-phone .pg-phone-send:hover:not(:disabled){background:#111}.playground-phone .pg-phone-send:active:not(:disabled){transform:scale(.9)}.playground-phone .pg-phone-send:disabled{color:#a8a8af;cursor:default;background:#f1f1f3}.pg-phone-tools{align-items:center;gap:1px;padding:8px 3px 4px;display:flex}.pg-phone-tools>button{color:#94949d;border-radius:7px;width:29px;height:27px}.pg-phone-tools>button:hover{color:#414147;background:#f5f5f7}.playground-phone .pg-phone-sequence{color:#73737c;gap:5px;width:auto;height:27px;margin-left:auto;padding:0 7px;font-size:9px}.pg-phone-home{background:#dedee3;border-radius:4px;flex-shrink:0;width:67px;height:3px;margin:8px auto 0}@media (prefers-reduced-motion:reduce){.pg-phone-bubble,.pg-phone-voice,.pg-phone-attachment,.pg-phone-cards{transform:none}.pg-phone-typing i{transform:none!important}.playground-phone *{transition-duration:0s!important}}.pg-study{--pg-study-color:#95b7e2;color:#38383b;width:100%;height:200px;font:inherit;text-align:left;perspective:800px;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;padding:0;display:flex;position:relative}button.pg-study{cursor:pointer}.pg-study:focus-visible{outline-offset:-3px;outline:2px solid #777}.pg-study *,.pg-study :before,.pg-study :after{box-sizing:border-box}.pg-study-audio-mark{color:#8b8c90;align-items:center;gap:4px;transition:color .16s;display:flex}.pg-study-audio-mark i{background:currentColor;border-radius:4px;width:3px;display:block}.pg-study:hover .pg-study-audio-mark,.pg-study[data-active] .pg-study-audio-mark{color:var(--pg-study-color)}.pg-study-flip{width:116px;height:154px;transform-style:preserve-3d;will-change:transform;position:relative}.pg-study-card-face{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:1px solid #e0e0e2;border-radius:13px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;box-shadow:0 3px 3px #00000004,0 9px 20px #00000009}.pg-study-card-front{background:#fff}.pg-study-card-back{color:#e9e9eb;background:#3b3b3d;border-color:#3b3b3d;transform:rotateY(180deg)}.pg-study[data-active] .pg-study-card-back,.pg-study:hover .pg-study-card-back{color:var(--pg-study-color)}.pg-study-deck{width:106px;height:138px;margin-top:20px;position:relative}.pg-study-deck-card{transform-origin:50% 88%;will-change:transform;background:#fafafb;border:1px solid #d5d5d8;border-radius:10px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;box-shadow:0 2px 3px #00000006}.pg-study-deck-dot{border:1px solid #b6b6bc;border-radius:50%;width:21px;height:21px;transition:border-color .16s;display:block}.pg-study:hover .pg-study-deck-dot,.pg-study[data-active] .pg-study-deck-dot{border-color:var(--pg-study-color)}.pg-study-open-book{perspective:800px;width:224px;height:146px;display:block;position:relative}.pg-study-paper{background:#fafaf8;border:1px solid #e0e0de;width:50%;padding:18px 13px;position:absolute;top:0;bottom:0;box-shadow:0 2px #efefec,0 4px #e5e5e2,0 8px 14px #0000000b}.pg-study-paper-left{border-radius:5px 0 0 5px;left:0}.pg-study-paper-right{border-radius:0 5px 5px 0;right:0}.pg-study-paper-title{color:#626260;letter-spacing:-.2px;margin-bottom:12px;font-size:11px;font-weight:500;line-height:1.45;display:block}.pg-study-paper-lines{flex-direction:column;gap:7px;display:flex}.pg-study-paper-lines i{background:#e4e4e0;border-radius:1px;height:2px;display:block}.pg-study-paper-lines i:nth-child(3n){width:72%}.pg-study:hover .pg-study-paper-lines i:first-child,.pg-study[data-active] .pg-study-paper-lines i:first-child{background:var(--pg-study-color)}.pg-study-paper-left .pg-study-paper-lines{gap:6px}.pg-study-paper-left .pg-study-paper-lines i:nth-child(n+5){display:none}.pg-study-page{transform-origin:0;width:50%;height:100%;transform-style:preserve-3d;will-change:transform;position:absolute;top:0;left:50%}.pg-study-page-front,.pg-study-page-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fff;border:1px solid #e5e5e1;border-radius:0 5px 5px 0;padding:18px 13px;position:absolute;inset:0}.pg-study-page-back{border-radius:5px 0 0 5px;transform:rotateY(180deg)}.pg-study-closed-book{perspective:800px;width:105px;height:148px;margin-left:76px;position:relative}.pg-study-book-pages{background:#fafaf8;border:1px solid #dededb;border-radius:0 5px 5px 0;padding:23px 16px;position:absolute;inset:2px 1px 2px 2px;box-shadow:1px 1px #fff,2px 2px #e5e5e1,3px 3px #fff,4px 4px #d5d5d0}.pg-study-cover{transform-origin:0;transform-style:preserve-3d;will-change:transform;position:absolute;inset:0;transform:rotateY(-150deg)}.pg-study-cover-front,.pg-study-cover-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e4e4e1;border:1px solid #d2d2ce;border-radius:0 6px 6px 0;flex-direction:column;justify-content:space-between;align-items:center;padding:29px 0 19px;display:flex;position:absolute;inset:0;box-shadow:0 8px 16px #0000000b}.pg-study-cover-front>span:last-child{color:#777773;letter-spacing:.02em;font-size:11px}.pg-study-cover-back{background:#edede9;border-radius:6px 0 0 6px;transform:rotateY(180deg)}.pg-study:hover .pg-study-cover-back,.pg-study[data-active] .pg-study-cover-back{border-right-color:var(--pg-study-color)}.pg-study-window{background:#f8f8f9;border:1px solid #dfdfe2;border-radius:10px;width:236px;height:151px;display:block;position:relative;overflow:hidden;box-shadow:0 7px 18px #00000006}.pg-study-window-head{border-bottom:1px solid #e9e9eb;align-items:center;gap:4px;height:27px;padding:0 10px;display:flex}.pg-study-window-head i{background:#cdcdcf;border-radius:50%;width:4px;height:4px;display:block}.pg-study-window-content{flex-direction:column;gap:9px;padding:20px 16px;display:flex}.pg-study-window-content>span{background:#e8e8eb;border-radius:3px;width:77px;height:5px;display:block}.pg-study-window-content>span:nth-child(2){width:115px}.pg-study-window-content>span:last-child{width:48px;margin-top:7px}.pg-study-drawer{will-change:transform;background:#fff;border-left:1px solid #e3e3e5;border-radius:9px 0 0 9px;flex-direction:column;width:165px;padding:17px;display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(147px);box-shadow:-6px 0 18px #00000006}.pg-study-drawer-icon{color:#818187;background:#f0f0f2;border-radius:8px;justify-content:center;align-items:center;width:27px;height:27px;display:flex}.pg-study:hover .pg-study-drawer-icon,.pg-study[data-active] .pg-study-drawer-icon{color:var(--pg-study-color)}.pg-study-drawer-title{margin:12px 0 10px;font-size:10px;font-weight:500;line-height:1.25}.pg-study-drawer-line{background:#e8e8eb;border-radius:2px;width:99px;height:3px}.pg-study-drawer-line.short{width:64px;margin-top:6px}.pg-study-drawer-arrow{color:#8c8c92;margin-top:12px}.pg-study-switch-wrap{flex-direction:column;align-items:center;gap:18px;display:flex}.pg-study-switch-track{background:#dbdbde;border-radius:24px;width:84px;height:44px;padding:4px;display:block;position:relative}.pg-study-switch-thumb{will-change:transform;background:#fff;border-radius:50%;width:36px;height:36px;display:block;box-shadow:0 1px 2px #00000014,0 3px 7px #00000012}.pg-study-switch-label{color:#75757c;font-size:12px;font-weight:400}.pg-study:hover .pg-study-switch-thumb,.pg-study[data-active] .pg-study-switch-thumb{background:color-mix(in srgb, var(--pg-study-color) 20%, white)}.pg-study-save{color:#fff;background:#333336;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-width:149px;height:44px;padding:0 18px;font-size:12px;font-weight:500;display:flex;box-shadow:inset 0 1px 1px #ffffff0f,0 4px 8px #00000012}.pg-study:hover .pg-study-save>svg,.pg-study[data-active] .pg-study-save>svg{color:var(--pg-study-color)}.pg-study:active .pg-study-save{scale:.96}.pg-study-video{background:#fff;border:1px solid #dfdfe2;border-radius:11px;width:264px;overflow:hidden;box-shadow:0 6px 16px #00000009}.pg-study-video-screen{cursor:pointer;background:#e4e6e3;border:0;width:100%;height:132px;padding:0;display:block;position:relative;overflow:hidden}.pg-study-landscape{width:100%;height:100%;display:block}.pg-study-video-play{color:#515550;background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:auto;padding-left:2px;display:flex;position:absolute;inset:0}.pg-study-video-controls{align-items:center;gap:11px;height:37px;padding:0 11px;display:flex}.pg-study-video-controls button{color:#5b5b60;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:20px;height:28px;padding:0;display:flex}.pg-study-video-controls input{accent-color:#6b6b70;cursor:pointer;flex:1;min-width:0;height:12px;margin:0}.pg-study-video-controls>span{color:#939397;font-variant-numeric:tabular-nums;width:25px;font-size:9px}.pg-study-player:hover .pg-study-video-play,.pg-study-player:hover .pg-study-video-controls button,.pg-study-player[data-active] .pg-study-video-controls button{color:var(--pg-study-color)}.pg-study-video button:focus-visible{outline-offset:-3px;outline:2px solid #777}@media (prefers-reduced-motion:reduce){.pg-study *,.pg-study :before,.pg-study :after{transition:none!important}}.quiet-app.sandbox-open .app-body{max-width:none;margin:0;padding:0}.sandbox-open .palette-bar{gap:16px 30px;padding:20px 32px}.motion-playground{--pg-border:#e9e9eb}.pg-toolbar{border-bottom:1px solid var(--pg-border);background:#fff;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:12px 28px 12px 32px;display:flex}.pg-variants,.pg-workspace-actions,.pg-layout-toggle{align-items:center;gap:12px;display:flex}.pg-workspace-actions{gap:24px}.pg-layout-toggle{background:#f2f2f2;border-radius:9px;gap:2px;padding:3px}.pg-layout-toggle button{color:#8b8b8d;background:0 0;border-radius:6px;align-items:center;gap:7px;padding:7px 10px;font-size:12px;display:flex}.pg-layout-toggle button[aria-pressed=true]{color:#3e3e40;background:#fff;box-shadow:0 1px 3px #00000009}.pg-reset{color:#737376;background:0 0;align-items:center;gap:7px;padding:9px 0;font-size:12px;display:flex}.pg-reset:hover{color:#222}.pg-workspace{grid-template-columns:184px minmax(0,1fr);height:max(650px,100svh - 229px);display:grid}.pg-shelf{border-right:1px solid var(--pg-border);background:#fff;padding:28px 12px;overflow-y:auto}.pg-shelf h2{color:#939395;padding:0 12px 20px;font-size:12px;font-weight:500}.pg-shelf-list{flex-direction:column;gap:5px;display:flex}.pg-shelf-item{text-align:left;color:#69696c;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border-radius:10px;align-items:center;gap:10px;width:100%;min-height:51px;padding:8px 10px;font-size:12px;display:flex}:is(.pg-shelf-item:hover,.pg-shelf-item:focus-visible){color:#303033;background:#f5f5f6}.pg-shelf-item:active{cursor:grabbing}.pg-shelf-icon{color:#929296;justify-content:center;align-items:center;width:28px;height:30px;display:flex}.pg-add-icon{opacity:0;margin-left:auto}:is(.pg-shelf-item:hover .pg-add-icon,.pg-shelf-item:focus-visible .pg-add-icon){opacity:1}.pg-viewport{overscroll-behavior:contain;background:#fafafa;position:relative;overflow:auto}.pg-canvas{outline-offset:-4px;background-image:radial-gradient(circle,#dcdcdf .8px,#0000 .9px);background-size:20px 20px;width:100%;min-height:100%;transition:background-color .25s;position:relative}.pg-drop-active{background-color:#f5f5f6}.pg-piece{-webkit-user-select:none;user-select:none;width:296px;position:absolute;top:0;left:0}.pg-piece-surface{border:1px solid #0000;border-radius:18px;transition:transform .42s cubic-bezier(.18,.9,.22,1.2),box-shadow .35s,border-color .2s,background .2s}.pg-piece:hover .pg-piece-surface{background:#fafafae6;border-color:#e5e5e8}.pg-selected .pg-piece-surface{background:#fafafaf5;border-color:#cdcdcf}.pg-lifted .pg-piece-surface{background:#fdfdfd;border-color:#dedee1;transition:transform .1s ease-out,box-shadow .2s;box-shadow:0 24px 40px -16px #25253030,0 8px 14px -6px #2525300f}.pg-piece-bar{color:#9b9b9e;align-items:center;height:38px;padding:0 9px 0 15px;display:flex}.pg-drag-handle{color:inherit;text-align:left;cursor:grab;touch-action:none;background:0 0;flex:1;justify-content:space-between;align-self:stretch;align-items:center;gap:12px;font-size:11px;font-weight:450;display:flex}.pg-drag-handle svg{opacity:0;margin-right:10px;transition:opacity .2s}.pg-piece:hover .pg-drag-handle svg,.pg-selected .pg-drag-handle svg{opacity:1}.pg-lifted .pg-drag-handle{cursor:grabbing}.pg-remove{color:#9a9a9d;opacity:0;background:0 0;border-radius:50%;width:24px;height:24px;padding:5px;transition:opacity .2s,background .2s}.pg-piece:hover .pg-remove,.pg-selected .pg-remove{opacity:1}.pg-remove:focus-visible{opacity:1}.pg-remove:hover{color:#333;background:#ededee}.pg-piece-content{justify-content:center;align-items:center;min-height:216px;padding-bottom:16px;display:flex}.pg-piece-phone .pg-piece-content{min-height:504px}.pg-grid{grid-template-columns:repeat(auto-fill,296px);grid-auto-rows:256px;place-content:start center;gap:24px;padding:24px;display:grid}.pg-grid .pg-piece{position:relative;top:auto;left:auto}.pg-grid .pg-piece-phone{grid-row:span 2}.pg-grid .pg-drag-handle{cursor:default;touch-action:auto}.pg-grid .pg-drag-handle svg{display:none}.pg-drag-preview{z-index:100;pointer-events:none;background:#ffffffed;border:1px solid #e4e4e7;border-radius:18px;width:296px;height:224px;padding:16px;position:fixed;box-shadow:0 24px 50px -12px #22232d30}.pg-drag-preview>div{color:#8b8b90;flex-direction:column;justify-content:center;align-items:center;gap:22px;height:100%;font-size:12px;display:flex}.pg-empty{text-align:center;color:#a2a2a5;pointer-events:none;font-size:13px;position:absolute;top:45%;left:0;right:0}@media (max-width:1100px){.sandbox-open .palette-bar{gap:12px 24px;padding:18px 24px}.pg-workspace{height:max(650px,100svh - 273px)}}@media (max-width:760px){.sandbox-open .palette-bar{gap:12px 20px;padding:16px}.pg-toolbar{flex-wrap:wrap;gap:14px;padding:12px 16px}.pg-variants{gap:12px;max-width:100%}.pg-variants .segments .segment{padding:0 9px}.pg-workspace-actions{justify-content:space-between;width:100%}.pg-workspace{flex-direction:column;height:max(720px,100svh - 300px);display:flex}.pg-shelf{border-right:0;border-bottom:1px solid var(--pg-border);flex-shrink:0;padding:12px;overflow:auto}.pg-shelf h2{display:none}.pg-shelf-list{flex-direction:row;gap:6px;width:max-content}.pg-shelf-item{touch-action:pan-x;flex-direction:column;gap:5px;width:92px;min-height:64px;padding:6px;font-size:10px}.pg-add-icon{display:none}.pg-viewport{flex:1}.pg-grid{gap:24px;padding:16px}.pg-remove{opacity:1}}@media (max-width:380px){.pg-grid{padding:12px}.pg-variants .control-label{display:none}.pg-variants .segments .segment{padding:0 8px}}@media (prefers-reduced-motion:reduce){.motion-playground *,.motion-playground :before,.motion-playground :after{transition-duration:.01ms!important;animation-duration:.01ms!important}.pg-lifted .pg-piece-surface{transform:none!important}}
