.GlassCard-module__lf3E6a__card{-webkit-backdrop-filter:blur(40px)saturate(220%);box-shadow:var(--glass-shadow), var(--glass-inset);background:#080816f2;border:1px solid #ffffff1f;border-radius:16px;padding:1.5rem;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.GlassCard-module__lf3E6a__hoverEffect:hover{box-shadow:0 0 28px #50f9d226, var(--glass-shadow), var(--glass-inset);border-color:#50f9d259;transform:translateY(-2px)}
.GlassButton-module__UWv_FG__btn{font-family:var(--font-body);cursor:pointer;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.GlassButton-module__UWv_FG__btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.GlassButton-module__UWv_FG__btn:active{transform:scale(.98)}.GlassButton-module__UWv_FG__primary{background:var(--accent-primary);color:#000;border:1px solid var(--accent-primary);box-shadow:0 0 20px #50f9d233}.GlassButton-module__UWv_FG__primary:hover:not(:disabled){background:var(--accent-primary-hover);border-color:var(--accent-primary-hover);transform:translateY(-1px);box-shadow:0 0 30px #50f9d273}.GlassButton-module__UWv_FG__secondary{color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff14}.GlassButton-module__UWv_FG__secondary:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.GlassButton-module__UWv_FG__outline{color:var(--text-primary);background:0 0;border:1px solid #ffffff26}.GlassButton-module__UWv_FG__outline:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-1px)}.GlassButton-module__UWv_FG__danger{color:#ff4d4d;background:#ff4d4d1a;border:1px solid #ff4d4d33}.GlassButton-module__UWv_FG__danger:hover:not(:disabled){background:#ff4d4d33;border-color:#ff4d4d66;transform:translateY(-1px)}
.CheckoutModal-module__WC18WW__overlay{-webkit-backdrop-filter:blur(20px);z-index:3000;background:#000000e0;justify-content:center;align-items:center;padding:1.5rem;animation:.2s CheckoutModal-module__WC18WW__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes CheckoutModal-module__WC18WW__fadeIn{0%{opacity:0}to{opacity:1}}.CheckoutModal-module__WC18WW__modal{width:100%;max-width:440px;max-height:88vh;transition:max-width .2s;animation:.25s cubic-bezier(.4,0,.2,1) CheckoutModal-module__WC18WW__slideUp;overflow-y:auto;-webkit-backdrop-filter:blur(40px)saturate(200%)!important;border:1px solid #ffffff24!important;border-top:3px solid var(--accent-primary)!important;background:#04040efa!important;border-radius:0!important;padding:1.25rem!important;box-shadow:0 32px 80px #000000e6!important}.CheckoutModal-module__WC18WW__modal::-webkit-scrollbar{width:6px}.CheckoutModal-module__WC18WW__modal::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}@media (min-width:640px){.CheckoutModal-module__WC18WW__modal{max-width:800px}.CheckoutModal-module__WC18WW__step1Container{grid-template-columns:1.1fr 1fr;align-items:start;gap:1.5rem;display:grid}}.CheckoutModal-module__WC18WW__leftCol,.CheckoutModal-module__WC18WW__rightCol{flex-direction:column;display:flex}@keyframes CheckoutModal-module__WC18WW__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.CheckoutModal-module__WC18WW__modalHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.CheckoutModal-module__WC18WW__modalTitle{text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem;font-weight:900}.CheckoutModal-module__WC18WW__modalSub{color:var(--text-secondary);margin-top:.15rem;font-size:.75rem}.CheckoutModal-module__WC18WW__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-shrink:0;padding:.25rem;transition:color .2s}.CheckoutModal-module__WC18WW__closeBtn:hover{color:var(--text-primary)}.CheckoutModal-module__WC18WW__areaList{flex-direction:column;gap:.4rem;margin-bottom:1rem;padding-right:.25rem;display:flex}.CheckoutModal-module__WC18WW__areaList::-webkit-scrollbar{width:4px}.CheckoutModal-module__WC18WW__areaList::-webkit-scrollbar-thumb{background:#ffffff26}.CheckoutModal-module__WC18WW__areaOption{cursor:pointer;background:#ffffff03;border:1px solid #ffffff12;border-radius:0;justify-content:space-between;align-items:center;padding:.6rem .85rem;transition:all .2s;display:flex}.CheckoutModal-module__WC18WW__areaOption:hover{background:#ffffff08;border-color:#fff3}.CheckoutModal-module__WC18WW__areaOptionSelected{box-shadow:none;border-color:var(--accent-primary)!important;background:#50f9d20a!important}.CheckoutModal-module__WC18WW__areaOptionName{text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;font-weight:700}.CheckoutModal-module__WC18WW__areaOptionCap{color:var(--text-muted);font-size:.68rem}.CheckoutModal-module__WC18WW__areaOptionPrice{font-family:var(--font-title);color:#fff;text-shadow:none;font-size:.85rem;font-weight:800}.CheckoutModal-module__WC18WW__radioIndicator{border:1px solid #ffffff40;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;margin-right:.6rem;transition:all .2s;display:flex}.CheckoutModal-module__WC18WW__radioIndicatorSelected{border-color:var(--accent-primary);background:var(--accent-primary)}.CheckoutModal-module__WC18WW__radioDot{background:#000;border-radius:0;width:5px;height:5px}.CheckoutModal-module__WC18WW__divider{background:#ffffff0f;height:1px;margin:.75rem 0}.CheckoutModal-module__WC18WW__affLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;font-size:.72rem;font-weight:700;display:block}.CheckoutModal-module__WC18WW__summary{background:#ffffff05;border:1px solid #ffffff14;border-radius:0;margin-bottom:1rem;padding:.75rem 1rem}.CheckoutModal-module__WC18WW__summaryRow{color:var(--text-secondary);justify-content:space-between;margin-bottom:.25rem;font-size:.75rem;display:flex}.CheckoutModal-module__WC18WW__summaryTotal{color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;border-top:1px solid #ffffff12;justify-content:space-between;margin-top:.4rem;padding-top:.4rem;font-size:.85rem;font-weight:900;display:flex}.CheckoutModal-module__WC18WW__summaryTotal span:last-child{color:#fff;text-shadow:none}.CheckoutModal-module__WC18WW__alert{border-radius:0;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.825rem;display:flex}.CheckoutModal-module__WC18WW__alertError{color:#ff4d4d;background:#ff4d4d0f;border:1px solid #ff4d4d2e}.CheckoutModal-module__WC18WW__alertSuccess{color:#2ecc71;background:#2ecc710f;border:1px solid #2ecc712e}.CheckoutModal-module__WC18WW__methodTabs{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.CheckoutModal-module__WC18WW__methodTab{color:var(--text-secondary);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:0;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.CheckoutModal-module__WC18WW__methodTab:hover{color:var(--text-primary);background:#ffffff0f}.CheckoutModal-module__WC18WW__methodTabActive{box-shadow:none;border-color:var(--accent-primary)!important;color:var(--text-primary)!important;background:#50f9d20a!important}.CheckoutModal-module__WC18WW__pixCodeBox{word-break:break-all;color:var(--text-secondary);background:#ffffff05;border:1px dashed #ffffff26;border-radius:0;margin-bottom:1rem;padding:.75rem;font-family:Courier New,monospace;font-size:.73rem}.CheckoutModal-module__WC18WW__cardForm{flex-direction:column;gap:.875rem;margin-bottom:1.5rem;display:flex}.CheckoutModal-module__WC18WW__cardRow2{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.CheckoutModal-module__WC18WW__btnBack{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.25rem;width:100%;margin-top:1rem;font-size:.75rem;font-weight:700;transition:color .2s;display:inline-flex}.CheckoutModal-module__WC18WW__btnBack:hover{color:var(--text-primary)}
.CabinBookingModal-module__Wxudga__overlay{-webkit-backdrop-filter:blur(20px);z-index:3000;background:#000000e0;justify-content:center;align-items:center;padding:1rem;animation:.2s CabinBookingModal-module__Wxudga__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes CabinBookingModal-module__Wxudga__fadeIn{0%{opacity:0}to{opacity:1}}.CabinBookingModal-module__Wxudga__modal{width:100%;max-width:600px;transition:max-width .2s;animation:.25s cubic-bezier(.4,0,.2,1) CabinBookingModal-module__Wxudga__slideUp;-webkit-backdrop-filter:blur(40px)saturate(200%)!important;border:1px solid #ffffff24!important;border-top:3px solid var(--accent-primary)!important;background:#04040efa!important;border-radius:0!important;padding:1.25rem!important;box-shadow:0 32px 80px #000000e6,inset 0 1px #ffffff17!important}@media (min-width:640px){.CabinBookingModal-module__Wxudga__modal{max-width:820px}.CabinBookingModal-module__Wxudga__step1Container{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}}.CabinBookingModal-module__Wxudga__leftCol,.CabinBookingModal-module__Wxudga__rightCol{flex-direction:column;display:flex}@keyframes CabinBookingModal-module__Wxudga__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.CabinBookingModal-module__Wxudga__modalHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.CabinBookingModal-module__Wxudga__modalTitle{text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem;font-weight:900}.CabinBookingModal-module__Wxudga__modalSub{color:var(--text-secondary);margin-top:.15rem;font-size:.75rem}.CabinBookingModal-module__Wxudga__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-shrink:0;padding:.25rem;transition:color .2s}.CabinBookingModal-module__Wxudga__closeBtn:hover{color:var(--text-primary)}.CabinBookingModal-module__Wxudga__cabinSelectorWrap{margin-bottom:.75rem}.CabinBookingModal-module__Wxudga__selectLabel{font-family:var(--font-title);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.CabinBookingModal-module__Wxudga__selectCabin{width:100%;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:0;outline:none;padding:.6rem 1rem;font-size:.85rem;transition:border-color .2s}.CabinBookingModal-module__Wxudga__selectCabin option{color:#fff;background:#04040e}.CabinBookingModal-module__Wxudga__selectCabin:focus{border-color:var(--accent-primary)}.CabinBookingModal-module__Wxudga__mapSection{text-align:center;background:#0006;border:1px solid #ffffff0f;border-radius:0;margin-bottom:1rem;padding:.75rem 1rem;position:relative}.CabinBookingModal-module__Wxudga__stageBar{background:linear-gradient(90deg, transparent, var(--accent-primary), transparent);width:60%;height:4px;box-shadow:none;border-radius:0;margin:0 auto 1.5rem}.CabinBookingModal-module__Wxudga__stageLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.1em;margin-top:-.5rem;margin-bottom:1rem;font-size:.6rem;font-weight:700;display:block}.CabinBookingModal-module__Wxudga__seatingGrid{grid-template-columns:repeat(6,1fr);justify-items:center;gap:.5rem;max-width:320px;margin:0 auto;display:grid}.CabinBookingModal-module__Wxudga__seat{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid;border-radius:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:800;transition:all .2s;display:flex}.CabinBookingModal-module__Wxudga__seatFree{color:var(--text-secondary);background:#ffffff03;border-color:#ffffff26}.CabinBookingModal-module__Wxudga__seatFree:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#50f9d20a;transform:none}.CabinBookingModal-module__Wxudga__seatSelected{box-shadow:none;transform:none;background:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:#000!important}.CabinBookingModal-module__Wxudga__seatOccupied{color:var(--text-muted);cursor:not-allowed;background:#ffffff05;border-color:#ffffff0d}.CabinBookingModal-module__Wxudga__legend{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;justify-content:center;gap:1.5rem;margin-top:.75rem;font-size:.72rem;font-weight:700;display:flex}.CabinBookingModal-module__Wxudga__legendItem{align-items:center;gap:.4rem;display:flex}.CabinBookingModal-module__Wxudga__legendDot{border:1px solid;border-radius:0;width:10px;height:10px}.CabinBookingModal-module__Wxudga__legendFree{background:#ffffff03;border-color:#ffffff26}.CabinBookingModal-module__Wxudga__legendSelected{background:var(--accent-primary);border-color:var(--accent-primary)}.CabinBookingModal-module__Wxudga__legendOccupied{background:#ffffff05;border-color:#ffffff0d}.CabinBookingModal-module__Wxudga__summaryPane{background:#ffffff05;border:1px solid #ffffff14;border-radius:0;margin-bottom:1rem;padding:.75rem 1rem}.CabinBookingModal-module__Wxudga__summaryHeader{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.CabinBookingModal-module__Wxudga__summaryLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:750}.CabinBookingModal-module__Wxudga__summaryVal{font-family:var(--font-title);color:#fff;text-shadow:none;font-size:1.15rem;font-weight:900}.CabinBookingModal-module__Wxudga__summaryText{color:var(--text-primary);font-size:.8rem;font-weight:700}.CabinBookingModal-module__Wxudga__summaryText span{color:var(--text-secondary);font-weight:500}.CabinBookingModal-module__Wxudga__affLabel{color:var(--text-secondary);margin-bottom:.4rem;font-size:.72rem;font-weight:600;display:block}.CabinBookingModal-module__Wxudga__divider{background:#ffffff0f;height:1px;margin:.75rem 0}.CabinBookingModal-module__Wxudga__summaryFeeRow{color:var(--text-secondary);justify-content:space-between;margin-bottom:.25rem;font-size:.75rem;display:flex}.CabinBookingModal-module__Wxudga__methodTabs{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem;display:grid}.CabinBookingModal-module__Wxudga__methodTab{color:var(--text-secondary);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:0;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.CabinBookingModal-module__Wxudga__methodTab:hover{color:var(--text-primary);background:#ffffff0f}.CabinBookingModal-module__Wxudga__methodTabActive{box-shadow:none;border-color:var(--accent-primary)!important;color:var(--text-primary)!important;background:#50f9d20a!important}.CabinBookingModal-module__Wxudga__pixCodeBox{word-break:break-all;color:var(--text-secondary);background:#ffffff05;border:1px dashed #ffffff26;border-radius:0;margin-bottom:1rem;padding:.75rem;font-family:Courier New,monospace;font-size:.72rem}.CabinBookingModal-module__Wxudga__cardForm{flex-direction:column;gap:.875rem;margin-bottom:1.5rem;display:flex}.CabinBookingModal-module__Wxudga__cardRow2{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.CabinBookingModal-module__Wxudga__btnBack{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.25rem;width:100%;margin-top:1rem;font-size:.75rem;font-weight:700;transition:color .2s;display:inline-flex}.CabinBookingModal-module__Wxudga__btnBack:hover{color:var(--text-primary)}.CabinBookingModal-module__Wxudga__alert{border-radius:0;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.825rem;display:flex}.CabinBookingModal-module__Wxudga__alertError{color:#ff4d4d;background:#ff4d4d0f;border:1px solid #ff4d4d2e}@media (max-width:600px){.CabinBookingModal-module__Wxudga__seatingGrid{grid-template-columns:repeat(4,1fr)}}.CabinBookingModal-module__Wxudga__seatHintCard{text-align:center;background:#50f9d208;border:1px dashed #50f9d266;margin-bottom:.75rem;padding:.75rem 1rem;animation:2s ease-in-out infinite CabinBookingModal-module__Wxudga__pulseHint}.CabinBookingModal-module__Wxudga__hintTitle{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:.35rem;margin-bottom:.2rem;font-size:.7rem;font-weight:800;display:flex}.CabinBookingModal-module__Wxudga__hintDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite CabinBookingModal-module__Wxudga__pingHint;display:inline-block}.CabinBookingModal-module__Wxudga__hintText{color:var(--text-secondary);font-size:.75rem;line-height:1.4}@keyframes CabinBookingModal-module__Wxudga__pulseHint{0%,to{background:#50f9d205;border-color:#50f9d24d}50%{background:#50f9d20f;border-color:#50f9d2bf}}@keyframes CabinBookingModal-module__Wxudga__pingHint{0%{opacity:.8;transform:scale(.9)}50%{opacity:1;transform:scale(1.3)}to{opacity:.8;transform:scale(.9)}}.CabinBookingModal-module__Wxudga__pulseFreeSeat{animation:1.5s ease-in-out infinite CabinBookingModal-module__Wxudga__pulseFreeSeatAnim}@keyframes CabinBookingModal-module__Wxudga__pulseFreeSeatAnim{0%,to{box-shadow:none;background:#50f9d205!important;border-color:#50f9d259!important}50%{box-shadow:0 0 8px #50f9d24d;border-color:var(--accent-primary)!important;background:#50f9d226!important}}
.CollectibleCard-module__gaP_Va__tradingCard{background:var(--card-bg,var(--accent-gradient));color:#fff;perspective:1000px;width:290px;height:440px;transform-style:preserve-3d;transform:rotateX(var(--rotate-x,0deg)) rotateY(var(--rotate-y,0deg)) scale3d(1, 1, 1);background-position:50%;background-size:cover;border:1.5px solid #ffffff1f;border-radius:24px;flex-direction:column;justify-content:space-between;padding:1.75rem;transition:transform 80ms ease-out,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0009}.CollectibleCard-module__gaP_Va__tradingCard:hover{border-color:var(--accent-primary);transform:rotateX(var(--rotate-x,0deg)) rotateY(var(--rotate-y,0deg)) scale3d(1.025, 1.025, 1.025);box-shadow:0 25px 50px #50f9d238,0 0 25px #50f9d21f}.CollectibleCard-module__gaP_Va__holographicOverlay{background:radial-gradient(circle at var(--sheen-x,50%) var(--sheen-y,50%), #ffffff6b 0%, #ff00802e 25%, #00ffff2e 45%, #50f9d21a 70%, transparent 100%);mix-blend-mode:color-dodge;pointer-events:none;z-index:2;transition:background 50ms ease-out;position:absolute;inset:0}.CollectibleCard-module__gaP_Va__cardHeader{z-index:3;justify-content:space-between;align-items:center;display:flex}.CollectibleCard-module__gaP_Va__cardCat{text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff26;border-radius:999px;padding:.25rem .65rem;font-size:.68rem;font-weight:800}.CollectibleCard-module__gaP_Va__cardLogoWrap{z-index:3;background:#000000a6;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 8px 24px #0006,0 0 15px #50f9d21a}.CollectibleCard-module__gaP_Va__tradingCard:hover .CollectibleCard-module__gaP_Va__cardLogoWrap{border-color:var(--accent-primary);transform:scale(1.05);box-shadow:0 8px 24px #0006,0 0 25px #50f9d24d}.CollectibleCard-module__gaP_Va__cardLogo{object-fit:cover;width:100%;height:100%}.CollectibleCard-module__gaP_Va__cardLogoFallback{font-family:var(--font-title);background:var(--accent-gradient);-webkit-text-fill-color:transparent;text-shadow:0 0 10px #50f9d24d;-webkit-background-clip:text;font-size:2.5rem;font-weight:900}.CollectibleCard-module__gaP_Va__cardBody{z-index:3;-webkit-backdrop-filter:blur(12px);text-align:center;background:#000000ad;border:1px solid #ffffff1a;border-radius:16px;margin:.5rem 0;padding:.875rem 1rem;box-shadow:inset 0 1px #ffffff0d}.CollectibleCard-module__gaP_Va__cardTitle{letter-spacing:-.01em;color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.95rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.CollectibleCard-module__gaP_Va__cardSector{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:700}.CollectibleCard-module__gaP_Va__cardFooter{z-index:3;justify-content:space-between;align-items:center;display:flex}.CollectibleCard-module__gaP_Va__cardPrice{font-family:var(--font-title);color:#000;font-size:1.15rem;font-weight:950}.CollectibleCard-module__gaP_Va__cardLabel{color:#000;background:#0000000d;border:1px solid #0003;border-radius:6px;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.CollectibleCard-module__gaP_Va__tradingCard:hover .CollectibleCard-module__gaP_Va__cardLabel{color:#000;background:#00000017;border-color:#00000059}.CollectibleCard-module__gaP_Va__badge{text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.65rem;font-weight:800;display:inline-flex}.CollectibleCard-module__gaP_Va__badgeActive{color:#000;background:#0000000d;border:1px solid #0003}.CollectibleCard-module__gaP_Va__badgeUsed{color:#0009;background:#00000008;border:1px solid #00000026}.CollectibleCard-module__gaP_Va__badgeCancelled{color:#c0392b;background:#c0292b14;border:1px solid #c0292b66}.CollectibleCard-module__gaP_Va__holoLinesContainer{pointer-events:none;z-index:1;opacity:.85;position:absolute;inset:0;overflow:hidden}.CollectibleCard-module__gaP_Va__holoLine{background:linear-gradient(90deg, transparent, var(--color,#fff3), transparent);width:200%;height:2px;transform:rotate(var(--angle,45deg)) translateY(-50%);animation:CollectibleCard-module__gaP_Va__holoLineMove var(--speed,8s) infinite linear;animation-delay:var(--delay,0s);mix-blend-mode:overlay;filter:blur(1.5px);position:absolute;top:50%;left:-50%}@keyframes CollectibleCard-module__gaP_Va__holoLineMove{0%{transform:rotate(var(--angle,45deg)) translate(-35%, -120px);opacity:.05}50%{opacity:.85}to{transform:rotate(var(--angle,45deg)) translate(35%, 120px);opacity:.05}}
.admin-module__4WpgRW__page{width:100%;max-width:100%;min-height:100vh;margin:0 auto;padding:4.5rem 1.5rem 3rem}.admin-module__4WpgRW__layoutGrid{grid-template-columns:260px 1fr 360px;align-items:start;gap:1.5rem;display:grid}@media (max-width:1300px){.admin-module__4WpgRW__layoutGrid{grid-template-columns:240px 1fr}.admin-module__4WpgRW__sidebarRight{grid-column:span 2}}@media (max-width:900px){.admin-module__4WpgRW__layoutGrid{grid-template-columns:1fr}}.admin-module__4WpgRW__sidebarLeft{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f121ad9;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:.6rem;padding:1.25rem 1rem;display:flex;position:sticky;top:4.8rem}.admin-module__4WpgRW__menuHeader{border-bottom:1px solid #ffffff0f;align-items:center;gap:.6rem;margin-bottom:.4rem;padding:0 .5rem .8rem;display:flex}.admin-module__4WpgRW__menuTitle{font-family:var(--font-title);color:#fff;letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;font-weight:900}.admin-module__4WpgRW__menuBtn{color:#ffffffa6;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.8rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.admin-module__4WpgRW__menuBtn:hover{color:#fff;background:#ffffff08}.admin-module__4WpgRW__menuBtnActive{color:#fff;box-shadow:none;background:#1c202b;border-color:#ffffff1a}.admin-module__4WpgRW__mainCanvas{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.admin-module__4WpgRW__sidebarRight{background:#11141b;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:1.25rem;max-height:calc(100vh - 8rem);padding:1.25rem;display:flex;position:sticky;top:6.5rem;overflow-y:auto}.admin-module__4WpgRW__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.admin-module__4WpgRW__pageTitle{letter-spacing:-.03em;color:#fff;margin-bottom:.25rem;font-size:1.85rem;font-weight:800}.admin-module__4WpgRW__pageSubtitle{color:#8a95a5;font-size:.85rem}.admin-module__4WpgRW__statsRow{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.admin-module__4WpgRW__statCard{align-items:center;gap:1rem;display:flex;box-shadow:none!important;background:#11141b!important;border:1px solid #ffffff0f!important;padding:1.25rem!important}.admin-module__4WpgRW__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.admin-module__4WpgRW__statIconOrange,.admin-module__4WpgRW__statIconAmber,.admin-module__4WpgRW__statIconGreen,.admin-module__4WpgRW__statIconRed{color:#fff;background:#1c202b;border:1px solid #ffffff14}.admin-module__4WpgRW__statValue{font-family:var(--font-title);font-size:1.6rem;font-weight:800;line-height:1.1}.admin-module__4WpgRW__statLabel{color:var(--text-secondary);margin-top:.15rem;font-size:.78rem}.admin-module__4WpgRW__tabBar{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;gap:.5rem .25rem;margin-bottom:1.75rem;padding-bottom:.25rem;display:flex}.admin-module__4WpgRW__tab{font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;transition:color .2s;position:relative}.admin-module__4WpgRW__tab:hover,.admin-module__4WpgRW__tabActive{color:var(--text-primary)}.admin-module__4WpgRW__tabActive:after{content:"";background:var(--accent-primary);height:2px;box-shadow:0 0 8px var(--accent-primary);border-radius:2px 2px 0 0;position:absolute;bottom:-5px;left:0;right:0}.admin-module__4WpgRW__toolbar{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-module__4WpgRW__searchWrapper{flex:1;position:relative}.admin-module__4WpgRW__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.admin-module__4WpgRW__searchInput{width:100%;color:var(--text-primary);font-family:var(--font-body);background:#12111099;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:.75rem 1rem .75rem 2.75rem;font-size:.9rem;transition:border-color .2s}.admin-module__4WpgRW__searchInput:focus{border-color:var(--accent-primary)}.admin-module__4WpgRW__filterSelect{color:var(--text-primary);font-family:var(--font-body);cursor:pointer;background:#12111099;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.9rem}.admin-module__4WpgRW__tableWrapper{overflow-x:auto}.admin-module__4WpgRW__table{border-collapse:collapse;width:100%}.admin-module__4WpgRW__table thead tr{border-bottom:1px solid #ffffff0f}.admin-module__4WpgRW__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;padding:.75rem 1rem;font-size:.75rem;font-weight:700}.admin-module__4WpgRW__table tbody tr{border-bottom:1px solid #ffffff0a;transition:background .15s}.admin-module__4WpgRW__table tbody tr:hover{background:#ffffff05}.admin-module__4WpgRW__table td{vertical-align:middle;padding:1rem;font-size:.875rem}.admin-module__4WpgRW__userName{color:var(--text-primary);font-weight:600}.admin-module__4WpgRW__userEmail{color:var(--text-secondary);font-size:.78rem}.admin-module__4WpgRW__badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.7rem;font-weight:700;display:inline-flex}.admin-module__4WpgRW__badgeAdmin{color:#ff4d4d;background:#ff4d4d26;border:1px solid #ff4d4d33}.admin-module__4WpgRW__badgeProducer{color:var(--accent-primary);background:#50f9d214;border:1px solid #50f9d22e}.admin-module__4WpgRW__badgeAffiliate{color:var(--accent-secondary);background:#00b89414;border:1px solid #00b8942e}.admin-module__4WpgRW__badgeParticipant{color:var(--text-secondary);background:#ffffff0f;border:1px solid #ffffff14}.admin-module__4WpgRW__actions{align-items:center;gap:.5rem;display:flex}.admin-module__4WpgRW__actionBtn{cursor:pointer;width:32px;height:32px;color:var(--text-secondary);background:0 0;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.admin-module__4WpgRW__actionBtn:hover{color:var(--text-primary);background:#ffffff0f}.admin-module__4WpgRW__actionBtnDanger:hover{color:#ff4d4d;background:#ff4d4d1a;border-color:#ff4d4d4d}.admin-module__4WpgRW__modalOverlay{-webkit-backdrop-filter:blur(20px);z-index:2000;background:#000000e0;justify-content:center;align-items:center;padding:2rem;animation:.2s admin-module__4WpgRW__fadeIn;display:flex;position:fixed;inset:0}@keyframes admin-module__4WpgRW__fadeIn{0%{opacity:0}to{opacity:1}}.admin-module__4WpgRW__modal{width:100%;max-width:480px;animation:.25s cubic-bezier(.4,0,.2,1) admin-module__4WpgRW__slideUp;padding:2rem!important}@keyframes admin-module__4WpgRW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-module__4WpgRW__modalTitle{margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.admin-module__4WpgRW__modalActions{gap:.75rem;margin-top:.5rem;display:flex}.admin-module__4WpgRW__modalActions>*{flex:1}.admin-module__4WpgRW__emptyRow td{text-align:center;color:var(--text-muted);padding:3rem}@media (max-width:1024px){.admin-module__4WpgRW__statsRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.admin-module__4WpgRW__statsRow{grid-template-columns:1fr}.admin-module__4WpgRW__toolbar{flex-direction:column}}.admin-module__4WpgRW__badgePending{color:#f1c40f;background:#f1c40f26;border:1px solid #f1c40f40}.admin-module__4WpgRW__badgeApproved{color:#2ecc71;background:#2ecc7126;border:1px solid #2ecc7140}.admin-module__4WpgRW__badgeRejected{color:#e74c3c;background:#e74c3c26;border:1px solid #e74c3c40}.admin-module__4WpgRW__approveBtn{color:#2ecc71;cursor:pointer;background:#2ecc711f;border:1px solid #2ecc7140;border-radius:8px;padding:.4rem .85rem;font-size:.8rem;font-weight:700;transition:all .2s}.admin-module__4WpgRW__approveBtn:hover{color:#000;background:#2ecc71;box-shadow:0 0 10px #2ecc714d}.admin-module__4WpgRW__rejectBtn{color:#e74c3c;cursor:pointer;background:#e74c3c1f;border:1px solid #e74c3c40;border-radius:8px;padding:.4rem .85rem;font-size:.8rem;font-weight:700;transition:all .2s}.admin-module__4WpgRW__rejectBtn:hover{color:#fff;background:#e74c3c;box-shadow:0 0 10px #e74c3c4d}.admin-module__4WpgRW__tierBronze{color:#cd7f32!important;background:#cd7f3226!important;border:1px solid #cd7f324d!important}.admin-module__4WpgRW__tierPrata{color:#dfdfdf!important;background:#c0c0c026!important;border:1px solid #c0c0c04d!important}.admin-module__4WpgRW__tierOuro{color:gold!important;background:#ffd70026!important;border:1px solid #ffd7004d!important}.admin-module__4WpgRW__tierDiamante{color:#50f9d2!important;background:#50f9d226!important;border:1px solid #50f9d24d!important}.admin-module__4WpgRW__marketingSectionTitle{font-family:var(--font-title);color:var(--text-primary);align-items:center;gap:.5rem;margin:2.5rem 0 1rem;font-size:1.25rem;font-weight:700;display:flex}.admin-module__4WpgRW__marketingSectionTitle:first-of-type{margin-top:1rem}.admin-module__4WpgRW__activeBadge{color:#2ecc71;text-transform:uppercase;background:#2ecc711f;border:1px solid #2ecc7140;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.admin-module__4WpgRW__inactiveBadge{color:var(--text-muted);text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff14;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.admin-module__4WpgRW__triggerBadge{color:#f1c40f;background:#f1c40f1a;border:1px solid #f1c40f33;border-radius:4px;margin-right:.25rem;padding:.15rem .4rem;font-size:.7rem;font-weight:600;display:inline-block}.admin-module__4WpgRW__velocityIndicator{font-family:monospace;font-weight:700}.admin-module__4WpgRW__velocityHigh{color:#e74c3c;text-shadow:0 0 5px #e74c3c4d}.admin-module__4WpgRW__velocityMed{color:#f1c40f}.admin-module__4WpgRW__velocityLow{color:#2ecc71}
.register-module__qNQ5uW__container{justify-content:center;align-items:center;min-height:calc(100vh - 7.5rem);padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.register-module__qNQ5uW__glowOrb1{background:radial-gradient(circle, var(--accent-primary) 0%, #50f9d200 70%);opacity:.12;filter:blur(80px);pointer-events:none;width:320px;height:320px;animation:14s ease-in-out infinite register-module__qNQ5uW__float;position:absolute;top:10%;right:15%}.register-module__qNQ5uW__glowOrb2{background:radial-gradient(circle, var(--accent-secondary) 0%, #00b89400 70%);opacity:.1;filter:blur(95px);pointer-events:none;width:380px;height:380px;animation:11s ease-in-out infinite reverse register-module__qNQ5uW__float;position:absolute;bottom:10%;left:15%}@keyframes register-module__qNQ5uW__float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(15px)scale(1.03)}}.register-module__qNQ5uW__cardWrapper{z-index:10;width:100%;max-width:600px;position:relative}.register-module__qNQ5uW__registerCard{background:#0a0a0fbf!important;border:1px solid #ffffff14!important;border-radius:20px!important;padding:2.5rem 2rem!important}.register-module__qNQ5uW__header{text-align:center;margin-bottom:2rem}.register-module__qNQ5uW__title{letter-spacing:-.04em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2rem;font-weight:900}.register-module__qNQ5uW__subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.95rem}.register-module__qNQ5uW__form{flex-direction:column;display:flex}.register-module__qNQ5uW__roleSectionLabel{font-family:var(--font-title);color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.85rem;font-size:.85rem;font-weight:700}.register-module__qNQ5uW__roleGrid{grid-template-columns:repeat(3,1fr);gap:.875rem;margin-bottom:2rem;display:grid}.register-module__qNQ5uW__roleCard{text-align:center;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem .75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.register-module__qNQ5uW__roleCard:hover{background:#ffffff0a;border-color:#50f9d240;transform:translateY(-2px)}.register-module__qNQ5uW__roleCardActive{border-color:var(--accent-primary);background:#50f9d20f;box-shadow:0 0 20px #50f9d226,inset 0 1px #ffffff0d}.register-module__qNQ5uW__roleIcon{color:var(--text-secondary);margin-bottom:.25rem;transition:all .3s}.register-module__qNQ5uW__roleCardActive .register-module__qNQ5uW__roleIcon{color:var(--accent-primary);transform:scale(1.1)}.register-module__qNQ5uW__roleTitle{font-family:var(--font-title);color:var(--text-primary);font-size:.95rem;font-weight:800}.register-module__qNQ5uW__roleDesc{color:var(--accent-primary);font-size:.75rem;font-weight:700}.register-module__qNQ5uW__roleDetail{color:var(--text-secondary);margin-top:.25rem;font-size:.68rem;line-height:1.3}.register-module__qNQ5uW__alert{color:#ff4d4d;background:#ff4d4d0f;border:1px solid #ff4d4d2e;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.85rem 1.1rem;font-size:.85rem;display:flex}.register-module__qNQ5uW__successAlert{color:#15ff00;background:#15ff000f;border:1px solid #15ff002e;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.85rem 1.1rem;font-size:.85rem;display:flex}.register-module__qNQ5uW__footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.875rem}.register-module__qNQ5uW__footerLink{color:var(--accent-primary);font-weight:700;transition:text-shadow .2s}.register-module__qNQ5uW__footerLink:hover{text-shadow:0 0 10px var(--accent-primary-glow)}@media (max-width:640px){.register-module__qNQ5uW__roleGrid{grid-template-columns:1fr;gap:.75rem}}
.evento-module___cagFa__page{max-width:1100px;margin:0 auto;padding:6rem 1.5rem 4rem}.evento-module___cagFa__backLink{color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:1.75rem;font-size:.85rem;transition:color .2s;display:inline-flex}.evento-module___cagFa__backLink:hover{color:var(--text-primary)}.evento-module___cagFa__gridWrapper{border:1px solid #ffffff1a;border-radius:0;grid-template-rows:repeat(2,210px);grid-template-columns:2fr 1fr 1fr;gap:4px;margin-bottom:2.5rem;display:grid;position:relative;overflow:hidden}.evento-module___cagFa__gridItem{position:relative;overflow:hidden}.evento-module___cagFa__gridItem img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);display:block}.evento-module___cagFa__gridItem:hover img{transform:scale(1.02)}.evento-module___cagFa__mainItem{grid-area:1/1/3/2}.evento-module___cagFa__gridOverlay{pointer-events:none;z-index:1;background:linear-gradient(#0000 40%,#000c 100%);position:absolute;inset:0}.evento-module___cagFa__gridContent{z-index:2;position:absolute;bottom:1.75rem;left:1.75rem;right:1.75rem}.evento-module___cagFa__gridCategory{text-transform:uppercase;letter-spacing:.08em;background:var(--accent-primary);color:#000;border-radius:0;margin-bottom:.5rem;padding:.3rem .6rem;font-size:.65rem;font-weight:800;display:inline-block}.evento-module___cagFa__gridTitle{letter-spacing:-.03em;color:#fff;text-transform:uppercase;font-size:clamp(1.5rem,4vw,2.3rem);font-weight:900}.evento-module___cagFa__singleBannerWrapper{border:1px solid #ffffff1a;border-radius:0;width:100%;height:420px;margin-bottom:2.5rem;position:relative;overflow:hidden}.evento-module___cagFa__singleBannerImg{object-fit:cover;width:100%;height:100%}.evento-module___cagFa__layout{grid-template-columns:1fr 360px;align-items:start;gap:2.5rem;display:grid}.evento-module___cagFa__metaTable{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1rem 0 2rem;padding:1.5rem 0;display:grid}.evento-module___cagFa__metaItem{flex-direction:column;gap:.4rem;display:flex}.evento-module___cagFa__metaLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:800}.evento-module___cagFa__metaValue{color:var(--text-primary);font-size:.85rem;font-weight:700}.evento-module___cagFa__description{color:var(--text-secondary);margin:1.5rem 0 2.5rem;font-size:.95rem;line-height:1.8}.evento-module___cagFa__sectionTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #ffffff14;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.625rem;font-size:.9rem;font-weight:850;display:flex}.evento-module___cagFa__areaList{flex-direction:column;gap:.625rem;margin-bottom:2.5rem;display:flex}.evento-module___cagFa__areaCard{background:#ffffff03;border:1px solid #ffffff0d;border-radius:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.evento-module___cagFa__areaCard:hover{box-shadow:none;background:#ffffff08;border-color:#ffffff26}.evento-module___cagFa__areaName{text-transform:uppercase;letter-spacing:.02em;font-size:.85rem;font-weight:800}.evento-module___cagFa__areaCap{color:var(--text-muted);margin-top:.2rem;font-size:.75rem}.evento-module___cagFa__areaPrice{font-family:var(--font-title);color:#fff;font-size:.95rem;font-weight:900}.evento-module___cagFa__cabinList{flex-direction:column;gap:1.25rem;display:flex}.evento-module___cagFa__cabinCard{background:#ffffff03;border:1px solid #ffffff0d;border-radius:0;padding:1.5rem}.evento-module___cagFa__cabinHeader{justify-content:space-between;align-items:baseline;margin-bottom:1.25rem;display:flex}.evento-module___cagFa__cabinName{text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;font-weight:900}.evento-module___cagFa__cabinPrice{color:#fff;font-size:.8rem;font-weight:900}.evento-module___cagFa__seatGrid{flex-wrap:wrap;gap:.5rem;display:flex}.evento-module___cagFa__seat{cursor:default;border:1px solid;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:800;transition:all .2s;display:flex}.evento-module___cagFa__seatFree{color:var(--accent-primary);box-shadow:none;background:#50f9d208;border-color:#50f9d259}.evento-module___cagFa__seatFree:hover{background:var(--accent-primary);color:#000;border-color:var(--accent-primary)}.evento-module___cagFa__seatOccupied{color:var(--text-muted);cursor:not-allowed;background:#ffffff05;border-color:#ffffff0d}.evento-module___cagFa__videoSection{box-shadow:none;background:#0a0a0f80;border:1px solid #ffffff14;border-radius:0;margin-bottom:2.5rem;overflow:hidden}.evento-module___cagFa__videoHeader{text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.85rem 1.25rem;display:flex}.evento-module___cagFa__videoTitle{color:var(--text-primary);font-size:.95rem;font-weight:700}.evento-module___cagFa__videoPlayer{background:#000;width:100%;display:block}.evento-module___cagFa__buyCard{position:sticky;top:110px;border:1px solid #ffffff1f!important;border-top:3px solid var(--accent-primary)!important;background:#0a0a0ff2!important;border-radius:0!important;padding:2rem!important;box-shadow:0 20px 50px #000c!important}.evento-module___cagFa__buyTitle{text-align:center;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;font-size:.95rem;font-weight:850}.evento-module___cagFa__priceFrom{color:var(--text-muted);text-align:center;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.65rem;font-weight:700}.evento-module___cagFa__priceHero{font-size:2.6rem;font-weight:900;font-family:var(--font-title);text-align:center;color:#fff;text-shadow:none;margin-bottom:1.75rem}.evento-module___cagFa__buyPrimary{border:1px solid var(--accent-primary);background:var(--accent-primary);color:#000;width:100%;font-weight:800;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;box-shadow:none;border-radius:0;margin-bottom:.75rem;padding:1.1rem;font-size:.9rem;transition:all .2s}.evento-module___cagFa__buyPrimary:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:#000}.evento-module___cagFa__buySecondary{color:#fff;width:100%;font-weight:800;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:0;margin-bottom:.75rem;padding:1.1rem;font-size:.9rem;transition:all .2s}.evento-module___cagFa__buySecondary:hover{color:#000;box-shadow:none;background:#fff;border-color:#fff}.evento-module___cagFa__buyMeta{color:var(--text-muted);text-align:center;font-size:.75rem;line-height:1.6}.evento-module___cagFa__divider{background:#ffffff0f;height:1px;margin:1.5rem 0}.evento-module___cagFa__infoItem{align-items:flex-start;gap:.75rem;margin-bottom:.85rem;display:flex}.evento-module___cagFa__infoIcon{color:var(--accent-primary);flex-shrink:0;margin-top:2px}.evento-module___cagFa__infoText{color:var(--text-secondary);font-size:.825rem;line-height:1.5}.evento-module___cagFa__infoText strong{color:var(--text-primary);margin-bottom:.15rem;font-weight:700;display:block}.evento-module___cagFa__loadingState,.evento-module___cagFa__errorState{text-align:center;color:var(--text-secondary);padding:8rem 2rem}.evento-module___cagFa__errorState{color:#ff4d4d}.evento-module___cagFa__modalOverlay{-webkit-backdrop-filter:blur(20px);z-index:3000;background:#000000e0;justify-content:center;align-items:center;padding:1.5rem;animation:.2s evento-module___cagFa__fadeIn;display:flex;position:fixed;inset:0}@keyframes evento-module___cagFa__fadeIn{0%{opacity:0}to{opacity:1}}.evento-module___cagFa__modalContent{-webkit-backdrop-filter:blur(40px)saturate(200%);border:1px solid #ffffff24;border-top:3px solid var(--accent-primary);background:#04040efa;border-radius:0;width:100%;padding:2rem;animation:.25s cubic-bezier(.4,0,.2,1) evento-module___cagFa__slideUp;position:relative;box-shadow:0 32px 80px #000000e6}@keyframes evento-module___cagFa__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.evento-module___cagFa__modalClose{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:.25rem;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.evento-module___cagFa__modalClose:hover{color:var(--text-primary)}.evento-module___cagFa__modalTitle{text-transform:uppercase;letter-spacing:.05em;color:#fff;font-size:1.15rem;font-weight:900}.evento-module___cagFa__modalSub{color:var(--text-secondary);margin-top:.2rem;margin-bottom:1.5rem;font-size:.8rem}.evento-module___cagFa__cabinLobbyGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.evento-module___cagFa__cabinLobbyCard{background:#ffffff03;border:1px solid #ffffff0f;flex-direction:column;justify-content:space-between;gap:1rem;min-height:220px;padding:1.5rem;transition:all .25s;display:flex}.evento-module___cagFa__cabinLobbyCard:hover{background:#ffffff05;border-color:#ffffff26}.evento-module___cagFa__cabinSelectBtn{border:1px solid var(--accent-primary);width:100%;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:#50f9d214;border-radius:0;padding:.65rem;font-size:.75rem;font-weight:800;transition:all .2s}.evento-module___cagFa__cabinSelectBtn:hover{background:var(--accent-primary);color:#000}.evento-module___cagFa__cabinSpecsCard{background:#ffffff03;border:1px solid #ffffff0f;grid-template-columns:1.2fr 1fr 1fr 1fr;align-items:start;gap:1.5rem;padding:1.5rem;display:grid}.evento-module___cagFa__cabinBlueprintContainer{grid-template-columns:1fr 340px;align-items:stretch;gap:2rem;display:grid}.evento-module___cagFa__cabinBlueprint{background:#ffffff03;border:1px solid #ffffff0f;flex-direction:column;gap:1.5rem;min-height:380px;padding:2rem;display:flex}.evento-module___cagFa__blueprintZone{text-align:center;background:#ffffff05;border:1px solid #ffffff08;padding:.85rem}.evento-module___cagFa__blueprintZoneTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem;font-size:.6rem;font-weight:800;display:block}.evento-module___cagFa__centralTable{width:90px;height:90px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;background:#ffffff05;border:1px solid #ffffff0f;justify-content:center;align-items:center;font-size:.625rem;font-weight:800;display:flex}.evento-module___cagFa__centerTableSeats{border:1px solid #ffffff08;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;display:flex}.evento-module___cagFa__organicSeat{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;width:42px;height:42px;font-size:.65rem;font-weight:800;transition:all .2s;display:flex;position:relative}.evento-module___cagFa__seatTooltip{border:1px solid var(--accent-primary);z-index:100;pointer-events:none;opacity:0;visibility:hidden;text-align:left;background:#08080cfa;flex-direction:column;gap:.4rem;width:170px;padding:.75rem;transition:opacity .15s,visibility .15s;display:flex;position:absolute;bottom:125%;left:50%;transform:translate(-50%);box-shadow:0 12px 36px #000000e6}.evento-module___cagFa__organicSeat:hover .evento-module___cagFa__seatTooltip{opacity:1;visibility:visible}.evento-module___cagFa__tooltipHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:.1rem;padding-bottom:.3rem;display:flex}.evento-module___cagFa__tooltipInitials{color:#fff;font-size:.75rem;font-weight:900}.evento-module___cagFa__tooltipMatch{color:var(--accent-primary);font-size:.65rem;font-weight:800}.evento-module___cagFa__tooltipRow{color:var(--text-secondary);justify-content:space-between;font-size:.68rem;display:flex}.evento-module___cagFa__tooltipTags{flex-wrap:wrap;gap:.25rem;margin-top:.2rem;display:flex}.evento-module___cagFa__tooltipTag{color:var(--accent-primary);background:#50f9d20f;border:1px solid #50f9d21f;padding:1px 4px;font-size:.58rem}@media (max-width:860px){.evento-module___cagFa__layout{grid-template-columns:1fr}.evento-module___cagFa__buyCard{position:static}.evento-module___cagFa__gridWrapper{grid-template-rows:repeat(3,140px);grid-template-columns:1fr 1fr}.evento-module___cagFa__mainItem{grid-area:1/1/2/3}.evento-module___cagFa__cabinBlueprintContainer,.evento-module___cagFa__cabinSpecsCard{grid-template-columns:1fr}}.evento-module___cagFa__locationCard{background:#04040e66;border:1px solid #ffffff14;border-radius:.75rem;grid-template-columns:1.2fr 1.5fr auto 1.5fr;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem 2rem;display:grid}.evento-module___cagFa__locationLeft{color:#fff;align-items:flex-start;gap:.75rem;font-size:.85rem;line-height:1.5;display:flex}.evento-module___cagFa__locationPin{color:var(--accent-primary);flex-shrink:0;margin-top:3px}.evento-module___cagFa__locationAddress{font-weight:500}.evento-module___cagFa__locationMapContainer{border:1px solid #ffffff1a;border-radius:.75rem;width:100%;height:130px;overflow:hidden}.evento-module___cagFa__locationMapImg{object-fit:cover;width:100%;height:100%}.evento-module___cagFa__locationDivider{background:#ffffff1f;width:1px;height:90px}.evento-module___cagFa__locationRight{flex-direction:column;gap:.4rem;display:flex}.evento-module___cagFa__locationTitle{text-transform:uppercase;letter-spacing:-.01em;color:var(--accent-primary);font-size:1.25rem;font-weight:900}.evento-module___cagFa__locationSub{color:var(--text-secondary);margin-bottom:.25rem;font-size:.8rem;font-weight:500;line-height:1.4}.evento-module___cagFa__locationBtn{border:1px solid var(--accent-primary);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;text-align:center;background:#50f9d214;border-radius:0;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.75rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.evento-module___cagFa__locationBtn:hover{background:var(--accent-primary);color:#000;box-shadow:none}@media (max-width:860px){.evento-module___cagFa__locationCard{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem}.evento-module___cagFa__locationDivider{display:none}}.evento-module___cagFa__pulseFreeSeat{animation:1.5s ease-in-out infinite evento-module___cagFa__pulseFreeSeatAnim}@keyframes evento-module___cagFa__pulseFreeSeatAnim{0%,to{box-shadow:none;background:#50f9d205!important;border-color:#50f9d259!important}50%{box-shadow:0 0 8px #50f9d24d;border-color:var(--accent-primary)!important;background:#50f9d226!important}}
.login-module__WEZH7G__container{justify-content:center;align-items:center;min-height:calc(100vh - 7.5rem);padding:2rem;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__glowOrb1{background:radial-gradient(circle, var(--accent-primary) 0%, #50f9d200 70%);opacity:.15;filter:blur(80px);pointer-events:none;width:300px;height:300px;animation:10s ease-in-out infinite login-module__WEZH7G__float;position:absolute;top:15%;left:20%}.login-module__WEZH7G__glowOrb2{background:radial-gradient(circle, var(--accent-secondary) 0%, #00b89400 70%);opacity:.12;filter:blur(90px);pointer-events:none;width:350px;height:350px;animation:12s ease-in-out infinite reverse login-module__WEZH7G__float;position:absolute;bottom:15%;right:20%}@keyframes login-module__WEZH7G__float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}}.login-module__WEZH7G__cardWrapper{z-index:10;width:100%;max-width:440px;position:relative}.login-module__WEZH7G__loginCard{padding:3rem 2.5rem!important}.login-module__WEZH7G__header{text-align:center;margin-bottom:2rem}.login-module__WEZH7G__title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2rem;font-weight:800}.login-module__WEZH7G__subtitle{color:var(--text-secondary);font-size:.9rem}.login-module__WEZH7G__form{flex-direction:column;display:flex}.login-module__WEZH7G__forgotPassword{justify-content:flex-end;margin-top:-.5rem;margin-bottom:1.5rem;display:flex}.login-module__WEZH7G__forgotLink{color:var(--accent-secondary);font-size:.8rem;font-weight:600;transition:color .2s}.login-module__WEZH7G__forgotLink:hover{color:var(--text-primary)}.login-module__WEZH7G__alert{color:#ff4d4d;background:#ff4d4d1a;border:1px solid #ff4d4d33;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.login-module__WEZH7G__footer{text-align:center;color:var(--text-secondary);margin-top:2rem;font-size:.85rem}.login-module__WEZH7G__footerLink{color:var(--accent-primary);font-weight:600;transition:text-shadow .2s}.login-module__WEZH7G__footerLink:hover{text-shadow:0 0 10px var(--accent-primary-glow)}
.perfil-module__bXvMLa__page{width:96%;max-width:1400px;margin:0 auto;padding:2.5rem 2rem 5rem;animation:.4s cubic-bezier(.2,.8,.2,1) perfil-module__bXvMLa__fadeIn}@keyframes perfil-module__bXvMLa__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.perfil-module__bXvMLa__heroContainer{background:#0f1117d9;border:1px solid #ffffff14;border-radius:24px;margin-bottom:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #0009}.perfil-module__bXvMLa__bannerSection{background-color:#11131a;background-image:linear-gradient(135deg,#1f2333 0%,#0a0b10 100%);background-position:50%;background-size:cover;width:100%;height:280px;position:relative}.perfil-module__bXvMLa__bannerOverlay{background:linear-gradient(#0000 30%,#0f1117f2 100%);position:absolute;inset:0}.perfil-module__bXvMLa__bannerBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5;background:#000000a6;border:1px solid #ffffff2e;border-radius:10px;align-items:center;gap:.45rem;padding:.55rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.perfil-module__bXvMLa__bannerBtn:hover{color:#50f9d2;background:#50f9d233;border-color:#50f9d2;transform:translateY(-1px)}.perfil-module__bXvMLa__profileHeaderBody{z-index:5;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.75rem;margin-top:-65px;padding:0 2.5rem 2.25rem;display:flex;position:relative}.perfil-module__bXvMLa__avatarWrapper{position:relative}.perfil-module__bXvMLa__avatar{color:#000;background:linear-gradient(135deg,#50f9d2,#00b894) 50%/cover;border:4px solid #0f1117;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;font-size:2.75rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 0 35px #50f9d259}.perfil-module__bXvMLa__avatarBtn{color:#50f9d2;cursor:pointer;background:#1c202b;border:2px solid #50f9d2;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 4px 10px #00000080}.perfil-module__bXvMLa__avatarBtn:hover{color:#000;background:#50f9d2;transform:scale(1.12)}.perfil-module__bXvMLa__userInfo{flex:1;min-width:260px}.perfil-module__bXvMLa__userName{color:#fff;letter-spacing:-.02em;align-items:center;gap:.75rem;margin-bottom:.35rem;font-size:1.85rem;font-weight:800;display:flex}.perfil-module__bXvMLa__userBio{color:var(--text-secondary);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;max-width:620px;margin-top:.5rem;padding:.75rem 1rem;font-size:.92rem;line-height:1.5}.perfil-module__bXvMLa__bioEditBtn{color:#50f9d2;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;margin-top:.4rem;font-size:.78rem;font-weight:600;transition:opacity .2s;display:inline-flex}.perfil-module__bXvMLa__bioEditBtn:hover{opacity:.8}.perfil-module__bXvMLa__avatarRole{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.72rem;font-weight:800;display:inline-flex}.perfil-module__bXvMLa__roleAdmin{color:#ff4d4d;background:#ff4d4d26;border:1px solid #ff4d4d4d}.perfil-module__bXvMLa__roleProducer{color:var(--accent-primary);background:#50f9d21f;border:1px solid #50f9d240}.perfil-module__bXvMLa__roleAffiliate{color:var(--accent-secondary);background:#ffb70026;border:1px solid #ffb7004d}.perfil-module__bXvMLa__roleParticipant{color:var(--text-secondary);background:#ffffff14;border:1px solid #ffffff26}.perfil-module__bXvMLa__tabsBar{border-bottom:1px solid #ffffff14;gap:.75rem;margin-bottom:2.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.perfil-module__bXvMLa__tabBtn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:12px;align-items:center;gap:.55rem;padding:.85rem 1.4rem;font-size:.92rem;font-weight:700;transition:all .2s;display:flex}.perfil-module__bXvMLa__tabBtn:hover{color:#fff;background:#ffffff0a}.perfil-module__bXvMLa__tabBtnActive{border:1px solid #50f9d24d;box-shadow:0 0 20px #50f9d226;color:#50f9d2!important;background:#50f9d21f!important}.perfil-module__bXvMLa__card{margin-bottom:1.75rem;border-radius:20px!important;padding:2rem!important}.perfil-module__bXvMLa__cardTitle{color:#fff;border-bottom:1px solid #ffffff14;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:800;display:flex}.perfil-module__bXvMLa__cardIcon{color:var(--accent-primary)}.perfil-module__bXvMLa__alert{border-radius:12px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.88rem;font-weight:600;display:flex}.perfil-module__bXvMLa__alertSuccess{color:#2ecc71;background:#2ecc711f;border:1px solid #2ecc7140}.perfil-module__bXvMLa__alertError{color:#ff4d4d;background:#ff4d4d1f;border:1px solid #ff4d4d40}.perfil-module__bXvMLa__badgesGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;display:grid}.perfil-module__bXvMLa__badgeCard{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;align-items:center;padding:1.75rem 1.5rem;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.perfil-module__bXvMLa__badgeCardUnlocked{background:linear-gradient(135deg,#50f9d217 0%,#0f1119cc 100%);border:1px solid #50f9d259;box-shadow:0 10px 35px #50f9d21f}.perfil-module__bXvMLa__badgeCardUnlocked:hover{border-color:#50f9d2;transform:translateY(-6px);box-shadow:0 18px 40px #50f9d238}.perfil-module__bXvMLa__badgeIcon{filter:drop-shadow(0 0 20px #ffffff40);margin-bottom:1rem;font-size:3.5rem}.perfil-module__bXvMLa__badgeCardLocked .perfil-module__bXvMLa__badgeIcon{filter:grayscale()opacity(.25)}.perfil-module__bXvMLa__badgeTitle{color:#fff;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.perfil-module__bXvMLa__badgeCardLocked .perfil-module__bXvMLa__badgeTitle{color:var(--text-muted)}.perfil-module__bXvMLa__badgeDesc{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.84rem;line-height:1.5}.perfil-module__bXvMLa__badgeFooter{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:.35rem .85rem;font-size:.72rem;font-weight:800}.perfil-module__bXvMLa__footerUnlocked{color:#50f9d2;background:#50f9d22e;border:1px solid #50f9d259}.perfil-module__bXvMLa__footerLocked{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff14}.perfil-module__bXvMLa__passportsGrid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.75rem;display:grid}.perfil-module__bXvMLa__passportCard{background:linear-gradient(135deg,#141721f2 0%,#0a0b10fa 100%);border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #000000b3}.perfil-module__bXvMLa__passportCard:hover{border-color:#50f9d273;transform:translateY(-5px);box-shadow:0 20px 50px #50f9d226}.perfil-module__bXvMLa__passportHeader{background-color:#1a1e29;background-position:50%;background-size:cover;align-items:flex-end;height:130px;padding:1.25rem;display:flex;position:relative}.perfil-module__bXvMLa__passportHeaderOverlay{background:linear-gradient(#0f111833 0%,#0f1118 100%);position:absolute;inset:0}.perfil-module__bXvMLa__passportEventTitle{z-index:2;color:#fff;text-shadow:0 2px 12px #000000e6;font-size:1.25rem;font-weight:800;position:relative}.perfil-module__bXvMLa__passportBody{flex:1;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.perfil-module__bXvMLa__passportMeta{color:var(--text-secondary);flex-direction:column;gap:.6rem;font-size:.85rem;display:flex}.perfil-module__bXvMLa__passportStamp{text-align:center;letter-spacing:.06em;text-transform:uppercase;border:2px dashed;border-radius:10px;padding:.6rem .9rem;font-size:.78rem;font-weight:800;box-shadow:0 4px 15px #0000004d}.perfil-module__bXvMLa__stampUsed{color:#2ecc71;background:#2ecc7126;border-color:#2ecc71;transform:rotate(-4deg)}.perfil-module__bXvMLa__stampActive{color:#50f9d2;background:#50f9d226;border-color:#50f9d2}.perfil-module__bXvMLa__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.2s perfil-module__bXvMLa__fadeIn;display:flex;position:fixed;inset:0}.perfil-module__bXvMLa__modalBox{background:#11131a;border:1px solid #ffffff2e;border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;max-width:500px;padding:2.25rem;display:flex;box-shadow:0 25px 70px #000000f2}
.criarEvento-module__XxLuGq__page{max-width:900px;margin:0 auto;padding:8rem 1.5rem 4rem}.criarEvento-module__XxLuGq__pageHeader{margin-bottom:2.5rem}.criarEvento-module__XxLuGq__backLink{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;transition:color .2s;display:inline-flex}.criarEvento-module__XxLuGq__backLink:hover{color:var(--accent-primary)}.criarEvento-module__XxLuGq__pageTitle{letter-spacing:-.04em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.25rem;font-weight:900}.criarEvento-module__XxLuGq__pageSubtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.95rem}.criarEvento-module__XxLuGq__section{margin-bottom:2rem}.criarEvento-module__XxLuGq__sectionTitle{color:var(--text-primary);border-bottom:1px solid #ffffff14;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.15rem;font-weight:800;display:flex}.criarEvento-module__XxLuGq__sectionIcon{color:var(--accent-primary)}.criarEvento-module__XxLuGq__sectionCard{margin-bottom:1.5rem;background:#0a0a0fb3!important;border:1px solid #ffffff0f!important;border-radius:18px!important;padding:2rem!important}.criarEvento-module__XxLuGq__row{grid-template-columns:1fr 1fr;gap:0 1.5rem;display:grid}.criarEvento-module__XxLuGq__textarea{width:100%;color:var(--text-primary);font-family:var(--font-body);resize:vertical;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;outline:none;min-height:110px;margin-bottom:1.25rem;padding:.875rem 1.25rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.criarEvento-module__XxLuGq__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 12px #50f9d226}.criarEvento-module__XxLuGq__textareaLabel{font-family:var(--font-title);color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.criarEvento-module__XxLuGq__selectWrapper{margin-bottom:1.25rem;position:relative}.criarEvento-module__XxLuGq__select{width:100%;color:var(--text-primary);font-family:var(--font-body);appearance:none;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;outline:none;padding:.875rem 2.5rem .875rem 1.25rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.criarEvento-module__XxLuGq__select option{color:#fff;background:#0a0a0f}.criarEvento-module__XxLuGq__select:focus{border-color:var(--accent-primary);box-shadow:0 0 12px #50f9d226}.criarEvento-module__XxLuGq__selectLabel{font-family:var(--font-title);color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.criarEvento-module__XxLuGq__selectChevron{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.criarEvento-module__XxLuGq__areaList{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.criarEvento-module__XxLuGq__areaRow{grid-template-columns:2fr 1fr 1fr auto;align-items:flex-end;gap:.75rem;display:grid}.criarEvento-module__XxLuGq__removeBtn{color:#ff4d4d;cursor:pointer;background:#ff4d4d0f;border:1px solid #ff4d4d33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.25rem;transition:all .2s;display:flex}.criarEvento-module__XxLuGq__removeBtn:hover{background:#ff4d4d26;border-color:#ff4d4d66}.criarEvento-module__XxLuGq__addAreaBtn{color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;background:0 0;border:1px dashed #ffffff26;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.criarEvento-module__XxLuGq__addAreaBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#50f9d20a}.criarEvento-module__XxLuGq__imageUploadGrid{grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.criarEvento-module__XxLuGq__imageUploadSlot{aspect-ratio:16/10;cursor:pointer;background:#ffffff03;border:2px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;overflow:hidden}.criarEvento-module__XxLuGq__imageUploadSlot:hover{border-color:var(--accent-primary);background:#50f9d208}.criarEvento-module__XxLuGq__imageSlotPreview{object-fit:cover;width:100%;height:100%}.criarEvento-module__XxLuGq__deleteSlotBtn{color:#fff;cursor:pointer;z-index:10;background:#ff4d4dd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background .2s;display:flex;position:absolute;top:4px;right:4px}.criarEvento-module__XxLuGq__deleteSlotBtn:hover{background:#ff4d4d}.criarEvento-module__XxLuGq__uploadIcon{color:var(--text-muted)}.criarEvento-module__XxLuGq__imageUploadSlot:hover .criarEvento-module__XxLuGq__uploadIcon{color:var(--accent-primary)}.criarEvento-module__XxLuGq__slotHint{color:var(--text-muted);margin-top:.25rem;font-size:.65rem}.criarEvento-module__XxLuGq__videoUploadSection{margin-top:1.5rem;margin-bottom:1.5rem}.criarEvento-module__XxLuGq__videoUploadTitle{font-family:var(--font-title);color:var(--text-secondary);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.criarEvento-module__XxLuGq__videoUploadBox{text-align:center;cursor:pointer;background:#ffffff03;border:2px dashed #ffffff1a;border-radius:12px;padding:1.75rem;transition:all .3s}.criarEvento-module__XxLuGq__videoUploadBox:hover{border-color:var(--accent-primary);background:#50f9d208}.criarEvento-module__XxLuGq__videoUploadBox:hover .criarEvento-module__XxLuGq__uploadIcon{color:var(--accent-primary)}.criarEvento-module__XxLuGq__videoSelectHint{color:var(--text-muted);margin-top:.25rem;font-size:.72rem}.criarEvento-module__XxLuGq__videoInfo{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.85rem;display:flex}.criarEvento-module__XxLuGq__videoRemove{color:#ff4d4d;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.8rem;font-weight:700;display:flex}.criarEvento-module__XxLuGq__videoRemove:hover{text-decoration:underline}.criarEvento-module__XxLuGq__hiddenInput{display:none}.criarEvento-module__XxLuGq__alert{color:#ff4d4d;background:#ff4d4d0f;border:1px solid #ff4d4d2e;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.875rem 1.1rem;font-size:.85rem;display:flex}.criarEvento-module__XxLuGq__successAlert{color:#15ff00;background:#15ff000f;border:1px solid #15ff002e;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.875rem 1.1rem;font-size:.85rem;display:flex}.criarEvento-module__XxLuGq__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.criarEvento-module__XxLuGq__actions>*{width:auto}@media (max-width:768px){.criarEvento-module__XxLuGq__row{grid-template-columns:1fr}.criarEvento-module__XxLuGq__imageUploadGrid{grid-template-columns:repeat(2,1fr)}.criarEvento-module__XxLuGq__areaRow{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}.criarEvento-module__XxLuGq__removeBtn{grid-area:1/2;justify-self:end}}.criarEvento-module__XxLuGq__cardArtRow{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;margin-bottom:1.5rem;display:grid}.criarEvento-module__XxLuGq__cardArtBox{text-align:center;cursor:pointer;background:#ffffff03;border:2px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:140px;padding:1.5rem;transition:all .3s;display:flex}.criarEvento-module__XxLuGq__cardArtBox:hover{border-color:var(--accent-primary);background:#50f9d208}.criarEvento-module__XxLuGq__cardArtPreview{object-fit:contain;border-radius:8px;max-width:100%;height:120px}.criarEvento-module__XxLuGq__cardArtBoxSelected{background:#ffffff05;border-style:solid;border-color:#50f9d24d}.criarEvento-module__XxLuGq__gradientSelectorGrid{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.criarEvento-module__XxLuGq__gradientBubble{cursor:pointer;border:2px solid #ffffff1f;border-radius:50%;width:38px;height:38px;padding:0;transition:all .2s cubic-bezier(.25,.8,.25,1);position:relative}.criarEvento-module__XxLuGq__gradientBubble:hover{border-color:#ffffff80;transform:scale(1.1)}.criarEvento-module__XxLuGq__gradientBubbleActive{border-color:var(--accent-primary);transform:scale(1.15);box-shadow:0 0 12px #50f9d266}.criarEvento-module__XxLuGq__gradientBubbleCheck{background-color:#000;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 3px #ffffff80}.criarEvento-module__XxLuGq__stepsHeader{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1rem 1.5rem;display:flex;position:relative;overflow:hidden}.criarEvento-module__XxLuGq__stepTab{color:var(--text-muted);cursor:pointer;z-index:2;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:.5rem;transition:all .3s;display:flex;position:relative}.criarEvento-module__XxLuGq__stepTabActive{color:var(--accent-primary)}.criarEvento-module__XxLuGq__stepTabDone{color:var(--text-primary)}.criarEvento-module__XxLuGq__stepNumber{background:#0a0a0fe6;border:2px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;transition:all .3s;display:flex}.criarEvento-module__XxLuGq__stepTabActive .criarEvento-module__XxLuGq__stepNumber{border-color:var(--accent-primary);background:var(--accent-primary);color:#000;box-shadow:0 0 15px #50f9d24d}.criarEvento-module__XxLuGq__stepTabDone .criarEvento-module__XxLuGq__stepNumber{border-color:var(--accent-primary);color:var(--accent-primary);background:#50f9d21a}.criarEvento-module__XxLuGq__stepLabel{text-transform:uppercase;letter-spacing:.05em;text-align:center;font-size:.75rem;font-weight:700;transition:color .3s}.criarEvento-module__XxLuGq__presetSelector{gap:1rem;margin-bottom:1.5rem;display:flex}.criarEvento-module__XxLuGq__presetBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.criarEvento-module__XxLuGq__presetBtn:hover{color:var(--text-primary);background:#ffffff0d;border-color:#ffffff26}.criarEvento-module__XxLuGq__presetBtnActive{border-color:var(--accent-primary);color:var(--accent-primary);background:#50f9d214}.criarEvento-module__XxLuGq__editorLayout{grid-template-columns:1.6fr 1fr;gap:1.5rem;margin-top:1rem;display:grid}.criarEvento-module__XxLuGq__canvasContainer{-webkit-user-select:none;user-select:none;background:#06060a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem;display:flex;position:relative;overflow:hidden}.criarEvento-module__XxLuGq__editorCanvas{cursor:default;background:radial-gradient(circle,#ffffff04 1px,#0000 1px) 0 0/20px 20px;border:1px dashed #ffffff1f;border-radius:8px}.criarEvento-module__XxLuGq__draggableShape{cursor:grab;transition:fill .2s,stroke .2s}.criarEvento-module__XxLuGq__draggableShapeActive{cursor:grabbing}.criarEvento-module__XxLuGq__draggableShape:hover{filter:brightness(1.2)}.criarEvento-module__XxLuGq__shapeSelected{stroke:var(--accent-primary)!important;stroke-width:2px!important}.criarEvento-module__XxLuGq__propertiesCard{background:#ffffff03;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.criarEvento-module__XxLuGq__propertiesTitle{text-transform:uppercase;letter-spacing:.03em;color:var(--text-primary);border-bottom:1px solid #ffffff0f;margin:0;padding-bottom:.5rem;font-size:1rem;font-weight:800}.criarEvento-module__XxLuGq__panoramicRow{background:#ffffff03;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:1rem;margin-top:.5rem;padding:.5rem;display:flex}.criarEvento-module__XxLuGq__panoramicUploadBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff08;border:1px dashed #ffffff26;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.72rem;font-weight:600;transition:all .2s;display:inline-flex}.criarEvento-module__XxLuGq__panoramicUploadBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#50f9d208}.criarEvento-module__XxLuGq__panoramicPreviewThumb{object-fit:cover;border:1px solid #ffffff1a;border-radius:4px;width:50px;height:35px}.criarEvento-module__XxLuGq__panoramicFilename{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.7rem;overflow:hidden}.criarEvento-module__XxLuGq__panoramicRemove{color:#ff4d4d;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;display:flex}.criarEvento-module__XxLuGq__panoramicRemove:hover{background:#ff4d4d1a}.criarEvento-module__XxLuGq__cardMockupContainer{justify-content:center;align-items:center;padding:2rem 0;display:flex}
.promoter-module__1qr5Dq__page{color:#fff;background-color:#0b0c10;width:100vw;height:100vh;margin:0;padding:0;display:flex;overflow:hidden}.promoter-module__1qr5Dq__layoutGrid{grid-template-columns:290px 1fr;gap:0;width:100%;height:100vh;display:grid;overflow:hidden}@media (max-width:1100px){.promoter-module__1qr5Dq__layoutGrid{grid-template-columns:240px 1fr}}@media (max-width:800px){.promoter-module__1qr5Dq__page{height:auto;overflow:auto}.promoter-module__1qr5Dq__layoutGrid{grid-template-columns:1fr;height:auto;overflow:auto}}.promoter-module__1qr5Dq__sidebarLeft{background:#0c0e15;border-right:1px solid #ffffff0f;border-radius:0;flex-direction:column;flex-shrink:0;justify-content:space-between;height:100vh;padding:2rem 1.6rem;display:flex;position:static;top:auto;overflow-y:auto}.promoter-module__1qr5Dq__sidebarTop{flex-direction:column;gap:.65rem;display:flex}.promoter-module__1qr5Dq__sidebarBottom{border-top:1px solid #ffffff0d;flex-direction:column;gap:.6rem;padding-top:1.25rem;display:flex}.promoter-module__1qr5Dq__workspaceSelector{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.8rem 1rem;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 4px 15px #0000004d}.promoter-module__1qr5Dq__workspaceSelector:hover{background:#50f9d20f;border-color:#50f9d266;box-shadow:0 4px 20px #50f9d21a}.promoter-module__1qr5Dq__menuHeader{border-bottom:1px solid #ffffff0d;align-items:center;gap:.6rem;margin-top:.5rem;margin-bottom:.75rem;padding:0 .5rem .6rem;display:flex}.promoter-module__1qr5Dq__menuTitle{font-family:var(--font-title);color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:800}.promoter-module__1qr5Dq__menuBtn{color:#8a95a5;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:.9rem;width:100%;margin-bottom:.35rem;padding:.9rem 1.15rem;font-size:.88rem;font-weight:600;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.promoter-module__1qr5Dq__menuBtn:hover{color:#fff;background:#ffffff08;transform:translate(4px)}.promoter-module__1qr5Dq__menuBtnActive{transform:translate(4px);color:#fff!important;background:linear-gradient(90deg,#ffffff0a 0%,#50f9d21f 100%)!important;border:1px solid #50f9d233!important;border-right:3px solid #50f9d2!important;font-weight:700!important;box-shadow:0 8px 25px #0000004d,0 0 15px #50f9d21a!important}.promoter-module__1qr5Dq__menuBtnActive svg{filter:drop-shadow(0 0 8px #50f9d299);color:#50f9d2!important}.promoter-module__1qr5Dq__mainCanvas{background:radial-gradient(circle at 80% 20%,#50f9d208 0%,#0b0c10 70%);flex-direction:column;gap:2rem;min-width:0;height:100vh;padding:2.5rem 3rem;display:flex;overflow:hidden auto}.promoter-module__1qr5Dq__bentoOverview{grid-template-columns:1fr 360px;align-items:start;gap:2rem;display:grid}@media (max-width:1300px){.promoter-module__1qr5Dq__bentoOverview{grid-template-columns:1fr}}.promoter-module__1qr5Dq__bentoMainCol{flex-direction:column;gap:2rem;min-width:0;display:flex}.promoter-module__1qr5Dq__bentoSideCol{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#12141db3;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex;box-shadow:0 15px 35px #0006}.promoter-module__1qr5Dq__welcomeSection{z-index:10000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1117d9;border:1px solid #ffffff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem;display:flex;position:relative;box-shadow:0 10px 30px #0006}.promoter-module__1qr5Dq__welcomeTitle{font-family:var(--font-title);color:#fff;background:linear-gradient(90deg,#fff,#8a95a5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 .35rem;font-size:1.5rem;font-weight:800}.promoter-module__1qr5Dq__welcomeSubtitle{color:#8a95a5;margin:0;font-size:.9rem}.promoter-module__1qr5Dq__geoMapContainer{background:#11141b;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;position:relative;overflow:hidden}.promoter-module__1qr5Dq__header{margin-bottom:2rem;position:relative}.promoter-module__1qr5Dq__title{letter-spacing:-.03em;color:#fff;text-shadow:none;font-size:2rem;font-weight:800}.promoter-module__1qr5Dq__sub{color:#8a95a5;margin-top:.35rem;font-size:.9rem;font-weight:500}.promoter-module__1qr5Dq__statsRow{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3.5rem;display:grid}.promoter-module__1qr5Dq__statCard{align-items:center;gap:1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:none!important;background:#11141b!important;border:1px solid #ffffff0f!important;border-radius:14px!important;padding:1.5rem!important}.promoter-module__1qr5Dq__statCard:hover{box-shadow:none!important;border-color:#ffffff1f!important}.promoter-module__1qr5Dq__statIcon{background:#1c202b;border:1px solid #ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.promoter-module__1qr5Dq__iconCyan,.promoter-module__1qr5Dq__iconSecondary,.promoter-module__1qr5Dq__iconGreen{color:#fff;box-shadow:none;background:#1c202b;border-color:#ffffff14}.promoter-module__1qr5Dq__statValue{font-size:1.85rem;font-weight:900;font-family:var(--font-title);color:var(--text-primary);letter-spacing:-.02em;line-height:1}.promoter-module__1qr5Dq__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.35rem;font-size:.8rem;font-weight:600}.promoter-module__1qr5Dq__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800;display:flex}.promoter-module__1qr5Dq__eventsGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}.promoter-module__1qr5Dq__affCard{background:#0a0a0f99!important;border:1px solid #ffffff0f!important;border-radius:18px!important;padding:1.75rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.promoter-module__1qr5Dq__affCard:hover{border-color:#50f9d24d!important;box-shadow:0 12px 30px #0006,0 0 30px #50f9d20d!important}.promoter-module__1qr5Dq__affHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.promoter-module__1qr5Dq__affEventTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:1.15rem;font-weight:800}.promoter-module__1qr5Dq__affEventMeta{color:var(--text-secondary);align-items:center;gap:.5rem;margin-top:.35rem;font-size:.85rem;display:flex}.promoter-module__1qr5Dq__affCode{font-family:var(--font-title);color:var(--accent-primary);text-shadow:0 0 10px #50f9d233;background:#50f9d214;border:1px solid #50f9d240;border-radius:10px;padding:.4rem .85rem;font-size:.8rem;font-weight:700}.promoter-module__1qr5Dq__affStats{background:#ffffff05;border:1px solid #ffffff08;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.25rem;display:grid}.promoter-module__1qr5Dq__affStat{text-align:center}.promoter-module__1qr5Dq__affStatVal{font-size:1.4rem;font-weight:800;font-family:var(--font-title);color:var(--text-primary)}.promoter-module__1qr5Dq__affStatLbl{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-top:.2rem;font-size:.75rem;font-weight:600}.promoter-module__1qr5Dq__copyBtn{color:var(--text-primary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.25rem;padding:.6rem 1rem;font-size:.825rem;font-weight:700;transition:all .2s;display:flex}.promoter-module__1qr5Dq__copyBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#50f9d20f;box-shadow:0 0 15px #50f9d21a}.promoter-module__1qr5Dq__copySuccess{color:#15ff00!important;background:#15ff000f!important;border-color:#15ff00!important;box-shadow:0 0 15px #15ff0026!important}.promoter-module__1qr5Dq__requestCard{margin-top:2.5rem;background:#0a0a0fb3!important;border:1px solid #ffffff0f!important;border-radius:18px!important;padding:2rem!important}.promoter-module__1qr5Dq__requestTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.15rem;font-weight:800}.promoter-module__1qr5Dq__inputRow{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.promoter-module__1qr5Dq__empty{text-align:center;color:var(--text-muted);background:#0a0a0f4d;border:1px dashed #ffffff14;border-radius:18px;padding:4rem 2rem}.promoter-module__1qr5Dq__alert{border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.promoter-module__1qr5Dq__alertSuccess{color:#15ff00;background:#15ff000f;border:1px solid #15ff002e}.promoter-module__1qr5Dq__alertError{color:#ff4d4d;background:#ff4d4d0f;border:1px solid #ff4d4d2e}@media (max-width:768px){.promoter-module__1qr5Dq__statsRow,.promoter-module__1qr5Dq__inputRow{grid-template-columns:1fr;gap:1rem}.promoter-module__1qr5Dq__affStats{grid-template-columns:1fr 1fr;gap:1rem}}.promoter-module__1qr5Dq__walletSection{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3.5rem;display:grid}.promoter-module__1qr5Dq__walletCard{flex-direction:column;justify-content:space-between;display:flex;background:#0a0a0fb3!important;border:1px solid #ffffff0f!important;border-radius:18px!important;padding:2rem!important}.promoter-module__1qr5Dq__walletTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800;display:flex}.promoter-module__1qr5Dq__walletBalanceContainer{margin-bottom:1.75rem}.promoter-module__1qr5Dq__walletBalanceLabel{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.promoter-module__1qr5Dq__walletBalanceValue{font-size:2.25rem;font-weight:900;font-family:var(--font-title);color:var(--text-primary)}.promoter-module__1qr5Dq__walletBalanceWithdrawable{color:var(--accent-primary);margin-top:.25rem;font-size:.85rem;font-weight:600}.promoter-module__1qr5Dq__walletForm{flex-direction:column;gap:1rem;display:flex}.promoter-module__1qr5Dq__walletTabs{border-bottom:1px solid #ffffff0f;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.promoter-module__1qr5Dq__walletTab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .75rem;font-size:.85rem;font-weight:700;transition:all .2s}.promoter-module__1qr5Dq__walletTab:hover{color:var(--text-primary);background:#ffffff08}.promoter-module__1qr5Dq__activeTab{color:var(--accent-primary)!important;background:#50f9d214!important}.promoter-module__1qr5Dq__listContainer{max-height:250px;padding-right:.5rem;overflow-y:auto}.promoter-module__1qr5Dq__listContainer::-webkit-scrollbar{width:6px}.promoter-module__1qr5Dq__listContainer::-webkit-scrollbar-track{background:#ffffff03}.promoter-module__1qr5Dq__listContainer::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}.promoter-module__1qr5Dq__walletItem{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.85rem 0;display:flex}.promoter-module__1qr5Dq__walletItem:last-child{border-bottom:none}.promoter-module__1qr5Dq__walletItemDetails{flex-direction:column;gap:.15rem;display:flex}.promoter-module__1qr5Dq__walletItemTitle{color:var(--text-primary);font-size:.85rem;font-weight:700}.promoter-module__1qr5Dq__walletItemMeta{color:var(--text-muted);font-size:.75rem}.promoter-module__1qr5Dq__walletItemRight{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.promoter-module__1qr5Dq__walletItemAmount{font-size:.9rem;font-weight:700;font-family:var(--font-title)}.promoter-module__1qr5Dq__statusBadge{text-transform:uppercase;letter-spacing:.03em;border-radius:6px;padding:.2rem .5rem;font-size:.65rem;font-weight:800}.promoter-module__1qr5Dq__badgePENDING{color:#f1c40f;background:#f1c40f1a;border:1px solid #f1c40f33}.promoter-module__1qr5Dq__badgeAPPROVED{color:#2ecc71;background:#2ecc711a;border:1px solid #2ecc7133}.promoter-module__1qr5Dq__badgeREJECTED{color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c33}.promoter-module__1qr5Dq__mediaKitBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.6rem 1rem;font-size:.825rem;font-weight:700;transition:all .2s;display:flex}.promoter-module__1qr5Dq__mediaKitBtn:hover,.promoter-module__1qr5Dq__mediaKitBtnActive{border-color:var(--accent-secondary);color:var(--accent-secondary);background:#00b8940f;box-shadow:0 0 15px #00b8941a}.promoter-module__1qr5Dq__mediaKitContainer{background:#ffffff03;border:1px solid #ffffff0a;border-radius:14px;flex-direction:column;align-items:center;gap:1.25rem;margin-top:1.25rem;padding:1.5rem;display:flex}.promoter-module__1qr5Dq__canvasWrapper{background:#000;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 8px 30px #00000080}.promoter-module__1qr5Dq__canvasWrapper canvas{display:block}.promoter-module__1qr5Dq__mediaKitTip{color:var(--text-muted);text-align:center;max-width:320px;font-size:.75rem;line-height:1.4}@media (max-width:768px){.promoter-module__1qr5Dq__walletSection{grid-template-columns:1fr}}.promoter-module__1qr5Dq__tierCard{margin-bottom:2.5rem;background:#0a0a0fb3!important;border:1px solid #ffffff14!important;border-radius:18px!important;padding:2rem!important;box-shadow:0 12px 35px #00000080!important}.promoter-module__1qr5Dq__tierHeader{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.75rem;display:flex}.promoter-module__1qr5Dq__tierInfo{flex-direction:column;gap:.75rem;display:flex}.promoter-module__1qr5Dq__tierBadge{letter-spacing:.06em;text-transform:uppercase;border-radius:12px;align-items:center;gap:.5rem;width:fit-content;padding:.45rem 1rem;font-size:.85rem;font-weight:800;display:inline-flex}.promoter-module__1qr5Dq__tierBRONZE{color:#cd7f32;background:#cd7f321a;border:1px solid #cd7f324d;box-shadow:0 0 15px #cd7f3214}.promoter-module__1qr5Dq__tierPRATA{color:#e0e0e0;background:#c0c0c01a;border:1px solid #c0c0c04d;box-shadow:0 0 15px #c0c0c014}.promoter-module__1qr5Dq__tierOURO{color:gold;background:#ffd7001a;border:1px solid #ffd7004d;box-shadow:0 0 15px #ffd7001a}.promoter-module__1qr5Dq__tierDIAMANTE{color:#b9f2ff;background:#b9f2ff1a;border:1px solid #b9f2ff4d;box-shadow:0 0 20px #b9f2ff26}.promoter-module__1qr5Dq__tierDescription{color:var(--text-secondary);font-size:.9rem;font-weight:500;line-height:1.5}.promoter-module__1qr5Dq__tierRate{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.promoter-module__1qr5Dq__tierRateVal{font-size:2.5rem;font-weight:950;font-family:var(--font-title);color:var(--accent-primary);text-shadow:0 0 20px #50f9d233;line-height:1}.promoter-module__1qr5Dq__tierRateLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.7rem;font-weight:700}.promoter-module__1qr5Dq__progressContainer{flex-direction:column;gap:.6rem;display:flex}.promoter-module__1qr5Dq__progressLabels{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;font-weight:600;display:flex}.promoter-module__1qr5Dq__progressBarBg{background:#ffffff0d;border:1px solid #ffffff08;border-radius:999px;width:100%;height:8px;overflow:hidden}.promoter-module__1qr5Dq__progressBarFill{background:linear-gradient(90deg, var(--accent-secondary) 0%, var(--accent-primary) 100%);border-radius:999px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #50f9d24d}.promoter-module__1qr5Dq__cortesiaCard{margin-top:2.5rem;background:#0a0a0fb3!important;border:1px solid #ffffff0f!important;border-radius:18px!important;padding:2rem!important}.promoter-module__1qr5Dq__cortesiaTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800;display:flex}.promoter-module__1qr5Dq__selectWrapper{flex-direction:column;gap:.45rem;display:flex}.promoter-module__1qr5Dq__selectLabel{color:var(--text-secondary);font-size:.75rem;font-weight:600}.promoter-module__1qr5Dq__select{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:.725rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.promoter-module__1qr5Dq__select:focus{border-color:var(--accent-secondary);background:#0009;box-shadow:0 0 12px #00b8941f}.promoter-module__1qr5Dq__select option{color:#fff;background:#0a0a0f}.promoter-module__1qr5Dq__cortesiaPreviewContainer{border-top:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.promoter-module__1qr5Dq__previewTitle{color:var(--text-primary);text-align:center;font-size:1rem;font-weight:700}.promoter-module__1qr5Dq__previewWrapper{background:#000;border:2px solid #50f9d233;border-radius:16px;max-width:100%;transition:all .3s;overflow:hidden;box-shadow:0 10px 40px #0009}.promoter-module__1qr5Dq__previewWrapper:hover{border-color:var(--accent-primary);box-shadow:0 10px 40px #50f9d226}.promoter-module__1qr5Dq__previewImage{max-width:100%;height:auto;display:block}@media (max-width:768px){.promoter-module__1qr5Dq__tierHeader{flex-direction:column;gap:1rem}.promoter-module__1qr5Dq__tierRate{text-align:left;align-items:flex-start}}.promoter-module__1qr5Dq__recruitmentLinkContainer{background:#50f9d208;border:1px solid #50f9d21f;border-radius:12px;flex-direction:column;gap:.5rem;margin-top:1rem;padding:1.25rem;display:flex}.promoter-module__1qr5Dq__recruitmentLinkLabel{text-transform:uppercase;color:var(--accent-primary);letter-spacing:.05em;font-size:.75rem;font-weight:700}.promoter-module__1qr5Dq__recruitmentLinkInputGroup{gap:.75rem;display:flex}.promoter-module__1qr5Dq__recruitmentLinkInput{color:var(--text-secondary);background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;padding:.5rem .75rem;font-family:monospace;font-size:.8rem}.promoter-module__1qr5Dq__recruitmentCopyBtn{background:var(--accent-primary);color:#000;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.promoter-module__1qr5Dq__recruitmentCopyBtn:hover{filter:brightness(1.1);box-shadow:0 0 10px #50f9d24d}.promoter-module__1qr5Dq__networkCommissionsBreakdown{background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.promoter-module__1qr5Dq__networkCommItem{flex-direction:column;gap:.15rem;display:flex}.promoter-module__1qr5Dq__networkCommLabel{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:600}.promoter-module__1qr5Dq__networkCommVal{font-size:1.1rem;font-weight:800;font-family:var(--font-title)}.promoter-module__1qr5Dq__subPromotersSection{border-top:1px dashed #ffffff14;margin-top:1.5rem;padding-top:1.5rem}.promoter-module__1qr5Dq__subPromotersTitle{color:var(--text-primary);align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.95rem;font-weight:800;display:flex}.promoter-module__1qr5Dq__subPromotersTableWrapper{background:#0003;border:1px solid #ffffff0a;border-radius:10px;overflow-x:auto}.promoter-module__1qr5Dq__subPromotersTable{border-collapse:collapse;text-align:left;width:100%;font-size:.8rem}.promoter-module__1qr5Dq__subPromotersTable th{color:var(--text-secondary);background:#ffffff05;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;font-weight:700}.promoter-module__1qr5Dq__subPromotersTable td{color:var(--text-primary);border-bottom:1px solid #ffffff0a;padding:.75rem 1rem}.promoter-module__1qr5Dq__subPromotersTable tr:last-child td{border-bottom:none}.promoter-module__1qr5Dq__inviteBanner{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex;background:linear-gradient(135deg,#50f9d21a 0%,#00b8940d 100%)!important;border:1px solid #50f9d240!important;border-radius:18px!important;padding:1.5rem 2rem!important;box-shadow:0 8px 32px #50f9d20d!important}.promoter-module__1qr5Dq__inviteBannerContent{flex-direction:column;gap:.35rem;display:flex}.promoter-module__1qr5Dq__inviteBannerTitle{color:var(--accent-primary);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;display:flex}.promoter-module__1qr5Dq__inviteBannerText{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.promoter-module__1qr5Dq__inviteBannerAction{flex-shrink:0;gap:1rem;display:flex}.promoter-module__1qr5Dq__networkBtn{cursor:pointer;align-items:center;gap:.35rem;transition:all .2s;display:inline-flex;color:var(--accent-primary)!important;background:#50f9d20f!important;border:1px solid #50f9d233!important;border-radius:8px!important;padding:.5rem 1rem!important;font-size:.8rem!important;font-weight:700!important}.promoter-module__1qr5Dq__networkBtn:hover{background:#50f9d21f!important;box-shadow:0 0 12px #50f9d226!important}.promoter-module__1qr5Dq__networkBtnActive{background:var(--accent-primary)!important;color:#000!important;border-color:var(--accent-primary)!important}@media (max-width:768px){.promoter-module__1qr5Dq__inviteBanner{flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem!important}.promoter-module__1qr5Dq__inviteBannerAction{justify-content:flex-end}}
.ingressos-module__APRY7a__page{max-width:1340px;margin:0 auto;padding:8rem 2rem 4rem}.ingressos-module__APRY7a__header{text-align:center;margin-bottom:2.5rem}.ingressos-module__APRY7a__title{letter-spacing:-.04em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.25rem;font-weight:900}.ingressos-module__APRY7a__sub{color:var(--text-secondary);margin-top:.25rem;font-size:.95rem}.ingressos-module__APRY7a__emptyState{text-align:center;color:var(--text-muted);background:#ffffff03;border:1px dashed #ffffff14;border-radius:16px;padding:5rem 2rem}.ingressos-module__APRY7a__cardsGrid{grid-template-columns:1fr;justify-items:center;gap:2.5rem;width:100%;margin-top:2rem;display:grid}.ingressos-module__APRY7a__ticketRow{-webkit-backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff14;border-radius:28px;flex-direction:row;align-items:stretch;width:100%;max-width:820px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:visible;box-shadow:0 15px 40px #0006}.ingressos-module__APRY7a__ticketRow:hover{background:#ffffff09;border-color:#50f9d240;box-shadow:0 20px 45px #50f9d214}.ingressos-module__APRY7a__cardCol{flex-shrink:0;justify-content:center;align-items:center;padding:1.5rem 0 1.5rem 1.5rem;display:flex}.ingressos-module__APRY7a__stubDivider{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:30px;display:flex;position:relative}.ingressos-module__APRY7a__stubLine{border-left:2px dashed #ffffff26;height:100%}.ingressos-module__APRY7a__stubCutoutTop,.ingressos-module__APRY7a__stubCutoutBottom{z-index:10;background-color:#000;border:1px solid #ffffff14;border-radius:50%;width:24px;height:24px;position:absolute}.ingressos-module__APRY7a__stubCutoutTop{clip-path:inset(12px 0 0);top:-13px;left:50%;transform:translate(-50%)}.ingressos-module__APRY7a__stubCutoutBottom{clip-path:inset(0 0 12px);bottom:-13px;left:50%;transform:translate(-50%)}.ingressos-module__APRY7a__qrCol{background:0 0;border:1.5px dashed #50f9d273;border-radius:20px;flex-direction:column;flex:1;justify-content:space-between;min-width:0;margin:1.5rem 1.5rem 1.5rem 0;padding:1.5rem;transition:all .3s;display:flex}.ingressos-module__APRY7a__ticketRow:hover .ingressos-module__APRY7a__qrCol{border-color:var(--accent-primary);box-shadow:inset 0 0 15px #50f9d20d,0 0 15px #50f9d21a}.ingressos-module__APRY7a__qrHeader{text-align:center}.ingressos-module__APRY7a__qrTitle{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:1.1rem;font-weight:800;overflow:hidden}.ingressos-module__APRY7a__qrSector{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.ingressos-module__APRY7a__qrCodeWrap{background:#fff;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:170px;height:170px;margin:1.25rem auto;padding:1rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000080,0 0 15px #50f9d21a}.ingressos-module__APRY7a__ticketRow:hover .ingressos-module__APRY7a__qrCodeWrap{transform:scale(1.03);box-shadow:0 12px 35px #0009,0 0 25px #50f9d233}.ingressos-module__APRY7a__qrFooter{flex-direction:column;align-items:center;gap:.5rem;display:flex}.ingressos-module__APRY7a__qrMeta{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;display:flex}.ingressos-module__APRY7a__qrHashContainer{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;max-width:220px;padding:.35rem .75rem;display:flex}.ingressos-module__APRY7a__qrHash{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-family:Courier New,monospace;font-size:.65rem;overflow:hidden}.ingressos-module__APRY7a__copyBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:.1rem;transition:color .2s;display:flex}.ingressos-module__APRY7a__copyBtn:hover{color:var(--accent-primary)}@media (max-width:1120px){.ingressos-module__APRY7a__cardsGrid{grid-template-columns:1fr}}@media (max-width:640px){.ingressos-module__APRY7a__ticketRow{flex-direction:column;align-items:center;width:100%;max-width:322px}.ingressos-module__APRY7a__cardCol{padding:1.5rem 1.5rem 0}.ingressos-module__APRY7a__stubDivider{flex-direction:row;width:100%;height:30px}.ingressos-module__APRY7a__stubLine{border-top:2px dashed #ffffff26;border-left:none;width:calc(100% - 30px);height:0}.ingressos-module__APRY7a__stubCutoutTop{clip-path:inset(0 0 0 12px);top:50%;left:-13px;transform:translateY(-50%)}.ingressos-module__APRY7a__stubCutoutBottom{clip-path:inset(0 12px 0 0);inset:50% -13px auto auto;transform:translateY(-50%)}.ingressos-module__APRY7a__qrCol{background:0 0;border:1.5px dashed #50f9d273;border-radius:20px;gap:1rem;width:calc(100% - 3rem);margin:0 1.5rem 1.5rem;padding:1.5rem}.ingressos-module__APRY7a__qrCodeWrap{margin:.5rem auto}}.ingressos-module__APRY7a__qrActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;width:100%;max-width:320px;margin-top:.25rem;display:flex}.ingressos-module__APRY7a__transferBtn{color:#50f9d2;cursor:pointer;background:#50f9d226;border:1.5px solid #50f9d2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;box-shadow:0 0 10px #50f9d233}.ingressos-module__APRY7a__transferBtn:hover{color:#000;background:#50f9d2;border-color:#50f9d2;box-shadow:0 0 18px #50f9d299}.ingressos-module__APRY7a__downloadBtn{color:#00b894;cursor:pointer;background:#00b89426;border:1.5px solid #00b894;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;box-shadow:0 0 10px #00b89433}.ingressos-module__APRY7a__downloadBtn:hover{color:#000;background:#00b894;border-color:#00b894;box-shadow:0 0 18px #00b89499}.ingressos-module__APRY7a__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ingressos-module__APRY7a__modalContent{text-align:left;background:#09090b;border:1px solid #ffffff14;border-radius:20px;width:90%;max-width:420px;padding:1.75rem;box-shadow:0 20px 50px #000c,0 0 15px #50f9d20d}.ingressos-module__APRY7a__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ingressos-module__APRY7a__modalTitle{color:#fff;margin:0;font-size:1.15rem;font-weight:800}.ingressos-module__APRY7a__closeModalBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;display:flex}.ingressos-module__APRY7a__closeModalBtn:hover{color:#fff}.ingressos-module__APRY7a__modalDesc{color:var(--text-secondary);margin:0 0 1.25rem;font-size:.82rem;line-height:1.5}.ingressos-module__APRY7a__modalInput{color:#fff;box-sizing:border-box;background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.ingressos-module__APRY7a__modalInput:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 8px #50f9d233}.ingressos-module__APRY7a__cancelBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:10px;padding:.625rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.ingressos-module__APRY7a__cancelBtn:hover{color:#fff;background:#ffffff0d}.ingressos-module__APRY7a__confirmTransferBtn{background:var(--accent-gradient);color:#000;cursor:pointer;border:none;border-radius:10px;padding:.625rem 1.25rem;font-size:.85rem;font-weight:800;transition:all .2s}.ingressos-module__APRY7a__confirmTransferBtn:hover{opacity:.9;transform:translateY(-1px)}.ingressos-module__APRY7a__confirmTransferBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ingressos-module__APRY7a__modalCancelBtn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.ingressos-module__APRY7a__modalCancelBtn:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-1px)}.ingressos-module__APRY7a__modalSubmitBtn{color:#0f0a1e;cursor:pointer;background:linear-gradient(135deg,#50f9d2,#00b894);border:none;border-radius:10px;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.88rem;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #50f9d240}.ingressos-module__APRY7a__modalSubmitBtn:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 20px #50f9d273}.ingressos-module__APRY7a__modalSubmitBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.ingressos-module__APRY7a__alert{box-sizing:border-box;border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem 1rem;font-size:.8rem;font-weight:600}.ingressos-module__APRY7a__alertError{color:#ff4d4d;background:#ff4d4d14;border:1px solid #ff4d4d33}.ingressos-module__APRY7a__alertSuccess{color:#15ff00;background:#15ff0014;border:1px solid #15ff0033}
.portaria-module__0LH0Xq__container{color:#fff;background:#0f1117;width:100%;max-width:100%;min-height:100vh;padding:5rem 2rem 3rem}.portaria-module__0LH0Xq__backLink{color:#8a95a5;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.portaria-module__0LH0Xq__backLink:hover{color:#fff}.portaria-module__0LH0Xq__header{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.portaria-module__0LH0Xq__title{color:#fff;align-items:center;gap:.6rem;font-size:1.75rem;font-weight:700;display:flex}.portaria-module__0LH0Xq__subtitle{color:#8a95a5;margin-top:.25rem;font-size:.85rem}.portaria-module__0LH0Xq__splitGrid{grid-template-columns:480px 1fr;align-items:start;gap:1.75rem;display:grid}@media (max-width:1100px){.portaria-module__0LH0Xq__splitGrid{grid-template-columns:1fr}}.portaria-module__0LH0Xq__leftSection{flex-direction:column;gap:1.25rem;display:flex}.portaria-module__0LH0Xq__scannerCard{flex-direction:column;gap:1.25rem;display:flex;background:#151821!important;border:1px solid #ffffff14!important;border-radius:16px!important;padding:1.5rem!important}.portaria-module__0LH0Xq__cameraViewport{aspect-ratio:1;background:#0b0d13;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.portaria-module__0LH0Xq__cameraVideo{object-fit:cover;width:100%;height:100%}.portaria-module__0LH0Xq__hudOverlay{pointer-events:none;border:16px solid #ffffff05;position:absolute;inset:0}.portaria-module__0LH0Xq__hudBracketTL{border-top:2px solid #e2e8f0;border-left:2px solid #e2e8f0;width:30px;height:30px;position:absolute;top:15px;left:15px}.portaria-module__0LH0Xq__hudBracketTR{border-top:2px solid #e2e8f0;border-right:2px solid #e2e8f0;width:30px;height:30px;position:absolute;top:15px;right:15px}.portaria-module__0LH0Xq__hudBracketBL{border-bottom:2px solid #e2e8f0;border-left:2px solid #e2e8f0;width:30px;height:30px;position:absolute;bottom:15px;left:15px}.portaria-module__0LH0Xq__hudBracketBR{border-bottom:2px solid #e2e8f0;border-right:2px solid #e2e8f0;width:30px;height:30px;position:absolute;bottom:15px;right:15px}.portaria-module__0LH0Xq__laserScanLine{background:#fff;height:2px;animation:2.2s ease-in-out infinite alternate portaria-module__0LH0Xq__scanLaser;position:absolute;left:0;right:0;box-shadow:0 0 8px #ffffff80}@keyframes portaria-module__0LH0Xq__scanLaser{0%{top:10%}to{top:90%}}.portaria-module__0LH0Xq__manualForm{flex-direction:column;gap:.8rem;display:flex}.portaria-module__0LH0Xq__rightSection{flex-direction:column;gap:1.5rem;display:flex}.portaria-module__0LH0Xq__bentoGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:600px){.portaria-module__0LH0Xq__bentoGrid{grid-template-columns:1fr}}.portaria-module__0LH0Xq__bentoCard{flex-direction:column;justify-content:space-between;display:flex;background:#151821!important;border:1px solid #ffffff0f!important;border-radius:12px!important;padding:1.25rem!important}.portaria-module__0LH0Xq__bentoVal{color:#fff;font-size:1.75rem;font-weight:700}.portaria-module__0LH0Xq__bentoLabel{color:#8a95a5;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.portaria-module__0LH0Xq__feedCard{background:#151821!important;border:1px solid #ffffff0f!important;border-radius:16px!important;padding:1.5rem!important}.portaria-module__0LH0Xq__feedItem{background:#1c202b;border:1px solid #ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:.6rem;padding:.85rem 1rem;display:flex}.portaria-module__0LH0Xq__feedApproved{border-left:3px solid #10b981}.portaria-module__0LH0Xq__feedRejected{border-left:3px solid #ef4444}.portaria-module__0LH0Xq__resultBanner{text-align:center;border-radius:12px;padding:1.25rem;font-weight:700}.portaria-module__0LH0Xq__bannerAPPROVED{color:#10b981;background:#10b9811f;border:1px solid #10b981}.portaria-module__0LH0Xq__bannerREJECTED{color:#ef4444;background:#ef44441f;border:1px solid #ef4444}
