.events-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.events-modal-content{background-color:#fff;width:90%;max-width:600px;max-height:80vh;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 10px 25px #0003;color:#333}.events-modal-header{padding:16px 20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.events-modal-header h2{margin:0;font-size:1.25rem;color:#1a1a1a}.events-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.events-modal-actions{padding:10px 20px;background-color:#f9f9f9;border-bottom:1px solid #eee}.events-modal-clear{background-color:#ff4d4d;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:.875rem;cursor:pointer}.events-modal-body{padding:20px;overflow-y:auto;flex:1}.no-events{text-align:center;color:#888;font-style:italic;margin-top:40px}.events-list{display:flex;flex-direction:column;gap:12px}.event-item{border:1px solid #eee;border-radius:8px;padding:12px;background-color:#fff}.event-item-header{display:flex;justify-content:space-between;margin-bottom:8px;border-bottom:1px dashed #eee;padding-bottom:4px}.event-name{font-weight:700;color:#007bff}.event-time{font-size:.75rem;color:#999}.event-details p{margin:4px 0;font-size:.875rem}.event-metadata{margin-top:8px;background-color:#f4f4f4;padding:8px;border-radius:4px}.event-metadata pre{margin:4px 0 0;font-size:.75rem;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.rules-playground-overlay{position:fixed;inset:0;background:#13102129;z-index:1001;opacity:0;pointer-events:none;transition:opacity .28s ease}.rules-playground-overlay.open{opacity:1;pointer-events:auto}.rules-playground-toggle{position:fixed;bottom:20px;left:20px;width:56px;height:56px;border:none;border-radius:50%;background:#7668ac;color:#fcfcfd;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 15px #00000014;z-index:1002}.rules-playground-toggle__tooltip{position:absolute;left:72px;top:50%;transform:translateY(-50%);height:0;overflow:hidden;opacity:0;white-space:nowrap;padding:0;background:#fcfcfd;color:#7668ac;border-radius:8px;font-family:var(--montserrat);font-size:12px;font-weight:700;transition:opacity .2s ease-in-out}.rules-playground-toggle:hover .rules-playground-toggle__tooltip,.rules-playground-toggle:focus-visible .rules-playground-toggle__tooltip{height:auto;padding:3px 15px;opacity:1;border:2px solid #7668ac}.rules-playground-drawer{position:fixed;top:0;left:-100%;width:530px;max-width:calc(100vw - 24px);height:100vh;background:#fcfcfd;box-shadow:0 6px 15px #00000014;z-index:1002;display:flex;flex-direction:column;transition:left .3s ease-in-out}.rules-playground-drawer.open{left:0}.rules-playground-drawer__header{background:#fcfcfd}.rules-playground-drawer__header-top{display:flex;justify-content:flex-start;padding:22px 33px 0}.rules-playground-drawer__close-badge{width:45px;height:45px;border:none;border-radius:50%;background:#7668ac;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.rules-playground-drawer__close-icon{color:#fcfcfd;display:inline-flex;align-items:center;justify-content:center}.rules-playground-drawer__count{position:absolute;top:0;right:-20px;width:30px;height:30px;border-radius:50%;background:#f9dc45;color:#747474;display:flex;align-items:center;justify-content:center}.rules-playground-drawer__count svg{width:16px;height:16px}.rules-playground-drawer__tooltip{position:absolute;left:50%;bottom:-25px;transform:translate(-50%);height:0;overflow:hidden;opacity:0;white-space:nowrap;padding:0;background:#fcfcfd;color:#7668ac;border-radius:8px;font-family:var(--montserrat);font-size:12px;font-weight:700;transition:opacity .2s ease-in-out}.rules-playground-drawer__close-badge:hover .rules-playground-drawer__tooltip,.rules-playground-drawer__close-badge:focus-visible .rules-playground-drawer__tooltip{height:auto;padding:3px 15px;opacity:1;border:2px solid #7668ac}.rules-playground-drawer__title{padding:20px 20px 0}.rules-playground-drawer__title h2{margin:0;color:#008ecf;font-family:var(--montserrat);font-size:22px;font-weight:700}.rules-playground-drawer__title p{margin:8px 0 0;padding-bottom:20px;border-bottom:1px solid #e6dcff;color:#747474;font-family:var(--source);font-size:14px;line-height:1.35}.rules-playground-drawer__body{flex:1;overflow-y:auto;overflow-x:hidden;background:#fcfcfd;padding:16px 20px 24px}.rules-playground-section{padding:16px;border:1px solid #f0f1f4;border-radius:16px;background:linear-gradient(180deg,#fcfcfd,#f9f7ff)}.rules-playground-section+.rules-playground-section{margin-top:12px}.rules-playground-section--experiment{background:#fcfcfd}.rules-playground-section__label{display:block;margin:0 0 10px;color:#6c57a8;font-family:var(--montserrat);font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.rules-playground-input{width:100%;min-height:42px;padding:10px 12px;border-radius:10px;border:1px solid #d9dbe3;background:#fff;color:#505050;font-family:var(--source);font-size:14px;outline:none}.rules-playground-input:focus{border-color:#9683cd;box-shadow:0 0 0 3px #9683cd29}.rules-playground-check-row{display:flex;align-items:center;gap:10px;min-height:38px;color:#505050;font-family:var(--source);font-size:14px;cursor:pointer}.rules-playground-check-row+.rules-playground-check-row{margin-top:6px}.rules-playground-check-row input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:#7668ac;cursor:pointer}.rules-playground-drawer__footer{display:flex;flex-wrap:wrap;gap:12px;padding:16px 20px 24px;border-top:1px solid #e6dcff;background:#fcfcfd}.rules-playground-action--danger{color:#fcfcfd;background:#d85757}.rules-playground-action{flex:1;min-height:52px;border-radius:40px;padding:0 18px;font-family:var(--montserrat);font-size:14px;font-weight:700;cursor:pointer}.rules-playground-action--primary{background:#6c57a8;border:1px solid #6c57a8;color:#fff}.rules-playground-action--secondary{background:#fff;border:1px solid #6c57a8;color:#6c57a8}.rules-playground-experiment{display:flex;flex-direction:column;gap:12px}.rules-playground-experiment__title{margin:0;color:#6c57a8;font-family:var(--montserrat);font-size:16px;font-weight:700}.rules-playground-experiment__meta{margin:0;color:#747474;font-family:var(--source);font-size:14px}.rules-playground-experiment__actions{display:flex;flex-wrap:wrap;gap:10px}.rules-playground-experiment__button{min-height:38px;padding:0 14px;border-radius:999px;border:1px solid #d9dbe3;background:#fff;color:#6c57a8;font-family:var(--montserrat);font-size:12px;font-weight:700;cursor:pointer}.rules-playground-experiment__button--primary{border-color:#6c57a8;background:#6c57a8;color:#fff}.rules-playground-experiment__button--muted{color:#505050}.rules-playground-experiment__button:disabled{opacity:.5;cursor:default}.rules-playground-experiment__result{margin:0;color:#505050;font-family:var(--source);font-size:14px}@media(max-width:640px){.rules-playground-toggle{left:12px;bottom:12px}.rules-playground-drawer{width:calc(100vw - 12px);max-width:calc(100vw - 12px)}.rules-playground-drawer__header-top{padding:18px 20px 0}.rules-playground-drawer__title{padding:18px 16px 0}.rules-playground-drawer__body{padding:16px}.rules-playground-drawer__footer{flex-direction:column-reverse;padding:16px}}.storefront-route-loading{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;color:#9683cd}.storefront-route-loading__spinner{margin-bottom:.5rem}.storefront-route-loading__title{margin:0;font-family:var(--source);font-style:normal;font-weight:400;font-size:1rem;line-height:1.375rem;letter-spacing:.02em}:root{--bege-claro: #FFF5CA;--bege-escuro: #FFF0B1;--roxo: #C2B6F2;--roxo-claro: #7668AC;--roxo-escuro: #483D7C;--roxo-2: #A696DE;--roxo-3: #333040;--branco: #ffffff;--branco-azulado: #EBFEFF;--cinza-claro: #FAFBFC;--cinza-escuro: #595959;--cinza-medio: #8c8c8c;--cinza-300: #BFBFBF;--cinza-600: #3F3F3F;--azul-branco: #E6F4F4;--branco-claro: #F2F2F2;--branco-2: #F9F9F9;--branco-3: #DFE0E1;--azul-marinho: #A6FBFF;--azul-claro: #5DBCFF;--azul-medio: #008ECF;--azul-escuro: #005F9D;--amarelo-claro: #FFFF79;--amarelo-medio: #F9DC45;--amarelo-escuro: #DBBD1F;--ouro: #917921;--laranja: #F3C00B;--laranja-escuro: #E49700;--vermelho: #E94B56;--preto: #000000;--marrom-claro: #E3D79B;--marrom: #E7E2D0;--marrom-escuro: #A29F91;--marrom-200: #473106;--montserrat: "Montserrat", sans-serif;--source: "Source Sans Pro", sans-serif;--open: "Open Sans", sans-serif;font-family:var(--montserrat);line-height:1.5;font-weight:400;color-scheme:light;color:var(--cinza-600);background-color:var(--branco);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}span,div{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.d-flex{display:flex}.space-between{justify-content:space-between}.content-left{justify-content:left}.text-white{color:#fffef9}.position-relative{position:relative}.align-items-center{align-items:center}.flex-33{flex:33}.p-1{padding:1rem}.pt-1{padding-top:1rem}.pb-1{padding-bottom:1rem}.pr-1{padding-right:1rem}.pl-1{padding-left:1rem}.w-100{width:100%}
