.fade-in-enter-active,.fade-in-leave-active{transition:all var(--transition-duration) var(--transition-ease-in-out)!important}.fade-in-enter-from,.fade-in-leave-to{opacity:0!important}.fade-in-leave-from,.fade-in-enter-to{opacity:1}.vp-back-to-top-button{position:fixed!important;inset-inline-end:1rem;bottom:4rem;z-index:100;width:48px;height:48px;padding:12px;border-width:0;border-radius:50%;background:var(--back-to-top-c-bg);color:var(--back-to-top-c-accent-bg);box-shadow:2px 2px 10px 4px var(--back-to-top-c-shadow);cursor:pointer}@media (max-width: 959px){.vp-back-to-top-button{transform:scale(.8);transform-origin:100% 100%}}@media print{.vp-back-to-top-button{display:none}}.vp-back-to-top-button:hover{color:var(--back-to-top-c-accent-hover)}.vp-back-to-top-button .back-to-top-icon{overflow:hidden;width:24px;height:24px;margin:0 auto;background:var(--back-to-top-c-icon);-webkit-mask-image:var(--back-to-top-icon);mask-image:var(--back-to-top-icon);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover}.vp-scroll-progress{position:absolute;inset-inline-end:-2px;bottom:-2px;width:52px;height:52px}.vp-scroll-progress svg{width:100%;height:100%}.vp-scroll-progress circle{opacity:.9;transform:rotate(-90deg);transform-origin:50% 50%}:root{--back-to-top-z-index: 5;--back-to-top-icon: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3e%3cpath%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='4'%20d='M24.008%2014.1V42M12%2026l12-12l12%2012M12%206h24'%20/%3e%3c/svg%3e");--back-to-top-c-bg: var(--vp-c-bg);--back-to-top-c-accent-bg: var(--vp-c-accent-bg);--back-to-top-c-accent-hover: var(--vp-c-accent-hover);--back-to-top-c-shadow: var(--vp-c-shadow);--back-to-top-c-icon: currentcolor}:root{--message-offset: calc(var(--vp-header-offset, 3.6rem) + 1rem);--message-timing-duration: .3s;--message-timing-function: ease-in-out;--message-gap: .5rem}@keyframes message-move-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes message-move-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}#message-container{position:fixed;inset:var(--message-offset) 0 auto;z-index:75;display:flex;flex-flow:column;gap:var(--message-gap);align-items:center;text-align:center}.message-item{display:inline-block;padding:8px 10px;border-radius:3px;background:var(--vp-c-bg);color:var(--vp-c-text);box-shadow:0 0 10px 0 var(--vp-c-shadow);font-size:14px}.message-item.move-in{animation:message-move-in var(--message-timing-duration) var(--message-timing-function)}.message-item.move-out{animation:message-move-out var(--message-timing-duration) var(--message-timing-function);animation-fill-mode:forwards}.message-item svg{position:relative;bottom:-.125em;margin-inline-end:5px}.vp-copy-code-button{position:absolute;top:.5em;right:.5em;z-index:5;width:2.5rem;height:2.5rem;padding:0;border-width:0;border-radius:.5rem;background:#0000;outline:none;opacity:0;cursor:pointer;transition:opacity .4s}@media print{.vp-copy-code-button{display:none}}.vp-copy-code-button:before{content:"";display:inline-block;width:1.25rem;height:1.25rem;padding:.625rem;background:currentcolor;color:var(--copy-code-c-text);font-size:1.25rem;-webkit-mask-image:var(--code-copy-icon);mask-image:var(--code-copy-icon);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.vp-copy-code-button:focus,.vp-copy-code-button.copied{opacity:1}.vp-copy-code-button:hover,.vp-copy-code-button.copied{background:var(--copy-code-c-hover)}.vp-copy-code-button.copied:before{-webkit-mask-image:var(--code-copied-icon);mask-image:var(--code-copied-icon)}.vp-copy-code-button.copied:after{content:attr(data-copied);position:absolute;top:0;right:calc(100% + .25rem);display:block;height:1.25rem;padding:.625rem;border-radius:.5rem;background:var(--copy-code-c-hover);color:var(--copy-code-c-text);font-weight:500;line-height:1.25rem;white-space:nowrap}.no-copy-code .vp-copy-code-button{display:none}body:not(.no-copy-code) div[class*=language-]:hover:before{display:none}body:not(.no-copy-code) div[class*=language-]:hover .vp-copy-code-button{opacity:1}:root{--code-copy-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='2'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2' /%3e%3c/svg%3e");--code-copied-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='2'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4' /%3e%3c/svg%3e");--copy-code-c-text: var(--code-c-line-number);--copy-code-c-hover: var(--code-c-highlight-bg)}.hint-container{position:relative;background:var(--hint-c-soft);transition:background var(--vp-t-color),color var(--vp-t-color)}@media print{.hint-container{page-break-inside:avoid}}.hint-container>.hint-container-title{color:var(--hint-c-title)}.hint-container :not(pre)>code{background:var(--hint-c-soft)}.hint-container .hint-container-title{position:relative;margin-block:.75em;font-weight:600;line-height:1.25}.hint-container.important,.hint-container.info,.hint-container.note,.hint-container.tip,.hint-container.warning,.hint-container.caution{margin-block:.75rem;padding:.25em 1em;border-radius:.5em;color:inherit;font-size:var(--hint-font-size)}@media print{.hint-container.important,.hint-container.info,.hint-container.note,.hint-container.tip,.hint-container.warning,.hint-container.caution{border:1px solid var(--hint-c-title)}}.hint-container.important .hint-container-title,.hint-container.info .hint-container-title,.hint-container.note .hint-container-title,.hint-container.tip .hint-container-title,.hint-container.warning .hint-container-title,.hint-container.caution .hint-container-title{padding-inline-start:1.75em}@media print{.hint-container.important .hint-container-title,.hint-container.info .hint-container-title,.hint-container.note .hint-container-title,.hint-container.tip .hint-container-title,.hint-container.warning .hint-container-title,.hint-container.caution .hint-container-title{padding-inline-start:0}}.hint-container.important .hint-container-title:before,.hint-container.info .hint-container-title:before,.hint-container.note .hint-container-title:before,.hint-container.tip .hint-container-title:before,.hint-container.warning .hint-container-title:before,.hint-container.caution .hint-container-title:before{content:" ";position:absolute;inset-inline-start:0;top:calc(50% - .6125em);width:1.25em;height:1.25em;font-size:1.25em}@media print{.hint-container.important .hint-container-title:before,.hint-container.info .hint-container-title:before,.hint-container.note .hint-container-title:before,.hint-container.tip .hint-container-title:before,.hint-container.warning .hint-container-title:before,.hint-container.caution .hint-container-title:before{display:none}}.hint-container.important p,.hint-container.info p,.hint-container.note p,.hint-container.tip p,.hint-container.warning p,.hint-container.caution p{line-height:1.5}.hint-container.important a,.hint-container.info a,.hint-container.note a,.hint-container.tip a,.hint-container.warning a,.hint-container.caution a{color:var(--vp-c-accent)}.hint-container.important{--hint-c-accent: var(--important-c-accent);--hint-c-title: var(--important-c-text);--hint-c-soft: var(--important-c-soft)}.hint-container.important>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 981.333a84.992 84.992 0 0 1-84.907-84.906h169.814A84.992 84.992 0 0 1 512 981.333zm384-128H128v-42.666l85.333-85.334v-256A298.325 298.325 0 0 1 448 177.92V128a64 64 0 0 1 128 0v49.92a298.325 298.325 0 0 1 234.667 291.413v256L896 810.667v42.666zm-426.667-256v85.334h85.334v-85.334h-85.334zm0-256V512h85.334V341.333h-85.334z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 981.333a84.992 84.992 0 0 1-84.907-84.906h169.814A84.992 84.992 0 0 1 512 981.333zm384-128H128v-42.666l85.333-85.334v-256A298.325 298.325 0 0 1 448 177.92V128a64 64 0 0 1 128 0v49.92a298.325 298.325 0 0 1 234.667 291.413v256L896 810.667v42.666zm-426.667-256v85.334h85.334v-85.334h-85.334zm0-256V512h85.334V341.333h-85.334z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.info{--hint-c-accent: var(--info-c-accent);--hint-c-title: var(--info-c-text);--hint-c-soft: var(--info-c-soft)}.hint-container.info>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.note{--hint-c-accent: var(--note-c-accent);--hint-c-title: var(--note-c-text);--hint-c-soft: var(--note-c-soft)}.hint-container.note>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.tip{--hint-c-accent: var(--tip-c-accent);--hint-c-title: var(--tip-c-text);--hint-c-soft: var(--tip-c-soft)}.hint-container.tip>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.941 18c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H7.94zM16 20v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8zm-3-9.995V6l-4.5 6.005H11v4l4.5-6H13z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.941 18c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H7.94zM16 20v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8zm-3-9.995V6l-4.5 6.005H11v4l4.5-6H13z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.warning{--hint-c-accent: var(--warning-c-accent);--hint-c-title: var(--warning-c-text);--hint-c-soft: var(--warning-c-soft)}.hint-container.warning>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M576.286 752.57v-95.425q0-7.031-4.771-11.802t-11.3-4.772h-96.43q-6.528 0-11.3 4.772t-4.77 11.802v95.424q0 7.031 4.77 11.803t11.3 4.77h96.43q6.528 0 11.3-4.77t4.77-11.803zm-1.005-187.836 9.04-230.524q0-6.027-5.022-9.543-6.529-5.524-12.053-5.524H456.754q-5.524 0-12.053 5.524-5.022 3.516-5.022 10.547l8.538 229.52q0 5.023 5.022 8.287t12.053 3.265h92.913q7.032 0 11.803-3.265t5.273-8.287zM568.25 95.65l385.714 707.142q17.578 31.641-1.004 63.282-8.538 14.564-23.354 23.102t-31.892 8.538H126.286q-17.076 0-31.892-8.538T71.04 866.074q-18.582-31.641-1.004-63.282L455.75 95.65q8.538-15.57 23.605-24.61T512 62t32.645 9.04 23.605 24.61z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M576.286 752.57v-95.425q0-7.031-4.771-11.802t-11.3-4.772h-96.43q-6.528 0-11.3 4.772t-4.77 11.802v95.424q0 7.031 4.77 11.803t11.3 4.77h96.43q6.528 0 11.3-4.77t4.77-11.803zm-1.005-187.836 9.04-230.524q0-6.027-5.022-9.543-6.529-5.524-12.053-5.524H456.754q-5.524 0-12.053 5.524-5.022 3.516-5.022 10.547l8.538 229.52q0 5.023 5.022 8.287t12.053 3.265h92.913q7.032 0 11.803-3.265t5.273-8.287zM568.25 95.65l385.714 707.142q17.578 31.641-1.004 63.282-8.538 14.564-23.354 23.102t-31.892 8.538H126.286q-17.076 0-31.892-8.538T71.04 866.074q-18.582-31.641-1.004-63.282L455.75 95.65q8.538-15.57 23.605-24.61T512 62t32.645 9.04 23.605 24.61z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.caution{--hint-c-accent: var(--caution-c-accent);--hint-c-title: var(--caution-c-text);--hint-c-soft: var(--caution-c-soft)}.hint-container.caution>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23a2.5 2.5 0 0 0 .044-.33L15 22.5V22a2 2 0 0 0-1.85-1.995L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2zm-4 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23a2.5 2.5 0 0 0 .044-.33L15 22.5V22a2 2 0 0 0-1.85-1.995L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2zm-4 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.details{position:relative;display:block;margin-block:.75rem;padding:1.25rem 1rem;border-radius:.5rem;background:var(--detail-c-bg);transition:background var(--vp-t-transform),color var(--vp-t-transform)}.hint-container.details h4{margin-top:0}.hint-container.details figure:last-child,.hint-container.details p:last-child{margin-bottom:0;padding-bottom:0}.hint-container.details a{color:var(--vp-c-accent)}.hint-container.details :not(pre)>code{background:var(--detail-c-soft)}.hint-container.details summary{position:relative;margin:-1rem;padding-block:1em;padding-inline:3em 1.5em;list-style:none;font-size:var(--hint-font-size);cursor:pointer}.hint-container.details summary::-webkit-details-marker{display:none}.hint-container.details summary::marker{color:#0000;font-size:0}.hint-container.details summary:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;content:" ";position:absolute;inset-inline-start:.8em;top:calc(50% - .5em);width:1em;height:1em;font-size:1.25rem;line-height:normal;transition:color,var(--vp-t-color),transform var(--vp-t-transform);transform:rotate(90deg)}.hint-container.details[open]>summary{margin-bottom:.5em}.hint-container.details[open]>summary:before{transform:rotate(180deg)}:root{--hint-font-size: .92rem;--important-c-accent: var(--vp-c-purple-bg);--important-c-text: var(--vp-c-purple-text);--important-c-soft: var(--vp-c-purple-soft);--info-c-accent: var(--vp-c-blue-bg);--info-c-text: var(--vp-c-blue-text);--info-c-soft: var(--vp-c-blue-soft);--note-c-accent: var(--vp-c-grey-bg);--note-c-text: var(--vp-c-grey-text);--note-c-soft: var(--vp-c-grey-soft);--tip-c-accent: var(--vp-c-green-bg);--tip-c-text: var(--vp-c-green-text);--tip-c-soft: var(--vp-c-green-soft);--warning-c-accent: var(--vp-c-yellow-bg);--warning-c-text: var(--vp-c-yellow-text);--warning-c-soft: var(--vp-c-yellow-soft);--caution-c-accent: var(--vp-c-red-bg);--caution-c-text: var(--vp-c-red-text);--caution-c-soft: var(--vp-c-red-soft);--detail-c-bg: var(--vp-c-control);--detail-c-icon: var(--vp-c-border);--detail-c-soft: var(--vp-c-grey-soft)}.vp-contributors{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:flex-start;margin:1rem 0}.vp-contributor{display:flex;gap:.25rem;align-items:center;color:inherit;font-size:1.125rem}.vp-contributor:after{display:none!important}.vp-contributor-avatar{-o-object-fit:contain;object-fit:contain;width:1.75rem;height:1.75rem;margin-inline-end:.25rem;border-radius:50%}a.vp-contributor{text-decoration:none!important}:root{--changelog-bg: var(--vp-c-bg-alt);--changelog-font-size: .875rem;--changelog-c-text: var(--vp-c-text)}.vp-changelog-wrapper{margin-block:1rem;padding-inline:1rem;border-radius:8px;background-color:var(--changelog-bg);color:var(--changelog-c-text);font-size:var(--changelog-font-size);line-height:1.7;transition:background-color var(--vp-t-color)}.vp-changelog-wrapper.active{padding-block:0 .5rem}.vp-changelog-wrapper a{text-decoration:none!important}.vp-changelog-wrapper a:after{display:none!important}.vp-changelog-header{display:flex;align-items:center;justify-content:space-between;padding-block:1rem;font-weight:700;cursor:pointer}@media (max-width: 419px){.vp-changelog-header{flex-wrap:wrap}}.vp-changelog-wrapper.active .vp-changelog-header{padding-block-end:.5rem}.vp-changelog-icon,.vp-changelog-menu-icon{display:inline-block;vertical-align:middle;width:1.2em;height:1.2em;margin-inline-end:4px;background-color:currentcolor;color:var(--vp-c-text-mute);-webkit-mask:var(--icon) no-repeat;mask:var(--icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;transition:color var(--vp-t-color);transform:translateY(-1px)}.vp-changelog-icon{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M2.71 10.96a6.5 6.5 0 1 0-.69-3.53M2 8l1.5-1.5M2 8L.5 6.5m8 2v-4m0 4h3'/%3E%3C/svg%3E")}.vp-changelog-menu-icon{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 5h0.01'/%3E%3Cpath d='M8 5h12'/%3E%3Cpath d='M4 10h0.01'/%3E%3Cpath d='M8 10h12'/%3E%3Cpath d='M4 15h0.01'/%3E%3Cpath d='M8 15h12'/%3E%3Cpath d='M4 20h0.01'/%3E%3Cpath d='M8 20h12'/%3E%3C/g%3E%3C/svg%3E")}.vp-changelog-list{display:none;margin-block:.5rem;padding-inline-start:0;list-style:none}.vp-changelog-wrapper.active .vp-changelog-list{display:block}.vp-changelog-item-tag,.vp-changelog-item-commit{position:relative;margin-block-start:8px;padding-inline-start:20px}.vp-changelog-item-tag:first-child,.vp-changelog-item-commit:first-child{margin-block-start:0}.vp-changelog-item-tag:before,.vp-changelog-item-commit:before{content:"";position:absolute;top:3px;left:0;display:inline-block;width:1.25em;height:1.25em;background-color:currentcolor;color:var(--vp-c-text-subtle);-webkit-mask:var(--icon) no-repeat;mask:var(--icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;transition:color var(--vp-t-color)}.vp-changelog-item-commit:before{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12a3 3 0 1 0 6 0a3 3 0 1 0-6 0m3-9v6m0 6v6'/%3E%3C/svg%3E")}.vp-changelog-item-tag:before{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3Cpath d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592-5.592a2.41 2.41 0 0 0 0-3.408l-7.71-7.71A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3'/%3E%3C/g%3E%3C/svg%3E")}.vp-changelog-tag{margin-inline-end:4px;text-decoration:none}.vp-changelog-tag code{font-weight:500;font-size:14px}.vp-changelog-hash{margin-inline-end:4px;text-decoration:none}.vp-changelog-divider{margin-inline-end:8px}.vp-changelog-message{margin-inline-end:8px;line-height:1.7}.vp-changelog-date{color:var(--vp-c-text-subtle);font-size:.75rem;transition:color var(--vp-t-color)}:root{--medium-zoom-z-index: 100;--medium-zoom-c-bg: var(--vp-c-bg-elv, #fff);--medium-zoom-opacity: 1}.medium-zoom-overlay{z-index:var(--medium-zoom-z-index);background-color:var(--medium-zoom-c-bg)!important}.medium-zoom-overlay~img{z-index:calc(var(--medium-zoom-z-index) + 1)}.medium-zoom--opened .medium-zoom-overlay{opacity:var(--medium-zoom-opacity)}:root{--nprogress-c: var(--vp-c-accent);--nprogress-z-index: 1031}#nprogress{pointer-events:none}#nprogress .bar{position:fixed;top:0;left:0;z-index:var(--nprogress-z-index);width:100%;height:2px;background:var(--nprogress-c)}:root{--code-padding-x: 1.25rem;--code-padding-y: 1rem;--code-border-radius: 6px;--code-line-height: 1.6;--code-font-size: .875em;--code-font-family: consolas, monaco, "Andale Mono", "Ubuntu Mono", monospace}div[class*=language-]{position:relative;margin-block:.75rem;border-radius:var(--code-border-radius);background-color:var(--code-c-bg);transition:background-color var(--vp-t-color),color var(--vp-t-color)}div[class*=language-]:before{content:attr(data-ext);position:absolute;top:.8em;right:1em;z-index:3;color:var(--code-c-text);font-size:.75rem}div[class*=language-] pre{position:relative;z-index:1;overflow-x:auto;margin:0;border-radius:var(--code-border-radius);font-size:var(--code-font-size);font-family:var(--code-font-family);line-height:var(--code-line-height)}div[class*=language-] pre code{display:block;box-sizing:border-box;width:-moz-fit-content;width:fit-content;min-width:100%;padding:var(--code-padding-y) var(--code-padding-x);background-color:#0000!important;color:var(--code-c-text);overflow-wrap:unset;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}@media print{div[class*=language-] pre code{white-space:pre-wrap}}:root{--code-c-text: #f8f8f2;--code-c-bg: #2e3440;--code-c-highlight-bg: rgb(51.6454545455, 60.5484848485, 78.3545454545);--code-c-line-number: rgba(248, 248, 242, .67)}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#636f88}.token.punctuation{color:#81a1c1}.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#81a1c1}.token.number{color:#b48ead}.token.boolean{color:#81a1c1}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a3be8c}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#81a1c1}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:#88c0d0}.token.keyword{color:#81a1c1}.token.regex,.token.important{color:#ebcb8b}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}:root{--code-line-number-width: 3rem}div[class*=language-]:not(.line-numbers-mode) .line-numbers{display:none}div[class*=language-].line-numbers-mode:after{content:"";position:absolute;top:0;left:0;width:var(--code-line-number-width);height:100%;border-right:1px solid var(--code-c-highlight-bg, var(--code-c-text));border-radius:var(--code-border-radius) 0 0 var(--code-border-radius);transition:border var(--vp-t-color)}div[class*=language-].line-numbers-mode pre{vertical-align:middle;margin-left:var(--code-line-number-width)}div[class*=language-].line-numbers-mode code{padding-left:1rem}div[class*=language-].line-numbers-mode .line-numbers{counter-reset:line-number;position:absolute;top:0;left:0;width:var(--code-line-number-width);padding-top:var(--code-padding-y);color:var(--code-c-line-number, var(--code-c-text));font-size:var(--code-font-size);line-height:var(--code-line-height);text-align:center}div[class*=language-].line-numbers-mode .line-number{position:relative;z-index:3;font-family:var(--code-font-family);-webkit-user-select:none;-moz-user-select:none;user-select:none}div[class*=language-].line-numbers-mode .line-number:before{content:counter(line-number);counter-increment:line-number}div[class*=language-] .line.highlighted{display:inline-block;width:100%;margin:0 calc(-1*var(--code-padding-x));padding:0 var(--code-padding-x);background-color:var(--code-c-highlight-bg);transition:background-color var(--vp-t-color)}:root{--code-title-c-text: var(--vp-c-text-mute);--code-title-c-bg: var(--code-c-bg);--code-title-divider: var(--code-c-highlight-bg, var(--code-c-text))}.code-block-with-title div[class*=language-]{border-top-left-radius:0;border-top-right-radius:0}.code-block-with-title div[class*=language-]:before{display:none}.code-block-title-bar{overflow-x:auto;margin:.75rem 0 -.75rem;padding:.5rem 1rem;border-bottom:solid 1px var(--code-title-divider);border-radius:var(--code-border-radius) var(--code-border-radius) 0 0;background:var(--code-title-c-bg);color:var(--code-title-c-text);font-weight:500;font-size:.875em;line-height:1.7;white-space:nowrap;transition:background var(--vp-t-color),color var(--vp-t-color)}@media (max-width: 419px){.code-block-title-bar{margin-block:.75rem -.75rem;border-radius:0}}.vp-code-tabs-nav{overflow-x:auto;margin:.75rem 0 -.75rem;padding:0;border-radius:var(--code-border-radius) var(--code-border-radius) 0 0;background:var(--code-tabs-c-bg);list-style:none;white-space:nowrap;transition:background var(--vp-t-color)}@media print{.vp-code-tabs-nav{display:none}}.vp-code-tab-nav{position:relative;min-width:3rem;margin:0;padding:6px 12px;border-width:0;border-radius:var(--code-border-radius) var(--code-border-radius) 0 0;background:#0000;color:var(--code-tabs-c-text);font-weight:600;font-size:.875em;line-height:1.4;cursor:pointer;transition:background var(--vp-t-color),color var(--vp-t-color)}.vp-code-tab-nav:hover{background:var(--code-tabs-c-hover)}.vp-code-tab-nav:before,.vp-code-tab-nav:after{content:" ";position:absolute;bottom:0;z-index:1;width:var(--code-border-radius);height:var(--code-border-radius)}.vp-code-tab-nav:before{right:100%}.vp-code-tab-nav:after{left:100%}.vp-code-tab-nav.active{background:var(--code-c-bg, var(--vp-c-bg-alt))}.vp-code-tab-nav.active:before{background:radial-gradient(12px at left top,transparent 50%,var(--code-c-bg) 50%)}.vp-code-tab-nav.active:after{background:radial-gradient(12px at right top,transparent 50%,var(--code-c-bg) 50%)}.vp-code-tab-nav:first-child:before{display:none}[dir=rtl] .vp-code-tab-nav:first-child:before{display:block}[dir=rtl] .vp-code-tab-nav:first-child:after{display:none}.vp-code-tab{display:none}@media print{.vp-code-tab{display:block}}.vp-code-tab.active{display:block}.vp-code-tab-title{display:none;font-weight:500}@media print{.vp-code-tab-title{display:block}}:root{--tab-border-radius: .5rem}.vp-tabs{margin:1.5rem 0;border:1px solid var(--vp-c-border);border-radius:var(--tab-border-radius)}.vp-tabs-nav{overflow-x:auto;margin:0;padding:0;border-radius:var(--tab-border-radius) var(--tab-border-radius) 0 0;background:var(--tab-c-bg-nav);list-style:none;white-space:nowrap;transition:background var(--vp-t-color)}@media print{.vp-tabs-nav{display:none}}.vp-tab-nav{position:relative;min-width:4rem;margin:0;padding:.5em 1em;border:none;border-radius:var(--tab-border-radius) var(--tab-border-radius) 0 0;background:#0000;color:var(--tab-c-nav);font-weight:600;font-size:.875em;line-height:1.75;cursor:pointer;transition:background var(--vp-t-color),color var(--vp-t-color)}.vp-tab-nav:hover{background:var(--tab-c-bg-nav-hover)}.vp-tab-nav:before,.vp-tab-nav:after{content:" ";position:absolute;bottom:0;z-index:1;width:8px;height:8px}.vp-tab-nav:before{right:100%}.vp-tab-nav:after{left:100%}.vp-tab-nav.active{background:var(--tab-c-bg)}.vp-tab-nav.active:before{background:radial-gradient(16px at left top,transparent 50%,var(--tab-c-bg) 50%)}.vp-tab-nav.active:after{background:radial-gradient(16px at right top,transparent 50%,var(--tab-c-bg) 50%)}.vp-tab-nav:first-child:before{display:none}.vp-tab{display:none;padding:1rem .75rem;border-radius:0 0 var(--tab-border-radius) var(--tab-border-radius);background:var(--tab-c-bg);transition:background var(--vp-t-color)}@media print{.vp-tab{display:block;padding:.5rem}}.vp-tab.active{display:block}.vp-tab:nth-child(n+2) .vp-tab-title{border-top:none}.vp-tab-title{display:none;padding:.25rem 0;border-top:1px solid var(--vp-c-border);font-weight:500}@media print{.vp-tab-title{display:block}}:root{--code-tabs-c-text: var(--code-c-text);--code-tabs-c-bg: var(--code-c-highlight-bg);--code-tabs-c-hover: var(--code-c-bg, var(--vp-c-bg-alt));--tab-c-bg: var(--vp-c-bg);--tab-c-nav: var(--vp-c-text);--tab-c-bg-nav: var(--vp-c-grey-bg);--tab-c-bg-nav-hover: var(--vp-c-control-hover)}.vp-badge{display:inline-block;vertical-align:top;height:1.3em;padding:0 6px;border-radius:3px;background:var(--vp-c-accent-soft);color:var(--vp-c-accent);font-size:.875em;line-height:1.3;transition:background var(--vp-t-color),color var(--vp-t-color)}.vp-badge+.vp-badge{margin-inline-start:5px}.vp-badge.tip{background:var(--badge-c-tip-bg);color:var(--badge-c-tip-text)}.vp-badge.warning{background:var(--badge-c-warning-bg);color:var(--badge-c-warning-text)}.vp-badge.danger{background:var(--badge-c-danger-bg);color:var(--badge-c-danger-text)}.vp-badge.important{background:var(--badge-c-important-bg);color:var(--badge-c-important-text)}.vp-badge.info{background:var(--badge-c-info-bg);color:var(--badge-c-info-text)}.vp-badge.note{background:var(--badge-c-note-bg);color:var(--badge-c-note-text)}:root{--transition-fade-in-down-offset: -10px}.fade-in-down-enter-from,.fade-in-down-leave-to{opacity:0!important;transform:translateY(var(--transition-fade-in-down-offset))!important}.fade-in-down-enter-to,.fade-in-down-leave-from{opacity:1;transform:translateY(0)!important}.fade-in-down-leave-active{transition:opacity var(--transition-leave-duration) var(--transition-ease-in-out),transform var(--transition-leave-duration) var(--transition-ease-in-out)!important}.fade-in-down-enter-active{transition:opacity var(--transition-enter-duration) var(--transition-ease-in-out),transform var(--transition-enter-duration) var(--transition-ease-in-out)!important}.vp-features{display:flex;flex-wrap:wrap;place-content:stretch space-between;align-items:flex-start;margin-top:2.5rem;padding:1.2rem 0;border-top:1px solid var(--vp-c-divider);transition:border-color var(--vp-t-color)}@media (max-width: 719px){.vp-features{flex-flow:column}}.vp-feature{flex-grow:1;flex-basis:30%;max-width:30%}@media (max-width: 719px){.vp-feature{max-width:100%;padding:0 2.5rem}}.vp-feature h2{padding-bottom:0;border-bottom:none;font-weight:500;font-size:1.4rem}@media (max-width: 419px){.vp-feature h2{font-size:1.25rem}}.vp-feature p{color:var(--vp-c-text-mute)}.vp-footer{padding:2.5rem;border-top:1px solid var(--vp-c-border);color:var(--vp-c-text-mute);text-align:center;transition:border-color var(--vp-t-color)}.vp-hero{text-align:center}.vp-hero-image{display:block;max-width:100%;max-height:280px;margin:3rem auto 1.5rem}@media (max-width: 419px){.vp-hero-image{max-height:210px;margin:2rem auto 1.2rem}}#main-title{font-size:3rem}@media (max-width: 419px){#main-title{font-size:2rem}}#main-title,.vp-hero-description,.vp-hero-actions{margin:1.8rem auto}@media (max-width: 419px){#main-title,.vp-hero-description,.vp-hero-actions{margin:1.2rem auto}}.vp-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.vp-hero-description{max-width:35rem;color:var(--vp-c-text-mute);font-size:1.6rem;line-height:1.3}@media (max-width: 419px){.vp-hero-description{font-size:1.2rem}}.vp-hero-action-button{display:inline-block;box-sizing:border-box;padding:.8rem 1.6rem;border:2px solid var(--vp-c-accent-bg);border-radius:4px;background-color:var(--vp-c-bg);color:var(--vp-c-accent);font-size:1.2rem;transition:background-color border-color color var(--vp-t-color)}@media (max-width: 419px){.vp-hero-action-button{padding:.6rem 1.2rem;font-size:1rem}}.vp-hero-action-button:hover{background-color:var(--vp-c-accent-hover);color:var(--vp-c-accent-text)}.vp-hero-action-button.primary{background-color:var(--vp-c-accent-bg);color:var(--vp-c-accent-text)}.vp-hero-action-button.primary:hover{border-color:var(--vp-c-accent-hover);background-color:var(--vp-c-accent-hover)}.vp-home{display:block;max-width:var(--homepage-width);margin:0 auto;padding:var(--navbar-height) 2rem 0}@media (max-width: 419px){.vp-home{padding-inline:1.5rem}}.vp-home [vp-content]{margin:0;padding:0}.vp-site-logo{vertical-align:top;height:var(--navbar-line-height);margin-inline-end:var(--navbar-padding-v)}.vp-site-name{position:relative;color:var(--vp-c-text);font-weight:600;font-size:1.3rem}@media screen and (max-width: 719px){.vp-site-name{display:block;overflow:hidden;width:calc(100vw - 11rem);text-overflow:ellipsis;white-space:nowrap}}:root{--transition-ease-in-out: cubic-bezier(.4, 0, .2, 1);--transition-ease-out: cubic-bezier(0, 0, .2, 1);--transition-ease-in: cubic-bezier(.4, 0, 1, 1);--transition-duration: .2s;--transition-slow-duration: .3s;--transition-enter-duration: var(--transition-duration);--transition-leave-duration: var(--transition-duration);--transition-delay: .1s}.fade-in-height-expand-leave-from,.fade-in-height-expand-enter-to{opacity:1}.fade-in-height-expand-leave-to,.fade-in-height-expand-enter-from{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important;opacity:0!important}.fade-in-height-expand-leave-active{overflow:hidden!important;transition:max-height var(--transition-slow-duration) var(--transition-ease-in-out),opacity var(--transition-leave-duration) var(--transition-ease-out),margin-top var(--transition-slow-duration) var(--transition-ease-in-out),margin-bottom var(--transition-slow-duration) var(--transition-ease-in-out),padding-top var(--transition-slow-duration) var(--transition-ease-in-out),padding-bottom var(--transition-slow-duration) var(--transition-ease-in-out)!important}.fade-in-height-expand-enter-active{overflow:hidden!important;transition:max-height var(--transition-slow-duration) var(--transition-ease-in-out),opacity var(--transition-enter-duration) var(--transition-ease-in),margin-top var(--transition-slow-duration) var(--transition-ease-in-out),margin-bottom var(--transition-slow-duration) var(--transition-ease-in-out),padding-top var(--transition-slow-duration) var(--transition-ease-in-out),padding-bottom var(--transition-slow-duration) var(--transition-ease-in-out)!important}.vp-navbar-dropdown-wrapper{cursor:pointer}.vp-navbar-dropdown-wrapper:not(.mobile){height:1.8rem}.vp-navbar-dropdown-wrapper:not(.mobile):hover .vp-navbar-dropdown,.vp-navbar-dropdown-wrapper:not(.mobile).open .vp-navbar-dropdown{display:block!important}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown{overflow:hidden;transition:height .1s ease-out;padding-top:.5rem}.vp-navbar-dropdown-wrapper:not(.mobile) .vp-navbar-dropdown{position:absolute;inset-inline-end:0;top:100%;display:none;overflow-y:auto;box-sizing:border-box;height:auto!important;max-height:calc(100vh - 2.7rem);margin:0;padding:.6rem 0;border:1px solid var(--vp-c-divider);border-radius:.5rem;background-color:var(--vp-c-bg-elv);text-align:start;white-space:nowrap}.vp-navbar-dropdown-title{display:block;padding:inherit;border:none;background:transparent;color:var(--vp-c-text);font-weight:500;font-size:.9rem;font-family:inherit;line-height:1.4rem;cursor:inherit}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-title{display:none}.vp-navbar-dropdown-title:hover{border-color:transparent}.vp-navbar-dropdown-title-mobile{display:none;padding:inherit;border:none;background:transparent;color:var(--vp-c-text);font-weight:600;font-size:inherit;font-family:inherit;line-height:1.4rem;cursor:inherit}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-title-mobile{display:block}.vp-navbar-dropdown-title-mobile:hover{color:var(--vp-c-accent)}.vp-navbar-dropdown-item{color:inherit;line-height:1.7rem}.vp-navbar-dropdown-item .auto-link{position:relative;display:block;margin-bottom:0;padding:0 1.25rem;border-bottom:none;font-weight:400}.vp-navbar-dropdown-item .auto-link:hover,.vp-navbar-dropdown-item .auto-link.route-link-active{color:var(--vp-c-accent)}.vp-navbar-dropdown-item .auto-link.route-link-active:after{content:"";position:absolute;inset-inline-start:9px;top:calc(50% - 2px);width:0;height:0;border-top:3px solid transparent;border-bottom:3px solid transparent;border-inline-start:5px solid var(--vp-c-accent)}.vp-navbar-items .vp-navbar-dropdown-item .auto-link{line-height:1.7rem}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-item>.auto-link{line-height:2rem}.vp-navbar-dropdown-subtitle{margin:.45rem 0 0;padding:1rem 0 .45rem;border-top:1px solid var(--vp-c-divider);font-size:.9rem}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-subtitle{margin-top:0;padding-top:0;padding-bottom:0;border-top:0;line-height:2rem}.vp-navbar-dropdown-item:first-child .vp-navbar-dropdown-subtitle{margin-top:0;padding-top:0;border-top:0}.vp-navbar-dropdown-subtitle>span{padding-inline:1.25rem 1.5rem}.vp-navbar-dropdown-subtitle>.auto-link{font-weight:inherit}.vp-navbar-dropdown-subtitle>.auto-link.route-link-active:after{display:none}.vp-navbar-dropdown-subitem-wrapper{padding:0;list-style:none}.vp-navbar-dropdown-subitem{font-size:.9em}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-subitem{padding-inline-start:1rem}._hint-container_1lb6w_13._tip_1lb6w_13{--hint-c-accent: #ff8800 !important;--hint-c-soft: #ff8800 !important}._hint-container_1lb6w_13._tip_1lb6w_13 p{color:#fff!important}.vp-navbar-items{display:inline-block}@media print{.vp-navbar-items{display:none}}.vp-navbar-items .auto-link{color:inherit;line-height:1.4rem}.vp-navbar-items .auto-link:hover,.vp-navbar-items .auto-link.route-link-active{color:var(--vp-c-text)}.vp-navbar-item{position:relative;display:inline-block;margin-inline-start:1.5rem;line-height:var(--navbar-line-height)}@media (max-width: 719px){.vp-navbar-item{margin-inline-start:0}}.vp-navbar-item:first-child{margin-inline-start:0}.vp-navbar-item .auto-link:hover,.vp-navbar-item .auto-link.route-link-active{color:var(--vp-c-accent)}.vp-navbar-item>.auto-link{display:inline-block}.vp-navbar-item>.auto-link:hover,.vp-navbar-item>.auto-link.route-link-active{margin-bottom:-2px;border-bottom:2px solid var(--vp-c-accent)}@media (max-width: 719px){.vp-navbar-item>.auto-link:hover,.vp-navbar-item>.auto-link.route-link-active{margin-bottom:0;border-bottom:none}}.vp-toggle-color-mode-button{display:flex;margin:auto;margin-inline-start:1rem;border:0;background:none;color:var(--vp-c-text);opacity:.8;cursor:pointer}@media print{.vp-toggle-color-mode-button{display:none}}.vp-toggle-color-mode-button:hover{opacity:1}.vp-toggle-color-mode-button .light-icon,.vp-toggle-color-mode-button .dark-icon{width:1.25rem;height:1.25rem}.vp-toggle-sidebar-button{position:absolute;inset-inline-start:1rem;top:.6rem;display:none;padding:.6rem;cursor:pointer}@media screen and (max-width: 719px){.vp-toggle-sidebar-button{display:block}}.vp-toggle-sidebar-button .icon{display:flex;flex-flow:column;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;cursor:inherit}.vp-toggle-sidebar-button .icon span{display:inline-block;width:100%;height:2px;border-radius:2px;background-color:var(--vp-c-text);transition:transform var(--vp-t-transform)}.vp-toggle-sidebar-button .icon span:nth-child(2){margin:6px 0}.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:nth-child(1){transform:rotate(45deg) translate3d(5.5px,5.5px,0)}.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:nth-child(2){transform:scale3d(0,1,1)}.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:nth-child(3){transform:rotate(-45deg) translate3d(6px,-6px,0)}.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:nth-child(1),.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:nth-child(3){transform-origin:center}.vp-navbar{--navbar-line-height: calc( var(--navbar-height) - 2 * var(--navbar-padding-v) );position:fixed;top:0;right:0;left:0;z-index:20;box-sizing:border-box;height:var(--navbar-height);padding:var(--navbar-padding-v) var(--navbar-padding-h);border-bottom:1px solid var(--vp-c-border);background-color:var(--vp-navbar-c-bg);line-height:var(--navbar-line-height);transition:background-color var(--vp-t-color),border-color var(--vp-t-color)}@media screen and (max-width: 719px){.vp-navbar{padding-inline-start:4rem}}@media print{.vp-navbar{display:none}}.vp-navbar-items-wrapper{position:absolute;inset-inline-end:var(--navbar-padding-h);top:var(--navbar-padding-v);display:flex;box-sizing:border-box;height:var(--navbar-line-height);padding-inline-start:var(--navbar-padding-h);font-size:.9rem;white-space:nowrap}.vp-page-meta{max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem}@media (max-width: 959px){.vp-page-meta{padding:2rem}}@media (max-width: 419px){.vp-page-meta{padding:1.5rem}}.vp-page-meta{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:auto;padding-top:.75rem;padding-bottom:.75rem}@media print{.vp-page-meta{margin:0!important;padding-inline:0!important}}@media (max-width: 719px){.vp-page-meta{display:block}}.vp-page-meta .vp-meta-item{flex-grow:1}.vp-page-meta .vp-meta-item .vp-meta-label{font-weight:500}.vp-page-meta .vp-meta-item .vp-meta-label:not(a){color:var(--vp-c-text-mute)}.vp-page-meta .vp-meta-item .vp-meta-info{color:var(--vp-c-text-mute);font-weight:400}.vp-page-meta .git-info{text-align:end}.vp-page-meta .edit-link{margin-top:.25rem;margin-bottom:.25rem;margin-inline-end:.5rem;font-size:.875em}@media print{.vp-page-meta .edit-link{display:none}}.vp-page-meta .edit-link .edit-icon{position:relative;bottom:-.125em;width:1em;height:1em;margin-inline-end:.25em}.vp-page-meta .last-updated,.vp-page-meta .contributors{margin-top:.25rem;margin-bottom:.25rem;font-size:.875em}@media (max-width: 719px){.vp-page-meta .last-updated,.vp-page-meta .contributors{font-size:.825em;text-align:start}}.vp-page-nav{display:flex;flex-wrap:wrap;max-width:var(--content-width, 740px);min-height:2rem;margin-inline:auto;margin-top:0;padding:1rem 2rem 0;border-top:1px solid var(--vp-c-divider);transition:border-top var(--vp-t-color)}@media (max-width: 959px){.vp-page-nav{padding-inline:1rem}}@media print{.vp-page-nav{display:none}}.vp-page-nav .auto-link{display:inline-block;flex-grow:1;margin:.25rem;padding:.25rem .5rem;border:1px solid var(--vp-c-divider);border-radius:.25rem}.vp-page-nav .auto-link:hover{background:var(--vp-c-control)}.vp-page-nav .auto-link.external-link:after{display:none}.vp-page-nav .auto-link:not(.external-link) .external-link:after{display:none}.vp-page-nav .auto-link .hint{color:var(--vp-c-text-mute);font-size:.875rem;line-height:2}.vp-page-nav .prev{text-align:start}.vp-page-nav .next{text-align:end}.vp-page{display:block;padding-top:var(--navbar-height);padding-bottom:2rem;padding-inline-start:var(--sidebar-width)}@media (max-width: 959px){.vp-page{padding-inline-start:var(--sidebar-width-mobile)}}@media (max-width: 719px){.vp-page{padding-inline-start:0}}.vp-page [vp-content]{max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem}@media (max-width: 959px){.vp-page [vp-content]{padding:2rem}}@media (max-width: 419px){.vp-page [vp-content]{padding:1.5rem}}.vp-page [vp-content]{padding-top:0}.vp-dropdown-enter-from,.vp-dropdown-leave-to{height:0!important;opacity:0}.vp-dropdown-enter-active{transition:height .3s ease-in-out,opacity .6s ease-out}.vp-sidebar-item{border-inline-start:.25rem solid transparent;color:var(--vp-c-text);cursor:default}.vp-sidebar-item:focus-visible{outline-width:1px;outline-offset:-1px}.vp-sidebar-item.vp-sidebar-heading{box-sizing:border-box;width:100%;margin:0;padding-block:.35rem;padding-inline:1.25rem 1.5rem;font-weight:700;font-size:1.1em;transition:color .15s ease}.vp-sidebar-item.vp-sidebar-heading+.vp-sidebar-children{overflow:hidden;transition:height .1s ease-out;margin-bottom:.75rem}.vp-sidebar-item.collapsible{cursor:pointer}.vp-sidebar-item:not(.vp-sidebar-heading){display:inline-block;box-sizing:border-box;width:100%;margin:0;padding-block:.35rem;padding-inline:2rem 1rem;font-weight:400;font-size:1em;line-height:1.4}.vp-sidebar-item:not(.vp-sidebar-heading)+.vp-sidebar-children{padding-inline-start:1rem;font-size:.95em}.vp-sidebar-children .vp-sidebar-children .vp-sidebar-item:not(.vp-sidebar-heading){padding-block:.25rem;padding-inline:1.75rem 1rem}.vp-sidebar-children .vp-sidebar-children .vp-sidebar-item:not(.vp-sidebar-heading).active{border-inline-start-color:transparent;font-weight:500}a.vp-sidebar-heading+.vp-sidebar-children .vp-sidebar-item:not(.vp-sidebar-heading).active{border-inline-start-color:transparent}.vp-sidebar-item.active:not(p.vp-sidebar-heading){border-inline-start-color:var(--vp-c-accent);color:var(--vp-c-accent);font-weight:600}.vp-sidebar-item .auto-link{display:block}.vp-sidebar-item.auto-link{display:block;cursor:pointer}.vp-sidebar-item.auto-link:hover{color:var(--vp-c-accent)}.vp-sidebar-items{margin:0;padding:1.5rem 0;list-style-type:none}@media (max-width: 719px){.vp-sidebar-items{padding:1rem 0}}.vp-sidebar-items ul{margin:0;padding:0;list-style-type:none}.vp-sidebar{position:fixed;inset-inline-start:0;top:var(--navbar-height);bottom:0;z-index:10;overflow-y:auto;box-sizing:border-box;width:var(--sidebar-width);margin:0;border-inline-end:1px solid var(--vp-c-border);background-color:var(--vp-sidebar-c-bg);font-size:1rem;transition:transform var(--vp-t-transform),background-color var(--vp-t-color),border-color var(--vp-t-color);scrollbar-color:var(--vp-c-accent-bg) var(--vp-c-divider);scrollbar-width:thin}@media (max-width: 959px){.vp-sidebar{width:var(--sidebar-width-mobile);font-size:.9rem}}@media (max-width: 719px){.vp-sidebar{top:0;padding-top:var(--navbar-height);transform:translate(-100%)}[dir=rtl] .vp-sidebar{transform:translate(100%)}}.vp-sidebar::-webkit-scrollbar{width:7px}.vp-sidebar::-webkit-scrollbar-track{background-color:var(--vp-c-divider)}.vp-sidebar::-webkit-scrollbar-thumb{background-color:var(--vp-c-accent-bg)}.vp-sidebar .vp-navbar-items{display:none;padding:.5rem 0 .75rem;border-bottom:1px solid var(--vp-c-divider);transition:border-color var(--vp-t-color)}@media (max-width: 719px){.vp-sidebar .vp-navbar-items{display:block}.vp-sidebar .vp-navbar-items .vp-navbar-dropdown-item .route-link-active:after{top:calc(1rem - 2px)}}.vp-sidebar .vp-navbar-items ul{margin:0;padding:0;list-style-type:none}.vp-sidebar .vp-navbar-items .auto-link{font-weight:600}.vp-sidebar .vp-navbar-item{display:block;padding-block:.5rem;padding-inline:1.5rem 0;font-size:1.1em;line-height:1.25rem}.vp-sidebar-mask{position:fixed;top:0;left:0;z-index:9;display:none;width:100vw;height:100vh}.vp-theme-container.no-navbar .vp-sidebar{top:0}@media (max-width: 719px){.vp-theme-container.no-navbar .vp-sidebar{padding-top:0}}.vp-theme-container.no-navbar .vp-page{padding-top:0}.vp-theme-container.no-navbar [vp-content] h1,.vp-theme-container.no-navbar [vp-content] h2,.vp-theme-container.no-navbar [vp-content] h3,.vp-theme-container.no-navbar [vp-content] h4,.vp-theme-container.no-navbar [vp-content] h5,.vp-theme-container.no-navbar [vp-content] h6{margin-top:1.5rem;padding-top:0}.vp-theme-container.no-sidebar .vp-sidebar{display:none}@media (max-width: 719px){.vp-theme-container.no-sidebar .vp-sidebar{display:block}}.vp-theme-container.no-sidebar .vp-page{padding-inline-start:0}@media (max-width: 719px){.vp-theme-container.sidebar-open .vp-sidebar{transform:translate(0)}.vp-theme-container.sidebar-open .vp-sidebar-mask{display:block}}.vp-theme-container[data-v-33d3430e]{max-width:740px;margin:0 auto;padding:2rem 2.5rem}@media (max-width: 959px){.vp-theme-container[data-v-33d3430e]{padding:2rem}}:root{--vp-c-white: #fff;--vp-c-black: #000;--vp-c-grey-text: #656869;--vp-c-grey-hover: #e4e4e9;--vp-c-grey-bg: #ebebef;--vp-c-grey-soft: rgb(142 150 170 / 14%);--vp-c-indigo-text: #3451b2;--vp-c-indigo-hover: #3a5ccc;--vp-c-indigo-bg: #5672cd;--vp-c-indigo-soft: rgb(100 108 255 / 14%);--vp-c-purple-text: #6f42c1;--vp-c-purple-hover: #7e4cc9;--vp-c-purple-bg: #8e5cd9;--vp-c-purple-soft: rgb(159 122 234 / 14%);--vp-c-blue-text: #2888a7;--vp-c-blue-hover: #2d98ba;--vp-c-blue-bg: #2fa1c5;--vp-c-blue-soft: rgb(27 178 229 / 14%);--vp-c-green-text: #18794e;--vp-c-green-hover: #299764;--vp-c-green-bg: #30a46c;--vp-c-green-soft: rgb(16 185 129 / 14%);--vp-c-yellow-text: #915930;--vp-c-yellow-hover: #946300;--vp-c-yellow-bg: #c28100;--vp-c-yellow-soft: rgb(234 179 8 / 14%);--vp-c-red-text: #b8272c;--vp-c-red-hover: #d5393e;--vp-c-red-bg: #e0575b;--vp-c-red-soft: rgb(244 63 94 / 14%)}[data-theme=dark]{--vp-c-white: #000;--vp-c-black: #fff;--vp-c-grey-text: #939499;--vp-c-grey-hover: #414853;--vp-c-grey-bg: #32363f;--vp-c-grey-soft: rgb(101 117 133 / 16%);--vp-c-indigo-text: #a8b1ff;--vp-c-indigo-hover: #5c73e7;--vp-c-indigo-bg: #3e63dd;--vp-c-indigo-soft: rgb(100 108 255 / 16%);--vp-c-blue-text: #c9e8f2;--vp-c-blue-hover: #a6d9ea;--vp-c-blue-bg: #2785a3;--vp-c-blue-soft: rgb(27 178 229 / 16%);--vp-c-purple-text: #c8abfa;--vp-c-purple-hover: #a879e6;--vp-c-purple-bg: #8e5cd9;--vp-c-purple-soft: rgb(159 122 234 / 16%);--vp-c-green-text: #3dd68c;--vp-c-green-hover: #30a46c;--vp-c-green-bg: #298459;--vp-c-green-soft: rgb(16 185 129 / 16%);--vp-c-yellow-text: #f9b44e;--vp-c-yellow-hover: #da8b17;--vp-c-yellow-bg: #a46a0a;--vp-c-yellow-soft: rgb(234 179 8 / 16%);--vp-c-red-text: #f66f81;--vp-c-red-hover: #f14158;--vp-c-red-bg: #b62a3c;--vp-c-red-soft: rgb(244 63 94 / 16%)}:root{color-scheme:light}[data-theme=dark]{color-scheme:dark}html,body{background:var(--vp-c-bg, #fff);accent-color:var(--vp-c-accent, #299764);transition:background-color var(--vp-t-color)}html{font-display:optional;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}@media print{html{font-size:12pt}}html[data-theme=dark]{color-scheme:dark}body{min-height:100vh;margin:0;padding:0;color:var(--vp-c-text, rgb(60, 60, 67));font-size:1rem;font-synthesis:style}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;overflow-wrap:break-word}h1:focus-visible,h2:focus-visible,h3:focus-visible,h4:focus-visible,h5:focus-visible,h6:focus-visible{outline:none}h1{font-size:2rem}h2{padding-bottom:.3rem;border-bottom:1px solid var(--vp-c-divider, #e2e2e3);font-size:1.65rem;transition:border-color var(--vp-t-color)}h3{font-size:1.35rem}h4{font-size:1.15rem}h5{font-size:1.05rem}h6{font-size:1rem}p,ul,ol{line-height:1.6;overflow-wrap:break-word}@media print{p,ul,ol{line-height:1.5}}ul,ol{padding-inline-start:1.2em}a{color:var(--vp-c-accent, #299764);font-weight:500;text-decoration:none;overflow-wrap:break-word}a.header-anchor{position:relative;color:inherit;font-weight:inherit;text-decoration:none}a.header-anchor:before{content:"¶";position:absolute;top:.4167em;left:-.75em;display:none;color:var(--vp-c-accent, #299764);font-size:.75em}[dir=rtl] a.header-anchor:before{right:-.75em}a.header-anchor:hover:before{display:block}a.header-anchor:focus-visible{outline:none}a.header-anchor:focus-visible:before{display:block;outline:auto}strong{font-weight:600}blockquote{margin:1rem 0;padding-block:.25rem;padding-inline:1rem 0;border-inline-start:.2rem solid var(--vp-c-border-hard, #b8b8ba);color:var(--vp-c-text-mute, rgba(60, 60, 67, .78));font-size:1rem;overflow-wrap:break-word;transition:border-color var(--vp-t-color),color var(--vp-t-color)}blockquote>p{margin:0}hr{border:0;border-bottom:1px solid var(--vp-c-divider, #e2e2e3);transition:border-color var(--vp-t-color)}:not(pre)>code{margin:0;padding:3px 6px;border-radius:4px;background:var(--vp-c-grey-soft, rgba(142, 150, 170, .14));font-size:.875em;overflow-wrap:break-word;transition:background-color var(--vp-t-color),color var(--vp-t-color)}p a code{color:var(--vp-c-accent, #299764);font-weight:400}table code{padding:.1rem .4rem}kbd{display:inline-block;min-width:1em;margin-inline:.125rem;padding:.25em;border:1px solid var(--vp-c-border, #c2c2c4);border-radius:.25em;box-shadow:1px 1px 4px 0 var(--vp-c-shadow, rgba(0, 0, 0, .15));line-height:1;letter-spacing:-.1em;text-align:center}table{display:block;overflow-x:auto;margin:1rem 0;border-collapse:collapse}tbody tr:nth-child(odd){background:var(--vp-c-bg-alt, #f6f8fa);transition:background-color var(--vp-t-color)}th,td{padding:.6em 1em;border:1px solid var(--vp-c-border-hard, #d1d4d7);transition:border-color var(--vp-t-color)}pre{text-align:left;direction:ltr;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;overflow-wrap:unset;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}@media print{pre{white-space:pre-wrap}}pre code{padding:0;border-radius:0}@page{margin:2cm;font-size:12pt;size:a4}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}a{color:inherit;font-weight:inherit!important;font-size:inherit!important;text-decoration:underline}a.header-anchor{text-decoration:none}abbr[title]:after{content:" (" attr(title) ")"}pre{border:1px solid #eee;white-space:pre-wrap!important}pre>code{white-space:pre-wrap!important}blockquote{border-inline-start:.2rem solid #ddd;color:inherit}blockquote,pre{orphans:5;widows:5}img,tr,canvas{page-break-inside:avoid}}@media (prefers-reduced-motion: reduce){*,:before,:after{background-attachment:initial!important;scroll-behavior:auto!important;transition-delay:0s!important;transition-duration:0s!important;animation-duration:1ms!important;animation-delay:-1ms!important;animation-iteration-count:1!important}}:root{--vp-c-accent: #299764;--vp-c-accent-bg: #3eaf7c;--vp-c-accent-hover: #4abf8a;--vp-c-accent-text: var(--vp-c-white);--vp-c-accent-soft: rgb(16 185 129 / 14%);--vp-c-bg: #fff;--vp-c-bg-alt: #f6f6f7;--vp-c-bg-elv: #fff;--vp-c-text: rgb(60 60 67);--vp-c-text-mute: rgb(60 60 67 / 78%);--vp-c-text-subtle: rgb(60 60 67 / 56%);--vp-c-divider: #e2e2e3;--vp-c-border: #c2c2c4;--vp-c-border-hard: #b8b8ba;--vp-c-shadow: rgb(0 0 0 / 15%);--vp-c-control: rgb(142 150 170 / 10%);--vp-c-control-hover: rgb(142 150 170 / 16%);--vp-c-control-disabled: #eaeaea;--vp-navbar-c-bg: var(--vp-c-bg);--vp-sidebar-c-bg: var(--vp-c-bg);--vp-c-code-tab-title: var(--code-c-text, rgb(255 255 255 / 90%));--vp-c-code-tab-bg: var(--code-bg-color, var(--code-c-bg));--vp-c-code-tab-active: var(--vp-c-accent);--badge-c-tip-text: var(--vp-c-green-text);--badge-c-tip-bg: var(--vp-c-green-soft);--badge-c-warning-text: var(--vp-c-yellow-text);--badge-c-warning-bg: var(--vp-c-yellow-soft);--badge-c-danger-text: var(--vp-c-red-text);--badge-c-danger-bg: var(--vp-c-red-soft);--badge-c-important-text: var(--vp-c-purple-text);--badge-c-important-bg: var(--vp-c-purple-soft);--badge-c-info-text: var(--vp-c-indigo-text);--badge-c-info-bg: var(--vp-c-indigo-soft);--badge-c-note-text: var(--vp-c-grey-text);--badge-c-note-bg: var(--vp-c-grey-soft);--font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--navbar-height: 3.6rem;--navbar-padding-v: .7rem;--navbar-padding-h: 1.5rem;--sidebar-width: 20rem;--sidebar-width-mobile: calc(var(--sidebar-width) * .82);--content-width: 740px;--homepage-width: 960px;--header-offset: var(--navbar-height);--vp-t-color: .3s ease;--vp-t-transform: .3s ease;--external-link-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z'/%3E%3C/svg%3E");--external-link-c-icon: var(--vp-c-text-mute)}[data-theme=dark]{--vp-c-accent: #3dd68c;--vp-c-accent-bg: #3aa675;--vp-c-accent-hover: #349469;--vp-c-accent-soft: rgb(16 185 129 / 16%);--vp-c-bg: #1b1b1f;--vp-c-bg-alt: #161618;--vp-c-bg-elv: #202127;--vp-c-text: rgb(235 235 245 / 86%);--vp-c-text-mute: rgb(235 235 245 / 60%);--vp-c-text-subtle: rgb(235 235 245 / 38%);--vp-c-divider: #2e2e32;--vp-c-border: #3c3f44;--vp-c-border-hard: #45484e;--vp-c-shadow: rgb(0 0 0 / 30%);--vp-c-control: rgb(101 117 133 / 12%);--vp-c-control-hover: rgb(101 117 133 / 18%);--vp-c-control-disabled: #363636}body{font-family:var(--font-family)}code{font-family:var(--code-font-family)}:root{--c-brand: #f18507;--c-brand-light: #ff8b07;--pwa-c-accent-bg: #ff8b07;--pwa-c-accent-hover: #ff8b07;--badge-c-tip-text: #ff8b07;--hint-c-accent: #ff8b07;--hint-c-title: #ff8b07;--hint-c-soft: #ff8b07}.hint-container.tip{--hint-c-accent: #ff8800 !important;--hint-c-soft: #ff8800 !important}.hint-container.tip p{color:#fff!important}[vp-content] h1,[vp-content] h2,[vp-content] h3,[vp-content] h4,[vp-content] h5,[vp-content] h6{margin-top:calc(.5rem - var(--header-offset));margin-bottom:0;padding-top:calc(1rem + var(--header-offset))}[vp-content] h1:first-child,[vp-content] h2:first-child,[vp-content] h3:first-child,[vp-content] h4:first-child,[vp-content] h5:first-child,[vp-content] h6:first-child{margin-bottom:1rem}[vp-content] h1:first-child+p,[vp-content] h1:first-child+pre,[vp-content] h1:first-child+.custom-container,[vp-content] h2:first-child+p,[vp-content] h2:first-child+pre,[vp-content] h2:first-child+.custom-container,[vp-content] h3:first-child+p,[vp-content] h3:first-child+pre,[vp-content] h3:first-child+.custom-container,[vp-content] h4:first-child+p,[vp-content] h4:first-child+pre,[vp-content] h4:first-child+.custom-container,[vp-content] h5:first-child+p,[vp-content] h5:first-child+pre,[vp-content] h5:first-child+.custom-container,[vp-content] h6:first-child+p,[vp-content] h6:first-child+pre,[vp-content] h6:first-child+.custom-container{margin-top:2rem}@media (max-width: 419px){[vp-content] h1{font-size:1.9rem}}[vp-content] a:not(.header-anchor){text-decoration:underline}[vp-content] img{max-width:100%}@media (max-width: 419px){#content{--code-border-radius: 0;--tab-border-radius: 0}#content>div[class*=language-],#content>.code-block-with-title>div[class*=language-]{margin-inline:-1.5rem}#content .code-block-title-bar{margin-inline:-1.5rem}#content>.vp-code-tabs .vp-code-tabs-nav{margin-inline:-1.5rem;border-radius:0}#content>.vp-code-tabs div[class*=language-]{margin-inline:-1.5rem}#content>.vp-tabs{margin-inline:-1.5rem;border-inline:none}#content .vp-reveal{width:calc(100% + 3rem);margin:0 -1.5rem}}.table-of-contents .vp-badge{vertical-align:middle}.arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;line-height:normal;transition:all .3s}[data-theme=dark] .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.arrow.down{transform:rotate(180deg)}.arrow.right{transform:rotate(90deg)}[dir=rtl] .arrow.right,.arrow.left{transform:rotate(-90deg)}[dir=rtl] .arrow.left{transform:rotate(90deg)}.vp-external-link-icon:after{content:"";display:inline-block;flex-shrink:0;width:11px;height:11px;margin-top:-1px;margin-inline-start:4px;background:var(--external-link-c-icon);-webkit-mask-image:var(--external-link-icon);mask-image:var(--external-link-icon)}.external-link-icon .external-link:after{content:"";display:inline-block;flex-shrink:0;width:11px;height:11px;margin-top:-1px;margin-inline-start:4px;background:var(--external-link-c-icon);-webkit-mask-image:var(--external-link-icon);mask-image:var(--external-link-icon)}.external-link-icon [vp-content] a[href*="://"]:not(.no-external-link-icon):after,.external-link-icon [vp-content] a[target=_blank]:not(.no-external-link-icon):after{content:"";display:inline-block;flex-shrink:0;width:11px;height:11px;margin-top:-1px;margin-inline-start:4px;background:var(--external-link-c-icon);-webkit-mask-image:var(--external-link-icon);mask-image:var(--external-link-icon)}:root{scroll-behavior:smooth}@media screen and (max-width: 719px){.vp-hide-mobile{display:none}}.vp-comment{max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem}@media (max-width: 959px){.vp-comment{padding:2rem}}@media (max-width: 419px){.vp-comment{padding:1.5rem}}.vp-navbar .DocSearch{transition:background-color var(--vp-t-color)}.vp-navbar .search-box{vertical-align:top;flex:0 0 auto}@media screen and (max-width: 719px){.hint-container{margin-inline:-.75rem}}:root{scroll-behavior:smooth;--search-input-width: 18rem !important;--search-result-width: 26rem !important;--vp-c-accent: #eb8108;--vp-c-accent-bg: #ffb347;--vp-c-accent-hover: #ff9900;--vp-c-accent-text: var(--vp-c-white);--vp-c-accent-soft: rgb(235 129 8 / 14%);--vp-c-code-tab-title: var(--code-c-text, rgb(255 255 255 / 90%));--vp-c-code-tab-bg: var(--code-bg-color, var(--code-c-bg));--vp-c-code-tab-active: var(--vp-c-accent);--badge-c-tip-text: var(--vp-c-green-text);--badge-c-tip-bg: var(--vp-c-green-soft);--badge-c-warning-text: var(--vp-c-yellow-text);--badge-c-warning-bg: var(--vp-c-yellow-soft);--badge-c-danger-text: var(--vp-c-red-text);--badge-c-danger-bg: var(--vp-c-red-soft);--badge-c-important-text: var(--vp-c-purple-text);--badge-c-important-bg: var(--vp-c-purple-soft);--badge-c-info-text: var(--vp-c-indigo-text);--badge-c-info-bg: var(--vp-c-indigo-soft);--badge-c-note-text: var(--vp-c-grey-text);--badge-c-note-bg: var(--vp-c-grey-soft);--font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--navbar-height: 3.6rem;--navbar-padding-v: .7rem;--navbar-padding-h: 1.5rem;--sidebar-width: 20rem;--sidebar-width-mobile: calc(var(--sidebar-width) * .82);--content-width: 851px;--homepage-width: 1104px;--header-offset: var(--navbar-height);--vp-t-color: .3s ease;--vp-t-transform: .3s ease;--external-link-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z'/%3E%3C/svg%3E");--external-link-c-icon: var(--vp-c-text-mute)}:root{--search-c-bg: var(--vp-c-bg);--search-c-accent: var(--vp-c-accent);--search-c-text: var(--vp-c-text);--search-c-divider: var(--vp-c-divider);--search-c-item-text: var(--vp-c-text-subtle);--search-c-item-focus: var(--vp-c-bg-alt);--search-input-width: 8rem;--search-result-width: 20rem}.search-box{position:relative;display:inline-block;margin-inline-start:1rem}@media print{.search-box{display:none}}.search-box input{display:inline-block;width:var(--search-input-width);height:2rem;padding-block:0;padding-inline:2rem .5rem;border:1px solid var(--search-c-divider);border-radius:2rem;background:var(--search-c-bg) url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='13'%3e%3cg%20stroke-width='2'%20stroke='%23aaa'%20fill='none'%3e%3cpath%20d='M11.29%2011.71l-4-4'/%3e%3ccircle%20cx='5'%20cy='5'%20r='4'/%3e%3c/g%3e%3c/svg%3e") .6rem .5rem no-repeat;background-size:1rem;color:var(--search-c-text);outline:none;font-size:.9rem;line-height:2rem;cursor:text;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all ease .3s}@media (max-width: 719px){.search-box input{position:relative;width:0;border-color:#0000;cursor:pointer}}.search-box input:focus{border-color:var(--search-c-accent);cursor:auto}@media (max-width: 719px){.search-box input:focus{inset-inline-start:0;width:10rem;cursor:text}}@media (max-width: 419px){.search-box input:focus{width:8rem}}.search-box .suggestions{position:absolute;inset-inline-end:0;top:2rem;width:var(--search-result-width);padding:.4rem;border:1px solid var(--search-c-divider);border-radius:6px;background:var(--search-c-bg);list-style-type:none}@media (max-width: 419px){.search-box .suggestions{inset-inline-end:-.5rem;width:calc(100vw - 4rem)}}.search-box .suggestion{padding:.4rem .6rem;border-radius:4px;line-height:1.4;cursor:pointer}.search-box .suggestion a{color:var(--search-c-item-text);white-space:normal}.search-box .suggestion.focus{background-color:var(--search-c-item-focus)}.search-box .suggestion.focus a{color:var(--search-c-accent)}.search-box .suggestion .page-title{font-weight:600}.search-box .suggestion .page-header{margin-inline-start:.25em;font-size:.9em}:root{--pwa-z-index: 10;--pwa-c-bg: var(--vp-c-bg-elv);--pwa-c-text: var(--vp-c-text);--pwa-c-shadow: var(--vp-c-shadow);--pwa-c-accent-bg: var(--vp-c-accent-bg);--pwa-c-accent-hover: var(--vp-c-accent-hover);--pwa-c-accent-text: var(--vp-c-accent-text);--pwa-c-control: var(--vp-c-control);--pwa-c-control-hover: var(--vp-c-control-hover);--pwa-c-text-mute: var(--vp-c-text-mute)}.logout-button[data-v-85f3ada4]{display:flex;align-items:center;order:999;margin:auto 0 auto 1rem;box-sizing:border-box;height:2rem;padding:0 .8rem;border:1px solid var(--vp-c-border, #c2c2c4);border-radius:4px;background:none;color:var(--vp-c-text, inherit);font-size:.85rem;text-transform:uppercase;letter-spacing:.3px;cursor:pointer;opacity:.85;transition:all .2s}.logout-button[data-v-85f3ada4]:hover{opacity:1;border-color:var(--vp-c-accent, #eb8108);color:var(--vp-c-accent, #eb8108)}.sidebar-legal-links[data-v-df5f6b52]{display:flex;flex-direction:column;gap:4px;padding:12px 1.5rem;border-top:1px solid var(--vp-c-border, #c2c2c4)}.sidebar-legal-links-row[data-v-df5f6b52]{display:flex;gap:12px}.sidebar-legal-links a[data-v-df5f6b52]{display:inline-flex;align-items:center;gap:4px;padding:4px 0;color:var(--vp-c-text-mute, var(--vp-c-text, inherit));font-size:.8rem;text-decoration:none;opacity:.75;transition:opacity .2s ease,color .2s ease}.sidebar-legal-links a svg[data-v-df5f6b52]{width:14px;height:14px;flex-shrink:0}.sidebar-legal-links a[data-v-df5f6b52]:hover{opacity:1;color:var(--vp-c-accent, #eb8108)}.context-tabs[data-v-f391b9be]{display:flex;gap:4px;padding:.75rem 1.5rem;border-bottom:1px solid var(--vp-c-border, #c2c2c4)}.context-tab[data-v-f391b9be]{padding:4px 10px;border-radius:4px;color:var(--vp-c-text-mute, var(--vp-c-text, inherit));font-size:.85rem;font-weight:600;text-decoration:none;opacity:.75;transition:opacity .2s ease,background .2s ease,color .2s ease}.context-tab[data-v-f391b9be]:hover{opacity:1}.context-tab.context-tab-active[data-v-f391b9be]{opacity:1;background:var(--vp-c-accent, #eb8108);color:#fff}.login-layout{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto;background:var(--vp-c-bg, #f6f6f7);color:var(--vp-c-text, #213547)}.login-layout__content{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center}.login-layout__theme-toggle{position:fixed;top:20px;right:20px;z-index:2;margin:0!important}.login-particles{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0}.login-particles canvas{pointer-events:auto}.bee-canvas{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.login-bg{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.login-bg__bubble{position:absolute;bottom:-150px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ffb3478c,#eb810840);animation:bubbleRise linear infinite;will-change:transform,opacity}[data-theme=dark] .login-bg__bubble{background:radial-gradient(circle at 35% 35%,#ffb34799,#ff99004d)}@keyframes bubbleRise{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:1}85%{opacity:.7}to{transform:translateY(calc(-100vh - 200px)) scale(1.15);opacity:0}}:root{scroll-behavior:smooth;--search-input-width: 18rem !important;--search-result-width: 26rem !important;--vp-c-accent: #eb8108;--vp-c-accent-bg: #ffb347;--vp-c-accent-hover: #ff9900;--vp-c-accent-text: var(--vp-c-white);--vp-c-accent-soft: rgb(235 129 8 / 14%);--vp-c-code-tab-title: var(--code-c-text, rgb(255 255 255 / 90%));--vp-c-code-tab-bg: var(--code-bg-color, var(--code-c-bg));--vp-c-code-tab-active: var(--vp-c-accent);--badge-c-tip-text: var(--vp-c-green-text);--badge-c-tip-bg: var(--vp-c-green-soft);--badge-c-warning-text: var(--vp-c-yellow-text);--badge-c-warning-bg: var(--vp-c-yellow-soft);--badge-c-danger-text: var(--vp-c-red-text);--badge-c-danger-bg: var(--vp-c-red-soft);--badge-c-important-text: var(--vp-c-purple-text);--badge-c-important-bg: var(--vp-c-purple-soft);--badge-c-info-text: var(--vp-c-indigo-text);--badge-c-info-bg: var(--vp-c-indigo-soft);--badge-c-note-text: var(--vp-c-grey-text);--badge-c-note-bg: var(--vp-c-grey-soft);--font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--navbar-height: 3.6rem;--navbar-padding-v: .7rem;--navbar-padding-h: 1.5rem;--sidebar-width: 20rem;--sidebar-width-mobile: calc(var(--sidebar-width) * .82);--content-width: 851px;--homepage-width: 1104px;--header-offset: var(--navbar-height);--vp-t-color: .3s ease;--vp-t-transform: .3s ease;--external-link-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z'/%3E%3C/svg%3E");--external-link-c-icon: var(--vp-c-text-mute)}.vp-sidebar-item.has-children{position:relative;padding-left:20px}.vp-sidebar-item.has-children:before{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%) rotate(-90deg);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--vp-c-accent, #eb8108);transition:transform .2s ease}.vp-sidebar-item.has-children.active:before{transform:translateY(-50%) rotate(0)}@media (max-width: 719px){.vp-sidebar{border-right:2px solid #f5a84e}}.search-box input{border-radius:4px!important}.home .hero{min-height:50vh}.home .hero img{height:auto;width:100%!important;max-width:600px!important}.beep-guide{--beep-orange: #f47a0b;--beep-orange-dark: #d85f00;--beep-orange-light: #fff4e8;--beep-text: #263247;--beep-text-soft: #667085;--beep-border: #f1d2b4;--beep-white: #ffffff;--beep-surface: var(--beep-white);--beep-shadow: 0 10px 24px rgba(116, 66, 22, .1);margin-top:10px;color:var(--beep-text);line-height:1.6}.beep-guide *{box-sizing:border-box}.beep-guide h1,.beep-guide h2,.beep-guide h3,.beep-guide p,.beep-guide ul,.beep-guide ol{padding-top:0;border-top:0;margin-top:0}.beep-guide h2,.beep-guide h3{padding-bottom:0;border-bottom:none}html[data-theme=dark] .beep-guide{--beep-orange-dark: #ff9d3d;--beep-orange-light: rgba(244, 122, 11, .16);--beep-text: #e6e8ee;--beep-text-soft: #a3aab8;--beep-border: #3c3427;--beep-surface: #22262e;--beep-shadow: 0 10px 24px rgba(0, 0, 0, .32)}.beep-hero{position:relative;overflow:hidden;margin:0 0 32px;padding:46px 44px;border:1px solid var(--beep-border);border-radius:20px;color:var(--beep-text);background:var(--beep-surface);box-shadow:var(--beep-shadow)}.beep-hero-content{position:relative;z-index:1;max-width:820px}.beep-eyebrow{display:inline-block;margin-bottom:14px;padding:6px 13px;border:1px solid var(--beep-border);border-radius:999px;background:var(--beep-orange-light);color:var(--beep-orange-dark);font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.beep-hero h1{margin:0 0 12px;padding:0;color:var(--beep-text);font-size:clamp(34px,5vw,52px);line-height:1.1}.beep-hero p{max-width:760px;margin:0;color:var(--beep-text-soft);font-size:16px}.beep-intro{max-width:920px;margin:0 auto 34px;text-align:center}.beep-intro h2{margin:0 0 10px;color:var(--beep-text);font-size:30px}.beep-intro h2:after,.beep-section-title:after{content:"";display:block;width:58px;height:4px;margin:10px auto 0;border-radius:999px;background:var(--beep-orange)}.beep-intro p{margin:0 0 8px;color:var(--beep-text-soft);font-size:15px}.beep-path{margin:28px 0 32px;padding:26px;border:1px solid var(--beep-border);border-radius:16px;background:var(--beep-surface);box-shadow:var(--beep-shadow)}.beep-path h2{margin:0 0 12px;color:var(--beep-text);font-size:25px}.beep-path-items{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px}.beep-path-item{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border:1px solid var(--beep-border);border-radius:9px;background:var(--beep-surface);color:var(--beep-text);font-weight:700}.beep-path-arrow{color:var(--beep-orange-dark);font-size:18px;font-weight:800}.beep-path p{margin:0;color:var(--beep-text-soft)}.beep-section{margin:30px 0;padding:28px;border:1px solid var(--beep-border);border-radius:16px;background:var(--beep-surface);box-shadow:var(--beep-shadow)}.beep-section-heading{display:flex;align-items:flex-start;gap:15px;margin-bottom:16px}.beep-step-number{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;color:var(--beep-white);background:var(--beep-orange);font-size:16px;font-weight:800}.beep-section-title{margin:0;padding:0;color:var(--beep-text);font-size:27px}.beep-section-title:after{margin:8px 0 0;width:44px}.beep-section p{margin:0 0 10px;color:var(--beep-text-soft)}.beep-section p:last-child{margin-bottom:0}.beep-image{margin:18px 0;padding:12px;border:1px solid var(--beep-border);border-radius:13px;background:var(--beep-surface)}.beep-image img{display:block;width:100%;height:auto;margin:0;border-radius:9px;box-shadow:0 6px 14px #7846191a}.beep-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}.beep-images .beep-image{margin:0}.beep-subsection{margin-top:22px;padding-top:20px;border-top:1px solid var(--beep-border)}.beep-subsection h3{margin:0 0 8px!important;color:var(--beep-orange-dark);font-size:21px}.beep-steps{margin:14px 0 0;padding:0;list-style:none;counter-reset:beep-guide-step}.beep-steps li{counter-increment:beep-guide-step;position:relative;min-height:34px;margin:0 0 10px;padding:3px 0 3px 42px;color:var(--beep-text-soft)}.beep-steps li:before{content:counter(beep-guide-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;color:var(--beep-white);background:var(--beep-orange);font-size:13px;font-weight:800}.beep-list{margin:14px 0 0;padding:0;list-style:none}.beep-list li{position:relative;margin:8px 0;padding-left:28px;color:var(--beep-text-soft)}.beep-list li:before{content:"✓";position:absolute;top:2px;left:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;color:var(--beep-white);background:var(--beep-orange);font-size:10px;font-weight:700}.beep-note,.beep-warning{display:grid;grid-template-columns:30px minmax(0,1fr);-moz-column-gap:14px;column-gap:14px;align-items:start;position:relative;margin:20px 0 0;padding:19px 22px;border-radius:12px}.beep-note{border:1px solid var(--beep-border);border-left:4px solid var(--beep-orange);background:var(--beep-orange-light)}.beep-note:before,.beep-warning:before{position:static;grid-column:1;grid-row:1/span 2;align-self:start;display:flex;align-items:center;justify-content:center;width:30px;height:30px;font-weight:800}.beep-note:before{content:"i";border-radius:8px;color:var(--beep-white);background:var(--beep-orange)}.beep-note h3{grid-column:2;margin:1px 0 4px!important;padding:0;color:var(--beep-orange-dark);font-size:16px;line-height:1.25}.beep-note p{grid-column:2;margin:0!important;line-height:1.55}.beep-warning{border:1px solid #efcc84;border-left:4px solid #e49a00;background:#fff8e8}html[data-theme=dark] .beep-warning{border-color:#6b4f10;border-left-color:#e49a00;background:#e49a001f}.beep-warning:before{content:"!";border-radius:50%;color:#fff;background:#e49a00}.beep-warning h3{grid-column:2;margin:1px 0 4px!important;padding:0;color:#956300;font-size:16px;line-height:1.25}html[data-theme=dark] .beep-warning h3{color:#ffc670}.beep-warning p{grid-column:2;margin:0!important;color:#73531a;line-height:1.55}html[data-theme=dark] .beep-warning p{color:#d8b989}.beep-checklist{margin:36px 0;padding:28px;border:1px solid var(--beep-border);border-radius:16px;background:var(--beep-surface);box-shadow:var(--beep-shadow)}.beep-checklist h2{margin:0 0 6px;color:var(--beep-text);font-size:28px}.beep-checklist>p{margin:0 0 16px;color:var(--beep-text-soft)}.beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-check-item{position:relative;min-height:62px;padding:16px 18px 16px 50px;border:1px solid var(--beep-border);border-radius:11px;background:var(--beep-surface);color:var(--beep-text-soft)}.beep-check-item:before{content:"✓";position:absolute;top:16px;left:16px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:var(--beep-white);background:var(--beep-orange);font-size:11px;font-weight:800}.beep-check-item strong{color:var(--beep-text)}.beep-final{margin-top:38px;padding:34px 28px;border:1px solid var(--beep-border);border-radius:18px;color:var(--beep-text);background:var(--beep-surface);text-align:center;box-shadow:var(--beep-shadow)}.beep-final h2{margin:0 0 6px;padding:0;color:var(--beep-text);font-size:29px}.beep-final h2:after{display:none}.beep-final p{max-width:740px;margin:0 auto;color:var(--beep-text-soft)}@media (max-width: 800px){.beep-images,.beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 600px){.beep-hero{padding:36px 26px;border-radius:16px}.beep-section,.beep-checklist,.beep-path{padding:22px}.beep-section-heading{display:block}.beep-step-number{margin-bottom:10px}.beep-path-items{display:grid;grid-template-columns:1fr}.beep-path-arrow{transform:rotate(90deg);text-align:center}.beep-note,.beep-warning{grid-template-columns:30px minmax(0,1fr);padding:17px 18px}.beep-final{padding:30px 22px}}@media (min-width: 960px){.VPDoc .container{max-width:1820px!important}.VPDoc .content{max-width:none!important;padding-left:32px!important;padding-right:32px!important}.VPDoc .content-container{width:100%!important;max-width:1160px!important;margin-left:auto!important;margin-right:auto!important}.beep-guide{width:100%;max-width:1160px;margin-left:auto;margin-right:auto}.beep-hero-content{max-width:980px}.beep-hero p{max-width:920px}.beep-intro{max-width:1080px}.beep-final p{max-width:920px}}@media (min-width: 1280px){.VPDoc.has-aside .content-container{max-width:1080px!important}.VPDoc:not(.has-aside) .content-container{max-width:1160px!important}}.vp-sidebar{display:flex;flex-direction:column}.vp-sidebar>.vp-sidebar-items{flex:1 1 auto;overflow-y:auto}.vp-sidebar>.sidebar-legal-links{flex:0 0 auto}.beep-home{--bh-orange: #f47a0b;--bh-orange-dark: #d85f00;--bh-orange-deep: #a83f00;--bh-orange-light: #fff3e5;--bh-orange-soft: #ffe1bf;--bh-text: #263247;--bh-text-soft: #667085;--bh-border: #f0d0ae;--bh-white: #ffffff;--bh-surface: #ffffff;--bh-surface-soft: #fffaf5;--bh-surface-muted: #f7f8fa;--bh-shadow: 0 22px 55px rgba(111, 63, 22, .14);--bh-shadow-soft: 0 12px 30px rgba(111, 63, 22, .1);width:100%;max-width:1160px;margin:10px auto 0;color:var(--bh-text);line-height:1.65}html[data-theme=dark] .beep-home{--bh-orange-dark: #ff9d3d;--bh-orange-deep: #f47a0b;--bh-orange-light: rgba(244, 122, 11, .16);--bh-orange-soft: rgba(244, 122, 11, .24);--bh-text: #e9ebf0;--bh-text-soft: #a6adba;--bh-border: #3f3529;--bh-surface: #22262e;--bh-surface-soft: #1c2027;--bh-surface-muted: #2a2f38;--bh-shadow: 0 22px 55px rgba(0, 0, 0, .35);--bh-shadow-soft: 0 12px 30px rgba(0, 0, 0, .25)}.beep-home *,.beep-home *:before,.beep-home *:after{box-sizing:border-box}.beep-home h1,.beep-home h2,.beep-home h3,.beep-home p,.beep-home ul,.beep-home ol{margin-top:0;padding-top:0;border-top:0}.beep-home h2,.beep-home h3{padding-bottom:0;border-bottom:0}.beep-home a{text-decoration:none}.beep-home .beep-home-hero{position:relative;overflow:hidden;margin-bottom:26px;padding:58px 52px;border-radius:30px;color:var(--bh-white);background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 42%),linear-gradient(135deg,var(--bh-orange-deep),var(--bh-orange) 55%,#ff9d2f);box-shadow:0 30px 80px #a83f004d,inset 0 1px #fff3}.beep-home .beep-home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 88%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 88%);pointer-events:none}.beep-home .beep-home-hero-glow{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.beep-home .beep-home-hero-glow-one{top:-130px;right:130px;width:330px;height:330px;border:66px solid rgba(255,255,255,.09)}.beep-home .beep-home-hero-glow-two{right:-130px;bottom:-150px;width:360px;height:360px;background:#ffffff1a}.beep-home .beep-home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);align-items:center;gap:52px}.beep-home .beep-home-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:8px 14px;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:var(--bh-white);background:#ffffff24;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.beep-home .beep-home-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bh-white);box-shadow:0 0 0 5px #ffffff1f}.beep-home .beep-home-hero h1{max-width:720px;margin:0 0 18px;padding:0;color:var(--bh-white);font-size:clamp(42px,5.4vw,66px);line-height:1.02;letter-spacing:-.035em}.beep-home .beep-home-lead{max-width:660px;margin:0;color:#ffffffeb;font-size:18px;line-height:1.65}.beep-home .beep-home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}.beep-home .beep-home-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.beep-home .beep-home-button:hover{transform:translateY(-3px)}.beep-home .beep-home-button-primary{color:var(--bh-orange-deep)!important;background:var(--bh-white);box-shadow:0 12px 28px #6323003b}.beep-home .beep-home-button-primary:hover{box-shadow:0 18px 38px #6323004d}.beep-home .beep-home-button-secondary{border:1px solid rgba(255,255,255,.46);color:var(--bh-white)!important;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.beep-home .beep-home-button-secondary:hover{background:#fff3}.beep-home .beep-home-hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:25px;color:#ffffffdb;font-size:13px}.beep-home .beep-home-hero-points span{display:inline-flex;align-items:center;gap:7px}.beep-home .beep-home-hero-points b{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;color:var(--bh-orange-deep);background:var(--bh-white);font-size:10px}.beep-home .beep-home-hero-visual{position:relative;min-height:385px}.beep-home .beep-home-window{position:absolute;top:22px;right:0;width:100%;max-width:490px;overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:#fffffff5;box-shadow:0 28px 60px #5f1d0047,inset 0 1px #ffffffe6;transform:perspective(1000px) rotateY(-4deg) rotateX(1deg)}.beep-home .beep-home-window-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #eadfD6;color:#445063;background:#fffaf5}.beep-home .beep-home-window-dots{display:flex;gap:5px}.beep-home .beep-home-window-dots span{width:8px;height:8px;border-radius:50%;background:#f0b27a}.beep-home .beep-home-window-title{overflow:hidden;font-size:12px;font-weight:700;text-align:center;text-overflow:ellipsis;white-space:nowrap}.beep-home .beep-home-window-status{padding:4px 8px;border-radius:999px;color:#18794e;background:#e8f7ef;font-size:10px;font-weight:800}.beep-home .beep-home-window-body{display:grid;grid-template-columns:105px minmax(0,1fr);min-height:285px}.beep-home .beep-home-window-sidebar{display:grid;align-content:start;gap:13px;padding:18px 14px;background:#253044}.beep-home .beep-home-window-brand{margin-bottom:8px;color:#fff;font-size:15px;font-weight:900;letter-spacing:.08em}.beep-home .beep-home-window-sidebar>span{display:block;width:100%;height:8px;border-radius:999px;background:#ffffff2e}.beep-home .beep-home-window-sidebar>span.active{background:#f47a0b}.beep-home .beep-home-window-sidebar>span.short{width:62%}.beep-home .beep-home-window-content{padding:19px;background:#fff}.beep-home .beep-home-window-search{display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid #eadfd6;border-radius:999px;color:#7b8493;font-size:12px}.beep-home .beep-home-window-search-icon,.beep-home .beep-home-search-icon{position:relative;width:15px;height:15px;border:2px solid currentColor;border-radius:50%}.beep-home .beep-home-window-search-icon:after,.beep-home .beep-home-search-icon:after{content:"";position:absolute;right:-5px;bottom:-3px;width:6px;height:2px;border-radius:999px;background:currentColor;transform:rotate(45deg)}.beep-home .beep-home-window-page{margin-top:20px}.beep-home .beep-home-window-page>span{display:block;border-radius:999px}.beep-home .beep-home-window-page-badge{width:72px;height:8px;margin-bottom:12px;background:#f47a0b}.beep-home .beep-home-window-page-title{width:72%;height:16px;margin-bottom:14px;background:#263247}.beep-home .beep-home-window-page-line{width:100%;height:8px;margin-bottom:8px;background:#e6e8ec}.beep-home .beep-home-window-page-line.medium{width:82%}.beep-home .beep-home-window-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:20px}.beep-home .beep-home-window-cards span{display:block;height:74px;border:1px solid #f0d2b4;border-radius:10px;background:#fff7ef}.beep-home .beep-home-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;min-width:215px;padding:13px 15px;border:1px solid rgba(255,255,255,.45);border-radius:15px;color:#263247;background:#fffffff0;box-shadow:0 18px 38px #5f1d003d;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.beep-home .beep-home-floating-card-search{left:-38px;bottom:43px}.beep-home .beep-home-floating-card-guide{right:-25px;top:4px}.beep-home .beep-home-floating-icon{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:39px;height:39px;border-radius:12px;color:#fff;background:#f47a0b;font-size:19px;font-weight:900}.beep-home .beep-home-floating-card strong,.beep-home .beep-home-floating-card small{display:block}.beep-home .beep-home-floating-card strong{font-size:13px}.beep-home .beep-home-floating-card small{margin-top:2px;color:#7b8493;font-size:10px}.beep-home .beep-home-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;margin:0 0 58px;border:1px solid var(--bh-border);border-radius:18px;background:var(--bh-border);box-shadow:var(--bh-shadow-soft)}.beep-home .beep-home-trust-item{min-height:112px;padding:22px 18px;background:var(--bh-surface);text-align:center}.beep-home .beep-home-trust-item strong{display:block;margin-bottom:5px;color:var(--bh-orange-dark);font-size:27px;line-height:1}.beep-home .beep-home-trust-item span{color:var(--bh-text-soft);font-size:12px}.beep-home .beep-home-intro,.beep-home .beep-home-section-heading{max-width:850px;margin:0 auto 28px;text-align:center}.beep-home .beep-home-intro{margin-bottom:48px}.beep-home .beep-home-section-kicker{display:inline-block;margin-bottom:8px;color:var(--bh-orange-dark);font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.beep-home .beep-home-intro h2,.beep-home .beep-home-section-heading h2{margin:0 0 12px;color:var(--bh-text);font-size:clamp(30px,4vw,42px);line-height:1.12;letter-spacing:-.025em}.beep-home .beep-home-intro h2:after,.beep-home .beep-home-section-heading h2:after{content:"";display:block;width:68px;height:5px;margin:15px auto 0;border-radius:999px;background:linear-gradient(90deg,var(--bh-orange),#ffb15b)}.beep-home .beep-home-intro p,.beep-home .beep-home-section-heading p{margin:0;color:var(--bh-text-soft);font-size:16px}.beep-home .beep-home-section{margin:48px 0 64px}.beep-home .beep-home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.beep-home .beep-home-card{position:relative;overflow:hidden;min-height:285px;padding:31px;border:1px solid var(--bh-border);border-radius:22px;background:var(--bh-surface);box-shadow:var(--bh-shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.beep-home .beep-home-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--bh-orange),#ffb15b)}.beep-home .beep-home-card:after{content:"";position:absolute;right:-54px;bottom:-54px;width:130px;height:130px;border:26px solid var(--bh-orange-light);border-radius:50%;opacity:.8}.beep-home .beep-home-card:hover{transform:translateY(-7px);border-color:var(--bh-orange);box-shadow:var(--bh-shadow)}.beep-home .beep-home-card-featured{background:radial-gradient(circle at 88% 14%,var(--bh-orange-light),transparent 32%),var(--bh-surface)}.beep-home .beep-home-card-number{position:absolute;top:25px;right:26px;color:var(--bh-border);font-size:32px;font-weight:900;line-height:1}.beep-home .beep-home-card-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:23px;border-radius:17px;color:var(--bh-orange-dark);background:var(--bh-orange-light);font-size:25px;font-weight:900;box-shadow:inset 0 0 0 1px var(--bh-border)}.beep-home .beep-home-card h3{margin:0 0 11px;color:var(--bh-text);font-size:21px}.beep-home .beep-home-card p{position:relative;z-index:1;margin:0;color:var(--bh-text-soft)}.beep-home .beep-home-card-link{position:absolute;z-index:2;bottom:25px;left:31px;color:var(--bh-orange-dark);font-size:13px;font-weight:800}.beep-home .beep-home-feature{display:grid;grid-template-columns:minmax(0,.98fr) minmax(390px,1.02fr);align-items:center;gap:52px;margin:68px 0;padding:42px;border:1px solid var(--bh-border);border-radius:28px;background:radial-gradient(circle at 94% 8%,var(--bh-orange-light),transparent 25%),var(--bh-surface);box-shadow:var(--bh-shadow)}.beep-home .beep-home-feature-reverse .beep-home-feature-copy{order:2}.beep-home .beep-home-feature-reverse .beep-home-feature-visual{order:1}.beep-home .beep-home-feature-copy h2{margin:0 0 15px;color:var(--bh-text);font-size:clamp(29px,3.5vw,42px);line-height:1.12;letter-spacing:-.025em}.beep-home .beep-home-feature-copy p{margin:0 0 15px;color:var(--bh-text-soft)}.beep-home .beep-home-list{margin:24px 0 0;padding:0;list-style:none}.beep-home .beep-home-list li{position:relative;margin:13px 0;padding-left:37px;color:var(--bh-text-soft)}.beep-home .beep-home-list li:before{content:"✓";position:absolute;top:1px;left:0;display:flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:50%;color:var(--bh-white);background:linear-gradient(135deg,var(--bh-orange),#ffab4d);font-size:11px;font-weight:900;box-shadow:0 5px 12px #f47a0b40}.beep-home .beep-home-feature-visual{min-width:0}.beep-home .beep-home-search-panel,.beep-home .beep-home-navigation-panel,.beep-home .beep-home-theme-panel{overflow:hidden;border:1px solid var(--bh-border);border-radius:22px;background:var(--bh-surface);box-shadow:var(--bh-shadow-soft)}.beep-home .beep-home-panel-top,.beep-home .beep-home-navigation-header,.beep-home .beep-home-theme-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--bh-border);background:var(--bh-surface-soft)}.beep-home .beep-home-panel-top strong,.beep-home .beep-home-navigation-header strong,.beep-home .beep-home-theme-header strong{display:block;margin-top:3px;color:var(--bh-text);font-size:16px}.beep-home .beep-home-panel-label{display:block;color:var(--bh-orange-dark);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.beep-home .beep-home-panel-live{position:relative;padding-left:15px;color:#23845b;font-size:11px;font-weight:800}.beep-home .beep-home-panel-live:before{content:"";position:absolute;top:50%;left:0;width:8px;height:8px;transform:translateY(-50%);border-radius:50%;background:#2bb673;box-shadow:0 0 0 5px #2bb6731f}.beep-home .beep-home-search-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin:20px 22px 14px;padding:14px 16px;border:2px solid var(--bh-border);border-radius:999px;color:var(--bh-text-soft);background:var(--bh-surface);box-shadow:0 8px 20px #4c321a12}.beep-home .beep-home-search-field kbd{padding:4px 7px;border:1px solid var(--bh-border);border-radius:7px;color:var(--bh-text-soft);background:var(--bh-surface-muted);font-family:inherit;font-size:10px}.beep-home .beep-home-search-results{display:grid;gap:10px;padding:0 22px 22px}.beep-home .beep-home-search-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--bh-border);border-radius:14px;background:var(--bh-surface)}.beep-home .beep-home-search-result.active{border-color:var(--bh-orange);background:var(--bh-orange-light)}.beep-home .beep-home-search-result-icon{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:10px;color:var(--bh-orange-dark);background:var(--bh-orange-light);font-size:11px;font-weight:900}.beep-home .beep-home-search-result.active .beep-home-search-result-icon{color:var(--bh-white);background:var(--bh-orange)}.beep-home .beep-home-search-result strong,.beep-home .beep-home-search-result small{display:block}.beep-home .beep-home-search-result strong{color:var(--bh-text);font-size:13px}.beep-home .beep-home-search-result small{margin-top:2px;color:var(--bh-text-soft);font-size:10px}.beep-home .beep-home-search-arrow{color:var(--bh-orange-dark);font-weight:900}.beep-home .beep-home-highlight{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:21px;margin:45px 0 68px;padding:26px 28px;border:1px solid var(--bh-border);border-radius:21px;background:linear-gradient(120deg,var(--bh-orange-light),var(--bh-surface) 58%);box-shadow:var(--bh-shadow-soft)}.beep-home .beep-home-highlight-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:17px;color:var(--bh-white);background:linear-gradient(135deg,var(--bh-orange),#ffad51);font-size:25px;box-shadow:0 10px 22px #f47a0b47}.beep-home .beep-home-highlight h3{margin:0 0 5px;color:var(--bh-text);font-size:19px}.beep-home .beep-home-highlight p{margin:0;color:var(--bh-text-soft)}.beep-home .beep-home-keywords{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:245px}.beep-home .beep-home-keywords span{padding:7px 11px;border:1px solid var(--bh-border);border-radius:999px;color:var(--bh-orange-dark);background:var(--bh-surface);font-size:11px;font-weight:800}.beep-home .beep-home-navigation-menu-icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:10px;color:var(--bh-orange-dark);background:var(--bh-orange-light);font-weight:900}.beep-home .beep-home-navigation-body{padding:17px}.beep-home .beep-home-navigation-item{display:grid;grid-template-columns:20px 34px minmax(0,1fr);align-items:center;gap:9px;margin-bottom:8px;padding:12px 13px;border:1px solid transparent;border-radius:12px;color:var(--bh-text)}.beep-home .beep-home-navigation-item.open{border-color:var(--bh-border);background:var(--bh-orange-light)}.beep-home .beep-home-navigation-arrow{color:var(--bh-orange-dark);font-size:16px;font-weight:900;text-align:center}.beep-home .beep-home-navigation-icon{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:9px;color:var(--bh-orange-dark);background:var(--bh-orange-light);font-size:11px;font-weight:900}.beep-home .beep-home-navigation-item.open .beep-home-navigation-icon{color:var(--bh-white);background:var(--bh-orange)}.beep-home .beep-home-navigation-subitem{margin:0 0 7px 63px;padding:9px 12px;border-left:3px solid var(--bh-border);border-radius:0 9px 9px 0;color:var(--bh-text-soft);background:var(--bh-surface-soft);font-size:12px}.beep-home .beep-home-navigation-subitem.active{border-left-color:var(--bh-orange);color:var(--bh-orange-dark);font-weight:800}.beep-home .beep-home-journey{position:relative;margin:76px 0;padding:50px 42px;border:1px solid var(--bh-border);border-radius:28px;background:linear-gradient(180deg,var(--bh-surface-soft),var(--bh-surface));box-shadow:var(--bh-shadow)}.beep-home .beep-home-journey-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.beep-home .beep-home-journey-grid:before{content:"";position:absolute;top:49px;left:11%;right:11%;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--bh-orange),var(--bh-orange-soft))}.beep-home .beep-home-journey-step{position:relative;z-index:1;min-height:245px;padding:24px 20px 22px;border:1px solid var(--bh-border);border-radius:18px;background:var(--bh-surface);text-align:center;box-shadow:var(--bh-shadow-soft)}.beep-home .beep-home-journey-number{display:block;margin-bottom:12px;color:var(--bh-orange-dark);font-size:11px;font-weight:900;letter-spacing:.08em}.beep-home .beep-home-journey-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 20px;border:8px solid var(--bh-surface);border-radius:50%;color:var(--bh-white);background:linear-gradient(135deg,var(--bh-orange),#ffae52);font-size:22px;font-weight:900;box-shadow:0 0 0 1px var(--bh-border),0 9px 20px #f47a0b40}.beep-home .beep-home-journey-step h3{margin:0 0 8px;color:var(--bh-text);font-size:17px}.beep-home .beep-home-journey-step p{margin:0;color:var(--bh-text-soft);font-size:13px}.beep-home .beep-home-theme-toggle{position:relative;width:70px;height:36px;border:1px solid var(--bh-border);border-radius:999px;background:var(--bh-orange-light)}.beep-home .beep-home-theme-toggle span{position:absolute;top:4px;left:4px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:var(--bh-white);background:var(--bh-orange);font-size:13px;box-shadow:0 5px 12px #f47a0b40}.beep-home .beep-home-theme-previews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px 20px 14px}.beep-home .beep-home-theme-preview{padding:12px;border:1px solid var(--bh-border);border-radius:15px}.beep-home .beep-home-theme-preview.light{background:#fff}.beep-home .beep-home-theme-preview.dark{background:#22262e}.beep-home .beep-home-theme-preview-label{display:block;margin-bottom:10px;font-size:11px;font-weight:800}.beep-home .beep-home-theme-preview.light .beep-home-theme-preview-label{color:#263247}.beep-home .beep-home-theme-preview.dark .beep-home-theme-preview-label{color:#fff}.beep-home .beep-home-theme-preview-window{display:grid;grid-template-columns:42px minmax(0,1fr);min-height:120px;overflow:hidden;border-radius:10px}.beep-home .beep-home-theme-preview.light .beep-home-theme-preview-window{border:1px solid #eadfd6;background:#fff}.beep-home .beep-home-theme-preview.dark .beep-home-theme-preview-window{border:1px solid #3b414c;background:#2b303a}.beep-home .beep-home-theme-preview-sidebar{background:#263247}.beep-home .beep-home-theme-preview.dark .beep-home-theme-preview-sidebar{background:#171a20}.beep-home .beep-home-theme-preview-content{display:grid;align-content:start;gap:9px;padding:14px 11px}.beep-home .beep-home-theme-preview-content span{display:block;width:100%;height:8px;border-radius:999px}.beep-home .beep-home-theme-preview.light .beep-home-theme-preview-content span{background:#e7e9ed}.beep-home .beep-home-theme-preview.dark .beep-home-theme-preview-content span{background:#4b515e}.beep-home .beep-home-theme-preview-content span:first-child{width:70%;height:12px;background:#f47a0b!important}.beep-home .beep-home-theme-preview-content span.short{width:62%}.beep-home .beep-home-theme-caption{margin:0 0 18px;color:var(--bh-text-soft);font-size:12px;text-align:center}.beep-home .beep-home-final{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:38px;overflow:hidden;margin-top:78px;padding:48px 50px;border-radius:28px;color:var(--bh-white);background:linear-gradient(135deg,var(--bh-orange-deep),var(--bh-orange));box-shadow:0 26px 65px #a83f0047}.beep-home .beep-home-final-glow{position:absolute;right:120px;bottom:-190px;width:380px;height:380px;border:70px solid rgba(255,255,255,.08);border-radius:50%}.beep-home .beep-home-final-copy{position:relative;z-index:2}.beep-home .beep-home-final h2{max-width:720px;margin:0 0 12px;color:var(--bh-white);font-size:clamp(31px,4vw,47px);line-height:1.1;letter-spacing:-.025em}.beep-home .beep-home-final p{max-width:720px;margin:0 0 22px;color:#ffffffe6}.beep-home .beep-home-final-badge{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:165px;height:165px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:var(--bh-white);background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.beep-home .beep-home-final-badge strong{font-size:27px;letter-spacing:.07em}.beep-home .beep-home-final-badge span{margin-top:4px;font-size:12px}@media (max-width: 1050px){.beep-home .beep-home-hero-grid,.beep-home .beep-home-feature{grid-template-columns:1fr}.beep-home .beep-home-hero-copy{max-width:780px}.beep-home .beep-home-hero-visual{width:100%;max-width:620px;margin:0 auto}.beep-home .beep-home-feature-reverse .beep-home-feature-copy,.beep-home .beep-home-feature-reverse .beep-home-feature-visual{order:initial}.beep-home .beep-home-highlight{grid-template-columns:auto minmax(0,1fr)}.beep-home .beep-home-keywords{grid-column:2;justify-content:flex-start;max-width:none}}@media (max-width: 820px){.beep-home .beep-home-trust,.beep-home .beep-home-card-grid,.beep-home .beep-home-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.beep-home .beep-home-journey-grid:before{display:none}.beep-home .beep-home-final{grid-template-columns:1fr}.beep-home .beep-home-final-badge{width:125px;height:125px}}@media (max-width: 620px){.beep-home .beep-home-hero{padding:35px 23px 42px;border-radius:22px}.beep-home .beep-home-hero h1{font-size:40px}.beep-home .beep-home-hero-visual{min-height:330px}.beep-home .beep-home-window{top:20px;transform:none}.beep-home .beep-home-window-body{grid-template-columns:78px minmax(0,1fr)}.beep-home .beep-home-floating-card-search{left:8px;bottom:6px}.beep-home .beep-home-floating-card-guide{display:none}.beep-home .beep-home-trust,.beep-home .beep-home-card-grid,.beep-home .beep-home-journey-grid,.beep-home .beep-home-theme-previews{grid-template-columns:1fr}.beep-home .beep-home-feature{gap:28px;margin:44px 0;padding:26px 21px;border-radius:22px}.beep-home .beep-home-highlight{grid-template-columns:1fr}.beep-home .beep-home-keywords{grid-column:auto}.beep-home .beep-home-journey{padding:34px 20px}.beep-home .beep-home-final{padding:37px 24px;border-radius:22px}}.beep-guide .beep-subsection{margin-bottom:36px;padding:28px 30px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#ffffffb8;box-shadow:0 12px 30px #0f172a0f}[data-theme=dark] .beep-guide .beep-subsection{background:#1e293bbf;border-color:#ffffff14;box-shadow:0 12px 30px #00000047}.beep-guide .beep-image img{border-radius:14px;box-shadow:0 14px 34px #0f172a1f}.beep-guide .beep-note{margin-top:24px;margin-bottom:10px}.beep-guide .beep-card-grid{margin-top:20px}.beep-grids-premium{--bgp-orange: #f47a0b;--bgp-orange-dark: #d85f00;--bgp-orange-deep: #aa4200;--bgp-orange-light: #fff3e5;--bgp-orange-soft: #ffe1bf;--bgp-text: #263247;--bgp-text-soft: #667085;--bgp-border: #efd1b2;--bgp-white: #ffffff;--bgp-surface: #ffffff;--bgp-surface-soft: #fffaf5;--bgp-surface-muted: #f5f7fa;--bgp-shadow: 0 22px 55px rgba(111, 63, 22, .14);--bgp-shadow-soft: 0 12px 30px rgba(111, 63, 22, .09);width:100%;max-width:1180px;margin:10px auto 0;color:var(--bgp-text);line-height:1.65}html[data-theme=dark] .beep-grids-premium{--bgp-orange-dark: #ff9d3d;--bgp-orange-deep: #f47a0b;--bgp-orange-light: rgba(244, 122, 11, .16);--bgp-orange-soft: rgba(244, 122, 11, .24);--bgp-text: #e9ebf0;--bgp-text-soft: #a6adba;--bgp-border: #40362a;--bgp-surface: #22262e;--bgp-surface-soft: #1c2027;--bgp-surface-muted: #2a2f38;--bgp-shadow: 0 22px 55px rgba(0, 0, 0, .35);--bgp-shadow-soft: 0 12px 30px rgba(0, 0, 0, .25)}.beep-grids-premium *,.beep-grids-premium *:before,.beep-grids-premium *:after{box-sizing:border-box}.beep-grids-premium h1,.beep-grids-premium h2,.beep-grids-premium h3,.beep-grids-premium p,.beep-grids-premium ul,.beep-grids-premium ol{margin-top:0;padding-top:0;border-top:0}.beep-grids-premium h2,.beep-grids-premium h3{padding-bottom:0;border-bottom:0}.beep-grids-premium a{text-decoration:none}.beep-grids-premium .bgp-hero{position:relative;overflow:hidden;margin-bottom:25px;padding:55px 50px;border-radius:29px;color:var(--bgp-white);background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 42%),linear-gradient(135deg,var(--bgp-orange-deep),var(--bgp-orange) 58%,#ff9c2e);box-shadow:0 30px 75px #a83f0047,inset 0 1px #fff3}.beep-grids-premium .bgp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 92%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 92%);pointer-events:none}.beep-grids-premium .bgp-hero:after{content:"";position:absolute;right:170px;top:-170px;width:360px;height:360px;border:70px solid rgba(255,255,255,.08);border-radius:50%}.beep-grids-premium .bgp-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.98fr) minmax(410px,1.02fr);align-items:center;gap:52px}.beep-grids-premium .bgp-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:8px 14px;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:var(--bgp-white);background:#ffffff24;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.beep-grids-premium .bgp-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bgp-white);box-shadow:0 0 0 5px #ffffff1f}.beep-grids-premium .bgp-hero h1{margin:0 0 16px;color:var(--bgp-white);font-size:clamp(42px,5.2vw,64px);line-height:1.03;letter-spacing:-.035em}.beep-grids-premium .bgp-lead{max-width:640px;margin:0;color:#ffffffeb;font-size:17px}.beep-grids-premium .bgp-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.beep-grids-premium .bgp-button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:12px 21px;border-radius:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.beep-grids-premium .bgp-button:hover{transform:translateY(-3px)}.beep-grids-premium .bgp-button-primary{color:var(--bgp-orange-deep)!important;background:var(--bgp-white);box-shadow:0 12px 28px #6323003b}.beep-grids-premium .bgp-button-secondary{border:1px solid rgba(255,255,255,.47);color:var(--bgp-white)!important;background:#ffffff1f}.beep-grids-premium .bgp-hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px;color:#ffffffdb;font-size:13px}.beep-grids-premium .bgp-hero-points span{display:inline-flex;align-items:center;gap:7px}.beep-grids-premium .bgp-hero-points b{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;color:var(--bgp-orange-deep);background:var(--bgp-white);font-size:10px}.beep-grids-premium .bgp-hero-visual{position:relative;min-height:365px}.beep-grids-premium .bgp-grid-window{position:absolute;top:25px;right:0;width:100%;max-width:500px;overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:#fffffff7;box-shadow:0 27px 58px #5f1d0045;transform:perspective(1000px) rotateY(-4deg) rotateX(1deg)}.beep-grids-premium .bgp-grid-window-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #eadfd6;color:#445063;background:#fffaf5}.beep-grids-premium .bgp-window-dots{display:flex;gap:5px}.beep-grids-premium .bgp-window-dots span{width:8px;height:8px;border-radius:50%;background:#f0b27a}.beep-grids-premium .bgp-grid-window-bar strong{overflow:hidden;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.beep-grids-premium .bgp-window-status{padding:4px 8px;border-radius:999px;color:#18794e;background:#e8f7ef;font-size:10px;font-weight:800}.beep-grids-premium .bgp-grid-toolbar{display:flex;gap:8px;padding:15px;border-bottom:1px solid #eadfd6;background:#fff}.beep-grids-premium .bgp-grid-toolbar span{padding:7px 10px;border:1px solid #eadfd6;border-radius:9px;color:#687385;font-size:10px}.beep-grids-premium .bgp-toolbar-search{flex:1;text-align:left}.beep-grids-premium .bgp-grid-table{padding:0 15px 17px;background:#fff}.beep-grids-premium .bgp-grid-row{display:grid;grid-template-columns:.55fr 1.4fr .65fr;border-bottom:1px solid #ece4dc;color:#647083;font-size:11px}.beep-grids-premium .bgp-grid-row span{padding:12px 9px}.beep-grids-premium .bgp-grid-head{color:#334055;background:#fff7ef;font-weight:800}.beep-grids-premium .bgp-grid-row.active{color:#263247;background:#fff1df;font-weight:700}.beep-grids-premium .bgp-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;min-width:220px;padding:13px 15px;border:1px solid rgba(255,255,255,.45);border-radius:15px;color:#263247;background:#fffffff2;box-shadow:0 18px 38px #5f1d003b}.beep-grids-premium .bgp-floating-card-filter{left:-34px;bottom:40px}.beep-grids-premium .bgp-floating-card-link{right:-25px;top:3px}.beep-grids-premium .bgp-floating-card>span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:39px;height:39px;border-radius:12px;color:#fff;background:#f47a0b;font-size:18px;font-weight:900}.beep-grids-premium .bgp-floating-card strong,.beep-grids-premium .bgp-floating-card small{display:block}.beep-grids-premium .bgp-floating-card strong{font-size:13px}.beep-grids-premium .bgp-floating-card small{margin-top:2px;color:#7b8493;font-size:10px}.beep-grids-premium .bgp-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;margin:0 0 55px;border:1px solid var(--bgp-border);border-radius:18px;background:var(--bgp-border);box-shadow:var(--bgp-shadow-soft)}.beep-grids-premium .bgp-overview-item{min-height:108px;padding:22px 18px;background:var(--bgp-surface);text-align:center}.beep-grids-premium .bgp-overview-item strong{display:block;margin-bottom:6px;color:var(--bgp-orange-dark);font-size:27px;line-height:1}.beep-grids-premium .bgp-overview-item span{color:var(--bgp-text-soft);font-size:12px}.beep-grids-premium .bgp-intro{max-width:860px;margin:0 auto 33px;text-align:center}.beep-grids-premium .bgp-section-kicker,.beep-grids-premium .bgp-feature-label{display:inline-block;margin-bottom:8px;color:var(--bgp-orange-dark);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.beep-grids-premium .bgp-intro h2{margin:0 0 12px;color:var(--bgp-text);font-size:clamp(31px,4vw,43px);line-height:1.12;letter-spacing:-.025em}.beep-grids-premium .bgp-intro h2:after{content:"";display:block;width:68px;height:5px;margin:15px auto 0;border-radius:999px;background:linear-gradient(90deg,var(--bgp-orange),#ffb15b)}.beep-grids-premium .bgp-intro p{margin:0;color:var(--bgp-text-soft);font-size:16px}.beep-grids-premium .bgp-quick-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:62px}.beep-grids-premium .bgp-quick-nav a{display:flex;align-items:center;gap:11px;min-height:60px;padding:13px 15px;border:1px solid var(--bgp-border);border-radius:14px;color:var(--bgp-text)!important;background:var(--bgp-surface);font-size:13px;font-weight:800;box-shadow:var(--bgp-shadow-soft);transition:transform .2s ease,border-color .2s ease}.beep-grids-premium .bgp-quick-nav a:hover{transform:translateY(-3px);border-color:var(--bgp-orange)}.beep-grids-premium .bgp-quick-nav span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;color:var(--bgp-orange-dark);background:var(--bgp-orange-light);font-size:11px}.beep-grids-premium .bgp-section{margin:65px 0}.beep-grids-premium .bgp-section-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:18px;margin-bottom:28px}.beep-grids-premium .bgp-step-number{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;color:var(--bgp-white);background:linear-gradient(135deg,var(--bgp-orange),#ffad50);font-size:20px;font-weight:900;box-shadow:0 10px 24px #f47a0b45}.beep-grids-premium .bgp-section-heading h2{margin:0 0 8px;color:var(--bgp-text);font-size:clamp(29px,3.4vw,40px);line-height:1.13}.beep-grids-premium .bgp-section-heading p{margin:0;color:var(--bgp-text-soft)}.beep-grids-premium .bgp-intro-note,.beep-grids-premium .bgp-warning,.beep-grids-premium .bgp-note,.beep-grids-premium .bgp-example-box{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px;margin:24px 0 32px;padding:21px 23px;border:1px solid var(--bgp-border);border-radius:17px;background:linear-gradient(120deg,var(--bgp-orange-light),var(--bgp-surface) 65%);box-shadow:var(--bgp-shadow-soft)}.beep-grids-premium .bgp-intro-note-icon,.beep-grids-premium .bgp-warning-icon,.beep-grids-premium .bgp-note-icon,.beep-grids-premium .bgp-example-icon{display:flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:13px;color:var(--bgp-white);background:var(--bgp-orange);font-size:18px;font-weight:900}.beep-grids-premium .bgp-intro-note strong,.beep-grids-premium .bgp-warning strong,.beep-grids-premium .bgp-note strong,.beep-grids-premium .bgp-example-box h3{display:block;margin:0 0 4px;color:var(--bgp-text);font-size:17px}.beep-grids-premium .bgp-intro-note p,.beep-grids-premium .bgp-warning p,.beep-grids-premium .bgp-note p,.beep-grids-premium .bgp-example-box p{margin:0;color:var(--bgp-text-soft)}.beep-grids-premium .bgp-feature{display:grid;grid-template-columns:minmax(0,.95fr) minmax(410px,1.05fr);align-items:center;gap:44px;margin:30px 0;padding:37px;border:1px solid var(--bgp-border);border-radius:25px;background:radial-gradient(circle at 96% 5%,var(--bgp-orange-light),transparent 25%),var(--bgp-surface);box-shadow:var(--bgp-shadow)}.beep-grids-premium .bgp-feature-reverse .bgp-feature-copy{order:2}.beep-grids-premium .bgp-feature-reverse .bgp-feature-media{order:1}.beep-grids-premium .bgp-feature-copy{position:relative}.beep-grids-premium .bgp-feature-number{position:absolute;top:-7px;right:0;color:var(--bgp-border);font-size:44px;font-weight:900;line-height:1}.beep-grids-premium .bgp-feature h3{margin:0 0 13px;color:var(--bgp-text);font-size:29px;line-height:1.15}.beep-grids-premium .bgp-feature p{margin:0 0 15px;color:var(--bgp-text-soft)}.beep-grids-premium .bgp-list{margin:22px 0 0;padding:0;list-style:none}.beep-grids-premium .bgp-list li{position:relative;margin:12px 0;padding-left:35px;color:var(--bgp-text-soft)}.beep-grids-premium .bgp-list li:before{content:"✓";position:absolute;top:1px;left:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;color:var(--bgp-white);background:linear-gradient(135deg,var(--bgp-orange),#ffad50);font-size:10px;font-weight:900}.beep-grids-premium .bgp-feature-tip{display:grid;gap:2px;margin-top:22px;padding:15px 16px;border-left:4px solid var(--bgp-orange);border-radius:0 12px 12px 0;background:var(--bgp-surface-soft)}.beep-grids-premium .bgp-feature-tip strong{color:var(--bgp-orange-dark);font-size:12px;text-transform:uppercase}.beep-grids-premium .bgp-feature-tip span{color:var(--bgp-text-soft);font-size:13px}.beep-grids-premium .bgp-image-frame{overflow:hidden;border:1px solid var(--bgp-border);border-radius:20px;background:var(--bgp-surface);box-shadow:var(--bgp-shadow-soft)}.beep-grids-premium .bgp-image-toolbar{display:flex;align-items:center;gap:6px;padding:12px 14px;border-bottom:1px solid var(--bgp-border);background:var(--bgp-surface-soft)}.beep-grids-premium .bgp-image-toolbar span{width:8px;height:8px;border-radius:50%;background:var(--bgp-orange-soft)}.beep-grids-premium .bgp-image-toolbar strong{margin-left:6px;color:var(--bgp-text-soft);font-size:11px}.beep-grids-premium .bgp-image-frame img{display:block;width:100%;height:auto;margin:0}.beep-grids-premium .bgp-filter-feature,.beep-grids-premium .bgp-multi-filter{display:grid;grid-template-columns:minmax(0,.92fr) minmax(410px,1.08fr);align-items:center;gap:42px;margin:30px 0;padding:37px;border:1px solid var(--bgp-border);border-radius:25px;background:var(--bgp-surface);box-shadow:var(--bgp-shadow)}.beep-grids-premium .bgp-filter-copy h3,.beep-grids-premium .bgp-multi-filter h3{margin:0 0 12px;color:var(--bgp-text);font-size:28px}.beep-grids-premium .bgp-filter-copy>p,.beep-grids-premium .bgp-multi-filter-copy>p{margin:0;color:var(--bgp-text-soft)}.beep-grids-premium .bgp-timeline{display:grid;gap:13px;margin-top:23px}.beep-grids-premium .bgp-timeline-step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:13px;align-items:start}.beep-grids-premium .bgp-timeline-step>span,.beep-grids-premium .bgp-numbered-list li>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;color:var(--bgp-white);background:var(--bgp-orange);font-size:11px;font-weight:900}.beep-grids-premium .bgp-timeline-step strong{display:block;color:var(--bgp-text);font-size:14px}.beep-grids-premium .bgp-timeline-step p{margin:2px 0 0;color:var(--bgp-text-soft);font-size:12px}.beep-grids-premium .bgp-filter-media{display:grid;gap:16px}.beep-grids-premium .bgp-filter-demo{overflow:hidden;border:1px solid var(--bgp-border);border-radius:17px;background:var(--bgp-surface);box-shadow:var(--bgp-shadow-soft)}.beep-grids-premium .bgp-filter-demo-head,.beep-grids-premium .bgp-filter-demo-inputs,.beep-grids-premium .bgp-filter-demo-row{display:grid;grid-template-columns:.6fr 1.5fr .65fr}.beep-grids-premium .bgp-filter-demo-head{color:var(--bgp-text);background:var(--bgp-surface-soft);font-size:11px;font-weight:800}.beep-grids-premium .bgp-filter-demo-head span,.beep-grids-premium .bgp-filter-demo-inputs span,.beep-grids-premium .bgp-filter-demo-inputs strong,.beep-grids-premium .bgp-filter-demo-row span{padding:11px 12px;border-right:1px solid var(--bgp-border)}.beep-grids-premium .bgp-filter-demo-inputs{color:var(--bgp-orange-dark);background:var(--bgp-orange-light);font-size:11px}.beep-grids-premium .bgp-filter-demo-row{border-top:1px solid var(--bgp-border);color:var(--bgp-text-soft);font-size:11px}.beep-grids-premium .bgp-filter-demo-row.active{color:var(--bgp-text);font-weight:800}.beep-grids-premium .bgp-filter-demo-row.faded{opacity:.28}.beep-grids-premium .bgp-image-frame-secondary{padding:12px}.beep-grids-premium .bgp-image-frame-secondary img{border-radius:11px}.beep-grids-premium .bgp-example-box{margin:30px 0}.beep-grids-premium .bgp-numbered-list{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.beep-grids-premium .bgp-numbered-list li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.beep-grids-premium .bgp-numbered-list p{margin:0;color:var(--bgp-text-soft);font-size:13px}.beep-grids-premium .bgp-multi-filter-media{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(0,1.3fr);align-items:center;gap:18px}.beep-grids-premium .bgp-compact-image{padding:12px;border:1px solid var(--bgp-border);border-radius:18px;background:var(--bgp-surface-soft);box-shadow:var(--bgp-shadow-soft)}.beep-grids-premium .bgp-compact-image img{display:block;width:100%;max-width:220px;height:auto;margin:0 auto;border-radius:11px}.beep-grids-premium .bgp-filter-stack{display:grid;gap:11px}.beep-grids-premium .bgp-filter-stack span{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--bgp-border);border-radius:13px;color:var(--bgp-text-soft);background:var(--bgp-surface);box-shadow:var(--bgp-shadow-soft);font-size:12px}.beep-grids-premium .bgp-filter-stack b{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;color:var(--bgp-white);background:var(--bgp-orange);font-size:10px}.beep-grids-premium .bgp-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.beep-grids-premium .bgp-card{position:relative;overflow:hidden;min-height:250px;padding:26px 22px;border:1px solid var(--bgp-border);border-radius:19px;background:var(--bgp-surface);box-shadow:var(--bgp-shadow-soft);transition:transform .2s ease,border-color .2s ease}.beep-grids-premium .bgp-card:hover{transform:translateY(-5px);border-color:var(--bgp-orange)}.beep-grids-premium .bgp-card.featured{background:radial-gradient(circle at 90% 12%,var(--bgp-orange-light),transparent 32%),var(--bgp-surface)}.beep-grids-premium .bgp-card-number{position:absolute;top:20px;right:20px;color:var(--bgp-border);font-size:27px;font-weight:900}.beep-grids-premium .bgp-card-icon{display:flex;align-items:center;justify-content:center;width:51px;height:51px;margin-bottom:20px;border-radius:15px;color:var(--bgp-orange-dark);background:var(--bgp-orange-light);font-size:22px;font-weight:900}.beep-grids-premium .bgp-card h3{margin:0 0 9px;color:var(--bgp-text);font-size:17px}.beep-grids-premium .bgp-card p{margin:0;color:var(--bgp-text-soft);font-size:13px}.beep-grids-premium .bgp-final{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:36px;overflow:hidden;margin-top:73px;padding:46px 48px;border-radius:27px;color:var(--bgp-white);background:linear-gradient(135deg,var(--bgp-orange-deep),var(--bgp-orange));box-shadow:0 26px 65px #a83f0047}.beep-grids-premium .bgp-final:after{content:"";position:absolute;right:110px;bottom:-190px;width:380px;height:380px;border:70px solid rgba(255,255,255,.08);border-radius:50%}.beep-grids-premium .bgp-final-copy{position:relative;z-index:2}.beep-grids-premium .bgp-final h2{max-width:720px;margin:0 0 12px;color:var(--bgp-white);font-size:clamp(31px,4vw,46px);line-height:1.1}.beep-grids-premium .bgp-final p{max-width:720px;margin:0 0 22px;color:#ffffffe8}.beep-grids-premium .bgp-final-symbol{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:155px;height:155px;border:1px solid rgba(255,255,255,.36);border-radius:50%;background:#ffffff1f}.beep-grids-premium .bgp-final-symbol strong{font-size:25px;letter-spacing:.07em}.beep-grids-premium .bgp-final-symbol span{margin-top:4px;font-size:12px}@media (max-width: 1060px){.beep-grids-premium .bgp-hero-grid,.beep-grids-premium .bgp-feature,.beep-grids-premium .bgp-filter-feature,.beep-grids-premium .bgp-multi-filter{grid-template-columns:1fr}.beep-grids-premium .bgp-hero-visual{width:100%;max-width:650px;margin:0 auto}.beep-grids-premium .bgp-feature-reverse .bgp-feature-copy,.beep-grids-premium .bgp-feature-reverse .bgp-feature-media{order:initial}.beep-grids-premium .bgp-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.beep-grids-premium .bgp-overview,.beep-grids-premium .bgp-quick-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.beep-grids-premium .bgp-final{grid-template-columns:1fr}.beep-grids-premium .bgp-final-symbol{width:125px;height:125px}}@media (max-width: 620px){.beep-grids-premium .bgp-hero{padding:34px 22px 42px;border-radius:22px}.beep-grids-premium .bgp-hero h1{font-size:40px}.beep-grids-premium .bgp-hero-visual{min-height:330px}.beep-grids-premium .bgp-grid-window{transform:none}.beep-grids-premium .bgp-floating-card-filter{left:7px;bottom:3px}.beep-grids-premium .bgp-floating-card-link{display:none}.beep-grids-premium .bgp-overview,.beep-grids-premium .bgp-quick-nav,.beep-grids-premium .bgp-card-grid,.beep-grids-premium .bgp-multi-filter-media{grid-template-columns:1fr}.beep-grids-premium .bgp-feature,.beep-grids-premium .bgp-filter-feature,.beep-grids-premium .bgp-multi-filter{gap:27px;padding:25px 20px;border-radius:21px}.beep-grids-premium .bgp-section-heading{grid-template-columns:1fr}.beep-grids-premium .bgp-final{padding:36px 23px;border-radius:22px}}.beep-toolbar-premium{--btp-orange: #f47a0b;--btp-orange-dark: #d85f00;--btp-orange-deep: #aa4200;--btp-orange-light: #fff3e5;--btp-orange-soft: #ffe1bf;--btp-text: #263247;--btp-text-soft: #667085;--btp-border: #efd1b2;--btp-white: #ffffff;--btp-surface: #ffffff;--btp-surface-soft: #fffaf5;--btp-surface-muted: #f5f7fa;--btp-danger: #d94b4b;--btp-danger-light: #fff0f0;--btp-shadow: 0 22px 55px rgba(111, 63, 22, .14);--btp-shadow-soft: 0 12px 30px rgba(111, 63, 22, .09);width:100%;max-width:1180px;margin:10px auto 0;color:var(--btp-text);line-height:1.65}html[data-theme=dark] .beep-toolbar-premium{--btp-orange-dark: #ff9d3d;--btp-orange-deep: #f47a0b;--btp-orange-light: rgba(244, 122, 11, .16);--btp-orange-soft: rgba(244, 122, 11, .24);--btp-text: #e9ebf0;--btp-text-soft: #a6adba;--btp-border: #40362a;--btp-surface: #22262e;--btp-surface-soft: #1c2027;--btp-surface-muted: #2a2f38;--btp-danger: #ff7777;--btp-danger-light: rgba(217, 75, 75, .13);--btp-shadow: 0 22px 55px rgba(0, 0, 0, .35);--btp-shadow-soft: 0 12px 30px rgba(0, 0, 0, .25)}.beep-toolbar-premium *,.beep-toolbar-premium *:before,.beep-toolbar-premium *:after{box-sizing:border-box}.beep-toolbar-premium h1,.beep-toolbar-premium h2,.beep-toolbar-premium h3,.beep-toolbar-premium h4,.beep-toolbar-premium p,.beep-toolbar-premium ul,.beep-toolbar-premium ol{margin-top:0;padding-top:0;border-top:0}.beep-toolbar-premium h2,.beep-toolbar-premium h3,.beep-toolbar-premium h4{padding-bottom:0;border-bottom:0}.beep-toolbar-premium a{text-decoration:none}.beep-toolbar-premium .btp-hero{position:relative;overflow:hidden;margin-bottom:25px;padding:55px 50px;border-radius:29px;color:var(--btp-white);background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 42%),linear-gradient(135deg,var(--btp-orange-deep),var(--btp-orange) 58%,#ff9c2e);box-shadow:0 30px 75px #a83f0047,inset 0 1px #fff3}.beep-toolbar-premium .btp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 92%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 92%);pointer-events:none}.beep-toolbar-premium .btp-hero:after{content:"";position:absolute;right:170px;top:-170px;width:360px;height:360px;border:70px solid rgba(255,255,255,.08);border-radius:50%}.beep-toolbar-premium .btp-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.98fr) minmax(410px,1.02fr);align-items:center;gap:52px}.beep-toolbar-premium .btp-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:8px 14px;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:var(--btp-white);background:#ffffff24;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.beep-toolbar-premium .btp-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--btp-white);box-shadow:0 0 0 5px #ffffff1f}.beep-toolbar-premium .btp-hero h1{margin:0 0 16px;color:var(--btp-white);font-size:clamp(42px,5.2vw,64px);line-height:1.03;letter-spacing:-.035em}.beep-toolbar-premium .btp-lead{max-width:640px;margin:0;color:#ffffffeb;font-size:17px}.beep-toolbar-premium .btp-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.beep-toolbar-premium .btp-button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:12px 21px;border-radius:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.beep-toolbar-premium .btp-button:hover{transform:translateY(-3px)}.beep-toolbar-premium .btp-button-primary{color:var(--btp-orange-deep)!important;background:var(--btp-white);box-shadow:0 12px 28px #6323003b}.beep-toolbar-premium .btp-button-secondary{border:1px solid rgba(255,255,255,.47);color:var(--btp-white)!important;background:#ffffff1f}.beep-toolbar-premium .btp-hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px;color:#ffffffdb;font-size:13px}.beep-toolbar-premium .btp-hero-points span{display:inline-flex;align-items:center;gap:7px}.beep-toolbar-premium .btp-hero-points b{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;color:var(--btp-orange-deep);background:var(--btp-white);font-size:10px}.beep-toolbar-premium .btp-hero-visual{position:relative;min-height:365px}.beep-toolbar-premium .btp-window{position:absolute;top:25px;right:0;width:100%;max-width:500px;overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:#fffffff7;box-shadow:0 27px 58px #5f1d0045;transform:perspective(1000px) rotateY(-4deg) rotateX(1deg)}.beep-toolbar-premium .btp-window-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #eadfd6;color:#445063;background:#fffaf5}.beep-toolbar-premium .btp-window-dots{display:flex;gap:5px}.beep-toolbar-premium .btp-window-dots span{width:8px;height:8px;border-radius:50%;background:#f0b27a}.beep-toolbar-premium .btp-window-bar strong{overflow:hidden;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.beep-toolbar-premium .btp-window-status{padding:4px 8px;border-radius:999px;color:#18794e;background:#e8f7ef;font-size:10px;font-weight:800}.beep-toolbar-premium .btp-toolbar-mockup{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding:16px;border-bottom:1px solid #eadfd6;background:#fff}.beep-toolbar-premium .btp-tool{display:flex;align-items:center;justify-content:center;width:33px;height:33px;border:1px solid #eadfd6;border-radius:9px;color:#687385;background:#fffaf5;font-size:15px;font-weight:800}.beep-toolbar-premium .btp-tool.active{border-color:#f47a0b;color:#fff;background:#f47a0b}.beep-toolbar-premium .btp-tool.danger{border-color:#f1b5b5;color:#c63d3d;background:#fff0f0}.beep-toolbar-premium .btp-divider{width:1px;height:26px;background:#eadfd6}.beep-toolbar-premium .btp-window-grid{padding:0 15px 17px;background:#fff}.beep-toolbar-premium .btp-grid-head,.beep-toolbar-premium .btp-grid-row{display:grid;grid-template-columns:.55fr 1.4fr .65fr;border-bottom:1px solid #ece4dc;color:#647083;font-size:11px}.beep-toolbar-premium .btp-grid-head{color:#334055;background:#fff7ef;font-weight:800}.beep-toolbar-premium .btp-grid-head span,.beep-toolbar-premium .btp-grid-row span{padding:12px 9px}.beep-toolbar-premium .btp-grid-row.active{color:#263247;background:#fff1df;font-weight:700}.beep-toolbar-premium .btp-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;min-width:220px;padding:13px 15px;border:1px solid rgba(255,255,255,.45);border-radius:15px;color:#263247;background:#fffffff2;box-shadow:0 18px 38px #5f1d003b}.beep-toolbar-premium .btp-floating-save{left:-34px;bottom:40px}.beep-toolbar-premium .btp-floating-refresh{right:-25px;top:3px}.beep-toolbar-premium .btp-floating-card>span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:39px;height:39px;border-radius:12px;color:#fff;background:#f47a0b;font-size:18px;font-weight:900}.beep-toolbar-premium .btp-floating-card strong,.beep-toolbar-premium .btp-floating-card small{display:block}.beep-toolbar-premium .btp-floating-card strong{font-size:13px}.beep-toolbar-premium .btp-floating-card small{margin-top:2px;color:#7b8493;font-size:10px}.beep-toolbar-premium .btp-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;margin:0 0 55px;border:1px solid var(--btp-border);border-radius:18px;background:var(--btp-border);box-shadow:var(--btp-shadow-soft)}.beep-toolbar-premium .btp-overview-item{min-height:108px;padding:22px 18px;background:var(--btp-surface);text-align:center}.beep-toolbar-premium .btp-overview-item strong{display:block;margin-bottom:6px;color:var(--btp-orange-dark);font-size:27px;line-height:1}.beep-toolbar-premium .btp-overview-item span{color:var(--btp-text-soft);font-size:12px}.beep-toolbar-premium .btp-intro{max-width:860px;margin:0 auto 33px;text-align:center}.beep-toolbar-premium .btp-section-kicker,.beep-toolbar-premium .btp-feature-label{display:inline-block;margin-bottom:8px;color:var(--btp-orange-dark);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.beep-toolbar-premium .btp-intro h2{margin:0 0 12px;color:var(--btp-text);font-size:clamp(31px,4vw,43px);line-height:1.12;letter-spacing:-.025em}.beep-toolbar-premium .btp-intro h2:after{content:"";display:block;width:68px;height:5px;margin:15px auto 0;border-radius:999px;background:linear-gradient(90deg,var(--btp-orange),#ffb15b)}.beep-toolbar-premium .btp-intro p{margin:0;color:var(--btp-text-soft);font-size:16px}.beep-toolbar-premium .btp-quick-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:62px}.beep-toolbar-premium .btp-quick-nav a{display:flex;align-items:center;gap:11px;min-height:60px;padding:13px 15px;border:1px solid var(--btp-border);border-radius:14px;color:var(--btp-text)!important;background:var(--btp-surface);font-size:13px;font-weight:800;box-shadow:var(--btp-shadow-soft);transition:transform .2s ease,border-color .2s ease}.beep-toolbar-premium .btp-quick-nav a:hover{transform:translateY(-3px);border-color:var(--btp-orange)}.beep-toolbar-premium .btp-quick-nav span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;color:var(--btp-orange-dark);background:var(--btp-orange-light);font-size:11px}.beep-toolbar-premium .btp-section{margin:65px 0}.beep-toolbar-premium .btp-section-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:18px;margin-bottom:28px}.beep-toolbar-premium .btp-step-number{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;color:var(--btp-white);background:linear-gradient(135deg,var(--btp-orange),#ffad50);font-size:20px;font-weight:900;box-shadow:0 10px 24px #f47a0b45}.beep-toolbar-premium .btp-section-heading h2{margin:0 0 8px;color:var(--btp-text);font-size:clamp(29px,3.4vw,40px);line-height:1.13}.beep-toolbar-premium .btp-section-heading p{margin:0;color:var(--btp-text-soft)}.beep-toolbar-premium .btp-main-image,.beep-toolbar-premium .btp-image-frame{overflow:hidden;border:1px solid var(--btp-border);border-radius:20px;background:var(--btp-surface);box-shadow:var(--btp-shadow)}.beep-toolbar-premium .btp-image-toolbar{display:flex;align-items:center;gap:6px;padding:12px 14px;border-bottom:1px solid var(--btp-border);background:var(--btp-surface-soft)}.beep-toolbar-premium .btp-image-toolbar span{width:8px;height:8px;border-radius:50%;background:var(--btp-orange-soft)}.beep-toolbar-premium .btp-image-toolbar strong{margin-left:6px;color:var(--btp-text-soft);font-size:11px}.beep-toolbar-premium .btp-main-image img,.beep-toolbar-premium .btp-image-frame img{display:block;width:100%;height:auto;margin:0}.beep-toolbar-premium .btp-info-box,.beep-toolbar-premium .btp-warning{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px;margin:24px 0 32px;padding:21px 23px;border:1px solid var(--btp-border);border-radius:17px;background:linear-gradient(120deg,var(--btp-orange-light),var(--btp-surface) 65%);box-shadow:var(--btp-shadow-soft)}.beep-toolbar-premium .btp-warning{border-color:#d94b4b4d;background:linear-gradient(120deg,var(--btp-danger-light),var(--btp-surface) 65%)}.beep-toolbar-premium .btp-info-icon,.beep-toolbar-premium .btp-warning-icon{display:flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:13px;color:var(--btp-white);background:var(--btp-orange);font-size:18px;font-weight:900}.beep-toolbar-premium .btp-warning-icon{background:var(--btp-danger)}.beep-toolbar-premium .btp-info-box strong,.beep-toolbar-premium .btp-warning strong{display:block;margin:0 0 4px;color:var(--btp-text);font-size:17px}.beep-toolbar-premium .btp-info-box p,.beep-toolbar-premium .btp-warning p{margin:0;color:var(--btp-text-soft)}.beep-toolbar-premium .btp-category{margin:35px 0 55px;padding:34px;border:1px solid var(--btp-border);border-radius:25px;background:radial-gradient(circle at 96% 4%,var(--btp-orange-light),transparent 24%),var(--btp-surface);box-shadow:var(--btp-shadow)}.beep-toolbar-premium .btp-category-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:17px;margin-bottom:27px}.beep-toolbar-premium .btp-category-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;color:var(--btp-white);background:linear-gradient(135deg,var(--btp-orange),#ffad50);font-size:21px;font-weight:900;box-shadow:0 9px 20px #f47a0b40}.beep-toolbar-premium .btp-category-heading h3{margin:0 0 6px;color:var(--btp-text);font-size:26px}.beep-toolbar-premium .btp-category-heading p{margin:0;color:var(--btp-text-soft)}.beep-toolbar-premium .btp-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.beep-toolbar-premium .btp-tool-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.beep-toolbar-premium .btp-tool-card{position:relative;overflow:hidden;min-height:255px;padding:24px;border:1px solid var(--btp-border);border-radius:18px;background:var(--btp-surface);box-shadow:var(--btp-shadow-soft);transition:transform .2s ease,border-color .2s ease}.beep-toolbar-premium .btp-tool-card:hover{transform:translateY(-5px);border-color:var(--btp-orange)}.beep-toolbar-premium .btp-tool-card.featured{background:radial-gradient(circle at 88% 12%,var(--btp-orange-light),transparent 31%),var(--btp-surface)}.beep-toolbar-premium .btp-tool-card.danger{border-color:#d94b4b47;background:radial-gradient(circle at 88% 12%,var(--btp-danger-light),transparent 31%),var(--btp-surface)}.beep-toolbar-premium .btp-tool-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.beep-toolbar-premium .btp-tool-number,.beep-toolbar-premium .btp-card-number{color:var(--btp-border);font-size:28px;font-weight:900;line-height:1}.beep-toolbar-premium .btp-tool-image,.beep-toolbar-premium .btp-large-tool-image{display:flex;align-items:center;justify-content:center;width:64px;height:64px;padding:10px;border:1px solid var(--btp-border);border-radius:17px;background:var(--btp-orange-light)}.beep-toolbar-premium .btp-tool-image img,.beep-toolbar-premium .btp-large-tool-image img{display:block;max-width:100%;max-height:100%;margin:0}.beep-toolbar-premium .btp-tool-card h4{margin:0 0 8px;color:var(--btp-text);font-size:18px}.beep-toolbar-premium .btp-tool-card p{margin:0;color:var(--btp-text-soft);font-size:13px}.beep-toolbar-premium .btp-shortcut,.beep-toolbar-premium .btp-tool-use{display:flex;align-items:center;gap:10px;margin-top:18px;padding:11px 12px;border-radius:11px;background:var(--btp-surface-soft)}.beep-toolbar-premium .btp-shortcut kbd{min-width:38px;padding:6px 8px;border:1px solid var(--btp-border);border-radius:8px;color:var(--btp-orange-dark);background:var(--btp-surface);font-family:inherit;font-size:11px;font-weight:900;text-align:center}.beep-toolbar-premium .btp-shortcut span{color:var(--btp-text-soft);font-size:11px}.beep-toolbar-premium .btp-tool-use{display:grid;gap:2px}.beep-toolbar-premium .btp-tool-use strong{color:var(--btp-orange-dark);font-size:10px;letter-spacing:.05em;text-transform:uppercase}.beep-toolbar-premium .btp-tool-use span{color:var(--btp-text-soft);font-size:11px}.beep-toolbar-premium .btp-advanced-feature,.beep-toolbar-premium .btp-export-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);align-items:center;gap:36px;margin:30px 0;padding:30px;border:1px solid var(--btp-border);border-radius:21px;background:var(--btp-surface);box-shadow:var(--btp-shadow-soft)}.beep-toolbar-premium .btp-advanced-copy h3,.beep-toolbar-premium .btp-export-copy h3{margin:0 0 12px;color:var(--btp-text);font-size:27px}.beep-toolbar-premium .btp-advanced-copy>p,.beep-toolbar-premium .btp-export-copy>p{margin:0;color:var(--btp-text-soft)}.beep-toolbar-premium .btp-process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:22px}.beep-toolbar-premium .btp-process{padding:17px;border:1px solid var(--btp-border);border-radius:15px;background:var(--btp-surface-soft)}.beep-toolbar-premium .btp-process-label{display:block;margin-bottom:13px;color:var(--btp-orange-dark);font-size:11px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.beep-toolbar-premium .btp-process ol{display:grid;gap:9px;margin:0;padding:0;list-style:none}.beep-toolbar-premium .btp-process li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px}.beep-toolbar-premium .btp-process li>span{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:8px;color:var(--btp-white);background:var(--btp-orange);font-size:9px;font-weight:900}.beep-toolbar-premium .btp-process li p{margin:0;color:var(--btp-text-soft);font-size:11px}.beep-toolbar-premium .btp-advanced-media{display:grid;gap:18px;justify-items:center}.beep-toolbar-premium .btp-large-tool-image{width:100px;height:100px;padding:18px;border-radius:24px;box-shadow:var(--btp-shadow-soft)}.beep-toolbar-premium .btp-large-tool-image-inline{width:80px;height:80px;margin:18px 0}.beep-toolbar-premium .btp-copy-visual{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px;width:100%}.beep-toolbar-premium .btp-copy-visual>div:not(.btp-copy-arrow){padding:13px 8px;border:1px solid var(--btp-border);border-radius:13px;background:var(--btp-surface-soft);text-align:center}.beep-toolbar-premium .btp-copy-visual span{display:block;color:var(--btp-orange-dark);font-size:10px;font-weight:900}.beep-toolbar-premium .btp-copy-visual strong{display:block;margin-top:3px;color:var(--btp-text);font-size:11px}.beep-toolbar-premium .btp-copy-arrow{color:var(--btp-orange-dark);font-weight:900}.beep-toolbar-premium .btp-export-feature{grid-template-columns:minmax(0,.82fr) minmax(400px,1.18fr)}.beep-toolbar-premium .btp-export-copy h4{margin:18px 0 8px;color:var(--btp-text);font-size:18px}.beep-toolbar-premium .btp-list{margin:18px 0 0;padding:0;list-style:none}.beep-toolbar-premium .btp-list li{position:relative;margin:10px 0;padding-left:34px;color:var(--btp-text-soft);font-size:13px}.beep-toolbar-premium .btp-list li:before{content:"✓";position:absolute;top:1px;left:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;color:var(--btp-white);background:var(--btp-orange);font-size:10px;font-weight:900}.beep-toolbar-premium .btp-export-media{display:grid;gap:14px}.beep-toolbar-premium .btp-format-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.beep-toolbar-premium .btp-format-badges span{padding:7px 11px;border:1px solid var(--btp-border);border-radius:999px;color:var(--btp-orange-dark);background:var(--btp-orange-light);font-size:10px;font-weight:900}.beep-toolbar-premium .btp-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.beep-toolbar-premium .btp-check-card{position:relative;overflow:hidden;min-height:245px;padding:25px 22px;border:1px solid var(--btp-border);border-radius:19px;background:var(--btp-surface);box-shadow:var(--btp-shadow-soft);transition:transform .2s ease,border-color .2s ease}.beep-toolbar-premium .btp-check-card:hover{transform:translateY(-5px);border-color:var(--btp-orange)}.beep-toolbar-premium .btp-check-card.featured{background:radial-gradient(circle at 90% 12%,var(--btp-orange-light),transparent 32%),var(--btp-surface)}.beep-toolbar-premium .btp-card-number{position:absolute;top:20px;right:20px}.beep-toolbar-premium .btp-check-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:20px;border-radius:15px;color:var(--btp-orange-dark);background:var(--btp-orange-light);font-size:17px;font-weight:900}.beep-toolbar-premium .btp-check-card h3{margin:0 0 8px;color:var(--btp-text);font-size:17px}.beep-toolbar-premium .btp-check-card p{margin:0;color:var(--btp-text-soft);font-size:13px}.beep-toolbar-premium .btp-final{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:36px;overflow:hidden;margin-top:73px;padding:46px 48px;border-radius:27px;color:var(--btp-white);background:linear-gradient(135deg,var(--btp-orange-deep),var(--btp-orange));box-shadow:0 26px 65px #a83f0047}.beep-toolbar-premium .btp-final:after{content:"";position:absolute;right:110px;bottom:-190px;width:380px;height:380px;border:70px solid rgba(255,255,255,.08);border-radius:50%}.beep-toolbar-premium .btp-final-copy{position:relative;z-index:2}.beep-toolbar-premium .btp-final h2{max-width:720px;margin:0 0 12px;color:var(--btp-white);font-size:clamp(31px,4vw,46px);line-height:1.1}.beep-toolbar-premium .btp-final p{max-width:720px;margin:0 0 22px;color:#ffffffe8}.beep-toolbar-premium .btp-final-symbol{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:155px;height:155px;border:1px solid rgba(255,255,255,.36);border-radius:50%;background:#ffffff1f}.beep-toolbar-premium .btp-final-symbol strong{font-size:25px;letter-spacing:.07em}.beep-toolbar-premium .btp-final-symbol span{margin-top:4px;font-size:12px}@media (max-width: 1060px){.beep-toolbar-premium .btp-hero-grid,.beep-toolbar-premium .btp-advanced-feature,.beep-toolbar-premium .btp-export-feature{grid-template-columns:1fr}.beep-toolbar-premium .btp-hero-visual{width:100%;max-width:650px;margin:0 auto}.beep-toolbar-premium .btp-tool-grid,.beep-toolbar-premium .btp-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.beep-toolbar-premium .btp-overview,.beep-toolbar-premium .btp-quick-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.beep-toolbar-premium .btp-process-grid,.beep-toolbar-premium .btp-final{grid-template-columns:1fr}.beep-toolbar-premium .btp-final-symbol{width:125px;height:125px}}@media (max-width: 620px){.beep-toolbar-premium .btp-hero{padding:34px 22px 42px;border-radius:22px}.beep-toolbar-premium .btp-hero h1{font-size:40px}.beep-toolbar-premium .btp-hero-visual{min-height:330px}.beep-toolbar-premium .btp-window{transform:none}.beep-toolbar-premium .btp-floating-save{left:7px;bottom:3px}.beep-toolbar-premium .btp-floating-refresh{display:none}.beep-toolbar-premium .btp-overview,.beep-toolbar-premium .btp-quick-nav,.beep-toolbar-premium .btp-tool-grid,.beep-toolbar-premium .btp-tool-grid-two,.beep-toolbar-premium .btp-card-grid{grid-template-columns:1fr}.beep-toolbar-premium .btp-category{padding:25px 20px;border-radius:21px}.beep-toolbar-premium .btp-section-heading,.beep-toolbar-premium .btp-category-heading,.beep-toolbar-premium .btp-copy-visual{grid-template-columns:1fr}.beep-toolbar-premium .btp-copy-arrow{transform:rotate(90deg);text-align:center}.beep-toolbar-premium .btp-final{padding:36px 23px;border-radius:22px}}.beep-toolbar-premium .btp-tool-image{width:82px;height:82px;padding:6px}.beep-toolbar-premium .btp-tool-grid-two .btp-tool-image{width:90px;height:90px;padding:5px}.beep-toolbar-premium .btp-tool-image img,.beep-toolbar-premium .btp-large-tool-image img{width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-toolbar-premium .btp-tool-card-top{align-items:flex-start}.beep-toolbar-premium .btp-tool-card{min-height:270px}.beep-toolbar-premium .btp-tool-image{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:88px;height:88px;padding:10px;overflow:hidden;border:1px solid var(--btp-border);border-radius:18px;background:var(--btp-orange-light)}.beep-toolbar-premium .btp-tool-image img{display:block;width:64px;height:64px;max-width:64px;max-height:64px;margin:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;image-rendering:auto}.beep-toolbar-premium .btp-tool-image-instructions,.beep-toolbar-premium .btp-tool-image-menu{width:122px;height:94px;padding:6px;background:linear-gradient(180deg,var(--btp-surface-soft),var(--btp-orange-light))}.beep-toolbar-premium .btp-tool-image-instructions img{width:185%;height:auto;max-width:none;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-toolbar-premium .btp-tool-image-menu img{width:auto;height:145%;max-width:none;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-toolbar-premium .btp-tool-card-top{min-height:96px;align-items:flex-start}.beep-toolbar-premium .btp-tool-card{min-height:285px}@media (max-width: 620px){.beep-toolbar-premium .btp-tool-image{width:80px;height:80px}.beep-toolbar-premium .btp-tool-image img{width:58px;height:58px;max-width:58px;max-height:58px}.beep-toolbar-premium .btp-tool-image-instructions,.beep-toolbar-premium .btp-tool-image-menu{width:112px;height:88px}}.beep-company-premium{--bcp-orange: #f47a0b;--bcp-orange-dark: #d85f00;--bcp-orange-deep: #a94200;--bcp-orange-light: #fff3e5;--bcp-orange-soft: #ffe1bf;--bcp-text: #263247;--bcp-text-soft: #667085;--bcp-border: #efd1b2;--bcp-white: #ffffff;--bcp-surface: #ffffff;--bcp-surface-soft: #fffaf5;--bcp-surface-muted: #f6f7f9;--bcp-danger: #d44b4b;--bcp-danger-light: #fff0f0;--bcp-shadow: 0 22px 55px rgba(111, 63, 22, .14);--bcp-shadow-soft: 0 12px 30px rgba(111, 63, 22, .09);width:100%;max-width:1180px;margin:10px auto 0;color:var(--bcp-text);line-height:1.65}html[data-theme=dark] .beep-company-premium{--bcp-orange-dark: #ff9d3d;--bcp-orange-deep: #f47a0b;--bcp-orange-light: rgba(244, 122, 11, .16);--bcp-orange-soft: rgba(244, 122, 11, .24);--bcp-text: #e9ebf0;--bcp-text-soft: #a6adba;--bcp-border: #40362a;--bcp-surface: #22262e;--bcp-surface-soft: #1c2027;--bcp-surface-muted: #2a2f38;--bcp-danger: #ff7777;--bcp-danger-light: rgba(212, 75, 75, .13);--bcp-shadow: 0 22px 55px rgba(0, 0, 0, .35);--bcp-shadow-soft: 0 12px 30px rgba(0, 0, 0, .25)}.beep-company-premium *,.beep-company-premium *:before,.beep-company-premium *:after{box-sizing:border-box}.beep-company-premium h1,.beep-company-premium h2,.beep-company-premium h3,.beep-company-premium p,.beep-company-premium ul,.beep-company-premium ol{margin-top:0;padding-top:0;border-top:0}.beep-company-premium h2,.beep-company-premium h3{padding-bottom:0;border-bottom:0}.beep-company-premium a{text-decoration:none}.beep-company-premium .bcp-anchor{display:block;position:relative;top:-92px;visibility:hidden}.beep-company-premium>h2{position:relative;margin:78px 0 25px;padding:0 0 16px 72px;color:var(--bcp-text);font-size:clamp(27px,3.4vw,39px);line-height:1.14;letter-spacing:-.025em}.beep-company-premium>h2:before{content:"BEE.P";position:absolute;top:-2px;left:0;display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:17px;color:var(--bcp-white);background:linear-gradient(135deg,var(--bcp-orange),#ffad50);font-size:10px;font-weight:900;letter-spacing:.06em;box-shadow:0 10px 24px #f47a0b45}.beep-company-premium>h2:after{content:"";position:absolute;right:0;bottom:0;left:72px;height:1px;background:linear-gradient(90deg,var(--bcp-orange),var(--bcp-border) 42%,transparent)}.beep-company-premium .bcp-hero{position:relative;overflow:hidden;margin:0 0 25px;padding:55px 50px;border:0;border-radius:29px;color:var(--bcp-white);background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 42%),linear-gradient(135deg,var(--bcp-orange-deep),var(--bcp-orange) 58%,#ff9c2e);box-shadow:0 30px 75px #a83f0047,inset 0 1px #fff3}.beep-company-premium .bcp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 92%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 92%);pointer-events:none}.beep-company-premium .bcp-hero:after{content:"";position:absolute;top:-170px;right:170px;width:360px;height:360px;border:70px solid rgba(255,255,255,.08);border-radius:50%}.beep-company-premium .bcp-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.98fr) minmax(410px,1.02fr);align-items:center;gap:52px}.beep-company-premium .bcp-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:8px 14px;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:var(--bcp-white);background:#ffffff24;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.beep-company-premium .bcp-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bcp-white);box-shadow:0 0 0 5px #ffffff1f}.beep-company-premium .bcp-hero h1{margin:0 0 16px;color:var(--bcp-white);font-size:clamp(42px,5vw,63px);line-height:1.03;letter-spacing:-.035em}.beep-company-premium .bcp-lead{max-width:640px;margin:0;color:#ffffffeb;font-size:17px}.beep-company-premium .bcp-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.beep-company-premium .bcp-button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:12px 21px;border-radius:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.beep-company-premium .bcp-button:hover{transform:translateY(-3px)}.beep-company-premium .bcp-button-primary{color:var(--bcp-orange-deep)!important;background:var(--bcp-white);box-shadow:0 12px 28px #6323003b}.beep-company-premium .bcp-button-secondary{border:1px solid rgba(255,255,255,.47);color:var(--bcp-white)!important;background:#ffffff1f}.beep-company-premium .bcp-hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px;color:#ffffffdb;font-size:13px}.beep-company-premium .bcp-hero-points span{display:inline-flex;align-items:center;gap:7px}.beep-company-premium .bcp-hero-points b{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;color:var(--bcp-orange-deep);background:var(--bcp-white);font-size:10px}.beep-company-premium .bcp-hero-visual{position:relative;min-height:365px}.beep-company-premium .bcp-profile-window{position:absolute;top:25px;right:0;width:100%;max-width:500px;overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:#fffffff7;box-shadow:0 27px 58px #5f1d0045;transform:perspective(1000px) rotateY(-4deg) rotateX(1deg)}.beep-company-premium .bcp-profile-window-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #eadfd6;color:#445063;background:#fffaf5}.beep-company-premium .bcp-window-dots{display:flex;gap:5px}.beep-company-premium .bcp-window-dots span{width:8px;height:8px;border-radius:50%;background:#f0b27a}.beep-company-premium .bcp-profile-window-bar strong{overflow:hidden;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.beep-company-premium .bcp-window-status{padding:4px 8px;border-radius:999px;color:#18794e;background:#e8f7ef;font-size:10px;font-weight:800}.beep-company-premium .bcp-profile-body{display:grid;grid-template-columns:92px minmax(0,1fr);min-height:285px}.beep-company-premium .bcp-profile-sidebar{display:grid;align-content:start;gap:12px;padding:17px 13px;background:#263247}.beep-company-premium .bcp-profile-logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:8px;border-radius:12px;color:#fff;background:#f47a0b;font-size:18px;font-weight:900}.beep-company-premium .bcp-profile-sidebar>span{display:block;width:100%;height:8px;border-radius:999px;background:#ffffff2e}.beep-company-premium .bcp-profile-sidebar>span.active{background:#f47a0b}.beep-company-premium .bcp-profile-sidebar>span.short{width:62%}.beep-company-premium .bcp-profile-content{padding:20px;background:#fff}.beep-company-premium .bcp-profile-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:19px}.beep-company-premium .bcp-profile-heading span,.beep-company-premium .bcp-profile-heading strong{display:block}.beep-company-premium .bcp-profile-heading span{color:#f47a0b;font-size:10px;font-weight:900;text-transform:uppercase}.beep-company-premium .bcp-profile-heading strong{margin-top:2px;color:#263247;font-size:15px}.beep-company-premium .bcp-profile-badge{padding:6px 9px;border-radius:999px;color:#18794e;background:#e8f7ef;font-size:9px;font-weight:900}.beep-company-premium .bcp-profile-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.beep-company-premium .bcp-profile-fields>div{padding:10px;border:1px solid #eadfd6;border-radius:11px;background:#fffaf5}.beep-company-premium .bcp-profile-fields small{display:block;margin-bottom:7px;color:#7b8493;font-size:8px}.beep-company-premium .bcp-profile-fields span{display:block;width:82%;height:7px;border-radius:999px;background:#dfe3e8}.beep-company-premium .bcp-profile-tabs{display:flex;gap:7px;margin-top:18px}.beep-company-premium .bcp-profile-tabs span{padding:7px 9px;border-radius:9px;color:#697386;background:#f3f4f6;font-size:8px;font-weight:800}.beep-company-premium .bcp-profile-tabs span.active{color:#fff;background:#f47a0b}.beep-company-premium .bcp-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;min-width:220px;padding:13px 15px;border:1px solid rgba(255,255,255,.45);border-radius:15px;color:#263247;background:#fffffff2;box-shadow:0 18px 38px #5f1d003b}.beep-company-premium .bcp-floating-fiscal{left:-34px;bottom:40px}.beep-company-premium .bcp-floating-sites{top:3px;right:-25px}.beep-company-premium .bcp-floating-card>span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:39px;height:39px;border-radius:12px;color:#fff;background:#f47a0b;font-size:18px;font-weight:900}.beep-company-premium .bcp-floating-card strong,.beep-company-premium .bcp-floating-card small{display:block}.beep-company-premium .bcp-floating-card strong{font-size:13px}.beep-company-premium .bcp-floating-card small{margin-top:2px;color:#7b8493;font-size:10px}.beep-company-premium .bcp-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;margin:0 0 55px;border:1px solid var(--bcp-border);border-radius:18px;background:var(--bcp-border);box-shadow:var(--bcp-shadow-soft)}.beep-company-premium .bcp-overview-item{min-height:108px;padding:22px 18px;background:var(--bcp-surface);text-align:center}.beep-company-premium .bcp-overview-item strong{display:block;margin-bottom:6px;color:var(--bcp-orange-dark);font-size:27px;line-height:1}.beep-company-premium .bcp-overview-item span{color:var(--bcp-text-soft);font-size:12px}.beep-company-premium .bcp-section-kicker{display:inline-block;margin-bottom:8px;color:var(--bcp-orange-dark);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.beep-company-premium .bcp-intro{max-width:950px;margin:0 auto 36px;padding:30px 32px;border:1px solid var(--bcp-border);border-radius:21px;background:radial-gradient(circle at 94% 8%,var(--bcp-orange-light),transparent 27%),var(--bcp-surface);text-align:left;box-shadow:var(--bcp-shadow-soft)}.beep-company-premium .bcp-intro .beep-block-title{margin-bottom:13px;color:var(--bcp-text);font-size:clamp(27px,3.4vw,38px);font-weight:800;line-height:1.15}.beep-company-premium .bcp-intro p{margin:0 0 10px;color:var(--bcp-text-soft)}.beep-company-premium .bcp-path{margin:28px 0 26px;padding:30px;border:1px solid var(--bcp-border);border-radius:21px;background:var(--bcp-surface);box-shadow:var(--bcp-shadow)}.beep-company-premium .bcp-path .beep-block-title{margin-bottom:14px;color:var(--bcp-text);font-size:27px;font-weight:800}.beep-company-premium .bcp-path .beep-path-items{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:15px}.beep-company-premium .bcp-path .beep-path-item{min-height:44px;padding:9px 15px;border:1px solid var(--bcp-border);border-radius:11px;color:var(--bcp-text);background:var(--bcp-surface-soft);font-weight:800}.beep-company-premium .bcp-path .beep-path-arrow{color:var(--bcp-orange-dark);font-size:20px}.beep-company-premium .bcp-path>p{color:var(--bcp-text-soft)}.beep-company-premium .bcp-quick-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0 65px}.beep-company-premium .bcp-quick-nav a{display:flex;align-items:center;gap:11px;min-height:60px;padding:13px 15px;border:1px solid var(--bcp-border);border-radius:14px;color:var(--bcp-text)!important;background:var(--bcp-surface);font-size:13px;font-weight:800;box-shadow:var(--bcp-shadow-soft);transition:transform .2s ease,border-color .2s ease}.beep-company-premium .bcp-quick-nav a:hover{transform:translateY(-3px);border-color:var(--bcp-orange)}.beep-company-premium .bcp-quick-nav span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;color:var(--bcp-orange-dark);background:var(--bcp-orange-light);font-size:11px}.beep-company-premium .bcp-section{margin:0 0 32px;padding:35px;border:1px solid var(--bcp-border);border-radius:25px;background:radial-gradient(circle at 98% 0%,var(--bcp-orange-light),transparent 18%),var(--bcp-surface);box-shadow:var(--bcp-shadow)}.beep-company-premium .bcp-section-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:17px;margin-bottom:27px}.beep-company-premium .bcp-step-number{width:56px;height:56px;border-radius:17px;background:linear-gradient(135deg,var(--bcp-orange),#ffad50);font-size:20px;box-shadow:0 10px 24px #f47a0b45}.beep-company-premium .bcp-section-title{margin:0;color:var(--bcp-text);font-size:clamp(27px,3.2vw,37px);line-height:1.14;letter-spacing:-.02em}.beep-company-premium .bcp-section-title:after{content:"";display:block;width:58px;height:5px;margin:13px 0 0;border-radius:999px;background:linear-gradient(90deg,var(--bcp-orange),#ffb15b)}.beep-company-premium .bcp-subsection{position:relative;margin:22px 0 0;padding:27px 28px;border:1px solid var(--bcp-border);border-radius:18px;background:var(--bcp-surface);box-shadow:var(--bcp-shadow-soft)}.beep-company-premium .bcp-subsection:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px;border-radius:18px 0 0 18px;background:linear-gradient(180deg,var(--bcp-orange),#ffb15b)}.beep-company-premium .bcp-subsection h3{margin:0 0 10px!important;color:var(--bcp-text);font-size:21px}.beep-company-premium .bcp-subsection h3:before{content:"•";margin-right:9px;color:var(--bcp-orange)}.beep-company-premium .bcp-subsection p{margin:0 0 11px;color:var(--bcp-text-soft)}.beep-company-premium .bcp-image{position:relative;overflow:hidden;margin:20px 0;padding:0;border:1px solid var(--bcp-border);border-radius:18px;background:var(--bcp-surface-soft);box-shadow:var(--bcp-shadow-soft)}.beep-company-premium .bcp-image:before{content:"";display:block;height:35px;border-bottom:1px solid var(--bcp-border);background:radial-gradient(circle at 17px 50%,#f0b27a 0 4px,transparent 4.5px),radial-gradient(circle at 31px 50%,#f0b27a 0 4px,transparent 4.5px),radial-gradient(circle at 45px 50%,#f0b27a 0 4px,transparent 4.5px),var(--bcp-surface-soft)}.beep-company-premium .bcp-image img{display:block;width:100%;height:auto;margin:0;border-radius:0;box-shadow:none}.beep-company-premium .bcp-subsection .bcp-image+.bcp-image{margin-top:16px}.beep-company-premium .bcp-note,.beep-company-premium .bcp-warning{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:15px;margin:23px 0 0;padding:21px 23px;border-radius:17px;box-shadow:var(--bcp-shadow-soft)}.beep-company-premium .bcp-note{border:1px solid var(--bcp-border);border-left:5px solid var(--bcp-orange);background:linear-gradient(120deg,var(--bcp-orange-light),var(--bcp-surface) 65%)}.beep-company-premium .bcp-warning{border:1px solid rgba(212,75,75,.3);border-left:5px solid var(--bcp-danger);background:linear-gradient(120deg,var(--bcp-danger-light),var(--bcp-surface) 65%)}.beep-company-premium .bcp-note:before,.beep-company-premium .bcp-warning:before{position:static;display:flex;grid-column:1;grid-row:1/span 2;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;color:var(--bcp-white);font-size:17px;font-weight:900}.beep-company-premium .bcp-note:before{content:"i";background:var(--bcp-orange)}.beep-company-premium .bcp-warning:before{content:"!";background:var(--bcp-danger)}.beep-company-premium .bcp-note h3,.beep-company-premium .bcp-warning h3{grid-column:2;margin:0 0 5px!important;color:var(--bcp-text);font-size:17px}.beep-company-premium .bcp-note p,.beep-company-premium .bcp-warning p,.beep-company-premium .bcp-note ul,.beep-company-premium .bcp-warning ul{grid-column:2;margin-top:0;color:var(--bcp-text-soft)}.beep-company-premium .beep-list{margin:15px 0 0;padding:0;list-style:none}.beep-company-premium .beep-list li{position:relative;margin:10px 0;padding-left:35px;color:var(--bcp-text-soft)}.beep-company-premium .beep-list li:before{content:"✓";position:absolute;top:1px;left:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;color:var(--bcp-white);background:linear-gradient(135deg,var(--bcp-orange),#ffad50);font-size:10px;font-weight:900}.beep-company-premium .bcp-final{position:relative;overflow:hidden;margin-top:70px;padding:48px 50px;border:0;border-radius:28px;color:var(--bcp-white);background:linear-gradient(135deg,var(--bcp-orange-deep),var(--bcp-orange));box-shadow:0 26px 65px #a83f0047;text-align:left}.beep-company-premium .bcp-final:after{content:"";position:absolute;right:90px;bottom:-200px;width:390px;height:390px;border:72px solid rgba(255,255,255,.08);border-radius:50%}.beep-company-premium .bcp-final .beep-final-title{position:relative;z-index:2;max-width:780px;margin-bottom:12px;color:var(--bcp-white);font-size:clamp(31px,4vw,46px);font-weight:800;line-height:1.1}.beep-company-premium .bcp-final p{position:relative;z-index:2;max-width:780px;margin:0;color:#ffffffe8}@media (max-width: 1060px){.beep-company-premium .bcp-hero-grid{grid-template-columns:1fr}.beep-company-premium .bcp-hero-visual{width:100%;max-width:650px;margin:0 auto}.beep-company-premium .bcp-quick-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.beep-company-premium .bcp-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.beep-company-premium>h2{padding-left:64px}.beep-company-premium>h2:after{left:64px}}@media (max-width: 620px){.beep-company-premium .bcp-hero{padding:34px 22px 42px;border-radius:22px}.beep-company-premium .bcp-hero h1{font-size:39px}.beep-company-premium .bcp-hero-visual{min-height:340px}.beep-company-premium .bcp-profile-window{transform:none}.beep-company-premium .bcp-floating-fiscal{bottom:2px;left:7px}.beep-company-premium .bcp-floating-sites{display:none}.beep-company-premium .bcp-overview,.beep-company-premium .bcp-quick-nav,.beep-company-premium .bcp-profile-fields{grid-template-columns:1fr}.beep-company-premium>h2{margin-top:58px;padding:66px 0 14px}.beep-company-premium>h2:before{top:0;left:0}.beep-company-premium>h2:after{left:0}.beep-company-premium .bcp-intro,.beep-company-premium .bcp-path,.beep-company-premium .bcp-section{padding:24px 20px;border-radius:21px}.beep-company-premium .bcp-section-heading{grid-template-columns:1fr}.beep-company-premium .bcp-subsection{padding:23px 20px}.beep-company-premium .bcp-final{padding:37px 24px;border-radius:22px}}.beep-company-premium{container-type:inline-size}.beep-company-premium .bcp-hero-copy{min-width:0}.beep-company-premium .bcp-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}@container (max-width: 920px){.beep-company-premium .bcp-hero{padding:46px 32px}.beep-company-premium .bcp-hero-grid{grid-template-columns:minmax(330px,.92fr) minmax(320px,1.08fr);gap:28px}.beep-company-premium .bcp-hero h1{font-size:42px;line-height:1.05;letter-spacing:-.032em}.beep-company-premium .bcp-lead{font-size:16px}.beep-company-premium .bcp-profile-window{transform:none}.beep-company-premium .bcp-floating-sites{right:-12px}.beep-company-premium .bcp-floating-fiscal{left:-12px}}@container (max-width: 720px){.beep-company-premium .bcp-hero-grid{grid-template-columns:1fr}.beep-company-premium .bcp-hero-copy{max-width:620px}.beep-company-premium .bcp-hero h1{font-size:clamp(39px,10vw,50px)}.beep-company-premium .bcp-hero-visual{width:100%;max-width:620px;margin:0 auto}}.beep-enterprise-premium{--bep-orange: #f47a0b;--bep-orange-dark: #d85f00;--bep-orange-deep: #a94200;--bep-orange-light: #fff3e5;--bep-orange-soft: #ffe1bf;--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16);--bep-text: #263247;--bep-text-soft: #667085;--bep-border: #efd1b2;--bep-white: #ffffff;--bep-surface: #ffffff;--bep-surface-soft: #fffaf5;--bep-surface-muted: #f6f7f9;--bep-danger: #d44b4b;--bep-danger-light: #fff0f0;--bep-shadow: 0 22px 55px rgba(111, 63, 22, .14);--bep-shadow-soft: 0 12px 30px rgba(111, 63, 22, .09);width:100%;max-width:1180px;margin:10px auto 0;color:var(--bep-text);line-height:1.65;counter-reset:bep-title;container-type:inline-size}.beep-permissions-premium{--bep-theme: #7c3aed;--bep-theme-soft: rgba(124, 58, 237, .16)}.beep-backup-premium{--bep-theme: #0f8b8d;--bep-theme-soft: rgba(15, 139, 141, .16)}.beep-summary-premium{--bep-theme: #2563eb;--bep-theme-soft: rgba(37, 99, 235, .16)}.beep-dates-premium{--bep-theme: #d97706;--bep-theme-soft: rgba(217, 119, 6, .16)}.beep-staff-premium{--bep-theme: #16875c;--bep-theme-soft: rgba(22, 135, 92, .16)}html[data-theme=dark] .beep-enterprise-premium{--bep-orange-dark: #ff9d3d;--bep-orange-deep: #f47a0b;--bep-orange-light: rgba(244, 122, 11, .16);--bep-orange-soft: rgba(244, 122, 11, .24);--bep-text: #e9ebf0;--bep-text-soft: #a6adba;--bep-border: #40362a;--bep-surface: #22262e;--bep-surface-soft: #1c2027;--bep-surface-muted: #2a2f38;--bep-danger: #ff7777;--bep-danger-light: rgba(212, 75, 75, .13);--bep-shadow: 0 22px 55px rgba(0, 0, 0, .35);--bep-shadow-soft: 0 12px 30px rgba(0, 0, 0, .25)}.beep-enterprise-premium *,.beep-enterprise-premium *:before,.beep-enterprise-premium *:after{box-sizing:border-box}.beep-enterprise-premium h1,.beep-enterprise-premium h2,.beep-enterprise-premium h3,.beep-enterprise-premium p,.beep-enterprise-premium ul,.beep-enterprise-premium ol{margin-top:0;padding-top:0;border-top:0}.beep-enterprise-premium h2,.beep-enterprise-premium h3{padding-bottom:0;border-bottom:0}.beep-enterprise-premium a{text-decoration:none}.beep-enterprise-premium .bep-anchor{display:block;position:relative;top:-92px;visibility:hidden}.beep-enterprise-premium>h2{counter-increment:bep-title;position:relative;margin:78px 0 25px;padding:0 0 16px 76px;color:var(--bep-text);font-size:clamp(27px,3.4vw,39px);line-height:1.14;letter-spacing:-.025em}.beep-enterprise-premium>h2:before{content:counter(bep-title,decimal-leading-zero);position:absolute;top:-2px;left:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:17px;color:var(--bep-white);background:linear-gradient(135deg,var(--bep-orange),var(--bep-theme));font-size:17px;font-weight:900;box-shadow:0 10px 24px #f47a0b45}.beep-enterprise-premium>h2:after{content:"";position:absolute;right:0;bottom:0;left:76px;height:1px;background:linear-gradient(90deg,var(--bep-theme),var(--bep-border) 42%,transparent)}.beep-enterprise-premium .bep-hero{position:relative;overflow:hidden;margin:0 0 25px;padding:55px 50px;border:0;border-radius:29px;color:var(--bep-white);background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 42%),linear-gradient(135deg,var(--bep-orange-deep),var(--bep-orange) 60%,color-mix(in srgb,var(--bep-theme) 55%,#ff9c2e));box-shadow:0 30px 75px #a83f0047,inset 0 1px #fff3}.beep-enterprise-premium .bep-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 92%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 92%);pointer-events:none}.beep-enterprise-premium .bep-hero:after{content:"";position:absolute;top:-170px;right:160px;width:360px;height:360px;border:70px solid rgba(255,255,255,.08);border-radius:50%}.beep-enterprise-premium .bep-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.98fr) minmax(410px,1.02fr);align-items:center;gap:52px}.beep-enterprise-premium .bep-hero-copy{min-width:0}.beep-enterprise-premium .bep-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:8px 14px;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:var(--bep-white);background:#ffffff24;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.beep-enterprise-premium .bep-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bep-white);box-shadow:0 0 0 5px #ffffff1f}.beep-enterprise-premium .bep-hero h1{max-width:100%;margin:0 0 16px;color:var(--bep-white);font-size:clamp(40px,4.9vw,61px);line-height:1.03;letter-spacing:-.035em;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-enterprise-premium .bep-lead{max-width:640px;margin:0;color:#ffffffeb;font-size:17px}.beep-enterprise-premium .bep-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.beep-enterprise-premium .bep-button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:12px 21px;border-radius:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.beep-enterprise-premium .bep-button:hover{transform:translateY(-3px)}.beep-enterprise-premium .bep-button-primary{color:var(--bep-orange-deep)!important;background:var(--bep-white);box-shadow:0 12px 28px #6323003b}.beep-enterprise-premium .bep-button-secondary{border:1px solid rgba(255,255,255,.47);color:var(--bep-white)!important;background:#ffffff1f}.beep-enterprise-premium .bep-hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px;color:#ffffffdb;font-size:13px}.beep-enterprise-premium .bep-hero-points span{display:inline-flex;align-items:center;gap:7px}.beep-enterprise-premium .bep-hero-points b{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;color:var(--bep-orange-deep);background:var(--bep-white);font-size:10px}.beep-enterprise-premium .bep-hero-visual{position:relative;min-height:365px}.beep-enterprise-premium .bep-window{position:absolute;top:25px;right:0;width:100%;max-width:500px;overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:#fffffff7;box-shadow:0 27px 58px #5f1d0045;transform:perspective(1000px) rotateY(-4deg) rotateX(1deg)}.beep-enterprise-premium .bep-window-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #eadfd6;color:#445063;background:#fffaf5}.beep-enterprise-premium .bep-window-dots{display:flex;gap:5px}.beep-enterprise-premium .bep-window-dots span{width:8px;height:8px;border-radius:50%;background:#f0b27a}.beep-enterprise-premium .bep-window-bar strong{overflow:hidden;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.beep-enterprise-premium .bep-window-status{padding:4px 8px;border-radius:999px;color:#18794e;background:#e8f7ef;font-size:10px;font-weight:800}.beep-enterprise-premium .bep-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;min-width:220px;padding:13px 15px;border:1px solid rgba(255,255,255,.45);border-radius:15px;color:#263247;background:#fffffff2;box-shadow:0 18px 38px #5f1d003b}.beep-enterprise-premium .bep-floating-left{left:-34px;bottom:40px}.beep-enterprise-premium .bep-floating-right{top:3px;right:-25px}.beep-enterprise-premium .bep-floating-card>span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:39px;height:39px;border-radius:12px;color:#fff;background:var(--bep-theme);font-size:13px;font-weight:900}.beep-enterprise-premium .bep-floating-card strong,.beep-enterprise-premium .bep-floating-card small{display:block}.beep-enterprise-premium .bep-floating-card strong{font-size:13px}.beep-enterprise-premium .bep-floating-card small{margin-top:2px;color:#7b8493;font-size:10px}.beep-enterprise-premium .bep-permissions-body{display:grid;grid-template-columns:92px minmax(0,1fr);min-height:285px}.beep-enterprise-premium .bep-permissions-sidebar{display:grid;align-content:start;gap:12px;padding:17px 13px;background:#263247}.beep-enterprise-premium .bep-avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:8px;border-radius:13px;color:#fff;background:var(--bep-theme);font-size:13px;font-weight:900}.beep-enterprise-premium .bep-permissions-sidebar>span{display:block;width:100%;height:8px;border-radius:999px;background:#ffffff2e}.beep-enterprise-premium .bep-permissions-sidebar>span.active{background:#f47a0b}.beep-enterprise-premium .bep-permissions-sidebar>span.short{width:62%}.beep-enterprise-premium .bep-permissions-content{padding:19px;background:#fff}.beep-enterprise-premium .bep-permissions-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.beep-enterprise-premium .bep-permissions-heading small,.beep-enterprise-premium .bep-permissions-heading strong{display:block}.beep-enterprise-premium .bep-permissions-heading small{color:var(--bep-theme);font-size:9px;font-weight:900}.beep-enterprise-premium .bep-permissions-heading strong{margin-top:2px;color:#263247;font-size:15px}.beep-enterprise-premium .bep-permissions-heading>span{padding:5px 8px;border-radius:999px;color:var(--bep-theme);background:var(--bep-theme-soft);font-size:9px;font-weight:900}.beep-enterprise-premium .bep-permission-row{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-bottom:10px;padding:12px;border:1px solid #eadfd6;border-radius:12px;background:#fffaf5}.beep-enterprise-premium .bep-permission-row b,.beep-enterprise-premium .bep-permission-row small{display:block}.beep-enterprise-premium .bep-permission-row b{color:#263247;font-size:11px}.beep-enterprise-premium .bep-permission-row small{margin-top:2px;color:#7b8493;font-size:8px}.beep-enterprise-premium .bep-switch{position:relative;width:35px;height:20px;border-radius:999px;background:#d7dbe1}.beep-enterprise-premium .bep-switch:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff}.beep-enterprise-premium .bep-switch.on{background:var(--bep-theme)}.beep-enterprise-premium .bep-switch.on:after{left:18px}.beep-enterprise-premium .bep-backup-body{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:18px;min-height:285px;padding:24px;background:#fff}.beep-enterprise-premium .bep-database-stack{position:relative;display:grid;justify-items:center;min-height:180px}.beep-enterprise-premium .bep-database-stack span{position:absolute;width:108px;height:54px;border:2px solid var(--bep-theme);border-radius:50%;background:color-mix(in srgb,var(--bep-theme) 14%,#ffffff)}.beep-enterprise-premium .bep-database-stack span:nth-child(1){top:18px}.beep-enterprise-premium .bep-database-stack span:nth-child(2){top:60px}.beep-enterprise-premium .bep-database-stack span:nth-child(3){top:102px}.beep-enterprise-premium .bep-database-stack strong{position:absolute;top:70px;color:var(--bep-theme);font-size:22px}.beep-enterprise-premium .bep-backup-content>small{color:var(--bep-theme);font-size:9px;font-weight:900}.beep-enterprise-premium .bep-backup-content>strong{display:block;margin:5px 0 16px;color:#263247;font-size:17px}.beep-enterprise-premium .bep-progress{height:10px;margin-bottom:17px;overflow:hidden;border-radius:999px;background:#edf0f3}.beep-enterprise-premium .bep-progress span{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f47a0b,var(--bep-theme))}.beep-enterprise-premium .bep-backup-meta{display:flex;justify-content:space-between;gap:12px;margin-top:9px;color:#6b7585;font-size:10px}.beep-enterprise-premium .bep-backup-meta b{color:#16875c}.beep-enterprise-premium .bep-summary-tabs{display:flex;gap:7px;padding:15px 16px 0;background:#fff}.beep-enterprise-premium .bep-summary-tabs span{padding:7px 9px;border-radius:9px;color:#697386;background:#f3f4f6;font-size:8px;font-weight:800}.beep-enterprise-premium .bep-summary-tabs span.active{color:#fff;background:var(--bep-theme)}.beep-enterprise-premium .bep-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;min-height:240px;padding:17px;background:#fff}.beep-enterprise-premium .bep-summary-card{padding:13px;border:1px solid #eadfd6;border-radius:13px;background:#fffaf5}.beep-enterprise-premium .bep-summary-card.wide{grid-column:1/-1}.beep-enterprise-premium .bep-summary-card small,.beep-enterprise-premium .bep-summary-card strong,.beep-enterprise-premium .bep-summary-card span{display:block}.beep-enterprise-premium .bep-summary-card small{color:var(--bep-theme);font-size:8px;font-weight:900}.beep-enterprise-premium .bep-summary-card strong{margin:4px 0 9px;color:#263247;font-size:17px}.beep-enterprise-premium .bep-summary-card span{width:72%;height:7px;border-radius:999px;background:#dfe3e8}.beep-enterprise-premium .bep-dates-body{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:14px;min-height:210px;padding:25px;background:#fff}.beep-enterprise-premium .bep-date-card{padding:20px 14px;border:1px solid #eadfd6;border-radius:17px;background:#fffaf5;text-align:center}.beep-enterprise-premium .bep-date-card small,.beep-enterprise-premium .bep-date-card strong,.beep-enterprise-premium .bep-date-card span{display:block}.beep-enterprise-premium .bep-date-card small{color:var(--bep-theme);font-size:8px;font-weight:900}.beep-enterprise-premium .bep-date-card strong{margin:7px 0 3px;color:#263247;font-size:38px;line-height:1}.beep-enterprise-premium .bep-date-card span{color:#7b8493;font-size:10px}.beep-enterprise-premium .bep-date-range{display:grid;grid-template-columns:30px auto 30px;align-items:center;gap:7px}.beep-enterprise-premium .bep-date-range span{height:2px;background:var(--bep-theme)}.beep-enterprise-premium .bep-date-range b{color:var(--bep-theme);font-size:9px;white-space:nowrap}.beep-enterprise-premium .bep-dates-check{display:flex;align-items:center;gap:11px;margin:0 22px 22px;padding:13px 14px;border-radius:13px;background:var(--bep-theme-soft)}.beep-enterprise-premium .bep-dates-check>span{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:10px;color:#fff;background:var(--bep-theme)}.beep-enterprise-premium .bep-dates-check strong,.beep-enterprise-premium .bep-dates-check small{display:block}.beep-enterprise-premium .bep-dates-check strong{color:#263247;font-size:12px}.beep-enterprise-premium .bep-dates-check small{margin-top:2px;color:#7b8493;font-size:9px}.beep-enterprise-premium .bep-staff-body{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:285px;background:#fff}.beep-enterprise-premium .bep-staff-profile{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 14px;background:#263247;text-align:center}.beep-enterprise-premium .bep-staff-avatar{display:flex;align-items:center;justify-content:center;width:68px;height:68px;margin-bottom:13px;border-radius:20px;color:#fff;background:var(--bep-theme);font-size:18px;font-weight:900}.beep-enterprise-premium .bep-staff-profile strong{color:#fff;font-size:12px}.beep-enterprise-premium .bep-staff-profile small{margin-top:3px;color:#ffffffa8;font-size:9px}.beep-enterprise-premium .bep-staff-profile>span{margin-top:12px;padding:5px 8px;border-radius:999px;color:#d9ffed;background:#16875c59;font-size:8px;font-weight:900}.beep-enterprise-premium .bep-staff-content{padding:21px}.beep-enterprise-premium .bep-staff-field{margin-bottom:12px;padding:12px;border:1px solid #eadfd6;border-radius:12px;background:#fffaf5}.beep-enterprise-premium .bep-staff-field small,.beep-enterprise-premium .bep-staff-field span{display:block}.beep-enterprise-premium .bep-staff-field small{margin-bottom:7px;color:#7b8493;font-size:8px}.beep-enterprise-premium .bep-staff-field span{width:78%;height:7px;border-radius:999px;background:#dfe3e8}.beep-enterprise-premium .bep-staff-tags{display:flex;flex-wrap:wrap;gap:7px}.beep-enterprise-premium .bep-staff-tags span{padding:6px 8px;border-radius:8px;color:var(--bep-theme);background:var(--bep-theme-soft);font-size:8px;font-weight:900}.beep-enterprise-premium .bep-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;margin:0 0 55px;border:1px solid var(--bep-border);border-radius:18px;background:var(--bep-border);box-shadow:var(--bep-shadow-soft)}.beep-enterprise-premium .bep-overview-item{min-height:108px;padding:22px 18px;background:var(--bep-surface);text-align:center}.beep-enterprise-premium .bep-overview-item strong{display:block;margin-bottom:6px;color:var(--bep-theme);font-size:27px;line-height:1}.beep-enterprise-premium .bep-overview-item span{color:var(--bep-text-soft);font-size:12px}.beep-enterprise-premium .bep-section-kicker{display:inline-block;margin-bottom:8px;color:var(--bep-theme);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.beep-enterprise-premium .bep-intro{max-width:950px;margin:0 auto 36px;padding:30px 32px;border:1px solid var(--bep-border);border-radius:21px;background:radial-gradient(circle at 94% 8%,var(--bep-theme-soft),transparent 27%),var(--bep-surface);text-align:left;box-shadow:var(--bep-shadow-soft)}.beep-enterprise-premium .bep-intro .beep-block-title{margin-bottom:13px;color:var(--bep-text);font-size:clamp(27px,3.4vw,38px);font-weight:800;line-height:1.15}.beep-enterprise-premium .bep-intro p{margin:0 0 10px;color:var(--bep-text-soft)}.beep-enterprise-premium .bep-path{margin:28px 0 26px;padding:30px;border:1px solid var(--bep-border);border-radius:21px;background:var(--bep-surface);box-shadow:var(--bep-shadow)}.beep-enterprise-premium .bep-path .beep-block-title{margin-bottom:14px;color:var(--bep-text);font-size:27px;font-weight:800}.beep-enterprise-premium .bep-path .beep-path-items{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:15px}.beep-enterprise-premium .bep-path .beep-path-item{min-height:44px;padding:9px 15px;border:1px solid var(--bep-border);border-radius:11px;color:var(--bep-text);background:var(--bep-surface-soft);font-weight:800}.beep-enterprise-premium .bep-path .beep-path-arrow{color:var(--bep-theme);font-size:20px}.beep-enterprise-premium .bep-path>p{color:var(--bep-text-soft)}.beep-enterprise-premium .bep-quick-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0 65px}.beep-enterprise-premium .bep-quick-nav a{display:flex;align-items:center;gap:11px;min-height:60px;padding:13px 15px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text)!important;background:var(--bep-surface);font-size:13px;font-weight:800;box-shadow:var(--bep-shadow-soft);transition:transform .2s ease,border-color .2s ease}.beep-enterprise-premium .bep-quick-nav a:hover{transform:translateY(-3px);border-color:var(--bep-theme)}.beep-enterprise-premium .bep-quick-nav span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;color:var(--bep-theme);background:var(--bep-theme-soft);font-size:11px}.beep-enterprise-premium .bep-section{margin:0 0 32px;padding:35px;border:1px solid var(--bep-border);border-radius:25px;background:radial-gradient(circle at 98% 0%,var(--bep-theme-soft),transparent 18%),var(--bep-surface);box-shadow:var(--bep-shadow)}.beep-enterprise-premium .bep-section-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:17px;margin-bottom:27px}.beep-enterprise-premium .bep-step-number{width:56px;height:56px;border-radius:17px;background:linear-gradient(135deg,var(--bep-orange),var(--bep-theme));font-size:20px;box-shadow:0 10px 24px #f47a0b45}.beep-enterprise-premium .bep-section-title{margin:0;color:var(--bep-text);font-size:clamp(27px,3.2vw,37px);line-height:1.14;letter-spacing:-.02em}.beep-enterprise-premium .bep-section-title:after{content:"";display:block;width:58px;height:5px;margin:13px 0 0;border-radius:999px;background:linear-gradient(90deg,var(--bep-orange),var(--bep-theme))}.beep-enterprise-premium .bep-subsection{position:relative;margin:22px 0 0;padding:27px 28px;border:1px solid var(--bep-border);border-radius:18px;background:var(--bep-surface);box-shadow:var(--bep-shadow-soft)}.beep-enterprise-premium .bep-subsection:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px;border-radius:18px 0 0 18px;background:linear-gradient(180deg,var(--bep-orange),var(--bep-theme))}.beep-enterprise-premium .bep-subsection h3{margin:0 0 10px!important;color:var(--bep-text);font-size:21px}.beep-enterprise-premium .bep-subsection h3:before{content:"•";margin-right:9px;color:var(--bep-theme)}.beep-enterprise-premium .bep-subsection p{margin:0 0 11px;color:var(--bep-text-soft)}.beep-enterprise-premium .bep-image{position:relative;overflow:hidden;margin:20px 0;padding:0;border:1px solid var(--bep-border);border-radius:18px;background:var(--bep-surface-soft);box-shadow:var(--bep-shadow-soft)}.beep-enterprise-premium .bep-image:before{content:"";display:block;height:35px;border-bottom:1px solid var(--bep-border);background:radial-gradient(circle at 17px 50%,#f0b27a 0 4px,transparent 4.5px),radial-gradient(circle at 31px 50%,#f0b27a 0 4px,transparent 4.5px),radial-gradient(circle at 45px 50%,#f0b27a 0 4px,transparent 4.5px),var(--bep-surface-soft)}.beep-enterprise-premium .bep-image img{display:block;width:100%;height:auto;margin:0;border-radius:0;box-shadow:none}.beep-enterprise-premium .bep-subsection .bep-image+.bep-image{margin-top:16px}.beep-enterprise-premium .bep-note,.beep-enterprise-premium .bep-warning{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:15px;margin:23px 0 0;padding:21px 23px;border-radius:17px;box-shadow:var(--bep-shadow-soft)}.beep-enterprise-premium .bep-note{border:1px solid var(--bep-border);border-left:5px solid var(--bep-theme);background:linear-gradient(120deg,var(--bep-theme-soft),var(--bep-surface) 65%)}.beep-enterprise-premium .bep-warning{border:1px solid rgba(212,75,75,.3);border-left:5px solid var(--bep-danger);background:linear-gradient(120deg,var(--bep-danger-light),var(--bep-surface) 65%)}.beep-enterprise-premium .bep-note:before,.beep-enterprise-premium .bep-warning:before{position:static;display:flex;grid-column:1;grid-row:1/span 2;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;color:var(--bep-white);font-size:17px;font-weight:900}.beep-enterprise-premium .bep-note:before{content:"i";background:var(--bep-theme)}.beep-enterprise-premium .bep-warning:before{content:"!";background:var(--bep-danger)}.beep-enterprise-premium .bep-note h3,.beep-enterprise-premium .bep-warning h3{grid-column:2;margin:0 0 5px!important;color:var(--bep-text);font-size:17px}.beep-enterprise-premium .bep-note p,.beep-enterprise-premium .bep-warning p,.beep-enterprise-premium .bep-note ul,.beep-enterprise-premium .bep-warning ul{grid-column:2;margin-top:0;color:var(--bep-text-soft)}.beep-enterprise-premium .beep-list{margin:15px 0 0;padding:0;list-style:none}.beep-enterprise-premium .beep-list li{position:relative;margin:10px 0;padding-left:35px;color:var(--bep-text-soft)}.beep-enterprise-premium .beep-list li:before{content:"✓";position:absolute;top:1px;left:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;color:var(--bep-white);background:linear-gradient(135deg,var(--bep-orange),var(--bep-theme));font-size:10px;font-weight:900}.beep-enterprise-premium .bep-final{position:relative;overflow:hidden;margin-top:70px;padding:48px 50px;border:0;border-radius:28px;color:var(--bep-white);background:linear-gradient(135deg,var(--bep-orange-deep),var(--bep-orange) 62%,var(--bep-theme));box-shadow:0 26px 65px #a83f0047;text-align:left}.beep-enterprise-premium .bep-final:after{content:"";position:absolute;right:90px;bottom:-200px;width:390px;height:390px;border:72px solid rgba(255,255,255,.08);border-radius:50%}.beep-enterprise-premium .bep-final .beep-final-title{position:relative;z-index:2;max-width:780px;margin-bottom:12px;color:var(--bep-white);font-size:clamp(31px,4vw,46px);font-weight:800;line-height:1.1}.beep-enterprise-premium .bep-final p{position:relative;z-index:2;max-width:780px;margin:0;color:#ffffffe8}@container (max-width: 930px){.beep-enterprise-premium .bep-hero{padding:46px 32px}.beep-enterprise-premium .bep-hero-grid{grid-template-columns:minmax(330px,.92fr) minmax(320px,1.08fr);gap:28px}.beep-enterprise-premium .bep-hero h1{font-size:41px;line-height:1.05}.beep-enterprise-premium .bep-lead{font-size:16px}.beep-enterprise-premium .bep-window{transform:none}.beep-enterprise-premium .bep-floating-left{left:-12px}.beep-enterprise-premium .bep-floating-right{right:-12px}}@container (max-width: 730px){.beep-enterprise-premium .bep-hero-grid{grid-template-columns:1fr}.beep-enterprise-premium .bep-hero-copy{max-width:640px}.beep-enterprise-premium .bep-hero h1{font-size:clamp(38px,9vw,50px)}.beep-enterprise-premium .bep-hero-visual{width:100%;max-width:620px;margin:0 auto}}@media (max-width: 1060px){.beep-enterprise-premium .bep-quick-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.beep-enterprise-premium .bep-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.beep-enterprise-premium>h2{padding-left:64px}.beep-enterprise-premium>h2:after{left:64px}}@media (max-width: 620px){.beep-enterprise-premium .bep-hero{padding:34px 22px 42px;border-radius:22px}.beep-enterprise-premium .bep-hero h1{font-size:38px}.beep-enterprise-premium .bep-hero-visual{min-height:345px}.beep-enterprise-premium .bep-floating-left{bottom:2px;left:7px}.beep-enterprise-premium .bep-floating-right{display:none}.beep-enterprise-premium .bep-overview,.beep-enterprise-premium .bep-quick-nav,.beep-enterprise-premium .bep-summary-grid,.beep-enterprise-premium .bep-dates-body{grid-template-columns:1fr}.beep-enterprise-premium .bep-date-range{grid-template-columns:1fr;justify-items:center}.beep-enterprise-premium .bep-date-range span{width:2px;height:18px}.beep-enterprise-premium>h2{margin-top:58px;padding:66px 0 14px}.beep-enterprise-premium>h2:before{top:0;left:0}.beep-enterprise-premium>h2:after{left:0}.beep-enterprise-premium .bep-intro,.beep-enterprise-premium .bep-path,.beep-enterprise-premium .bep-section{padding:24px 20px;border-radius:21px}.beep-enterprise-premium .bep-section-heading{grid-template-columns:1fr}.beep-enterprise-premium .bep-subsection{padding:23px 20px}.beep-enterprise-premium .bep-final{padding:37px 24px;border-radius:22px}}.beep-permissions-premium,.beep-backup-premium,.beep-summary-premium,.beep-dates-premium,.beep-staff-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-permissions-premium,html[data-theme=dark] .beep-backup-premium,html[data-theme=dark] .beep-summary-premium,html[data-theme=dark] .beep-dates-premium,html[data-theme=dark] .beep-staff-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-enterprise-premium .bep-window-status,.beep-enterprise-premium .bep-profile-badge,.beep-enterprise-premium .bep-backup-meta b{color:#b94f00;background:#fff0df}html[data-theme=dark] .beep-enterprise-premium .bep-window-status,html[data-theme=dark] .beep-enterprise-premium .bep-profile-badge,html[data-theme=dark] .beep-enterprise-premium .bep-backup-meta b{color:#ffb568;background:#f47a0b2e}.beep-enterprise-premium .bep-staff-profile>span{color:#8f3d00;background:#f47a0b33}html[data-theme=dark] .beep-enterprise-premium .bep-staff-profile>span{color:#ffd0a1;background:#f47a0b38}.beep-enterprise-premium .bep-hero{background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 42%),linear-gradient(135deg,#a94200,#f47a0b 60%,#ff9c2e)}.beep-enterprise-premium .bep-final{background:linear-gradient(135deg,#a94200,#f47a0b 64%,#ff9c2e)}.beep-enterprise-premium>h2:before,.beep-enterprise-premium .bep-step-number,.beep-enterprise-premium .beep-list li:before,.beep-enterprise-premium .bep-subsection:before,.beep-enterprise-premium .bep-section-title:after{background:linear-gradient(135deg,#f47a0b,#ffad50)}.beep-enterprise-premium .bep-section-title:after{background:linear-gradient(90deg,#f47a0b,#ffb15b)}.beep-enterprise-premium>h2:after{background:linear-gradient(90deg,#f47a0b,var(--bep-border) 42%,transparent)}.beep-fleet-premium,.beep-itpark-premium,.beep-support-tools-premium,.beep-calllog-premium,.beep-visitors-premium,.beep-media-premium,.beep-company-tables-premium,.beep-printtexts-premium,.beep-users-groups-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}.beep-enterprise-premium .bng-window{position:absolute;top:25px;right:0;width:100%;max-width:500px;overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:#fffffff7;box-shadow:0 27px 58px #5f1d0045;transform:perspective(1000px) rotateY(-4deg) rotateX(1deg)}.beep-enterprise-premium .bng-window-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #eadfd6;color:#445063;background:#fffaf5}.beep-enterprise-premium .bng-dots{display:flex;gap:5px}.beep-enterprise-premium .bng-dots span{width:8px;height:8px;border-radius:50%;background:#f0b27a}.beep-enterprise-premium .bng-window-bar strong{overflow:hidden;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.beep-enterprise-premium .bng-status{padding:4px 8px;border-radius:999px;color:#b94f00;background:#fff0df;font-size:9px;font-weight:900}.beep-enterprise-premium .bng-dashboard{display:grid;grid-template-columns:155px minmax(0,1fr);align-items:center;min-height:285px;padding:24px;background:#fff}.beep-enterprise-premium .bng-main-icon{display:flex;align-items:center;justify-content:center;width:118px;height:118px;border-radius:30px;color:#fff;background:linear-gradient(135deg,#f47a0b,#ffad50);font-size:20px;font-weight:900;box-shadow:0 17px 35px #f47a0b42}.beep-enterprise-premium .bng-panel small,.beep-enterprise-premium .bng-panel strong{display:block}.beep-enterprise-premium .bng-panel small{color:#f47a0b;font-size:9px;font-weight:900}.beep-enterprise-premium .bng-panel strong{margin:5px 0 15px;color:#263247;font-size:19px}.beep-enterprise-premium .bng-line{width:84%;height:8px;margin:9px 0;border-radius:999px;background:#dfe3e8}.beep-enterprise-premium .bng-line.short{width:58%}.beep-enterprise-premium .bng-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.beep-enterprise-premium .bng-pills span{padding:6px 8px;border-radius:8px;color:#b94f00;background:#fff0df;font-size:8px;font-weight:900}.beep-enterprise-premium .bng-floating{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;min-width:220px;padding:13px 15px;border:1px solid rgba(255,255,255,.45);border-radius:15px;color:#263247;background:#fffffff2;box-shadow:0 18px 38px #5f1d003b}.beep-enterprise-premium .bng-left{left:-34px;bottom:40px}.beep-enterprise-premium .bng-right{top:3px;right:-25px}.beep-enterprise-premium .bng-floating>span{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:39px;height:39px;border-radius:12px;color:#fff;background:#f47a0b;font-size:11px;font-weight:900}.beep-enterprise-premium .bng-floating strong,.beep-enterprise-premium .bng-floating small{display:block}.beep-enterprise-premium .bng-floating strong{font-size:13px}.beep-enterprise-premium .bng-floating small{margin-top:2px;color:#7b8493;font-size:10px}@container (max-width: 930px){.beep-enterprise-premium .bng-window{transform:none}.beep-enterprise-premium .bng-left{left:-12px}.beep-enterprise-premium .bng-right{right:-12px}}@media (max-width: 620px){.beep-enterprise-premium .bng-dashboard{grid-template-columns:1fr;gap:22px}.beep-enterprise-premium .bng-main-icon{margin:0 auto}.beep-enterprise-premium .bng-left{left:7px;bottom:2px}.beep-enterprise-premium .bng-right{display:none}}.beep-tables-premium,.beep-banks-premium,.beep-vat-payments-premium,.beep-logistics-codes-premium,.beep-document-settings-premium,.beep-bom-premium,.beep-currency-premium,.beep-calendar-premium,.beep-product-masks-premium,.beep-geography-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-tables-premium,html[data-theme=dark] .beep-banks-premium,html[data-theme=dark] .beep-vat-payments-premium,html[data-theme=dark] .beep-logistics-codes-premium,html[data-theme=dark] .beep-document-settings-premium,html[data-theme=dark] .beep-bom-premium,html[data-theme=dark] .beep-currency-premium,html[data-theme=dark] .beep-calendar-premium,html[data-theme=dark] .beep-product-masks-premium,html[data-theme=dark] .beep-geography-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-tables-premium .bep-hero-copy{min-width:0}.beep-tables-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}@container (max-width: 930px){.beep-tables-premium .bep-hero h1{font-size:39px;line-height:1.04}}@container (max-width: 730px){.beep-tables-premium .bep-hero h1{font-size:clamp(36px,8.6vw,49px)}}.beep-customer-tables-premium,.beep-agent-tables-premium,.beep-supplier-tables-premium,.beep-stat-groups-premium,.beep-sales-prices-premium,.beep-product-tables-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-customer-tables-premium,html[data-theme=dark] .beep-agent-tables-premium,html[data-theme=dark] .beep-supplier-tables-premium,html[data-theme=dark] .beep-stat-groups-premium,html[data-theme=dark] .beep-sales-prices-premium,html[data-theme=dark] .beep-product-tables-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-agent-tables-premium .bep-hero h1,.beep-stat-groups-premium .bep-hero h1,.beep-sales-prices-premium .bep-hero h1,.beep-product-tables-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}@container (max-width: 930px){.beep-agent-tables-premium .bep-hero h1,.beep-stat-groups-premium .bep-hero h1,.beep-sales-prices-premium .bep-hero h1,.beep-product-tables-premium .bep-hero h1{font-size:39px;line-height:1.04}}@container (max-width: 730px){.beep-agent-tables-premium .bep-hero h1,.beep-stat-groups-premium .bep-hero h1,.beep-sales-prices-premium .bep-hero h1,.beep-product-tables-premium .bep-hero h1{font-size:clamp(36px,8.6vw,49px)}}.beep-anagrafiche-premium,.beep-barcode-premium,.beep-customer-card-premium,.beep-prospect-premium,.beep-masterdata-summary-premium,.beep-labels-premium,.beep-supplier-card-premium,.beep-serials-premium,.beep-product-card-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-anagrafiche-premium,html[data-theme=dark] .beep-barcode-premium,html[data-theme=dark] .beep-customer-card-premium,html[data-theme=dark] .beep-prospect-premium,html[data-theme=dark] .beep-masterdata-summary-premium,html[data-theme=dark] .beep-labels-premium,html[data-theme=dark] .beep-supplier-card-premium,html[data-theme=dark] .beep-serials-premium,html[data-theme=dark] .beep-product-card-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-anagrafiche-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-anagrafiche-premium .ban-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-anagrafiche-premium .ban-images .bep-image{margin:0}.beep-anagrafiche-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:ban-step}.beep-anagrafiche-premium .beep-steps li{counter-increment:ban-step;position:relative;min-height:38px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-anagrafiche-premium .beep-steps li:before{content:counter(ban-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:14px;font-weight:900}.beep-anagrafiche-premium .ban-checklist{margin:44px 0;padding:32px;border:1px solid var(--bep-border);border-radius:21px;background:linear-gradient(135deg,var(--bep-surface),var(--bep-orange-light));box-shadow:var(--bep-shadow)}.beep-anagrafiche-premium .ban-checklist>h2{margin:0 0 8px;color:var(--bep-text);font-size:28px}.beep-anagrafiche-premium .ban-checklist>p{margin:0 0 22px;color:var(--bep-text-soft)}.beep-anagrafiche-premium .beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-anagrafiche-premium .beep-check-item{position:relative;min-height:64px;padding:17px 18px 17px 54px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text-soft);background:var(--bep-surface)}.beep-anagrafiche-premium .beep-check-item:before{content:"✓";position:absolute;top:16px;left:17px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-anagrafiche-premium .beep-check-item strong{color:var(--bep-text)}@container (max-width: 930px){.beep-anagrafiche-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-anagrafiche-premium .ban-images,.beep-anagrafiche-premium .beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 620px){.beep-anagrafiche-premium .ban-checklist{padding:24px 20px}}.beep-vendite-premium,.beep-sales-documents-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-vendite-premium,html[data-theme=dark] .beep-sales-documents-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-sales-documents-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-sales-documents-premium .bsv-steps{margin:16px 0 0;padding:0;list-style:none;counter-reset:bsv-step}.beep-sales-documents-premium .bsv-steps li{counter-increment:bsv-step;position:relative;min-height:40px;margin:0 0 12px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-sales-documents-premium .bsv-steps li:before{content:counter(bsv-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-sales-documents-premium .bsv-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.beep-sales-documents-premium .bsv-shot{overflow:hidden;margin:0;border:1px solid var(--bep-border);border-radius:17px;background:var(--bep-surface);box-shadow:var(--bep-shadow-soft)}.beep-sales-documents-premium .bsv-shot img{display:block;width:100%;height:auto;margin:0;border:0;border-radius:0;background:#fff;box-shadow:none}.beep-sales-documents-premium .bsv-shot figcaption{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;min-height:60px;padding:13px 14px;border-top:1px solid var(--bep-border);color:var(--bep-text-soft);background:var(--bep-surface-soft);font-size:12px;line-height:1.45}.beep-sales-documents-premium .bsv-shot figcaption>span{display:flex;align-items:center;justify-content:center;min-width:34px;height:27px;padding:0 7px;border-radius:9px;color:#fff;background:#f47a0b;font-size:10px;font-weight:900}@container (max-width: 930px){.beep-sales-documents-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 760px){.beep-sales-documents-premium .bsv-gallery{grid-template-columns:1fr}}.beep-sales-clear-premium .bsv-section-intro{margin-bottom:30px;padding:18px 20px;border-left:5px solid #f47a0b;border-radius:0 14px 14px 0;color:var(--bep-text-soft);background:var(--bep-orange-light)}.beep-sales-clear-premium .bsv-client-flow{display:grid;gap:30px}.beep-sales-clear-premium .bsv-client-step{overflow:hidden;border:1px solid var(--bep-border);border-radius:20px;background:var(--bep-surface);box-shadow:var(--bep-shadow-soft)}.beep-sales-clear-premium .bsv-client-step-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px;padding:23px 25px;border-bottom:1px solid var(--bep-border);background:linear-gradient(135deg,var(--bep-orange-light),var(--bep-surface) 72%)}.beep-sales-clear-premium .bsv-client-step-heading>span{display:flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:13px;color:#fff;background:#f47a0b;font-size:15px;font-weight:900;box-shadow:0 9px 20px #f47a0b3d}.beep-sales-clear-premium .bsv-client-step-heading h3{margin:0 0 7px!important;padding:0!important;border:0!important;color:var(--bep-text);font-size:21px;line-height:1.25}.beep-sales-clear-premium .bsv-client-step-heading p{margin:0!important;color:var(--bep-text-soft);line-height:1.62}.beep-sales-clear-premium .bsv-clear-gallery{display:grid;grid-template-columns:1fr;gap:22px;padding:25px}.beep-sales-clear-premium .bsv-clear-shot{overflow:hidden;width:100%;margin:0;border:1px solid var(--bep-border);border-radius:17px;background:var(--bep-surface);box-shadow:0 12px 28px #6f3f1617}.beep-sales-clear-premium .bsv-clear-shot img{display:block;width:100%;height:auto;max-height:none;margin:0;border:0;border-radius:0;-o-object-fit:contain;object-fit:contain;background:#fff;box-shadow:none}.beep-sales-clear-premium .bsv-clear-shot figcaption{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:66px;padding:13px 16px;border-top:1px solid var(--bep-border);color:var(--bep-text);background:var(--bep-surface-soft)}.beep-sales-clear-premium .bsv-clear-shot figcaption>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;color:#fff;background:#f47a0b;font-size:12px;font-weight:900}.beep-sales-clear-premium .bsv-clear-shot figcaption strong,.beep-sales-clear-premium .bsv-clear-shot figcaption small{display:block}.beep-sales-clear-premium .bsv-clear-shot figcaption strong{color:var(--bep-text);font-size:13px;line-height:1.35}.beep-sales-clear-premium .bsv-clear-shot figcaption small{margin-top:3px;color:var(--bep-text-soft);font-size:11px}.beep-sales-clear-premium .bsv-result{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;margin-top:28px;padding:21px 23px;border:1px solid var(--bep-border);border-radius:17px;background:linear-gradient(135deg,rgba(244,122,11,.14),var(--bep-surface) 72%)}.beep-sales-clear-premium .bsv-result>span{display:flex;align-items:center;justify-content:center;width:39px;height:39px;border-radius:12px;color:#fff;background:#f47a0b;font-weight:900}.beep-sales-clear-premium .bsv-result strong{display:block;margin-bottom:4px;color:var(--bep-text)}.beep-sales-clear-premium .bsv-result p{margin:0!important;color:var(--bep-text-soft)}@media (max-width: 620px){.beep-sales-clear-premium .bsv-client-step-heading{padding:19px}.beep-sales-clear-premium .bsv-clear-gallery{padding:16px}.beep-sales-clear-premium .bsv-clear-shot figcaption{padding:12px 13px}}.beep-annual-sales-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-annual-sales-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-annual-sales-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-annual-sales-premium .bsv-clear-shot img[src*=riepilogoAnnualeVendite018],.beep-annual-sales-premium .bsv-clear-shot img[src*=riepilogoAnnualeVendite021],.beep-annual-sales-premium .bsv-clear-shot img[src*=riepilogoAnnualeVendite023],.beep-annual-sales-premium .bsv-clear-shot img[src*=riepilogoAnnualeVendite025],.beep-annual-sales-premium .bsv-clear-shot img[src*=riepilogoAnnualeVendite027],.beep-annual-sales-premium .bsv-clear-shot img[src*=riepilogoAnnualeVendite029]{width:auto;max-width:100%;margin:0 auto}.beep-annual-sales-premium .bsv-client-step-heading+.bsv-clear-gallery:empty{display:none}@container (max-width: 930px){.beep-annual-sales-premium .bep-hero h1{font-size:39px;line-height:1.04}}.beep-sales-suite-premium,.beep-sales-labels-premium,.beep-deferred-invoicing-premium,.beep-supplies-sites-premium,.beep-price-lists-premium,.beep-sales-portfolio-premium,.beep-quotation-tool-premium,.beep-promotions-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-sales-suite-premium,html[data-theme=dark] .beep-sales-labels-premium,html[data-theme=dark] .beep-deferred-invoicing-premium,html[data-theme=dark] .beep-supplies-sites-premium,html[data-theme=dark] .beep-price-lists-premium,html[data-theme=dark] .beep-sales-portfolio-premium,html[data-theme=dark] .beep-quotation-tool-premium,html[data-theme=dark] .beep-promotions-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-sales-suite-premium .bep-hero-copy{min-width:0}.beep-sales-suite-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-sales-suite-premium .bsv-suite-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-sales-suite-premium .bsv-suite-images .bep-image{margin:0}.beep-sales-suite-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:bsv-suite-step}.beep-sales-suite-premium .beep-steps li{counter-increment:bsv-suite-step;position:relative;min-height:39px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-sales-suite-premium .beep-steps li:before{content:counter(bsv-suite-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-sales-suite-premium .bsv-suite-checklist{margin:44px 0;padding:32px;border:1px solid var(--bep-border);border-radius:21px;background:linear-gradient(135deg,var(--bep-surface),var(--bep-orange-light));box-shadow:var(--bep-shadow)}.beep-sales-suite-premium .bsv-suite-checklist>h2{margin:0 0 8px;color:var(--bep-text);font-size:28px}.beep-sales-suite-premium .bsv-suite-checklist>p{margin:0 0 22px;color:var(--bep-text-soft)}.beep-sales-suite-premium .beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-sales-suite-premium .beep-check-item{position:relative;min-height:64px;padding:17px 18px 17px 54px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text-soft);background:var(--bep-surface)}.beep-sales-suite-premium .beep-check-item:before{content:"✓";position:absolute;top:16px;left:17px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-sales-suite-premium .beep-check-item strong{color:var(--bep-text)}.beep-sales-suite-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}@container (max-width: 930px){.beep-sales-suite-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-sales-suite-premium .bsv-suite-images,.beep-sales-suite-premium .beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 620px){.beep-sales-suite-premium .bsv-suite-checklist{padding:24px 20px}}.beep-enterprise-premium .bep-quick-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;width:100%;margin:28px 0 58px;padding:0}.beep-enterprise-premium .bep-quick-nav a{display:grid;grid-template-columns:35px minmax(0,1fr);align-items:center;gap:11px;min-width:0;min-height:62px;padding:12px 15px;border:1px solid #efc39b;border-radius:15px;color:#172b4d!important;background:#fff;font-size:14px;font-weight:800;line-height:1.38;text-align:left;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;box-shadow:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.beep-enterprise-premium .bep-quick-nav a:hover{transform:translateY(-2px);border-color:#f47a0b;color:#172b4d!important;background:#fffaf5;box-shadow:0 8px 18px #f47a0b1a}.beep-enterprise-premium .bep-quick-nav a span{display:inline-flex;align-items:center;justify-content:center;width:35px;min-width:35px;height:35px;margin:0;padding:0;border-radius:11px;color:#ef7100;background:#fff0e1;font-size:11px;font-weight:900;line-height:1;text-decoration:none}html[data-theme=dark] .beep-enterprise-premium .bep-quick-nav a{border-color:#ff9d3d52;color:#f6f7fb!important;background:#232832;box-shadow:none}html[data-theme=dark] .beep-enterprise-premium .bep-quick-nav a:hover{border-color:#ff9d3d;color:#fff!important;background:#2a303b;box-shadow:0 9px 20px #00000038}html[data-theme=dark] .beep-enterprise-premium .bep-quick-nav a span{color:#ffad5d;background:#f47a0b2e}@media (min-width: 821px){.beep-enterprise-premium .bep-quick-nav{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 621px) and (max-width: 820px){.beep-enterprise-premium .bep-quick-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){.beep-enterprise-premium .bep-quick-nav{grid-template-columns:1fr;gap:11px;margin-bottom:45px}.beep-enterprise-premium .bep-quick-nav a{min-height:58px;padding:11px 13px;border-radius:14px;font-size:13px}}.beep-enterprise-premium>h2{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.beep-enterprise-premium>h2:before,.beep-enterprise-premium>h2:after{display:none!important;content:none!important}.beep-enterprise-premium .bep-anchor{display:block;position:relative;top:-92px;height:0;visibility:hidden}.beep-enterprise-premium .bep-section-heading{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:17px!important;margin:0 0 27px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.beep-enterprise-premium .bep-section-heading .bep-step-number{display:flex!important}.beep-enterprise-premium .bep-section-heading .bep-section-title{display:block!important;margin:0!important;padding:0!important;border:0!important;color:var(--bep-text)!important;background:transparent!important;font-size:clamp(27px,3.2vw,37px)!important;font-weight:800!important;line-height:1.14!important;letter-spacing:-.02em!important;text-decoration:none!important;box-shadow:none!important}.beep-enterprise-premium .bep-section-heading .bep-section-title:after{content:"";display:block;width:58px;height:5px;margin:13px 0 0;border-radius:999px;background:linear-gradient(90deg,#f47a0b,#ffb15b)}@media (max-width: 620px){.beep-enterprise-premium .bep-section-heading{grid-template-columns:1fr!important}}.beep-sales-suite-extended-premium,.beep-agent-commissions-premium,.beep-profitability-premium,.beep-parametric-search-premium,.beep-sales-summaries-premium,.beep-multi-print-premium,.beep-sales-statistics-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-sales-suite-extended-premium,html[data-theme=dark] .beep-agent-commissions-premium,html[data-theme=dark] .beep-profitability-premium,html[data-theme=dark] .beep-parametric-search-premium,html[data-theme=dark] .beep-sales-summaries-premium,html[data-theme=dark] .beep-multi-print-premium,html[data-theme=dark] .beep-sales-statistics-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-sales-suite-extended-premium .bep-hero-copy{min-width:0}.beep-sales-suite-extended-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-sales-suite-extended-premium .bsv-suite-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-sales-suite-extended-premium .bsv-suite-images .bep-image{margin:0}.beep-sales-suite-extended-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-sales-suite-extended-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:bsv-extended-step}.beep-sales-suite-extended-premium .beep-steps li{counter-increment:bsv-extended-step;position:relative;min-height:39px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-sales-suite-extended-premium .beep-steps li:before{content:counter(bsv-extended-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-sales-suite-extended-premium .bsv-suite-checklist{margin:44px 0;padding:32px;border:1px solid var(--bep-border);border-radius:21px;background:linear-gradient(135deg,var(--bep-surface),var(--bep-orange-light));box-shadow:var(--bep-shadow)}.beep-sales-suite-extended-premium .bsv-suite-checklist>h2{margin:0 0 8px;color:var(--bep-text);font-size:28px}.beep-sales-suite-extended-premium .bsv-suite-checklist>p{margin:0 0 22px;color:var(--bep-text-soft)}.beep-sales-suite-extended-premium .beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-sales-suite-extended-premium .beep-check-item{position:relative;min-height:64px;padding:17px 18px 17px 54px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text-soft);background:var(--bep-surface)}.beep-sales-suite-extended-premium .beep-check-item:before{content:"✓";position:absolute;top:16px;left:17px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-sales-suite-extended-premium .beep-check-item strong{color:var(--bep-text)}@container (max-width: 930px){.beep-sales-suite-extended-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-sales-suite-extended-premium .bsv-suite-images,.beep-sales-suite-extended-premium .beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 620px){.beep-sales-suite-extended-premium .bsv-suite-checklist{padding:24px 20px}}.beep-acquisti-premium,.beep-purchases-suite-premium,.beep-purchase-labels-premium,.beep-new-purchase-document-premium,.beep-purchase-portfolio-premium,.beep-purchase-prices-premium,.beep-purchase-search-premium,.beep-purchase-summaries-premium,.beep-annual-purchases-premium,.beep-purchase-multi-print-premium,.beep-purchased-statistics-premium,.beep-ordered-statistics-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-acquisti-premium,html[data-theme=dark] .beep-purchases-suite-premium,html[data-theme=dark] .beep-purchase-labels-premium,html[data-theme=dark] .beep-new-purchase-document-premium,html[data-theme=dark] .beep-purchase-portfolio-premium,html[data-theme=dark] .beep-purchase-prices-premium,html[data-theme=dark] .beep-purchase-search-premium,html[data-theme=dark] .beep-purchase-summaries-premium,html[data-theme=dark] .beep-annual-purchases-premium,html[data-theme=dark] .beep-purchase-multi-print-premium,html[data-theme=dark] .beep-purchased-statistics-premium,html[data-theme=dark] .beep-ordered-statistics-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-purchases-suite-premium .bep-hero-copy{min-width:0}.beep-purchases-suite-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-purchases-suite-premium .bpa-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-purchases-suite-premium .bpa-images .bep-image{margin:0}.beep-purchases-suite-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-purchases-suite-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:bpa-step}.beep-purchases-suite-premium .beep-steps li{counter-increment:bpa-step;position:relative;min-height:39px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-purchases-suite-premium .beep-steps li:before{content:counter(bpa-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-purchases-suite-premium .bpa-checklist{margin:44px 0;padding:32px;border:1px solid var(--bep-border);border-radius:21px;background:linear-gradient(135deg,var(--bep-surface),var(--bep-orange-light));box-shadow:var(--bep-shadow)}.beep-purchases-suite-premium .bpa-checklist>h2{margin:0 0 8px;color:var(--bep-text);font-size:28px}.beep-purchases-suite-premium .bpa-checklist>p{margin:0 0 22px;color:var(--bep-text-soft)}.beep-purchases-suite-premium .beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-purchases-suite-premium .beep-check-item{position:relative;min-height:64px;padding:17px 18px 17px 54px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text-soft);background:var(--bep-surface)}.beep-purchases-suite-premium .beep-check-item:before{content:"✓";position:absolute;top:16px;left:17px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-purchases-suite-premium .beep-check-item strong{color:var(--bep-text)}@container (max-width: 930px){.beep-purchases-suite-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-purchases-suite-premium .bpa-images,.beep-purchases-suite-premium .beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 620px){.beep-purchases-suite-premium .bpa-checklist{padding:24px 20px}}.beep-magazzino-premium,.beep-stock-suite-premium,.beep-stock-analysis-premium,.beep-stock-configurations-premium,.beep-stock-processing-premium,.beep-stock-availability-premium,.beep-stock-journal-closing-premium,.beep-stock-inventory-premium,.beep-new-stock-movement-premium,.beep-annual-stock-summary-premium,.beep-product-movement-card-premium,.beep-stock-statistics-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-magazzino-premium,html[data-theme=dark] .beep-stock-suite-premium,html[data-theme=dark] .beep-stock-analysis-premium,html[data-theme=dark] .beep-stock-configurations-premium,html[data-theme=dark] .beep-stock-processing-premium,html[data-theme=dark] .beep-stock-availability-premium,html[data-theme=dark] .beep-stock-journal-closing-premium,html[data-theme=dark] .beep-stock-inventory-premium,html[data-theme=dark] .beep-new-stock-movement-premium,html[data-theme=dark] .beep-annual-stock-summary-premium,html[data-theme=dark] .beep-product-movement-card-premium,html[data-theme=dark] .beep-stock-statistics-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-stock-suite-premium .bep-hero-copy{min-width:0}.beep-stock-suite-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-stock-suite-premium .bsm-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-stock-suite-premium .bsm-images .bep-image{margin:0}.beep-stock-suite-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-stock-suite-premium table{width:100%;margin:24px 0;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--bep-border);border-radius:16px;background:var(--bep-surface)}.beep-stock-suite-premium th,.beep-stock-suite-premium td{padding:14px 16px;border-right:1px solid var(--bep-border);border-bottom:1px solid var(--bep-border);text-align:left;vertical-align:top}.beep-stock-suite-premium th:last-child,.beep-stock-suite-premium td:last-child{border-right:0}.beep-stock-suite-premium tr:last-child td{border-bottom:0}.beep-stock-suite-premium th{color:var(--bep-text);background:var(--bep-orange-light);font-weight:800}.beep-stock-suite-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:bsm-step}.beep-stock-suite-premium .beep-steps li{counter-increment:bsm-step;position:relative;min-height:39px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-stock-suite-premium .beep-steps li:before{content:counter(bsm-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}@container (max-width: 930px){.beep-stock-suite-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-stock-suite-premium .bsm-images{grid-template-columns:1fr}.beep-stock-suite-premium table{display:block;overflow-x:auto}}.beep-operational-panel-premium,.beep-fepa-premium,.beep-electronic-invoices-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-operational-panel-premium,html[data-theme=dark] .beep-fepa-premium,html[data-theme=dark] .beep-electronic-invoices-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-electronic-invoices-premium .bep-hero-copy{min-width:0}.beep-electronic-invoices-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-electronic-invoices-premium .bfe-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-electronic-invoices-premium .bfe-images .bep-image{margin:0}.beep-electronic-invoices-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-electronic-invoices-premium .bfe-checklist{margin:44px 0;padding:32px;border:1px solid var(--bep-border);border-radius:21px;background:linear-gradient(135deg,var(--bep-surface),var(--bep-orange-light));box-shadow:var(--bep-shadow)}.beep-electronic-invoices-premium .bfe-checklist>h2{margin:0 0 8px;color:var(--bep-text);font-size:28px}.beep-electronic-invoices-premium .bfe-checklist>p{margin:0 0 22px;color:var(--bep-text-soft)}.beep-electronic-invoices-premium .beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-electronic-invoices-premium .beep-check-item{position:relative;min-height:70px;padding:17px 18px 17px 54px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text-soft);background:var(--bep-surface)}.beep-electronic-invoices-premium .beep-check-item:before{content:"✓";position:absolute;top:16px;left:17px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-electronic-invoices-premium .beep-check-item strong{color:var(--bep-text)}@container (max-width: 930px){.beep-electronic-invoices-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-electronic-invoices-premium .bfe-images,.beep-electronic-invoices-premium .beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 620px){.beep-electronic-invoices-premium .bfe-checklist{padding:24px 20px}}.beep-contabilita-premium,.beep-accounting-suite-premium,.beep-accounting-tools-premium,.beep-invoice-advances-premium,.beep-accounting-verification-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-contabilita-premium,html[data-theme=dark] .beep-accounting-suite-premium,html[data-theme=dark] .beep-accounting-tools-premium,html[data-theme=dark] .beep-invoice-advances-premium,html[data-theme=dark] .beep-accounting-verification-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-accounting-suite-premium .bep-hero-copy{min-width:0}.beep-accounting-suite-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-accounting-suite-premium .bco-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-accounting-suite-premium .bco-images .bep-image{margin:0}.beep-accounting-suite-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-accounting-suite-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:bco-step}.beep-accounting-suite-premium .beep-steps li{counter-increment:bco-step;position:relative;min-height:39px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-accounting-suite-premium .beep-steps li:before{content:counter(bco-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-accounting-suite-premium .bco-checklist{margin:44px 0;padding:32px;border:1px solid var(--bep-border);border-radius:21px;background:linear-gradient(135deg,var(--bep-surface),var(--bep-orange-light));box-shadow:var(--bep-shadow)}.beep-accounting-suite-premium .bco-checklist>h2{margin:0 0 8px;color:var(--bep-text);font-size:28px}.beep-accounting-suite-premium .bco-checklist>p{margin:0 0 22px;color:var(--bep-text-soft)}.beep-accounting-suite-premium .beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-accounting-suite-premium .beep-check-item{position:relative;min-height:70px;padding:17px 18px 17px 54px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text-soft);background:var(--bep-surface)}.beep-accounting-suite-premium .beep-check-item:before{content:"✓";position:absolute;top:16px;left:17px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-accounting-suite-premium .beep-check-item strong{color:var(--bep-text)}@container (max-width: 930px){.beep-accounting-suite-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-accounting-suite-premium .bco-images,.beep-accounting-suite-premium .beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 620px){.beep-accounting-suite-premium .bco-checklist{padding:24px 20px}}.beep-accounting-suite-extended-premium,.beep-financial-accounting-config-premium,.beep-annual-accounting-premium,.beep-assets-management-premium,.beep-statements-reminders-premium,.beep-vat-settlement-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-accounting-suite-extended-premium,html[data-theme=dark] .beep-financial-accounting-config-premium,html[data-theme=dark] .beep-annual-accounting-premium,html[data-theme=dark] .beep-assets-management-premium,html[data-theme=dark] .beep-statements-reminders-premium,html[data-theme=dark] .beep-vat-settlement-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-accounting-suite-extended-premium .bep-hero-copy{min-width:0}.beep-accounting-suite-extended-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-accounting-suite-extended-premium .bco2-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-accounting-suite-extended-premium .bco2-images .bep-image{margin:0}.beep-accounting-suite-extended-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-accounting-suite-extended-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:bco2-step}.beep-accounting-suite-extended-premium .beep-steps li{counter-increment:bco2-step;position:relative;min-height:39px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-accounting-suite-extended-premium .beep-steps li:before{content:counter(bco2-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-accounting-suite-extended-premium .bco2-checklist{margin:44px 0;padding:32px;border:1px solid var(--bep-border);border-radius:21px;background:linear-gradient(135deg,var(--bep-surface),var(--bep-orange-light));box-shadow:var(--bep-shadow)}.beep-accounting-suite-extended-premium .bco2-checklist>h2{margin:0 0 8px;color:var(--bep-text);font-size:28px}.beep-accounting-suite-extended-premium .bco2-checklist>p{margin:0 0 22px;color:var(--bep-text-soft)}.beep-accounting-suite-extended-premium .beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-accounting-suite-extended-premium .beep-check-item{position:relative;min-height:70px;padding:17px 18px 17px 54px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text-soft);background:var(--bep-surface)}.beep-accounting-suite-extended-premium .beep-check-item:before{content:"✓";position:absolute;top:16px;left:17px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-accounting-suite-extended-premium .beep-check-item strong{color:var(--bep-text)}@container (max-width: 930px){.beep-accounting-suite-extended-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-accounting-suite-extended-premium .bco2-images,.beep-accounting-suite-extended-premium .beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 620px){.beep-accounting-suite-extended-premium .bco2-checklist{padding:24px 20px}}.beep-accounting-suite-complete-premium,.beep-new-accounting-entry-premium,.beep-cash-basis-registers-premium,.beep-accounting-parametric-search-premium,.beep-bank-receipts-premium,.beep-annual-accounting-summary-premium,.beep-withholding-tax-premium,.beep-due-dates-premium,.beep-account-card-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-accounting-suite-complete-premium,html[data-theme=dark] .beep-new-accounting-entry-premium,html[data-theme=dark] .beep-cash-basis-registers-premium,html[data-theme=dark] .beep-accounting-parametric-search-premium,html[data-theme=dark] .beep-bank-receipts-premium,html[data-theme=dark] .beep-annual-accounting-summary-premium,html[data-theme=dark] .beep-withholding-tax-premium,html[data-theme=dark] .beep-due-dates-premium,html[data-theme=dark] .beep-account-card-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-accounting-suite-complete-premium .bep-hero-copy{min-width:0}.beep-accounting-suite-complete-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-accounting-suite-complete-premium .bco3-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-accounting-suite-complete-premium .bco3-images .bep-image{margin:0}.beep-accounting-suite-complete-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-accounting-suite-complete-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:bco3-step}.beep-accounting-suite-complete-premium .beep-steps li{counter-increment:bco3-step;position:relative;min-height:39px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-accounting-suite-complete-premium .beep-steps li:before{content:counter(bco3-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-accounting-suite-complete-premium .bco3-checklist{margin:44px 0;padding:32px;border:1px solid var(--bep-border);border-radius:21px;background:linear-gradient(135deg,var(--bep-surface),var(--bep-orange-light));box-shadow:var(--bep-shadow)}.beep-accounting-suite-complete-premium .bco3-checklist>h2{margin:0 0 8px;color:var(--bep-text);font-size:28px}.beep-accounting-suite-complete-premium .bco3-checklist>p{margin:0 0 22px;color:var(--bep-text-soft)}.beep-accounting-suite-complete-premium .beep-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.beep-accounting-suite-complete-premium .beep-check-item{position:relative;min-height:70px;padding:17px 18px 17px 54px;border:1px solid var(--bep-border);border-radius:14px;color:var(--bep-text-soft);background:var(--bep-surface)}.beep-accounting-suite-complete-premium .beep-check-item:before{content:"✓";position:absolute;top:16px;left:17px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-accounting-suite-complete-premium .beep-check-item strong{color:var(--bep-text)}@container (max-width: 930px){.beep-accounting-suite-complete-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-accounting-suite-complete-premium .bco3-images,.beep-accounting-suite-complete-premium .beep-checklist-grid{grid-template-columns:1fr}}@media (max-width: 620px){.beep-accounting-suite-complete-premium .bco3-checklist{padding:24px 20px}}.beep-produzione-premium,.beep-production-suite-premium,.beep-quality-control-premium,.beep-cycle-production-costs-premium,.beep-production-settings-premium,.beep-cost-service-boms-premium,.beep-production-boms-premium,.beep-cutting-boms-premium,.beep-bom-movement-value-premium,.beep-primary-derived-requirements-premium,.beep-production-phases-cycles-premium,.beep-machinery-resources-premium,.beep-work-orders-premium,.beep-production-orders-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-produzione-premium,html[data-theme=dark] .beep-production-suite-premium,html[data-theme=dark] .beep-quality-control-premium,html[data-theme=dark] .beep-cycle-production-costs-premium,html[data-theme=dark] .beep-production-settings-premium,html[data-theme=dark] .beep-cost-service-boms-premium,html[data-theme=dark] .beep-production-boms-premium,html[data-theme=dark] .beep-cutting-boms-premium,html[data-theme=dark] .beep-bom-movement-value-premium,html[data-theme=dark] .beep-primary-derived-requirements-premium,html[data-theme=dark] .beep-production-phases-cycles-premium,html[data-theme=dark] .beep-machinery-resources-premium,html[data-theme=dark] .beep-work-orders-premium,html[data-theme=dark] .beep-production-orders-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .2)}.beep-production-suite-premium .bep-hero-copy{min-width:0}.beep-production-suite-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-production-suite-premium .bep-block-title{margin:0 0 12px;color:var(--bep-text);font-size:clamp(24px,2.7vw,32px);font-weight:800;line-height:1.18;letter-spacing:-.02em}.beep-production-suite-premium .bep-block-title:after{content:"";display:block;width:52px;height:4px;margin:12px 0 0;border-radius:999px;background:linear-gradient(90deg,#f47a0b,#ffb15b)}.beep-production-suite-premium .bpr-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-production-suite-premium .bpr-images .bep-image{margin:0}.beep-production-suite-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-production-suite-premium .bep-final-title{margin:0 0 10px;color:inherit;font-size:clamp(27px,3.2vw,38px);font-weight:850;line-height:1.12;letter-spacing:-.025em}.beep-production-suite-premium .beep-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:bpr-step}.beep-production-suite-premium .beep-steps li{counter-increment:bpr-step;position:relative;min-height:39px;margin:0 0 13px;padding:5px 0 5px 48px;color:var(--bep-text-soft)}.beep-production-suite-premium .beep-steps li:before{content:counter(bpr-step);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#f47a0b;font-size:13px;font-weight:900}.beep-production-suite-premium table{width:100%;margin:24px 0;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--bep-border);border-radius:16px;background:var(--bep-surface)}.beep-production-suite-premium th,.beep-production-suite-premium td{padding:14px 16px;border-right:1px solid var(--bep-border);border-bottom:1px solid var(--bep-border);text-align:left;vertical-align:top}.beep-production-suite-premium th:last-child,.beep-production-suite-premium td:last-child{border-right:0}.beep-production-suite-premium tr:last-child td{border-bottom:0}.beep-production-suite-premium th{color:var(--bep-text);background:var(--bep-orange-light);font-weight:800}@container (max-width: 930px){.beep-production-suite-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-production-suite-premium .bpr-images{grid-template-columns:1fr}.beep-production-suite-premium table{display:block;overflow-x:auto}}.beep-planner-suite-premium,.beep-planner-intro-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-planner-suite-premium,html[data-theme=dark] .beep-planner-intro-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-planner-intro-premium .bpi-hero{overflow:visible}.beep-planner-intro-premium .bpi-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:34px;align-items:center}.beep-planner-intro-premium .bpi-kicker{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(244,122,11,.24);border-radius:999px;background:#f47a0b14;color:var(--bep-theme);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.beep-planner-intro-premium .bpi-hero h1{margin:18px 0 14px;font-size:clamp(42px,5.3vw,66px);line-height:.98;letter-spacing:-.04em;text-wrap:balance}.beep-planner-intro-premium .bpi-lead{max-width:760px;margin:0;color:var(--bep-text-soft);font-size:clamp(18px,2vw,21px);line-height:1.7}.beep-planner-intro-premium .bpi-hero-actions,.beep-planner-intro-premium .bpi-hero-points{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.beep-planner-intro-premium .bpi-hero-points span{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:var(--bep-orange-light);color:var(--bep-text);font-size:14px;font-weight:700}.beep-planner-intro-premium .bpi-hero-visual{position:relative}.beep-planner-intro-premium .bpi-window{position:relative;border:1px solid var(--bep-border);border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#ffffffeb,#fff7f0fa);box-shadow:0 30px 80px #0f172a29}html[data-theme=dark] .beep-planner-intro-premium .bpi-window{background:linear-gradient(180deg,#1c222ef5,#141922fa);box-shadow:0 30px 80px #0000006b}.beep-planner-intro-premium .bpi-window-bar{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--bep-border)}.beep-planner-intro-premium .bpi-dots{display:flex;gap:8px}.beep-planner-intro-premium .bpi-dots span{width:10px;height:10px;border-radius:50%;background:#ffc16f}.beep-planner-intro-premium .bpi-dots span:first-child{background:#ff8f5b}.beep-planner-intro-premium .bpi-dots span:last-child{background:#ffd66f}.beep-planner-intro-premium .bpi-window-bar strong{color:var(--bep-text);font-size:14px;font-weight:800}.beep-planner-intro-premium .bpi-state{margin-left:auto;padding:7px 11px;border-radius:999px;background:#2ecc711f;color:#1b8c4d;font-size:12px;font-weight:800}html[data-theme=dark] .beep-planner-intro-premium .bpi-state{color:#7ee2a7}.beep-planner-intro-premium .bpi-window-body{padding:22px}.beep-planner-intro-premium .bpi-panel{padding:22px;border:1px solid var(--bep-border);border-radius:22px;background:linear-gradient(135deg,#f47a0b14,#ffffffeb)}html[data-theme=dark] .beep-planner-intro-premium .bpi-panel{background:linear-gradient(135deg,#f47a0b21,#202632eb)}.beep-planner-intro-premium .bpi-panel small{display:block;color:var(--bep-theme);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.beep-planner-intro-premium .bpi-panel strong{display:block;margin-top:10px;font-size:24px;line-height:1.2}.beep-planner-intro-premium .bpi-line{height:10px;margin-top:16px;border-radius:999px;background:#f47a0b24}.beep-planner-intro-premium .bpi-line.short{width:72%}.beep-planner-intro-premium .bpi-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.beep-planner-intro-premium .bpi-pills span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(244,122,11,.18);color:var(--bep-text);font-size:13px;font-weight:700}html[data-theme=dark] .beep-planner-intro-premium .bpi-pills span{background:#ffffff0a}.beep-planner-intro-premium .bpi-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.beep-planner-intro-premium .bpi-mini-card{padding:18px;border:1px solid var(--bep-border);border-radius:18px;background:var(--bep-surface)}.beep-planner-intro-premium .bpi-mini-card span{display:block;font-size:28px;font-weight:900;color:var(--bep-text)}.beep-planner-intro-premium .bpi-mini-card small{display:block;margin-top:6px;color:var(--bep-text-soft)}.beep-planner-intro-premium .bpi-floating{position:absolute;display:flex;gap:12px;align-items:center;padding:14px 16px;border:1px solid var(--bep-border);border-radius:18px;background:#ffffffeb;box-shadow:0 18px 40px #0f172a24}html[data-theme=dark] .beep-planner-intro-premium .bpi-floating{background:#1c222eeb}.beep-planner-intro-premium .bpi-floating span{font-size:20px}.beep-planner-intro-premium .bpi-floating strong{display:block;font-size:14px}.beep-planner-intro-premium .bpi-floating small{color:var(--bep-text-soft)}.beep-planner-intro-premium .bpi-floating-left{left:-18px;bottom:52px}.beep-planner-intro-premium .bpi-floating-right{right:-14px;top:38px}.beep-planner-intro-premium .bpi-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0 10px}.beep-planner-intro-premium .bpi-overview-item{padding:18px 20px;border:1px solid var(--bep-border);border-radius:20px;background:var(--bep-surface)}.beep-planner-intro-premium .bpi-overview-item strong{display:block;font-size:30px;font-weight:900;color:var(--bep-text)}.beep-planner-intro-premium .bpi-overview-item span{display:block;margin-top:6px;color:var(--bep-text-soft)}.beep-planner-intro-premium .bep-block-title{margin:0 0 12px;color:var(--bep-text);font-size:clamp(24px,2.7vw,32px);font-weight:850;line-height:1.18;letter-spacing:-.02em}.beep-planner-intro-premium .bep-block-title:after{content:"";display:block;width:52px;height:4px;margin:12px 0 0;border-radius:999px;background:linear-gradient(90deg,#f47a0b,#ffb15b)}.beep-planner-intro-premium .bpi-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.beep-planner-intro-premium .bpi-card{padding:22px;border:1px solid var(--bep-border);border-radius:22px;background:var(--bep-surface);box-shadow:0 14px 34px #0f172a0f}html[data-theme=dark] .beep-planner-intro-premium .bpi-card{box-shadow:none}.beep-planner-intro-premium .bpi-card-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:14px;border-radius:16px;background:var(--bep-orange-light);font-size:24px}.beep-planner-intro-premium .bpi-card h3{margin:0 0 10px;font-size:20px;line-height:1.25}.beep-planner-intro-premium .bpi-card p,.beep-planner-intro-premium .bpi-card li{color:var(--bep-text-soft);line-height:1.7}.beep-planner-intro-premium .bpi-card ul{margin:12px 0 0 18px}.beep-planner-intro-premium .bpi-timeline{display:grid;gap:16px;margin-top:18px}.beep-planner-intro-premium .bpi-timeline-item{display:grid;grid-template-columns:56px 1fr;gap:16px;padding:18px 20px;border:1px solid var(--bep-border);border-radius:22px;background:var(--bep-surface)}.beep-planner-intro-premium .bpi-timeline-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;background:var(--bep-orange-light);font-size:25px}.beep-planner-intro-premium .bpi-timeline-item h3{margin:4px 0 8px}.beep-planner-intro-premium .bpi-timeline-item p{margin:0;color:var(--bep-text-soft);line-height:1.7}.beep-planner-intro-premium .bep-note,.beep-planner-intro-premium .bep-warning{margin-top:22px}@media (max-width: 1100px){.beep-planner-intro-premium .bpi-hero-grid{grid-template-columns:1fr}.beep-planner-intro-premium .bpi-floating-left{left:10px;bottom:20px}.beep-planner-intro-premium .bpi-floating-right{right:10px;top:16px}.beep-planner-intro-premium .bpi-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.beep-planner-intro-premium .bpi-cards-grid,.beep-planner-intro-premium .bpi-overview,.beep-planner-intro-premium .bpi-mini-grid{grid-template-columns:1fr}.beep-planner-intro-premium .bpi-hero h1{font-size:40px}.beep-planner-intro-premium .bpi-timeline-item{grid-template-columns:1fr}.beep-planner-intro-premium .bpi-floating{position:static;margin-top:14px}}.beep-planner-intro-premium .bpi-inline-summary{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.beep-planner-intro-premium .bpi-inline-summary span{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid var(--bep-border);border-radius:14px;background:var(--bep-surface);color:var(--bep-text-soft);font-size:13px;font-weight:700}.beep-planner-intro-premium .bpi-floating,.beep-planner-intro-premium .bpi-floating-left,.beep-planner-intro-premium .bpi-floating-right{display:none!important}.beep-planner-anagrafiche-premium,.beep-planner-admins-premium,.beep-planner-collaborator-categories-premium,.beep-planner-job-categories-premium,.beep-planner-collaborators-premium,.beep-planner-job-tags-premium,.beep-planner-shifts-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-planner-anagrafiche-premium,html[data-theme=dark] .beep-planner-admins-premium,html[data-theme=dark] .beep-planner-collaborator-categories-premium,html[data-theme=dark] .beep-planner-job-categories-premium,html[data-theme=dark] .beep-planner-collaborators-premium,html[data-theme=dark] .beep-planner-job-tags-premium,html[data-theme=dark] .beep-planner-shifts-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-planner-anagrafiche-premium .bep-hero-copy{min-width:0}.beep-planner-anagrafiche-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-planner-anagrafiche-premium .bep-hero-visual{position:relative}.beep-planner-anagrafiche-premium .bng-window{width:100%}.beep-planner-anagrafiche-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-planner-anagrafiche-premium .bep-block-title{margin:0 0 12px;color:var(--bep-text);font-size:clamp(24px,2.7vw,32px);font-weight:850;line-height:1.18;letter-spacing:-.02em}.beep-planner-anagrafiche-premium .bep-block-title:after{content:"";display:block;width:52px;height:4px;margin:12px 0 0;border-radius:999px;background:linear-gradient(90deg,#f47a0b,#ffb15b)}.beep-planner-anagrafiche-premium .bpa-subsection-title{margin:28px 0 12px;color:var(--bep-text);font-size:20px;font-weight:800;line-height:1.3}.beep-planner-anagrafiche-premium .bpa-list{color:var(--bep-text-soft)}.beep-planner-anagrafiche-premium .bpa-list li{margin-bottom:7px}.beep-planner-anagrafiche-premium .bep-final-title{margin:0 0 10px;color:inherit;font-size:clamp(27px,3.2vw,38px);font-weight:850;line-height:1.12;letter-spacing:-.025em}@container (max-width: 930px){.beep-planner-anagrafiche-premium .bep-hero h1{font-size:39px;line-height:1.04}}.beep-planner-collaborator-categories-webp-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-planner-collaborator-categories-webp-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-planner-collaborator-categories-webp-premium .bep-image{overflow:hidden}.beep-planner-collaborator-categories-webp-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain;image-rendering:auto}.beep-planner-commesse-premium,.beep-planner-occupancy-premium,.beep-planner-scheduling-premium,.beep-planner-summary-premium,.beep-planner-collaborator-summary-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-planner-commesse-premium,html[data-theme=dark] .beep-planner-occupancy-premium,html[data-theme=dark] .beep-planner-scheduling-premium,html[data-theme=dark] .beep-planner-summary-premium,html[data-theme=dark] .beep-planner-collaborator-summary-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-planner-commesse-premium .bep-hero-copy{min-width:0}.beep-planner-commesse-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-planner-commesse-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain;image-rendering:auto}.beep-planner-commesse-premium .beep-list{margin:16px 0 0;padding-left:22px}.beep-planner-commesse-premium .beep-list li{margin:8px 0;color:var(--bep-text-soft);line-height:1.65}@container (max-width: 930px){.beep-planner-commesse-premium .bep-hero h1{font-size:39px;line-height:1.04}}.beep-planner-settings-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-planner-settings-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-planner-settings-premium .bep-hero-copy{min-width:0}.beep-planner-settings-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-planner-settings-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain;image-rendering:auto}.beep-planner-settings-premium .beep-list{margin:16px 0 0;padding-left:22px}.beep-planner-settings-premium .beep-list li{margin:8px 0;color:var(--bep-text-soft);line-height:1.65}@container (max-width: 930px){.beep-planner-settings-premium .bep-hero h1{font-size:39px;line-height:1.04}}.beep-planner-utilities-premium,.beep-planner-archive-premium,.beep-planner-events-calendar-premium,.beep-planner-log-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-planner-utilities-premium,html[data-theme=dark] .beep-planner-archive-premium,html[data-theme=dark] .beep-planner-events-calendar-premium,html[data-theme=dark] .beep-planner-log-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-planner-utilities-premium .bep-hero-copy{min-width:0}.beep-planner-utilities-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-planner-utilities-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain;image-rendering:auto}.beep-planner-utilities-premium .beep-list{margin:16px 0 0;padding-left:22px}.beep-planner-utilities-premium .beep-list li{margin:8px 0;color:var(--bep-text-soft);line-height:1.65}@container (max-width: 930px){.beep-planner-utilities-premium .bep-hero h1{font-size:39px;line-height:1.04}}.beep-planner-dashboard-premium,.beep-planner-dashboard-webp-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-planner-dashboard-premium,html[data-theme=dark] .beep-planner-dashboard-webp-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-planner-dashboard-premium .bep-hero-copy{min-width:0}.beep-planner-dashboard-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-planner-dashboard-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain;image-rendering:auto}.beep-planner-dashboard-premium .bpd-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.beep-planner-dashboard-premium .bpd-images .bep-image{margin:0}@container (max-width: 930px){.beep-planner-dashboard-premium .bep-hero h1{font-size:39px;line-height:1.04}}@media (max-width: 720px){.beep-planner-dashboard-premium .bpd-images{grid-template-columns:1fr}}.beep-web-suite-premium,.beep-web-intro-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-web-suite-premium,html[data-theme=dark] .beep-web-intro-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-web-intro-premium .bpw-hero{position:relative;overflow:hidden}.beep-web-intro-premium .bpw-hero:before{content:"";position:absolute;inset:-30% auto auto -12%;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(244,122,11,.2),transparent 70%);pointer-events:none}.beep-web-intro-premium .bpw-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);gap:48px;align-items:center}.beep-web-intro-premium .bpw-kicker{display:inline-flex;align-items:center;padding:10px 15px;border:1px solid rgba(244,122,11,.24);border-radius:999px;color:var(--bep-theme);background:#f47a0b14;font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.beep-web-intro-premium .bpw-hero h1{margin:20px 0 18px;max-width:760px;color:var(--bep-text);font-size:clamp(44px,5.8vw,76px);font-weight:900;line-height:.98;letter-spacing:-.048em;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-web-intro-premium .bpw-lead{max-width:720px;margin:0;color:var(--bep-text-soft);font-size:clamp(18px,2vw,22px);line-height:1.7}.beep-web-intro-premium .bpw-hero-actions,.beep-web-intro-premium .bpw-hero-points{display:flex;flex-wrap:wrap;gap:13px;margin-top:25px}.beep-web-intro-premium .bpw-hero-points span{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(244,122,11,.14);border-radius:14px;color:var(--bep-text);background:var(--bep-orange-light);font-size:14px;font-weight:750}.beep-web-intro-premium .bpw-hero-visual{min-width:0}.beep-web-intro-premium .bpw-device-stage{position:relative;min-height:570px;padding:24px 56px 52px 0}.beep-web-intro-premium .bpw-desktop{overflow:hidden;border:1px solid var(--bep-border);border-radius:28px;background:var(--bep-surface);box-shadow:0 34px 90px #0f172a33}html[data-theme=dark] .beep-web-intro-premium .bpw-desktop{box-shadow:0 34px 90px #0000007a}.beep-web-intro-premium .bpw-browser-bar{display:flex;align-items:center;gap:12px;padding:15px 17px;border-bottom:1px solid var(--bep-border);background:color-mix(in srgb,var(--bep-surface) 86%,#f7efe8 14%)}.beep-web-intro-premium .bpw-browser-dots{display:flex;gap:7px}.beep-web-intro-premium .bpw-browser-dots span{width:10px;height:10px;border-radius:50%;background:#ff9b65}.beep-web-intro-premium .bpw-browser-dots span:nth-child(2){background:#ffc76f}.beep-web-intro-premium .bpw-browser-dots span:nth-child(3){background:#ffd979}.beep-web-intro-premium .bpw-address{flex:1;padding:8px 12px;border:1px solid var(--bep-border);border-radius:999px;color:var(--bep-text-soft);background:var(--bep-surface);font-size:12px}.beep-web-intro-premium .bpw-online{padding:7px 10px;border-radius:999px;color:#147a43;background:#2ecc711f;font-size:11px;font-weight:850}html[data-theme=dark] .beep-web-intro-premium .bpw-online{color:#7fe3aa}.beep-web-intro-premium .bpw-desktop-body{display:grid;grid-template-columns:116px minmax(0,1fr);min-height:430px}.beep-web-intro-premium .bpw-sidebar{display:flex;flex-direction:column;gap:9px;padding:20px 14px;border-right:1px solid var(--bep-border);background:linear-gradient(180deg,#f47a0b17,#f47a0b06)}.beep-web-intro-premium .bpw-logo{margin-bottom:15px;color:var(--bep-theme);font-size:18px;font-weight:950;letter-spacing:.06em}.beep-web-intro-premium .bpw-sidebar span{padding:9px 10px;border-radius:10px;color:var(--bep-text-soft);font-size:11px;font-weight:750}.beep-web-intro-premium .bpw-sidebar .is-active{color:#fff;background:#f47a0b}.beep-web-intro-premium .bpw-workspace{padding:22px;min-width:0}.beep-web-intro-premium .bpw-workspace-heading{display:flex;align-items:start;justify-content:space-between;gap:16px}.beep-web-intro-premium .bpw-workspace-heading small,.beep-web-intro-premium .bpw-chart-copy small{display:block;color:var(--bep-theme);font-size:10px;font-weight:850;letter-spacing:.12em}.beep-web-intro-premium .bpw-workspace-heading strong{display:block;margin-top:6px;color:var(--bep-text);font-size:21px;line-height:1.2}.beep-web-intro-premium .bpw-dark-toggle{padding:8px 10px;border:1px solid var(--bep-border);border-radius:999px;color:var(--bep-text-soft);font-size:10px;white-space:nowrap}.beep-web-intro-premium .bpw-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.beep-web-intro-premium .bpw-kpi-card{min-width:0;padding:15px;border:1px solid var(--bep-border);border-radius:16px;background:var(--bep-surface)}.beep-web-intro-premium .bpw-kpi-card span{color:var(--bep-theme);font-size:9px;font-weight:850;letter-spacing:.1em}.beep-web-intro-premium .bpw-kpi-card strong{display:block;margin-top:7px;color:var(--bep-text);font-size:16px}.beep-web-intro-premium .bpw-kpi-card small{display:block;margin-top:5px;color:var(--bep-text-soft);font-size:10px;line-height:1.4}.beep-web-intro-premium .bpw-chart-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:end;margin-top:14px;padding:16px;border:1px solid var(--bep-border);border-radius:17px;background:linear-gradient(135deg,rgba(244,122,11,.08),transparent 68%)}.beep-web-intro-premium .bpw-chart-copy strong{display:block;margin-top:7px;color:var(--bep-text);font-size:15px;line-height:1.3}.beep-web-intro-premium .bpw-chart-bars{display:flex;align-items:end;gap:7px;height:78px}.beep-web-intro-premium .bpw-chart-bars span{flex:1;min-width:8px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#ffad59,#f47a0b)}.beep-web-intro-premium .bpw-chart-bars span:nth-child(1){height:34%}.beep-web-intro-premium .bpw-chart-bars span:nth-child(2){height:56%}.beep-web-intro-premium .bpw-chart-bars span:nth-child(3){height:43%}.beep-web-intro-premium .bpw-chart-bars span:nth-child(4){height:78%}.beep-web-intro-premium .bpw-chart-bars span:nth-child(5){height:66%}.beep-web-intro-premium .bpw-chart-bars span:nth-child(6){height:94%}.beep-web-intro-premium .bpw-phone{position:absolute;right:0;bottom:0;width:180px;padding:10px;border:1px solid rgba(244,122,11,.28);border-radius:30px;background:#172033;box-shadow:0 24px 55px #0f172a42}.beep-web-intro-premium .bpw-phone-speaker{width:52px;height:5px;margin:0 auto 8px;border-radius:999px;background:#ffffff38}.beep-web-intro-premium .bpw-phone-screen{min-height:280px;padding:18px 13px;border-radius:21px;background:linear-gradient(180deg,#fffaf6,#fff1e4)}.beep-web-intro-premium .bpw-phone-screen small{color:#f47a0b;font-size:9px;font-weight:900;letter-spacing:.12em}.beep-web-intro-premium .bpw-phone-screen strong{display:block;margin:8px 0 15px;color:#172b4d;font-size:18px}.beep-web-intro-premium .bpw-phone-card{margin-top:9px;padding:12px;border:1px solid #f0c7a5;border-radius:13px;color:#35435c;background:#fff;font-size:10px;font-weight:750}.beep-web-intro-premium .bpw-phone-action{margin-top:13px;padding:12px 9px;border-radius:12px;color:#fff;background:#f47a0b;text-align:center;font-size:10px;font-weight:850}.beep-web-intro-premium .bpw-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:26px 0 12px}.beep-web-intro-premium .bpw-overview-item{padding:19px 20px;border:1px solid var(--bep-border);border-radius:20px;background:var(--bep-surface)}.beep-web-intro-premium .bpw-overview-item strong{display:block;color:var(--bep-text);font-size:30px;font-weight:900}.beep-web-intro-premium .bpw-overview-item span{display:block;margin-top:6px;color:var(--bep-text-soft)}.beep-web-intro-premium .bpw-feature-grid,.beep-web-intro-premium .bpw-cards-grid,.beep-web-intro-premium .bpw-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.beep-web-intro-premium .bpw-feature-card,.beep-web-intro-premium .bpw-module-card,.beep-web-intro-premium .bpw-control-card{min-width:0;padding:24px;border:1px solid var(--bep-border);border-radius:22px;background:var(--bep-surface);box-shadow:0 14px 34px #0f172a0f}html[data-theme=dark] .beep-web-intro-premium .bpw-feature-card,html[data-theme=dark] .beep-web-intro-premium .bpw-module-card,html[data-theme=dark] .beep-web-intro-premium .bpw-control-card{box-shadow:none}.beep-web-intro-premium .bpw-feature-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:17px;border-radius:18px;color:#fff;background:linear-gradient(135deg,#f47a0b,#ffad59);font-size:12px;font-weight:950;letter-spacing:.04em}.beep-web-intro-premium .bpw-feature-card h3,.beep-web-intro-premium .bpw-module-card h3,.beep-web-intro-premium .bpw-control-card h3{margin:0 0 10px;color:var(--bep-text);font-size:20px;line-height:1.25}.beep-web-intro-premium .bpw-feature-card p,.beep-web-intro-premium .bpw-module-card p,.beep-web-intro-premium .bpw-control-card p{margin:0;color:var(--bep-text-soft);line-height:1.72}.beep-web-intro-premium .bpw-split-card,.beep-web-intro-premium .bpw-analysis-layout,.beep-web-intro-premium .bpw-dark-showcase{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:28px;align-items:center;padding:28px;border:1px solid var(--bep-border);border-radius:24px;background:var(--bep-surface)}.beep-web-intro-premium .bpw-split-card h3,.beep-web-intro-premium .bpw-analysis-copy h3,.beep-web-intro-premium .bpw-dark-copy h3{margin:0 0 10px;color:var(--bep-text);font-size:23px}.beep-web-intro-premium .bpw-split-card p,.beep-web-intro-premium .bpw-analysis-copy p,.beep-web-intro-premium .bpw-dark-copy p{color:var(--bep-text-soft);line-height:1.75}.beep-web-intro-premium .bpw-device-list{display:grid;gap:12px}.beep-web-intro-premium .bpw-device-list div{display:grid;grid-template-columns:52px 1fr;gap:4px 13px;padding:16px;border:1px solid var(--bep-border);border-radius:16px;background:var(--bep-orange-light)}.beep-web-intro-premium .bpw-device-list span{grid-row:1/span 2;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:15px;color:#fff;background:#f47a0b;font-size:11px;font-weight:900}.beep-web-intro-premium .bpw-device-list strong{color:var(--bep-text);font-size:16px}.beep-web-intro-premium .bpw-device-list small{color:var(--bep-text-soft)}.beep-web-intro-premium .bpw-module-card span,.beep-web-intro-premium .bpw-control-card>small{display:inline-flex;margin-bottom:14px;padding:7px 10px;border-radius:999px;color:var(--bep-theme);background:var(--bep-orange-light);font-size:10px;font-weight:900;letter-spacing:.1em}.beep-web-intro-premium .bpw-flow{display:grid;grid-template-columns:repeat(7,auto);gap:12px;align-items:stretch}.beep-web-intro-premium .bpw-flow-step{min-width:0;padding:20px;border:1px solid var(--bep-border);border-radius:20px;background:var(--bep-surface)}.beep-web-intro-premium .bpw-flow-step>span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:13px;border-radius:12px;color:#fff;background:#f47a0b;font-weight:900}.beep-web-intro-premium .bpw-flow-step strong{display:block;color:var(--bep-text);font-size:16px}.beep-web-intro-premium .bpw-flow-step small{display:block;margin-top:7px;color:var(--bep-text-soft);line-height:1.55}.beep-web-intro-premium .bpw-flow-arrow,.beep-web-intro-premium .bpw-ecosystem-link{display:flex;align-items:center;justify-content:center;color:#f47a0b;font-size:30px;font-weight:900}.beep-web-intro-premium .bpw-meter{height:10px;margin-top:18px;overflow:hidden;border-radius:999px;background:#f47a0b1f}.beep-web-intro-premium .bpw-meter span{display:block;width:68%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f47a0b,#ffb05d)}.beep-web-intro-premium .bpw-stock-row,.beep-web-intro-premium .bpw-movement{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding:12px 14px;border-radius:14px;background:var(--bep-orange-light)}.beep-web-intro-premium .bpw-stock-row span,.beep-web-intro-premium .bpw-movement span{color:var(--bep-text-soft);font-size:13px}.beep-web-intro-premium .bpw-stock-row strong{color:var(--bep-theme);font-size:19px}.beep-web-intro-premium .bpw-analysis-chart{min-height:280px;padding:24px;border-radius:22px;color:#fff;background:linear-gradient(145deg,#18243a,#263b5c)}.beep-web-intro-premium .bpw-analysis-heading small{color:#ffad59;font-size:10px;font-weight:900;letter-spacing:.12em}.beep-web-intro-premium .bpw-analysis-heading strong{display:block;margin-top:8px;font-size:23px}.beep-web-intro-premium .bpw-analysis-bars{display:flex;align-items:end;gap:10px;height:150px;margin-top:28px}.beep-web-intro-premium .bpw-analysis-bars span{flex:1;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#ffba70,#f47a0b)}.beep-web-intro-premium .bpw-analysis-bars span:nth-child(1){height:34%}.beep-web-intro-premium .bpw-analysis-bars span:nth-child(2){height:48%}.beep-web-intro-premium .bpw-analysis-bars span:nth-child(3){height:72%}.beep-web-intro-premium .bpw-analysis-bars span:nth-child(4){height:55%}.beep-web-intro-premium .bpw-analysis-bars span:nth-child(5){height:86%}.beep-web-intro-premium .bpw-analysis-bars span:nth-child(6){height:68%}.beep-web-intro-premium .bpw-analysis-bars span:nth-child(7){height:100%}.beep-web-intro-premium .bpw-dark-panel{overflow:hidden;min-height:330px;border:1px solid rgba(255,255,255,.11);border-radius:24px;color:#fff;background:#151d2b;box-shadow:0 24px 60px #00000047}.beep-web-intro-premium .bpw-dark-top{display:flex;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.beep-web-intro-premium .bpw-dark-top span{color:#ffad59;font-size:10px;font-weight:900;letter-spacing:.12em}.beep-web-intro-premium .bpw-dark-content{display:grid;grid-template-columns:75px 1fr;min-height:270px}.beep-web-intro-premium .bpw-dark-sidebar{display:grid;align-content:start;gap:12px;padding:20px 13px;border-right:1px solid rgba(255,255,255,.08)}.beep-web-intro-premium .bpw-dark-sidebar span{height:12px;border-radius:999px;background:#ffffff1c}.beep-web-intro-premium .bpw-dark-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.beep-web-intro-premium .bpw-dark-card{min-height:72px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a}.beep-web-intro-premium .bpw-dark-chart{grid-column:1/-1;display:flex;align-items:end;gap:9px;min-height:130px;padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff08}.beep-web-intro-premium .bpw-dark-chart span{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#ffb362,#f47a0b)}.beep-web-intro-premium .bpw-dark-chart span:nth-child(1){height:38%}.beep-web-intro-premium .bpw-dark-chart span:nth-child(2){height:69%}.beep-web-intro-premium .bpw-dark-chart span:nth-child(3){height:52%}.beep-web-intro-premium .bpw-dark-chart span:nth-child(4){height:89%}.beep-web-intro-premium .bpw-dark-chart span:nth-child(5){height:74%}.beep-web-intro-premium .bpw-ecosystem{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:14px;align-items:stretch}.beep-web-intro-premium .bpw-ecosystem-card{padding:25px;border:1px solid var(--bep-border);border-radius:22px;background:var(--bep-surface)}.beep-web-intro-premium .bpw-ecosystem-card span{color:var(--bep-theme);font-size:11px;font-weight:900;letter-spacing:.1em}.beep-web-intro-premium .bpw-ecosystem-card h3{margin:12px 0 10px;color:var(--bep-text);font-size:20px}.beep-web-intro-premium .bpw-ecosystem-card p{margin:0;color:var(--bep-text-soft);line-height:1.7}.beep-web-intro-premium .bpw-ecosystem-card.is-web{border-color:#f47a0b66;background:linear-gradient(145deg,var(--bep-surface),var(--bep-orange-light))}.beep-web-intro-premium .bpw-final{margin-top:52px}@media (max-width: 1180px){.beep-web-intro-premium .bpw-hero-grid{grid-template-columns:1fr}.beep-web-intro-premium .bpw-device-stage{max-width:850px;margin:0 auto}.beep-web-intro-premium .bpw-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.beep-web-intro-premium .bpw-feature-grid,.beep-web-intro-premium .bpw-cards-grid,.beep-web-intro-premium .bpw-control-grid,.beep-web-intro-premium .bpw-flow,.beep-web-intro-premium .bpw-ecosystem{grid-template-columns:1fr}.beep-web-intro-premium .bpw-flow-arrow,.beep-web-intro-premium .bpw-ecosystem-link{transform:rotate(90deg);min-height:24px}.beep-web-intro-premium .bpw-split-card,.beep-web-intro-premium .bpw-analysis-layout,.beep-web-intro-premium .bpw-dark-showcase{grid-template-columns:1fr}}@media (max-width: 680px){.beep-web-intro-premium .bpw-hero h1{font-size:42px}.beep-web-intro-premium .bpw-device-stage{min-height:auto;padding:0}.beep-web-intro-premium .bpw-phone{position:static;width:min(100%,260px);margin:18px auto 0}.beep-web-intro-premium .bpw-desktop-body{grid-template-columns:1fr}.beep-web-intro-premium .bpw-sidebar{display:none}.beep-web-intro-premium .bpw-workspace{padding:16px}.beep-web-intro-premium .bpw-kpi-grid,.beep-web-intro-premium .bpw-overview,.beep-web-intro-premium .bpw-chart-card,.beep-web-intro-premium .bpw-dark-main{grid-template-columns:1fr}.beep-web-intro-premium .bpw-dark-chart{grid-column:1}}.beep-beepweb-suite-premium,.beep-beepweb-intro-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-beepweb-suite-premium,html[data-theme=dark] .beep-beepweb-intro-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-beepweb-intro-premium .bwi-hero{overflow:visible}.beep-beepweb-intro-premium .bwi-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;align-items:center}.beep-beepweb-intro-premium .bwi-kicker{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(244,122,11,.24);border-radius:999px;background:#f47a0b14;color:var(--bep-theme);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.beep-beepweb-intro-premium .bwi-hero h1{margin:18px 0 14px;font-size:clamp(44px,5.3vw,68px);line-height:.98;letter-spacing:-.04em;text-wrap:balance}.beep-beepweb-intro-premium .bwi-lead{max-width:760px;margin:0;color:var(--bep-text-soft);font-size:clamp(18px,2vw,21px);line-height:1.7}.beep-beepweb-intro-premium .bwi-hero-actions,.beep-beepweb-intro-premium .bwi-hero-points{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.beep-beepweb-intro-premium .bwi-hero-points span{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:var(--bep-orange-light);color:var(--bep-text);font-size:14px;font-weight:700}.beep-beepweb-intro-premium .bwi-hero-visual{position:relative}.beep-beepweb-intro-premium .bwi-window{position:relative;border:1px solid var(--bep-border);border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#ffffffeb,#fff7f0fa);box-shadow:0 30px 80px #0f172a29}html[data-theme=dark] .beep-beepweb-intro-premium .bwi-window{background:linear-gradient(180deg,#1c222ef5,#141922fa);box-shadow:0 30px 80px #0000006b}.beep-beepweb-intro-premium .bwi-window-bar{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--bep-border)}.beep-beepweb-intro-premium .bwi-dots{display:flex;gap:8px}.beep-beepweb-intro-premium .bwi-dots span{width:10px;height:10px;border-radius:50%;background:#ffc16f}.beep-beepweb-intro-premium .bwi-dots span:first-child{background:#ff8f5b}.beep-beepweb-intro-premium .bwi-dots span:last-child{background:#ffd66f}.beep-beepweb-intro-premium .bwi-window-bar strong{color:var(--bep-text);font-size:14px;font-weight:800}.beep-beepweb-intro-premium .bwi-state{margin-left:auto;padding:7px 11px;border-radius:999px;background:#2ecc711f;color:#1b8c4d;font-size:12px;font-weight:800}html[data-theme=dark] .beep-beepweb-intro-premium .bwi-state{color:#7ee2a7}.beep-beepweb-intro-premium .bwi-window-body{padding:22px}.beep-beepweb-intro-premium .bwi-panel{padding:22px;border:1px solid var(--bep-border);border-radius:22px;background:linear-gradient(135deg,#f47a0b14,#ffffffeb)}html[data-theme=dark] .beep-beepweb-intro-premium .bwi-panel{background:linear-gradient(135deg,#f47a0b21,#202632eb)}.beep-beepweb-intro-premium .bwi-panel small{display:block;color:var(--bep-theme);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.beep-beepweb-intro-premium .bwi-panel strong{display:block;margin-top:10px;font-size:24px;line-height:1.2}.beep-beepweb-intro-premium .bwi-line{height:10px;margin-top:16px;border-radius:999px;background:#f47a0b24}.beep-beepweb-intro-premium .bwi-line.short{width:72%}.beep-beepweb-intro-premium .bwi-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.beep-beepweb-intro-premium .bwi-pills span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(244,122,11,.18);color:var(--bep-text);font-size:13px;font-weight:700}html[data-theme=dark] .beep-beepweb-intro-premium .bwi-pills span{background:#ffffff0a}.beep-beepweb-intro-premium .bwi-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.beep-beepweb-intro-premium .bwi-mini-card{padding:18px;border:1px solid var(--bep-border);border-radius:18px;background:var(--bep-surface)}.beep-beepweb-intro-premium .bwi-mini-card span{display:block;font-size:28px;font-weight:900;color:var(--bep-text)}.beep-beepweb-intro-premium .bwi-mini-card small{display:block;margin-top:6px;color:var(--bep-text-soft)}.beep-beepweb-intro-premium .bwi-inline-summary{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.beep-beepweb-intro-premium .bwi-inline-summary span{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid var(--bep-border);border-radius:999px;background:var(--bep-surface);color:var(--bep-text-soft);font-size:13px;font-weight:700}.beep-beepweb-intro-premium .bwi-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0 10px}.beep-beepweb-intro-premium .bwi-overview-item{padding:18px 20px;border:1px solid var(--bep-border);border-radius:20px;background:var(--bep-surface)}.beep-beepweb-intro-premium .bwi-overview-item strong{display:block;font-size:30px;font-weight:900;color:var(--bep-text)}.beep-beepweb-intro-premium .bwi-overview-item span{display:block;margin-top:6px;color:var(--bep-text-soft)}.beep-beepweb-intro-premium .bep-block-title{margin:0 0 12px;color:var(--bep-text);font-size:clamp(24px,2.7vw,32px);font-weight:850;line-height:1.18;letter-spacing:-.02em}.beep-beepweb-intro-premium .bep-block-title:after{content:"";display:block;width:52px;height:4px;margin:12px 0 0;border-radius:999px;background:linear-gradient(90deg,#f47a0b,#ffb15b)}.beep-beepweb-intro-premium .bwi-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.beep-beepweb-intro-premium .bwi-card{padding:22px;border:1px solid var(--bep-border);border-radius:22px;background:var(--bep-surface);box-shadow:0 14px 34px #0f172a0f}html[data-theme=dark] .beep-beepweb-intro-premium .bwi-card{box-shadow:none}.beep-beepweb-intro-premium .bwi-card-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:14px;border-radius:16px;background:var(--bep-orange-light);font-size:24px}.beep-beepweb-intro-premium .bwi-timeline .bwi-timeline-item{border-left-color:#f47a0b47}.beep-beepweb-intro-premium .bwi-timeline-icon{background:var(--bep-orange-light)}@media (max-width: 1180px){.beep-beepweb-intro-premium .bwi-hero-grid{grid-template-columns:1fr}}@media (max-width: 900px){.beep-beepweb-intro-premium .bwi-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.beep-beepweb-intro-premium .bwi-hero h1{font-size:40px}.beep-beepweb-intro-premium .bwi-mini-grid,.beep-beepweb-intro-premium .bwi-overview,.beep-beepweb-intro-premium .bwi-cards-grid{grid-template-columns:1fr}}.beep-beepweb-guides-premium .bbw-guide-section-lead{margin:10px 0 0;color:var(--bep-text-soft);line-height:1.72}.beep-beepweb-guides-premium .bbw-guide-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:24px}.beep-beepweb-guides-premium .bbw-guide-shot{overflow:hidden;margin:0;border:1px solid var(--bep-border);border-radius:18px;background:var(--bep-surface);box-shadow:0 14px 30px #6f3f1617}html[data-theme=dark] .beep-beepweb-guides-premium .bbw-guide-shot{box-shadow:none}.beep-beepweb-guides-premium .bbw-guide-shot img{display:block;width:100%;height:auto;margin:0;border:0;background:#fff}.beep-beepweb-guides-premium .bbw-guide-shot figcaption{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;min-height:72px;padding:14px 16px;border-top:1px solid var(--bep-border);background:var(--bep-surface-soft)}.beep-beepweb-guides-premium .bbw-guide-shot figcaption>span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:var(--bep-theme);color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em}.beep-beepweb-guides-premium .bbw-guide-shot figcaption strong,.beep-beepweb-guides-premium .bbw-guide-shot figcaption small{display:block}.beep-beepweb-guides-premium .bbw-guide-shot figcaption strong{color:var(--bep-text);font-size:14px;line-height:1.35}.beep-beepweb-guides-premium .bbw-guide-shot figcaption small{margin-top:4px;color:var(--bep-text-soft);font-size:11px;line-height:1.45}.beep-beepweb-guides-premium .bbw-guide-summary{margin-top:24px;padding:18px 20px;border:1px solid var(--bep-border);border-radius:18px;background:linear-gradient(135deg,rgba(244,122,11,.12),var(--bep-surface) 72%)}.beep-beepweb-guides-premium .bbw-guide-summary strong{display:block;margin-bottom:6px}@media (max-width: 960px){.beep-beepweb-guides-premium .bbw-guide-gallery{grid-template-columns:1fr}}.beep-beepweb-anagrafiche-premium,.beep-beepweb-clients-premium,.beep-beepweb-prospects-premium,.beep-beepweb-suppliers-premium,.beep-beepweb-products-premium,.beep-beepweb-quick-search-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-beepweb-anagrafiche-premium,html[data-theme=dark] .beep-beepweb-clients-premium,html[data-theme=dark] .beep-beepweb-prospects-premium,html[data-theme=dark] .beep-beepweb-suppliers-premium,html[data-theme=dark] .beep-beepweb-products-premium,html[data-theme=dark] .beep-beepweb-quick-search-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-beepweb-anagrafiche-premium .bep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain;image-rendering:auto}.beep-beepweb-anagrafiche-premium .bep-hero-copy{min-width:0}.beep-beepweb-anagrafiche-premium .bep-hero h1{max-width:100%;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.beep-enterprise-premium.beep-anagrafiche-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-enterprise-premium.beep-anagrafiche-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-enterprise-premium .bep-btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:12px 21px;border-radius:13px;font-weight:800;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.beep-enterprise-premium .bep-btn:hover{transform:translateY(-3px)}.beep-enterprise-premium .bep-btn-primary{color:var(--bep-orange-deep)!important;background:var(--bep-white);box-shadow:0 12px 28px #6323003b}.beep-enterprise-premium .bep-btn-secondary{border:1px solid rgba(255,255,255,.47);color:var(--bep-white)!important;background:#ffffff1f}.beep-enterprise-premium .bep-check-list{display:flex;flex-wrap:wrap;gap:10px 18px;margin:24px 0 0;padding:0;color:#ffffffe0;font-size:13px;list-style:none}.beep-enterprise-premium .bep-check-list li{position:relative;padding-left:27px}.beep-enterprise-premium .bep-check-list li:before{content:"✓";position:absolute;top:1px;left:0;display:flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;color:var(--bep-orange-deep);background:var(--bep-white);font-size:10px;font-weight:900}.beep-enterprise-premium .bep-window-body{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:22px;min-height:285px;padding:30px;background:#fff}.beep-enterprise-premium .bep-window-icon{display:flex;align-items:center;justify-content:center;width:105px;height:105px;border-radius:28px;color:#fff;background:linear-gradient(135deg,var(--bep-orange),#ffad50);font-size:28px;font-weight:900;box-shadow:0 15px 30px #f47a0b42}.beep-enterprise-premium .bep-window-body small{display:block;margin-bottom:5px;color:var(--bep-theme);font-size:10px;font-weight:900;letter-spacing:.07em}.beep-enterprise-premium .bep-window-body h3{margin:0 0 18px;color:#263247;font-size:23px;line-height:1.18}.beep-enterprise-premium .bep-line{display:block;width:74%;height:9px;margin-bottom:9px;border-radius:999px;background:#dfe3e8}.beep-enterprise-premium .bep-line-long{width:94%}.beep-enterprise-premium .bep-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.beep-enterprise-premium .bep-tags span{padding:7px 10px;border-radius:9px;color:var(--bep-orange-dark);background:#fff0df;font-size:9px;font-weight:800}.beep-enterprise-premium .bep-window-bar>span{width:8px;height:8px;border-radius:50%;background:#f0b27a}.beep-enterprise-premium .bep-window-bar>strong{min-width:0}.beep-enterprise-premium .bep-window-bar>em{padding:4px 8px;border-radius:999px;color:#18794e;background:#e8f7ef;font-size:10px;font-style:normal;font-weight:800}.beep-enterprise-premium.beep-anagrafiche-premium>section>h2,.beep-enterprise-premium.beep-anagrafiche-premium>section>.beep-section-title{scroll-margin-top:90px}.beep-enterprise-premium.beep-anagrafiche-premium .beep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain;image-rendering:auto}.beep-enterprise-premium.beep-anagrafiche-premium .beep-section>h3{margin:28px 0 10px!important;padding:18px 20px;border-left:4px solid var(--bep-theme);border-radius:0 13px 13px 0;color:var(--bep-text);background:var(--bep-surface-soft);font-size:19px;line-height:1.35}.beep-enterprise-premium.beep-anagrafiche-premium .beep-section>h2+h3{margin-top:14px!important}@media (max-width: 760px){.beep-enterprise-premium .bep-window-body{grid-template-columns:1fr;text-align:center}.beep-enterprise-premium .bep-window-icon{margin:0 auto}.beep-enterprise-premium .bep-line{margin-right:auto;margin-left:auto}.beep-enterprise-premium .bep-tags{justify-content:center}.beep-enterprise-premium .bep-check-list{display:grid;grid-template-columns:1fr}}.beep-enterprise-premium.beep-gestione-agenti-premium{--bep-theme: #f28c18;--bep-theme-soft: rgba(242, 140, 24, .16)}html[data-theme=dark] .beep-enterprise-premium.beep-gestione-agenti-premium{--bep-theme: #ffad4a;--bep-theme-soft: rgba(255, 173, 74, .2)}.beep-enterprise-premium.beep-gestione-agenti-premium .beep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.beep-enterprise-premium.beep-gestione-agenti-section-premium{--bep-theme: #f47a0b;--bep-theme-soft: rgba(244, 122, 11, .16)}html[data-theme=dark] .beep-enterprise-premium.beep-gestione-agenti-section-premium{--bep-theme: #ff9d3d;--bep-theme-soft: rgba(244, 122, 11, .22)}.beep-enterprise-premium.beep-gestione-agenti-section-premium .beep-image img{display:block;width:100%;height:auto;max-height:none;-o-object-fit:contain;object-fit:contain}.login-wrapper{--lf-bg: var(--vp-c-bg, #ffffff);--lf-bg-card: var(--vp-c-bg-elv, #ffffff);--lf-text: var(--vp-c-text, #213547);--lf-text-mute: var(--vp-c-text-mute, #888888);--lf-border: var(--vp-c-border, #d0d0d0)}[data-theme=dark] .login-wrapper{--lf-bg: var(--vp-c-bg, #1b1b1f);--lf-bg-card: var(--vp-c-bg-elv, #252529);--lf-text: var(--vp-c-text, #dddde3);--lf-text-mute: var(--vp-c-text-mute, #888888);--lf-border: var(--vp-c-border, #3c3c43)}.login-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.login-brand{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:28px}.login-logo{height:64px;width:auto}.login-logo--dark,[data-theme=dark] .login-logo--light{display:none}[data-theme=dark] .login-logo--dark{display:block}.login-brand-text{font-size:1.6rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--lf-text)}.main-form{width:500px;max-width:calc(100vw - 64px);margin:0 auto;display:flex;flex-direction:column;border-radius:20px;background:var(--lf-bg-card);color:var(--lf-text);border:1px solid var(--lf-border);box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:login-card-in .45s cubic-bezier(.16,1,.3,1)}.main-form h1{margin:0;padding:38px 35px 18px;text-align:center;font-size:1.5rem;font-weight:700;color:var(--lf-text);position:relative}.main-form h1:after{content:"";display:block;width:40px;height:3px;margin:14px auto 0;border-radius:3px;background:var(--vp-c-accent, #eb8108)}.main-form .content{padding:30px 35px 35px;text-align:center}.main-form .result-msg{margin-top:18px;padding:10px 14px;border-radius:10px;font-weight:600;font-size:.92rem;color:#c0392b;background:#c0392b1a}[data-theme=dark] .main-form .result-msg{color:#ff8a7a;background:#ff8a7a1f}.main-form .input-field{width:100%;padding:10px 0;position:relative}.main-form .input-field input{font-size:15px;display:block;width:100%;box-sizing:border-box;padding:14px 44px 14px 14px;border:1.5px solid var(--lf-border);border-radius:12px;outline:none;background:var(--lf-bg-card);color:var(--lf-text);transition:border-color .22s,box-shadow .22s,background .22s,transform .22s}.main-form .input-field input::-moz-placeholder{color:transparent}.main-form .input-field input::placeholder{color:transparent}.main-form .input-field input:hover:not(:disabled):not(:focus){border-color:var(--lf-text-mute)}.main-form .input-field input:focus{border-color:var(--vp-c-accent, #eb8108);box-shadow:0 0 0 4px #eb810824;transform:translateY(-1px)}.main-form .input-field input:disabled{opacity:.55;cursor:not-allowed}.main-form .input-field label{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:14px;color:var(--lf-text-mute);pointer-events:none;transition:top .2s,font-size .2s,color .2s,transform .2s;background:transparent;padding:0 3px}.main-form .input-field input:not(:-moz-placeholder)+label{top:0;transform:translateY(-50%);font-size:11px;color:var(--vp-c-accent, #eb8108);background:var(--lf-bg-card)}.main-form .input-field input:focus+label,.main-form .input-field input:not(:placeholder-shown)+label{top:0;transform:translateY(-50%);font-size:11px;color:var(--vp-c-accent, #eb8108);background:var(--lf-bg-card)}.main-form .input-field .eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:32px;height:32px;padding:4px;border:none;background:none;cursor:pointer;color:var(--lf-text-mute);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.main-form .input-field .eye-btn svg{width:18px;height:18px;display:block}.main-form .input-field .eye-btn:hover{color:var(--vp-c-accent, #eb8108);background:#eb81081a}.main-form .input-field .eye-btn.active{color:var(--vp-c-accent, #eb8108)}.main-form .input-field .eye-btn:focus-visible{outline:2px solid var(--vp-c-accent, #eb8108);outline-offset:2px}.main-form .link-button{background:none;border:none;cursor:pointer;color:var(--lf-text-mute);font-size:.85rem;letter-spacing:.2px;outline:0;text-decoration:none;text-transform:uppercase;display:inline-block;margin-top:22px;padding:4px 2px;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.main-form .link-button:hover{color:var(--vp-c-accent, #eb8108);border-color:var(--vp-c-accent, #eb8108)}.main-form .action{display:flex;flex-direction:row;padding:0 35px 35px}.main-form .action button{width:100%;border:none;padding:16px;cursor:pointer;text-transform:uppercase;font-weight:700;font-size:.95rem;border-radius:12px;letter-spacing:.4px;outline:0;background:linear-gradient(135deg,var(--vp-c-accent-bg, #ffb347),var(--vp-c-accent-hover, #ff9900));color:#fff;box-shadow:0 4px 14px #eb810852;transition:transform .2s,box-shadow .2s,opacity .2s}.main-form .action button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #eb810866}.main-form .action button:active:not(:disabled){transform:translateY(0)}.main-form .action button:disabled{cursor:default;opacity:.6;box-shadow:none}@keyframes login-card-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
