.square-button{cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:.25rem;padding:0;transition:background .2s,color .2s}.square-button:hover{background:var(--accent)!important;color:#fff!important}.square-button span,.square-button p,.square-button h1,.square-button h2,.square-button h3{color:inherit}.switch-button-container{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.switch-button{padding:.125rem;display:flex;align-items:center}.updown-button{border-radius:.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:0;cursor:pointer;text-align:center}.updown-button-clickable{border-radius:.25rem}.updown-button-clickable:hover{background:var(--sidebar-accent-foreground)}.feedback-container{position:absolute;border:1px solid var(--sidebar-border);display:flex;flex-direction:column;top:2.75rem;right:0rem;width:15rem;border-radius:.375rem;background:#fff;z-index:2000;padding:.5rem;gap:.5rem;color:var(--text-dark);text-align:start}.universal-modal-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:grid;place-items:center;padding:2rem;z-index:800;overflow:auto}.universal-modal{background:#fff;border-radius:1rem;min-height:576px;height:90vh;max-height:90vh;min-width:1024px;max-width:1280px;width:90vw;display:flex;flex-direction:column}.universal-modal-header{width:100%;height:fit-content;border-bottom:1px solid var(--sidebar-border);display:flex;padding:1rem 3rem 1rem 2rem;justify-content:space-between;align-items:center;position:relative;box-sizing:border-box}.universal-modal-close{position:absolute;top:.5rem;right:.5rem;color:var(--text-muted-foreground);cursor:pointer}.title:hover{background:var(--sidebar-accent-foreground)}.select-chart-containers{min-width:25rem;min-height:15rem;border:2px solid var(--sidebar-border);border-radius:.5rem;cursor:pointer}.select-chart-containers:hover{border:var(--selected-element);background:var(--grey-hover)}.select-chart-containers>*{pointer-events:none!important}.multi-dropdown{border:1px solid var(--sidebar-accent);border-radius:.25rem;position:relative;display:flex;flex-direction:column;justify-content:center;padding:.25rem;height:fit-content;gap:.25rem;cursor:pointer}.dropdown-tick{padding:.25rem;width:1rem;height:1rem;color:var(--text-dark);border-radius:.25rem;cursor:pointer}.dropdown-tick:hover{background:var(--sidebar-accent);color:#fff}.multi-dropdown-list{position:absolute;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;border:1px solid var(--sidebar-accent);border-radius:.25rem;top:100%;left:0;margin-top:.25rem;background:#fff;padding:.25rem;gap:.25rem;overflow-y:auto}.multi-dropdown-item{width:calc(50% - .125rem);display:flex;justify-content:center;border-radius:.25rem;padding-top:.125rem;padding-bottom:.125rem}.multi-dropdown-item:hover{background:var(--sidebar-accent)}.small-dropdown{outline:none;font-family:inherit;cursor:pointer;background:inherit;border-radius:.25rem}.small-dropdown:hover{background:var(--sidebar-accent)}.form-number{padding:.25rem .25rem .25rem .5rem;border-radius:.25rem;cursor:pointer;background:inherit}.form-number::-webkit-inner-spin-button{filter:invert(85%) sepia(10%) saturate(1000%) hue-rotate(210deg) opacity(.6);opacity:1;margin-left:.25rem}.form-number:hover{background:#0000000d}.form-text{padding:.25rem;border-radius:.25rem;cursor:pointer;background:inherit;font-family:inherit;resize:none}.form-text:hover{background:#0000000d}.chart-modal-settings{max-width:100%;height:fit-content;padding:.25rem;display:flex;justify-content:space-between;align-items:center;background:var(--sidebar-accent);border-bottom:1px solid var(--sidebar-accent)}.chart-details summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:.25rem;font-weight:600}.chart-details summary:after{content:"";width:1rem;height:.5rem;background:url(https://uploads.sitepoint.com/wp-content/uploads/2023/10/1697699669arrow.svg) no-repeat;transition:.2s}.chart-details[open]>summary:after{transform:rotate(180deg)}.chart-details summary::-webkit-details-marker{display:none}.chart-details article{padding:.25rem}.country-summary{font-weight:400!important;justify-content:flex-start!important;gap:.5rem;padding:0 0 0 .25rem!important;border-radius:.25rem;cursor:pointer}.country-summary:hover{background:var(--sidebar-accent)}.country-summary:after{display:none}.axis-style{display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--sidebar-border);border-top:none;padding:0 .25rem .25rem;border-radius:0 0 .25rem .25rem}.dash-section{position:relative;background:#fff;display:flex;flex-direction:column;padding:1rem;border-radius:.5rem;gap:.5rem;overflow-y:auto}.dash-section h1{text-align:start;font-weight:600}.dash-section h4{text-align:start;font-weight:400;color:var(--text-muted-foreground)}.chart-containers{position:relative;min-width:25rem;min-height:15rem;border:1px solid var(--sidebar-border);border-radius:.5rem;display:flex;justify-content:center;align-items:center;padding-top:.375rem}.chart-container-overlay{position:absolute;top:.25rem;right:.25rem;display:flex;flex-direction:row;gap:.25rem;z-index:500;background-color:#fff;border-radius:.75rem;padding:.125rem;box-shadow:0 .5rem .75rem #00000026}.chart-copy,.chart-duplicate{color:var(--text-muted-foreground);padding-right:.25rem;padding-left:0rem;gap:.125rem;display:flex;justify-content:start;flex-direction:row}.chart-edit{color:var(--text-muted-foreground)}.chart-delete{color:var(--notification-red);padding:.125rem;gap:.25rem;display:flex;justify-content:start;flex-direction:row}.chart-container-overlay-settings{position:absolute;top:1.5rem;right:.25rem;display:flex;flex-direction:column;gap:.125rem;background-color:#fff;border-radius:.75rem;padding:.25rem;box-shadow:0 .5rem .75rem #00000026;width:fit-content}.dash-vertical-grip{position:absolute;bottom:-.4rem;left:50%;color:var(--text-dark);z-index:500;transform:rotate(90deg);border-radius:.25rem;width:.6rem;height:.8rem;background:var(--sidebar-border);cursor:pointer}.notifications-button{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border-radius:.5rem;color:var(--text-muted-foreground)}.notifications-button:hover{background:var(--accent);color:#fff}.notifications-svg{height:1rem;width:1rem;color:inherit}.notification-counter{background:var(--notification-red);border-radius:999px;font-weight:700;display:flex;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;position:absolute;top:-.25rem;right:-.25rem;color:#fff}.notifications-container{position:absolute;border:1px solid var(--sidebar-border);display:flex;flex-direction:column;text-align:start;top:2.75rem;right:0rem;width:20rem;border-radius:.375rem;background:#fff;z-index:1000}.notification-item{padding:1rem;border-top:1px solid var(--sidebar-border-muted)}.notification-item:hover{background:var(--background-color)}.sidebar-container{width:12rem;min-height:100vh;border-right:1px solid var(--sidebar-border);background:var(--sidebar-color);display:flex;flex-direction:column}.sidebar-button{padding:.875rem 1rem;background:transparent;display:flex;align-items:center;border-radius:.5rem;gap:.75rem}.sidebar-button:hover{background:var(--accent)}.sidebar-dash{background:var(--sidebar-accent)}.sidebar-svg{height:1rem;width:1rem;color:var(--text-dark)}.sidebar-circle{background:var(--sidebar-accent-foreground);height:2rem;min-width:2rem;width:2rem;min-height:2rem;border-radius:9999px}.header{padding:1.5rem 2.5rem 1.5rem 2rem;background:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--sidebar-border-muted);text-align:start}.search-container{position:relative}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--sidebar-border);border-radius:.375rem;box-shadow:0 2px 8px #0000001a;max-height:200px;overflow-y:auto;z-index:1000;color:var(--text-dark)}.search-item{padding:.5rem 1rem;cursor:pointer;border-bottom:1px solid var(--sidebar-border-muted)}.search-item:hover{background:var(--accent)}.company-logo{min-width:12rem;max-width:18rem;border:1px solid var(--sidebar-border-muted);border-radius:.5rem;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#fff;box-shadow:var(--card-shadow);gap:1rem}.logo-input{display:none}.drag-logo{width:7rem;border:1px dashed var(--sidebar-border);padding:2rem 1rem;border-radius:.5rem;background:#00000008}.home-buttons{border:1px solid var(--text-dark);padding:.25rem .5rem;border-radius:.25rem;color:var(--text-dark)}.home-buttons:hover{background:var(--green);border:1px solid rgb(141,205,141,.3)}.default-input{border:1px solid var(--sidebar-border-muted);border-radius:.5rem;display:flex;padding:1.5rem 1rem;background:#fff;box-shadow:var(--card-shadow);gap:1rem}.masterSlide-bin{color:var(--notification-red);position:absolute;top:.5rem;right:.5rem;padding:.25rem}.indicator-link{padding:.5rem 1rem;cursor:pointer}.indicator-link:hover{background:var(--sidebar-accent)}.user-add-indicator th{top:-1px;position:sticky;background-color:#fff;text-align:start;border-bottom:var(--border)}.loading-dots{display:flex;gap:.125rem}.loading-dots span{animation:loading-pulse 1.5s ease-in-out infinite;opacity:.4;color:var(--blue)}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes loading-pulse{0%,60%,to{opacity:.4;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}.ai-chat-container{position:relative}.message{display:flex;align-items:flex-start;animation:messageSlideIn .3s ease-out}.message-wrapper{margin-bottom:.5rem}.message-wrapper:last-child{margin-bottom:0}.example-prompt{cursor:pointer;transition:all .2s ease}.example-prompt:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.chat-input:focus{outline:none;box-shadow:0 0 0 2px #3b82f633}.send-btn:hover:not(:disabled){box-shadow:0 4px 12px #3b82f666!important}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.messages-list::-webkit-scrollbar{width:4px}.messages-list::-webkit-scrollbar-track{background:transparent}.messages-list::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.messages-list::-webkit-scrollbar-thumb:hover{background:#0000004d}.template-card{width:21rem;border:1px solid var(--sidebar-border);border-radius:.5rem;display:flex;flex-direction:column;height:fit-content}.template-thumbnail{border-radius:.5rem .5rem 0 0;object-fit:cover}.template-card-content{padding:1rem;display:flex;flex-direction:column;background:#fff}.template-card-footer{padding-bottom:.75rem;display:flex;justify-content:center;flex-direction:row;border-radius:0 0 .5rem .5rem;background:#fff;gap:.75rem}.slide-container{display:flex;justify-content:flex-start;align-items:flex-start;overflow:auto;scrollbar-gutter:stable;height:100%;max-height:100%;max-width:100%;width:100%}.slide{object-fit:contain;box-shadow:var(--card-shadow);position:relative}.slide-image{width:100%;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.slide-selector{display:flex;flex-direction:column;padding:1rem 0;gap:.5rem;overflow-y:auto;max-width:100%;height:100%}.slide-selector-item{background:#fff;border-radius:1rem;box-shadow:var(--card-shadow);cursor:pointer;display:flex;object-fit:cover;position:relative;overflow:hidden}.slide-selector-image{width:100%;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;border-radius:1rem;z-index:0}.slide-selector>div>div{flex:1;min-width:0}.slide-selection-dropdown{border:1px solid var(--sidebar-border-muted);background:#fff;box-shadow:var(--card-shadow);z-index:9999;display:flex;flex-direction:row;flex-wrap:wrap}.slide-structure-item{cursor:pointer;border-radius:.5rem;position:relative}.slide-structure-item:hover{border:2px solid var(--accent)}.element{z-index:1}.text-element{resize:none;width:100%;height:100%;z-index:10;display:flex}.socials-posts,.socials-settings{width:70%;display:flex;flex-direction:column;gap:1.5rem;min-width:40rem}.socials-settings{width:calc(30% - 1.5rem);min-width:15rem}.socials-analytics,.socials-connected{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:1rem;border-radius:.5rem}.socials-analytics label{color:var(--text-dark);font-weight:500;width:fit-content;font-size:var(--text-sm-size);line-height:var(--text-sm-line-height)}.socials-analytics .engagement-stats{font-weight:600;font-size:var(--text-md-size);line-height:var(--text-md-line-height)}.post-list{display:flex;flex-direction:column;gap:1rem}.post{display:flex;flex-direction:column;border-radius:.5rem;padding:1.5rem;gap:1rem;background:#fff}.initials-circle{border-radius:999px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:var(--text-md-size);line-height:var(--text-md-line-height);font-weight:400;color:var(--text-dark);background:var(--grey)}.image-container-socials{position:relative;max-width:20rem;display:flex;justify-content:center}.questions-section{display:flex;flex-direction:column;gap:1.5rem;width:70%;min-width:40rem}.support-section{display:flex;flex-direction:column;gap:1.5rem;width:calc(30% - 1.5rem);min-width:15rem}.help-input-container{border:1px solid var(--sidebar-border);border-radius:.25rem;display:flex;align-items:center;gap:.5rem;padding:.5rem}.questions-details summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.questions-details summary:after{content:"";width:.9rem;height:.6rem;background:url(https://uploads.sitepoint.com/wp-content/uploads/2023/10/1697699669arrow.svg) no-repeat;transition:.2s}.questions-details[open]>summary:after{transform:rotate(180deg)}.questions-details summary::-webkit-details-marker{display:none}.questions-details article{padding:.5rem;text-align:start;color:var(--text-muted-foreground);font-size:var(--text-sm-size);line-height:var(--text-sm-line-height)}.video-card{display:flex;flex-direction:column;width:15rem;border-radius:.5rem;border:1px solid var(--sidebar-border);min-width:calc(33% - 1rem);height:fit-content}.video-card .thumbnail{width:100%;aspect-ratio:16/9;border-radius:.5rem .5rem 0 0;background-color:var(--sidebar-border-muted)}.loading-spinner{display:inline-flex;align-items:center;justify-content:center;position:relative}.loading-spinner .spinner-ring{position:absolute;border:2px solid transparent;border-radius:50%;animation:spin 1.2s linear infinite}.loading-spinner .spinner-ring:nth-child(1){border-top-color:var(--spinner-color);animation-delay:0s}.loading-spinner .spinner-ring:nth-child(2){border-right-color:var(--spinner-color);animation-delay:.4s}.loading-spinner .spinner-ring:nth-child(3){border-bottom-color:var(--spinner-color);animation-delay:.8s}.loading-spinner.small .spinner-ring{width:12px;height:12px}.loading-spinner.medium .spinner-ring{width:16px;height:16px}.loading-spinner.large .spinner-ring{width:20px;height:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.billing-table{border-spacing:0;width:100%;table-layout:fixed;padding-left:.5rem}.billing-table th{padding:.5rem;font-size:.875rem;font-weight:600;text-align:left;width:25%}.billing-table td{padding:.5rem;font-size:.875rem;border-top:1px solid var(--sidebar-border);width:25%}.fullscreen-platform-bg{min-height:100vh;min-width:100vw;background:var(--background-color);overflow:hidden;display:flex}.f-grow{flex-grow:1}.auth-page{min-height:100vh;min-width:100vw;max-width:100vw;max-height:100vh;display:flex;flex-direction:column;align-items:center;background:var(--sidebar-color);overflow-y:auto;padding:2rem;box-sizing:border-box}.auth-container{background:#fff;padding:2rem 1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-radius:.5rem;box-shadow:var(--card-shadow);margin:auto;width:100%;max-width:28rem}.auth-input-container{border:1px solid var(--sidebar-border);border-radius:.25rem;display:flex;align-items:center;gap:.5rem;padding:.5rem;width:100%;max-width:24rem;margin-bottom:.75rem}.signup-form{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.signup-input-container{border:1px solid var(--sidebar-border);border-radius:.25rem;display:flex;align-items:center;gap:.5rem;padding:.5rem}.auth-max{max-width:44rem}.signup-group{display:flex;flex-direction:column;width:calc(50% - .5rem);gap:.25rem}@media (max-width: 768px){.signup-group{width:100%}.auth-container{padding:1.5rem 1rem 1rem}.signup-form{gap:.5rem}}:root{--background-color: rgb(249, 250, 251);--sidebar-primary: rgb(38, 38, 115);--sidebar-color: rgb(242,242,248);--sidebar-accent: rgb(228, 228, 241);--sidebar-accent-foreground: rgb(228, 220, 248);--sidebar-border: rgb(215,215,234);--sidebar-border-muted: rgb(243, 244, 246);--accent: rgb(154, 96, 240);--accent-color: rgb(174, 182, 249);--text-accent: rgb(26,43,95);--text-dark: rgb(2, 8, 23);--text-muted-foreground: rgb(100, 116, 139);--notification-red: rgb(222, 95, 95);--card-shadow: 0 4px 6px -1px rgb(0,0,0,.1);--green: rgb(141, 205, 141, .3);--green-text: rgb(90, 199, 90);--red: rgb(255, 199, 206);--red-text: rgb(193, 25, 45);--grey: rgb(229, 231, 235);--purple: rgb(121, 81, 219);--navy: rgb(26, 43, 95);--text-sm: .875rem;--grey-hover: rgba(0, 0, 0, .05);--selected-element: 2px solid rgb(174, 182, 249);--selected-color: rgb(174, 182, 249);--border: 1px solid var(--sidebar-border);--text-3xl-size: 2rem;--text-3xl-line-height: 2.5rem;--text-2xl-size: 1.5rem;--text-2xl-line-height: 2rem;--text-xl-size: 1.25rem;--text-xl-line-height: 1.75rem;--text-lg-size: 1.125rem;--text-lg-line-height: 1.5rem;--text-md-size: 1rem;--text-md-line-height: 1.5rem;--text-sm-size: .875rem;--text-sm-line-height: 1.25rem;--text-xs-size: .75rem;--text-xs-line-height: 1rem;--text-xxs-size: .7rem;--text-xxs-line-height: .825rem;--text-xxxs-size: .6rem;--text-xxxs-line-height: .725rem;max-width:1280px;text-align:center}.card-shadow{box-shadow:var(--card-shadow)}.bg-color{color:var(--background-color)}.bg-background{background:var(--background-color)}.bg-sidebar{background:var(--sidebar-color)}.bg-sidebar-accent{background:var(--sidebar-accent)}.bg-grey{background:var(--grey)}.bg-muted{background:var(--text-muted-foreground)}.accent-color{color:var(--accent-color)}.t-accent-color{color:var(--text-accent)}.white{color:#fff}.black{color:#000}.dark{color:var(--text-dark)}.purple{color:var(--purple)}.red{color:var(--red)}.notification-red{color:var(--notification-red)}.muted-fore{color:var(--text-muted-foreground)}.bg-black{background:#000}.inherit-color{color:inherit}.pointer{cursor:pointer}.hover:hover{background:var(--sidebar-accent)}.fullscreen-bg{height:100vh;width:100vw;background:var(--background-color);overflow:hidden;display:flex}.trove-logo{background:linear-gradient(to bottom right,white,var(--sidebar-primary));border-radius:.5rem;overflow:hidden;display:flex;justify-content:center;align-items:center;width:2.25rem;height:2.25rem}.centered-flex-container{display:flex;justify-content:center;align-items:center;position:relative}.flex-gap-center{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.fullscreen{min-height:100vh;min-width:100vw}.full-height{min-height:100vh}.full-width{min-width:100vw}.w-100{min-width:100%;width:100%;max-width:100%}.h-100{height:100%}.b{border:1px solid var(--sidebar-border)}.b-dark{border:1px solid var(--text-dark)}.b-none{border:none}.b-top{border-top:1px solid var(--sidebar-border)}.b-bottom{border-bottom:1px solid var(--sidebar-border)}.b-left{border-left:1px solid var(--sidebar-border)}.b-right{border-right:1px solid var(--sidebar-border)}.p-0{padding:0}.p-00125{padding:.125rem}.p-0025{padding:.25rem}.p-005{padding:.5rem}.p-01{padding:1rem}.p-015{padding:1.5rem}.p-02{padding:2rem}.py-0025{padding-top:.25rem;padding-bottom:.25rem}.py-005{padding-top:.5rem;padding-bottom:.5rem}.py-0075{padding-top:.75rem;padding-bottom:.75rem}.py-01{padding-top:1rem;padding-bottom:1rem}.py-015{padding-top:1.5rem;padding-bottom:1.5rem}.py-02{padding-top:2rem;padding-bottom:2rem}.pt-005{padding-top:.5rem}.pt-01{padding-top:1rem}.pt-015{padding-top:1.5rem}.pt-02{padding-top:2rem}.pb-0{padding-bottom:0}.pb-005{padding-bottom:.5rem}.pb-01{padding-bottom:1rem}.pb-015{padding-bottom:1.5rem}.pb-02{padding-bottom:2rem}.px-0025{padding-left:.25rem;padding-right:.25rem}.px-005{padding-left:.5rem;padding-right:.5rem}.px-0075{padding-left:.75rem;padding-right:.75rem}.px-01{padding-left:1rem;padding-right:1rem}.px-015{padding-left:1.5rem;padding-right:1.5rem}.px-02{padding-left:2rem;padding-right:2rem}.pl-0025{padding-left:.25rem}.pl-005{padding-left:.5rem}.pl-01{padding-left:1rem}.pl-015{padding-left:1.5rem}.pl-02{padding-left:2rem}.pr-0025{padding-right:.25rem}.pr-005{padding-right:.5rem}.pr-01{padding-right:1rem}.m-0{margin:0}.m-005{margin:.5rem}.m-01{margin:1rem}.m-015{margin:1.5rem}.m-02{margin:2rem}.mx-0025{margin-left:.25rem;margin-right:.25rem}.mx-005{margin-left:.5rem;margin-right:.5rem}.mx-01{margin-left:1rem;margin-right:1rem}.mr-0{margin-right:0}.mr-005{margin-right:.5rem}.mr-01{margin-right:1rem}.mr-015{margin-right:1.5rem}.mr-02{margin-right:2rem}.ml-0{margin-left:0}.ml-005{margin-left:.5rem}.ml-0075{margin-left:.75rem}.ml-01{margin-left:1rem}.ml-0125{margin-left:1.25rem}.ml-015{margin-left:1.5rem}.ml-02{margin-left:2rem}.mt-0{margin-top:0}.mt-0025{margin-top:.25rem}.mt-005{margin-top:.5rem}.mt-0075{margin-top:.75rem}.mt-01{margin-top:1rem}.mt-015{margin-top:1.5rem}.mt-02{margin-top:2rem}.mb-0{margin-bottom:0}.mb-0025{margin-bottom:.25rem}.mb-005{margin-bottom:.5rem}.mb-01{margin-bottom:1rem}.mb-015{margin-bottom:1.5rem}.mb-02{margin-bottom:2rem}.gap-00125{gap:.125rem}.gap-0025{gap:.25rem}.gap-005{gap:.5rem}.gap-0075{gap:.75rem}.gap-01{gap:1rem}.gap-015{gap:1.5rem}.gap-02{gap:2rem}.bg-white{background:#fff}.bg-notification{background:var(--notification-red)}.relative{position:relative}.grid{display:grid}.flex{display:flex}.flex-1{flex:1 1 0%}.column{flex-direction:column}.row{flex-direction:row}.flex-1-1-auto{flex:1 1 auto}.wrap{flex-wrap:wrap}.start{justify-content:flex-start}.center{justify-content:center}.end{justify-content:end}.space-around{justify-content:space-around}.space-between{justify-content:space-between}.align-start{align-items:start}.align-center{align-items:center}.align-space-around{align-items:space-around}.align-end{align-items:end}.hidden{overflow:hidden}.hidden-x{overflow-x:hidden}.auto-y{overflow-y:auto}.auto-x{overflow-x:auto}.h-fit{height:fit-content}.h-005{height:.5rem}.h-0075{height:.75rem}.h-01{height:1rem}.h-0125{height:1.25rem}.h-015{height:1.5rem}.h-02{height:2rem}.h-025{height:2.5rem}.h-03{height:3rem}.h-04{height:4rem}.h-05{height:5rem}.mw-0{min-width:0}.w-fit{width:fit-content}.w-005{width:.5rem}.w-0075{width:.75rem}.w-01{width:1rem}.w-0125{width:1.25rem}.w-015{width:1.5rem}.w-02{width:2rem}.w-025{width:2.5rem}.w-03{width:3rem}.w-035{width:3.5rem}.w-04{width:4rem}.w-05{width:5rem}.w-06{width:6rem}.w-08{width:8rem}.w-10{width:10rem}.w-12{width:12rem}.w-14{width:14rem}.w-16{width:16rem}.w-18{width:18rem}.w-20{width:20rem}.w-22{width:22rem}.w30{width:30%}.w40{width:40%}.w49{width:49%}.w50{width:50%}.w60{width:60%}.w70{width:70%}.w80{width:80%}.w90{width:90%}.text-3xl{font-size:var(--text-3xl-size);line-height:var(--text-3xl-line-height)}.text-2xl{font-size:var(--text-2xl-size);line-height:var(--text-2xl-line-height)}.text-xl{font-size:var(--text-xl-size);line-height:var(--text-xl-line-height)}.text-lg{font-size:var(--text-lg-size);line-height:var(--text-lg-line-height)}.text-md{font-size:var(--text-md-size);line-height:var(--text-md-line-height)}.text-sm{font-size:var(--text-sm-size);line-height:var(--text-sm-line-height)}.text-xs{font-size:var(--text-xs-size);line-height:var(--text-xs-line-height)}.text-xxs{font-size:var(--text-xxs-size);line-height:var(--text-xxs-line-height)}.text-xxxs{font-size:var(--text-xxxs-size);line-height:var(--text-xxxs-line-height)}.t-center{text-align:center}.t-start{text-align:start}.t-end{text-align:end}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.br-0{border-radius:0}.br-0025{border-radius:.25rem}.br-00375{border-radius:.375rem}.br-0-5,.br-005{border-radius:.5rem}.br-01{border-radius:1rem}.br-015{border-radius:1.5rem}.br-02{border-radius:2rem}.circle{border-radius:999px}*,*:before,*:after{box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:500;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;width:100%}body{margin:0;width:100%;min-height:100vh;overflow-x:hidden;display:flex;place-items:center;min-width:768px}button{border:none;font-family:inherit;background-color:transparent;cursor:pointer}p,h1,h2,h3,h4,h5,h6,input,summary,details,th,td,ul,li{margin:0;background:transparent;border:none;color:#242424;outline:none;font-family:inherit}label{color:var(--text-dark)}a{text-decoration:none}::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:transparent}::-webkit-scrollbar-track{background-color:transparent;border-radius:.25rem}::-webkit-scrollbar-thumb{background-color:#8080804d;border-radius:.25rem}::-webkit-scrollbar-thumb:hover{background-color:#80808080}input[type=range]{-webkit-appearance:none;height:.5rem;background:var(--sidebar-accent);border-radius:.375rem;margin:.25rem}input[type=text]{font-family:inherit}article{display:flex;flex-direction:column}input[type=color]{border-radius:.25rem;padding:0;border:none;height:1rem;min-width:1rem;cursor:pointer}input[type=color]::-moz-color-swatch{border:none}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border-radius:0}input[type=color]::-webkit-color-swatch{border:none}input[type=checkbox]{border:1px solid var(--text-muted-foreground);border-radius:.25rem;min-width:1rem;min-height:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}input[type=checkbox]:checked{opacity:1;accent-color:var(--sidebar-accent);-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}
