@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";:root{font-family:Figtree}*{box-sizing:border-box}input,textarea{font-size:16px!important}body{margin:0;width:100vw;min-height:100vh;background:#f6f7fb;color:#0f172a}a{color:inherit;text-decoration:none}.navbar{width:100vw;display:flex;background-color:#254466;color:#fff;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.15)}.navbar__left{display:flex;align-items:center;gap:10px}.navbar__brandLink{display:inline-flex;align-items:center}.navbar__brand{font-weight:800;font-size:26px;letter-spacing:.2px}.navbar__right{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px}.navbar__profileBtn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .06s ease,background .15s ease}.navbar__profileBtn:hover{background:#ffffff2e}.navbar__profileBtn:active{transform:scale(.98)}.navbar__profilePlaceholder{font-size:16px;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:800;text-transform:uppercase;line-height:1;color:#fff}button{appearance:none;-webkit-appearance:none;font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:9px 12px;font-weight:800;font-size:14px;border:1px solid transparent;cursor:pointer;transition:transform .06s ease,filter .15s ease,background .15s ease;-webkit-user-select:none;user-select:none}.btn:active{transform:scale(.99)}.btn--primary{background:#fff;color:#0f172a;border:2px solid #EBEBEB}#nav--primary{border:none}.btn--primary:hover{background:#f7f7f7;filter:none}.btn.btn--dark{background:#0f172a;color:#fff;border-color:#0f172a26}.btn.btn--dark:hover{filter:brightness(1.05)}.navbar__menu{position:absolute;top:50px;right:0;width:200px;background:#fff;border:1px solid #e5e5e5;border-radius:14px;box-shadow:0 14px 30px #0206172e;overflow:hidden;z-index:10}.navbar__menuItem{display:block;padding:11px 12px;color:#0f172a;font-weight:650;font-size:14px}.navbar__menuItem:hover{background:#f3f4f6}.navbar__divider{height:1px;background:#eee}.navbar__menuForm{margin:0}#navbar__menuEmail{padding:11px 12px 4px;opacity:.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;width:100%}#navbar__menuEmail:hover{background:inherit;transform:none}.navbar__menuButton{width:100%;text-align:left;padding:8px 12px 11px;border:0;background:#fff;cursor:pointer;color:#0f172a;font-size:14px;font-weight:750}.navbar__menuButton:hover{background:#f3f4f6}.page{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:18px 14px 40px}.page__inner{width:100%;max-width:980px;display:flex;flex-direction:column;align-items:center}.page__header{text-align:center;margin:10px 2px 14px}.page__sectionTitle{margin:0;font-weight:900;letter-spacing:-.2px;font-size:22px}.page__subtitle{margin:6px 0 0;opacity:.75;font-size:14px}.payoutBanner{width:100%;max-width:700px;border:1px solid rgba(37,68,102,.25);background:linear-gradient(180deg,#25446614,#25446608);border-radius:14px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:8px 0 16px}.payoutBanner__title{font-weight:900;font-size:14px;margin-bottom:2px}.payoutBanner__sub{font-size:13px;opacity:.85;line-height:1.35}.payoutBanner__cta{white-space:nowrap}.emptyCard{border:1px dashed #d7dbe3;border-radius:16px;padding:18px;background:#fff;text-align:center;width:100%;max-width:500px}.emptyCard__title{font-weight:900;font-size:16px;margin-bottom:4px}.emptyCard__sub{opacity:.75;font-size:13px;margin-bottom:12px}.section{display:flex;flex-direction:column;align-items:center;width:100%;max-width:900px}#section-settings{max-width:500px}.tickets{width:100%;place-items:center;display:flex;flex-direction:column}.ticketLink{display:block;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}.ticketCard{width:100%;max-width:500px;border:1px solid #e5e5e5;border-radius:16px;padding:14px;background:#fff;text-align:left;transition:transform .08s ease,box-shadow .15s ease,border-color .15s ease;margin-bottom:14px}.ticketCard:hover{transform:translateY(-2px);border-color:#d8dde6;box-shadow:0 10px 26px #0206171a}.ticketCard__top{display:flex;justify-content:space-between;gap:12px}.ticketCard__left{min-width:0}.ticketCard__event{font-weight:900;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticketCard__date{opacity:.75;font-size:13px}.ticketCard__right{text-align:right}.ticketCard__label{font-size:12px;opacity:.65;font-weight:750}.ticketCard__price{font-size:18px;font-weight:950;letter-spacing:-.2px}.ticketCard__divider{height:1px;background:#eee;margin:12px 0}.ticketCard__bottom{display:flex;justify-content:space-between;gap:12px;font-size:13px;align-items:center}.ticketCard__seller{opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%}.ticketCard__verified{font-weight:750;opacity:.75}.ticketCard__yours{font-weight:800;background-color:#0f172a;border-radius:10px;padding:6px 10px;color:#fff}.thinDivider{height:1px;width:80%;background:#e5e5e5;margin:30px 0}.tabs{display:inline-flex;gap:10px;margin:12px 0 18px}.tab{border:1px solid #e5e5e5;background:#fff;padding:8px 12px;border-radius:999px;cursor:pointer;font-family:inherit;font-weight:800;font-size:13px;color:#495675;transition:transform .06s ease,background .15s ease,border-color .15s ease}.tab:hover{background:#f3f4f6}.tab:active{transform:scale(.99)}.tabActive{border-color:#0f172a;font-weight:900;color:#000}@media(max-width:420px){.navbar__brand{font-size:22px}.btn{padding:9px 12px;font-size:13px}.payoutBanner{flex-direction:column;align-items:stretch}.payoutBanner__cta{width:100%}}.section--auth{width:100%;max-width:520px}.authCard{width:100%;background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:18px;box-shadow:0 10px 26px #0206170f}.authHeader{text-align:center;margin-bottom:14px}.authTitle{margin:0;font-weight:950;letter-spacing:-.3px;font-size:22px}.authSub{margin:6px 0 0;opacity:.78;font-size:14px;line-height:1.35}.authEmail{font-weight:900}.authForm{display:flex;flex-direction:column;gap:10px}.fieldLabel{font-size:15px;font-weight:850;margin-top:6px}.input,.select{width:100%;border:1px solid #e5e5e5;background:#fff;border-radius:12px;padding:11px 12px;font-size:15px;outline:none}.input:focus,.select:focus{border-color:#25446680;box-shadow:0 0 0 3px #2544661f}.emailRow{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.select{min-width:170px;cursor:pointer}.miniHelp{margin-top:-4px;font-size:12.5px;opacity:.78}.formAlert{border-radius:12px;padding:10px 12px;font-size:13px;font-weight:700}.formAlert--error{border:1px solid rgba(239,68,68,.25);background:#ef444412;color:#7f1d1d}.authBtnFull{width:100%;margin-top:6px}.authFooter{text-align:center;font-size:13px;opacity:.78;margin-top:10px}.link{font-weight:850;text-decoration:underline;text-underline-offset:2px}.authHint{font-size:13px;opacity:.8;background:#0f172a0a;border:1px solid rgba(15,23,42,.08);padding:10px 12px;border-radius:12px;margin:12px 0 14px}.authActions{display:flex;gap:10px}.homeHero{max-width:980px;background:#fff;border-radius:20px;padding:30px 50px;margin-top:40px}.homeHero__header{text-align:center}.homeHero__pill{display:inline-block;margin-bottom:10px;padding:6px 10px;border-radius:999px}.homeHero__title{font-size:40px;line-height:1.1;margin:8px 0 10px}.homeHero__sub{max-width:720px;margin:0 auto}.homeHero__actions{margin-top:18px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.homeHero__actionBtn{width:auto;padding-left:20px;padding-right:20px}.homeHero__hint{margin-top:14px}.homeHero__divider{margin:18px 0}.homeFeatures{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.homeFeatureCard{padding:14px}.homeFeatureCard__title{font-weight:700;margin-bottom:6px}.homeFeatureCard__text{margin:0}.homeHero__footer{margin-top:14px;text-align:center}.successPage{width:100%;min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 14px 50px}.successTitle{margin:0 0 8px;font-weight:950;letter-spacing:-.3px;font-size:26px;text-align:center}.successSub{margin:0 0 16px;opacity:.8;font-size:14px;text-align:center;line-height:1.35}.successCard{width:100%;max-width:500px;background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:18px;box-shadow:0 14px 30px #02061714;text-align:left;position:relative;overflow:hidden}.successCard:before{content:"";position:absolute;inset:0 0 auto;height:90px;background:#fff;pointer-events:none}.successSectionTitle{margin:0 0 10px;font-weight:900;letter-spacing:-.2px;font-size:16px;position:relative}.successMuted{margin:0;opacity:.78;font-size:13.5px;line-height:1.4;position:relative}.fileList{margin-top:12px;display:grid;gap:10px;position:relative}.fileBtn{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px;border-radius:14px;background:#0f172a08;border:1px solid rgba(15,23,42,.1);transition:transform .06s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease;cursor:pointer}.fileBtn:hover{background:#0f172a0b;border-color:#0f172a24;box-shadow:0 10px 26px #0206170f;transform:translateY(-1px)}.fileBtn:active{transform:scale(.99)}.fileBtn:after{content:"Download";font-size:12px;font-weight:850;opacity:.72;white-space:nowrap}.fileName{min-width:0;font-weight:850;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.secondaryBtn{margin-top:14px;width:100%;max-width:500px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 14px;background:#0f172a;color:#fff;border:1px solid rgba(15,23,42,.15);font-weight:900;font-size:14px;cursor:pointer;transition:transform .06s ease,filter .15s ease}.secondaryBtn:hover{filter:brightness(1.06)}.secondaryBtn:active{transform:scale(.99)}#reportButton{padding:6px 55px}.successNotice{width:100%;max-width:720px;margin-top:12px;border:1px solid rgba(37,68,102,.25);background:linear-gradient(180deg,#25446614,#25446608);border-radius:16px;padding:12px 14px}@media(max-width:520px){.successTitle{font-size:22px}.successCard{border-radius:18px;padding:16px}.fileBtn{padding:11px;border-radius:13px}.fileBtn:after{content:"Get"}}@media(max-width:750px){.homeFeatures{grid-template-columns:1fr}.homeHero{padding:4% 6%}}@media(max-width:420px){.emailRow{grid-template-columns:1fr}.select{width:100%}}.homeNew{width:100%;max-width:980px;margin-top:26px}.homeNew__heroRow{width:100%;display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:stretch}.homeNew__hero{background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:26px;box-shadow:0 14px 30px #0206170f;position:relative;overflow:hidden}.homeNew__kicker{position:relative;display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:850;opacity:.85;padding:6px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffa6}.homeNew__title{position:relative;margin:12px 0 10px;font-weight:950;letter-spacing:-.055em;font-size:46px;line-height:1.05;max-width:400px}.homeNew__sub{position:relative;margin:0;opacity:.82;font-size:15px;line-height:1.45;max-width:560px}.homeNew__ctas{position:relative;margin-top:16px;display:grid;gap:10px;max-width:420px}.homeNew__ctaPrimary,.homeNew__ctaSecondary{width:100%;border-radius:14px;padding:12px 14px;font-size:14px;font-weight:900}.homeNew__loginLine{font-size:13px;opacity:.8;text-align:center}.homeNew__badgeRow{position:relative;margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.homeNew__badge{font-size:12.5px;font-weight:850;opacity:.85;border:1px solid rgba(15,23,42,.1);background:#0f172a08;padding:7px 10px;border-radius:999px}.homeNew__promo{position:relative;margin-top:12px;font-size:13px;font-weight:800;opacity:.82;background:#0f172a0a;border:1px solid rgba(15,23,42,.08);padding:10px 12px;border-radius:14px;max-width:420px;display:flex;align-items:center;justify-content:center;gap:8px}.homeNew__promo span{text-align:center}.homeNew__promoIcon{width:16px;height:16px;flex:0 0 16px;display:block;color:#0f172a}.homeNew__preview{background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:18px;box-shadow:0 14px 30px #0206170f;overflow:hidden}.homeNew__previewTitle{font-weight:900;letter-spacing:-.2px;font-size:14px;margin-bottom:10px;opacity:.9}.homeNew__previewLink{pointer-events:none}.homeNew__previewCard{max-width:none}.homeNew__previewHint{margin-top:10px;font-size:12.5px;opacity:.75}.homeNew__how{margin-top:14px}.homeNew__howTitle{margin:0 0 10px;font-weight:950;letter-spacing:-.3px;font-size:16px;opacity:.92}.homeNew__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.homeNew__step{padding:16px}.homeNew__stepTop{display:flex;align-items:center;gap:10px;margin-bottom:8px}.homeNew__stepNum{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:950;font-size:13px;background:#2544661f;border:1px solid rgba(37,68,102,.18)}.homeNew__stepHead{font-weight:900;letter-spacing:-.2px}.homeNew__stepText{margin:0}.homeNew__footer{text-align:center;margin-top:12px}.page__subtitle--demand{display:flex;align-items:center;gap:10px}.pulseDot{width:10px;height:10px;border-radius:999px;background:#22c55e;box-shadow:0 0 #22c55eb3;animation:pulseDot 1.2s ease-out infinite}.homeNew__sellPreview{background:#fff;border:1px solid #d9dce3;border-radius:24px;padding:20px 18px 18px;display:flex;flex-direction:column;gap:14px;height:100%}.homeNew__sellPreviewTitle{font-size:1.45rem;font-weight:800;line-height:1.1;color:#0d1833;letter-spacing:-.02em}.homeNew__sellPreviewCard{border:1px solid #d9dce3;border-radius:20px;background:#fcfcfd;padding:8px 0}.homeNew__sellPreviewSteps{display:flex;flex-direction:column}.homeNew__sellPreviewStep{display:flex;align-items:flex-start;gap:12px;padding:14px 16px}.homeNew__sellPreviewStepNumber{width:28px;height:28px;min-width:28px;border-radius:999px;border:1px solid #cfd5df;background:#f3f5f8;color:#0d1833;font-size:.92rem;font-weight:800;display:flex;align-items:center;justify-content:center}.homeNew__sellPreviewStepText{display:flex;flex-direction:column;gap:3px}.homeNew__sellPreviewStepTitle{font-size:1rem;font-weight:800;line-height:1.2;color:#0d1833}.homeNew__sellPreviewStepDesc{font-size:.95rem;line-height:1.45;color:#5c6475}.homeNew__sellPreviewDivider{height:1px;background:#e6e9ef;margin:0 16px}.homeNew__sellPreviewHint{font-size:.95rem;line-height:1.45;color:#5c6475;margin-top:auto}@keyframes pulseDot{0%{transform:scale(1);box-shadow:0 0 #22c55eb3}70%{transform:scale(1.1);box-shadow:0 0 0 10px #22c55e00}to{transform:scale(1);box-shadow:0 0 #22c55e00}}@media(max-width:900px){.homeNew__heroRow{grid-template-columns:1fr}.homeNew__title{font-size:40px}.homeNew__preview{padding:14px}.homeNew__steps{grid-template-columns:1fr}.homeNew{max-width:530px}}@media(max-width:520px){.homeNew__hero{padding:18px}.homeNew__title{font-size:38px}.homeNew__sub{font-size:14px}.homeNew__promo,.homeNew__ctas{max-width:none}}
