@keyframes tb-frame-tween{0%{padding:var(--frame-start);padding-bottom:var(--frame-bottom-start);transform:translate(-50%, 0%) scale(var(--frame-scaling-start))}100%{padding:var(--frame-end);padding-bottom:var(--frame-bottom-end);transform:translate(-50%, 0%) scale(var(--frame-scaling-end))}}@keyframes tb-screen-tween{0%{width:var(--screen-width-start);height:var(--screen-height-start)}100%{width:var(--screen-width-end);height:var(--screen-height-end)}}#tb-preview{box-sizing:border-box;display:flex;flex-direction:row-reverse;width:100%;height:calc(100vh - var(--main_padding-top)*2);gap:2rem;padding:0;background-color:rgba(0,0,0,0)}#tb-stage{box-sizing:border-box;position:relative;height:100%;width:75%;overflow:hidden;background:rgba(0,0,0,0)}#tb-frame{box-sizing:border-box;position:absolute;top:0%;left:50%;background-color:#111;transform-origin:top center;transform:translate(-50%, 0%) scale(var(--frame-scaling));padding:var(--frame);padding-bottom:var(--frame-bottom);border-radius:1rem}#tb-frame.animate{will-change:padding,transform;animation:tb-frame-tween .3s ease-out forwards,tb-frame-translate-tween .3s ease-out forwards,tb-frame-scale-tween .3s ease-out forwards}#tb-screen{box-sizing:border-box;display:block;width:var(--screen-width);height:var(--screen-height);background-color:#fff;border-radius:calc(1rem - 1px)}#tb-screen.animate{animation:tb-screen-tween .3s ease-out forwards}#tb-interface{box-sizing:border-box;height:100%;width:25%;background:rgba(0,0,0,0);display:flex;flex-direction:column;justify-content:start;align-items:center;padding:0}#tb-interface label{font-weight:400;margin-bottom:1rem}#tb-interface input,#tb-interface button{border:none;border-radius:.5rem;box-sizing:border-box}#tb-interface button{cursor:pointer;position:relative;color:#111;background:rgba(0,0,0,0);border:none;border-radius:.25rem;z-index:1}#tb-interface button::before{content:"";position:absolute;inset:0;z-index:-1;padding:2px;border-radius:inherit;background:linear-gradient(135deg, #0066ff, #993399);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude}#tb-interface button:active,#tb-interface button:focus,#tb-interface button.selected{color:#fff;background:linear-gradient(135deg, #0066ff, #993399)}#tb-interface button:active::before,#tb-interface button:focus::before,#tb-interface button.selected::before{display:none}#tb-logo{width:13rem;max-width:240px;min-width:160px}.tb-product-preview{padding:0 2rem !important}.post-content p.tb-product-title{font-weight:700;margin-bottom:4rem}.tb-interface__item{width:100%;padding-bottom:2rem;border-bottom:#999 thin solid;margin-bottom:2rem;display:flex;flex-direction:column}.tb-interface__item:last-of-type{border-bottom:none}.tb-select-list{display:flex;flex-direction:column;gap:1rem}.tb-select-list__option:hover,.tb-select-list__option.selected{background-color:#fff}.tb-logo__container{width:100%;text-align:left;padding-bottom:.25rem;border-bottom:#333 thin solid;margin-bottom:.25rem}/*# sourceMappingURL=tb-terminal-preview.css.map */