*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}:root{--color-primary: #ff4df0;--color-dark: #0b0320;--color-dark-2: #100928;--color-dark-3: #1b003a;--color-text: #ffffff;--color-muted: rgba(255,255,255,.65);--max-width: 1200px}body{font-family:Montserrat,sans-serif;color:var(--color-text);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.35}h1,h2,h3,h4,h5,h6{margin:0;font-weight:800}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-dark-2)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:10px}.checkout{min-height:100vh;padding:36px 18px;background:radial-gradient(circle at 50% 0%,rgba(236,121,30,.22),transparent 36%),linear-gradient(145deg,#160803,#381306,#160803);font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}.checkout *,.checkout *:before,.checkout *:after{box-sizing:border-box}.checkout__container{width:100%;max-width:780px;margin:0 auto;overflow:hidden;background:#fffaf1;border:1px solid rgba(255,185,92,.25);border-radius:24px;box-shadow:0 26px 70px #0000007a,0 0 0 1px #ffffff08}.checkout__hero{position:relative;min-height:380px;overflow:hidden;background:#291006}.checkout__heroImage{display:block;width:100%;height:420px;object-fit:cover;object-position:center}.checkout__heroShade{position:absolute;inset:0;background:linear-gradient(90deg,#180701e0,#1807018a 48%,#18070114),linear-gradient(180deg,#1807010f 35%,#180701d1)}.checkout__heroContent{position:absolute;left:0;bottom:0;z-index:2;width:min(620px,92%);padding:38px;color:#fff}.checkout__brand{display:inline-block;padding:9px 16px;margin-bottom:16px;color:#351203;background:linear-gradient(135deg,#ffc24a,#ed841b);border-radius:999px;box-shadow:0 8px 18px #0003;font-size:13px;font-weight:900;letter-spacing:1px}.checkout__heroTitle{max-width:570px;margin:0;color:#fff;font-size:clamp(32px,6vw,50px);line-height:1.04;text-shadow:0 4px 18px rgba(0,0,0,.55)}.checkout__heroText{max-width:520px;margin:15px 0 0;color:#ffe7c0;font-size:18px;line-height:1.55;text-shadow:0 3px 12px rgba(0,0,0,.6)}.checkout__heroText strong{color:#ffc354}.checkout__content{padding:36px}.checkout__head{margin-bottom:26px;text-align:center}.checkout__step{display:inline-block;margin-bottom:9px;color:#b84b10;font-size:12px;font-weight:900;letter-spacing:1.5px}.checkout__title{margin:0;color:#642305;font-size:31px;line-height:1.2}.checkout__subtitle{max-width:570px;margin:10px auto 0;color:#765e50;font-size:15px;line-height:1.65}.checkout__state{padding:17px;margin-bottom:22px;color:#784016;background:#fff0d2;border:1px solid #efcf9a;border-radius:12px;font-size:14px;text-align:center}.checkout__state--error{color:#8c1d18;background:#fff0ee;border-color:#edb6b1}.checkout__event{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px;margin-bottom:27px;background:linear-gradient(135deg,#fff7e5f0,#ffe7bbe6);border:1px solid #ecc78b;border-radius:15px;box-shadow:0 8px 22px #75371114}.checkout__eventInfo{min-width:0}.checkout__eventLabel{display:block;margin-bottom:6px;color:#a56a42;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.checkout__eventTitle{margin:0 0 7px;color:#682505;font-size:19px}.checkout__eventMeta{margin:4px 0 0;color:#82614c;font-size:13px;line-height:1.45}.checkout__eventPrice{flex-shrink:0;padding-left:20px;border-left:1px solid #e6be7d;text-align:right}.checkout__eventPrice span{display:block;color:#896852;font-size:12px}.checkout__eventPrice strong{display:block;margin-top:5px;color:#a9400d;font-size:26px}.checkout__form{display:grid;gap:21px}.checkout__field{display:flex;flex-direction:column;gap:8px}.checkout__label{color:#552b16;font-size:14px;font-weight:800}.checkout__input{width:100%;min-height:52px;padding:0 16px;color:#442213;background:#fff;border:1px solid #ddc0a1;border-radius:11px;outline:none;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.checkout__input::placeholder{color:#ad9482}.checkout__input:hover{border-color:#c99267}.checkout__input:focus{border-color:#c85b18;box-shadow:0 0 0 4px #c85b1821}.checkout__input--select{cursor:pointer}.checkout__input--error{border-color:#c82d24;box-shadow:0 0 0 3px #c82d2417}.checkout__error{margin:0;color:#b42318;font-size:13px}.checkout__help{color:#927463;font-size:12px}.checkout__total{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px;color:#fff;background:radial-gradient(circle at 100% 0%,rgba(255,190,76,.28),transparent 34%),linear-gradient(135deg,#632205,#a3420f);border:1px solid rgba(255,205,126,.25);border-radius:15px;box-shadow:0 12px 26px #68280833}.checkout__totalInfo{min-width:0}.checkout__totalLabel{display:block;margin-bottom:6px;color:#ffdc9f;font-size:12px;font-weight:900;letter-spacing:.9px;text-transform:uppercase}.checkout__total small{color:#f5d6b9;font-size:13px}.checkout__totalValue{flex-shrink:0;color:#fff;font-size:32px}.checkout__button{min-height:56px;padding:14px 24px;color:#351303;background:linear-gradient(135deg,#ffc244,#ed7e16);border:none;border-radius:12px;cursor:pointer;box-shadow:0 11px 24px #bf4f0d4a;font-size:16px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.checkout__button:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 15px 30px #bf4f0d5e}.checkout__button:active:not(:disabled){transform:translateY(0)}.checkout__button:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.checkout__notice{display:flex;align-items:flex-start;gap:13px;padding:17px;color:#684424;background:#fff0c7;border-left:5px solid #df8c1e;border-radius:11px;font-size:13px;line-height:1.65}.checkout__noticeIcon{flex-shrink:0;font-size:23px}.checkout__notice p{margin:0}.checkout__security{color:#947767;font-size:12px;text-align:center}@media(max-width:680px){.checkout{padding:14px 9px}.checkout__container{border-radius:17px}.checkout__hero{min-height:330px}.checkout__heroImage{height:360px;object-position:center}.checkout__heroShade{background:linear-gradient(180deg,#18070114 10%,#180701e0)}.checkout__heroContent{width:100%;padding:25px 20px}.checkout__heroTitle{font-size:34px}.checkout__heroText{font-size:16px}.checkout__content{padding:27px 18px}.checkout__title{font-size:27px}.checkout__event{align-items:flex-start;flex-direction:column;gap:15px}.checkout__eventPrice{width:100%;padding:14px 0 0;border-top:1px solid #e6be7d;border-left:none;text-align:left}.checkout__total{align-items:flex-start;flex-direction:column;gap:14px}.checkout__totalValue{font-size:29px}}@media(max-width:420px){.checkout__hero{min-height:300px}.checkout__heroImage{height:330px}.checkout__heroTitle{font-size:29px}.checkout__heroText{font-size:15px}.checkout__content{padding:24px 15px}.checkout__title{font-size:25px}}.uploadPay{min-height:100vh;padding:36px 18px;background:radial-gradient(circle at 50% 0%,rgba(238,126,33,.22),transparent 36%),linear-gradient(145deg,#160803,#3a1507,#160803);font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}.uploadPay *,.uploadPay *:before,.uploadPay *:after{box-sizing:border-box}.uploadPay__container{width:100%;max-width:820px;margin:0 auto;overflow:hidden;background:#fffaf1;border:1px solid rgba(255,185,92,.25);border-radius:24px;box-shadow:0 26px 70px #0000007a,0 0 0 1px #ffffff08}.uploadPay__hero{position:relative;min-height:330px;overflow:hidden;background:#291006}.uploadPay__heroImage{display:block;width:100%;height:380px;object-fit:cover;object-position:center}.uploadPay__heroShade{position:absolute;inset:0;background:linear-gradient(90deg,#180701e0,#18070180 48%,#18070114),linear-gradient(180deg,#1807010a 30%,#180701e0)}.uploadPay__heroContent{position:absolute;left:0;bottom:0;z-index:2;width:min(610px,94%);padding:36px;color:#fff}.uploadPay__brand{display:inline-block;padding:9px 16px;margin-bottom:15px;color:#351203;background:linear-gradient(135deg,#ffc24a,#ed841b);border-radius:999px;font-size:13px;font-weight:900;letter-spacing:1px}.uploadPay__heroTitle{margin:0;color:#fff;font-size:clamp(31px,6vw,48px);line-height:1.06;text-shadow:0 4px 18px rgba(0,0,0,.55)}.uploadPay__heroText{max-width:520px;margin:14px 0 0;color:#ffe7c0;font-size:17px;line-height:1.55;text-shadow:0 3px 12px rgba(0,0,0,.6)}.uploadPay__content{padding:36px}.uploadPay__head{margin-bottom:26px;text-align:center}.uploadPay__step{display:inline-block;margin-bottom:9px;color:#b84b10;font-size:12px;font-weight:900;letter-spacing:1.5px}.uploadPay__title{margin:0;color:#642305;font-size:31px;line-height:1.2}.uploadPay__subtitle{margin:10px 0 0;color:#765e50;font-size:14px;line-height:1.6}.uploadPay__orderId{display:block;max-width:100%;margin-top:5px;overflow-wrap:anywhere;color:#994213;font-family:monospace;font-size:12px;font-weight:700}.uploadPay__bankBox{padding:24px;margin-bottom:27px;background:linear-gradient(135deg,#fff7e5f5,#ffe7bbe6);border:1px solid #ecc78b;border-radius:18px;box-shadow:0 9px 23px #75371114}.uploadPay__bankHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.uploadPay__bankBadge{display:inline-block;margin-bottom:7px;color:#a55221;font-size:11px;font-weight:900;letter-spacing:1px}.uploadPay__bankTitle{margin:0;color:#672506;font-size:23px}.uploadPay__bankSubtitle{max-width:570px;margin:8px 0 0;color:#82614c;font-size:13px;line-height:1.55}.uploadPay__bankIcon{flex-shrink:0;display:grid;width:48px;height:48px;place-items:center;background:#fff0cc;border:1px solid #e7bb72;border-radius:14px;font-size:24px}.uploadPay__qrSection{display:grid;grid-template-columns:minmax(230px,300px) 1fr;gap:27px;align-items:center;padding:22px;background:#ffffffc2;border:1px solid #efd4aa;border-radius:16px;box-shadow:0 10px 26px #662f0f14}.uploadPay__qrLink{display:block;border-radius:17px;text-decoration:none}.uploadPay__qrFrame{position:relative;padding:14px;overflow:hidden;background:#fff;border:2px solid #f0c983;border-radius:17px;box-shadow:0 12px 27px #5525092b,0 0 0 6px #ffd17c26;transition:transform .2s ease,box-shadow .2s ease}.uploadPay__qrFrame:before,.uploadPay__qrFrame:after{position:absolute;z-index:2;width:28px;height:28px;content:"";pointer-events:none}.uploadPay__qrFrame:before{top:7px;left:7px;border-top:4px solid #d78018;border-left:4px solid #d78018;border-radius:5px 0 0}.uploadPay__qrFrame:after{right:7px;bottom:7px;border-right:4px solid #d78018;border-bottom:4px solid #d78018;border-radius:0 0 5px}.uploadPay__qrLink:hover .uploadPay__qrFrame{transform:translateY(-3px) scale(1.01);box-shadow:0 17px 34px #5525093b,0 0 0 7px #ffd17c2e}.uploadPay__qrImage{display:block;width:100%;height:auto;max-height:330px;margin:0 auto;object-fit:contain;border-radius:9px}.uploadPay__qrInfo{min-width:0}.uploadPay__qrBadge{display:inline-block;padding:6px 10px;margin-bottom:9px;color:#86400f;background:#fff0cb;border:1px solid #e7bd77;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.8px}.uploadPay__qrTitle{margin:0;color:#622504;font-size:21px}.uploadPay__qrSteps{display:grid;gap:8px;padding-left:20px;margin:14px 0 18px;color:#72503a;font-size:13px;line-height:1.5}.uploadPay__qrSteps li::marker{color:#d06a18;font-weight:900}.uploadPay__qrOpen{display:inline-flex;min-height:39px;align-items:center;justify-content:center;padding:9px 14px;color:#fff;background:linear-gradient(135deg,#87310a,#c45b15);border-radius:9px;box-shadow:0 7px 15px #7f2d0733;font-size:12px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.uploadPay__qrOpen:hover{transform:translateY(-1px);box-shadow:0 10px 19px #7f2d0745}.uploadPay__divider{display:flex;align-items:center;gap:14px;margin:25px 0 18px;color:#98745b;font-size:11px;font-weight:800;letter-spacing:.6px;text-align:center;text-transform:uppercase}.uploadPay__divider:before,.uploadPay__divider:after{flex:1;height:1px;background:#e5c89e;content:""}.uploadPay__bankGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.uploadPay__bankItem{padding:14px;background:#ffffffc2;border:1px solid #efd7b3;border-radius:11px}.uploadPay__bankLabel{margin-bottom:5px;color:#9a7054;font-size:11px;font-weight:800;text-transform:uppercase}.uploadPay__bankValue{color:#542914;font-size:14px;font-weight:800;line-height:1.45}.uploadPay__bankValue--mono{color:#8d390e;font-family:monospace;font-size:16px;letter-spacing:.7px}.uploadPay__bankNote{display:flex;align-items:flex-start;gap:11px;padding:14px;margin-top:15px;color:#704821;background:#fff2cd;border-left:4px solid #de8b1d;border-radius:9px;font-size:13px;line-height:1.6}.uploadPay__bankNote span{flex-shrink:0;font-size:19px}.uploadPay__bankNote p{margin:0}.uploadPay__form{display:grid;gap:22px}.uploadPay__field{display:flex;flex-direction:column;gap:8px}.uploadPay__label{color:#552b16;font-size:14px;font-weight:800}.uploadPay__amountWrap{position:relative}.uploadPay__currency{position:absolute;top:50%;left:17px;z-index:1;color:#a54a17;font-size:19px;font-weight:900;transform:translateY(-50%)}.uploadPay__input{width:100%;min-height:52px;padding:0 16px;color:#442213;background:#fff;border:1px solid #ddc0a1;border-radius:11px;outline:none;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.uploadPay__input--amount{padding-left:40px;font-size:18px;font-weight:800}.uploadPay__input:focus{border-color:#c85b18;box-shadow:0 0 0 4px #c85b1821}.uploadPay__input--error{border-color:#c82d24;box-shadow:0 0 0 3px #c82d2417}.uploadPay__drop{position:relative;display:flex;min-height:145px;align-items:center;gap:17px;padding:22px;overflow:hidden;color:#68401f;background:repeating-linear-gradient(-45deg,#fffdf8,#fffdf8 10px,#fff8eb 10px 20px);border:2px dashed #d5a269;border-radius:14px;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.uploadPay__drop:hover{border-color:#c45c1d;transform:translateY(-1px);box-shadow:0 9px 20px #803a1117}.uploadPay__drop--selected{background:#fff5dd;border-color:#b96b1f;border-style:solid}.uploadPay__drop--error{border-color:#c82d24}.uploadPay__dropIcon{flex-shrink:0;display:grid;width:57px;height:57px;place-items:center;color:#fff;background:linear-gradient(135deg,#9e3d0b,#e17d1b);border-radius:16px;font-size:25px;font-weight:900;box-shadow:0 8px 18px #a3420c3d}.uploadPay__dropContent{min-width:0}.uploadPay__dropTitle{margin-bottom:7px;color:#672506;font-size:16px;font-weight:900}.uploadPay__dropHint{color:#80634f;font-size:13px;line-height:1.5}.uploadPay__fileName{display:block;max-width:100%;overflow-wrap:anywhere;color:#9b430f;font-weight:800}.uploadPay__dropFormats{display:inline-block;padding:5px 9px;margin-top:9px;color:#9a5b2f;background:#fff0cd;border-radius:999px;font-size:11px;font-weight:800}.uploadPay__fileInput{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.uploadPay__error{margin:0;color:#b42318;font-size:13px}.uploadPay__btn{min-height:56px;padding:14px 24px;color:#351303;background:linear-gradient(135deg,#ffc244,#ed7e16);border:none;border-radius:12px;cursor:pointer;box-shadow:0 11px 24px #bf4f0d4a;font-size:16px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.uploadPay__btn:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 15px 30px #bf4f0d5e}.uploadPay__btn:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.uploadPay__notice{display:flex;align-items:flex-start;gap:13px;padding:17px;color:#684424;background:#fff0c7;border-left:5px solid #df8c1e;border-radius:11px;font-size:13px;line-height:1.65}.uploadPay__noticeIcon{flex-shrink:0;font-size:23px}.uploadPay__notice strong{display:block;margin-bottom:4px;color:#7d310a}.uploadPay__notice p{margin:0}.uploadPay__security{color:#947767;font-size:12px;text-align:center}.uploadPayModal__backdrop{position:fixed;inset:0;z-index:9999;display:grid;padding:20px;place-items:center;background:#140702c2;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.uploadPayModal__card{width:min(440px,100%);padding:32px;color:#5c2a10;background:#fffaf1;border:1px solid #efc883;border-radius:20px;box-shadow:0 25px 70px #00000061;text-align:center;animation:uploadPayModalIn .22s ease-out}.uploadPayModal__icon{display:grid;width:72px;height:72px;margin:0 auto 16px;place-items:center;color:#fff;border-radius:50%;font-size:34px;font-weight:900}.uploadPayModal__icon--success{background:linear-gradient(135deg,#4f8f19,#82bd37);box-shadow:0 10px 24px #508f1947}.uploadPayModal__icon--error{background:linear-gradient(135deg,#a5271e,#dc4a37);box-shadow:0 10px 24px #a5271e42}.uploadPayModal__brand{display:block;margin-bottom:7px;color:#b34e14;font-size:11px;font-weight:900;letter-spacing:1.3px}.uploadPayModal__title{margin:0;color:#642305;font-size:25px}.uploadPayModal__text{margin:13px 0 0;color:#765e50;font-size:14px;line-height:1.65}.uploadPayModal__count{padding:11px;margin-top:18px;color:#704117;background:#fff0ce;border-radius:9px;font-size:13px}.uploadPayModal__actions{display:flex;justify-content:center;gap:11px;margin-top:22px}.uploadPayModal__btn{min-height:43px;padding:10px 18px;border-radius:9px;cursor:pointer;font-size:13px;font-weight:800}.uploadPayModal__btn--ghost{color:#713814;background:transparent;border:1px solid #d9b38c}.uploadPayModal__btn--primary{color:#351303;background:linear-gradient(135deg,#ffc244,#ed7e16);border:none}@keyframes uploadPayModalIn{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px){.uploadPay__qrSection{grid-template-columns:1fr}.uploadPay__qrLink{width:min(330px,100%);margin:0 auto}.uploadPay__qrInfo{text-align:center}.uploadPay__qrSteps{max-width:470px;margin-right:auto;margin-left:auto;text-align:left}}@media(max-width:680px){.uploadPay{padding:14px 9px}.uploadPay__container{border-radius:17px}.uploadPay__hero{min-height:310px}.uploadPay__heroImage{height:340px}.uploadPay__heroShade{background:linear-gradient(180deg,#1807010f 10%,#180701e6)}.uploadPay__heroContent{width:100%;padding:25px 20px}.uploadPay__heroTitle{font-size:33px}.uploadPay__heroText{font-size:15px}.uploadPay__content{padding:27px 18px}.uploadPay__title{font-size:27px}.uploadPay__bankGrid{grid-template-columns:1fr}.uploadPay__drop{align-items:flex-start;flex-direction:column}.uploadPayModal__actions{flex-direction:column}.uploadPayModal__btn{width:100%}}@media(max-width:480px){.uploadPay__bankBox{padding:17px}.uploadPay__bankHeader{flex-direction:column}.uploadPay__bankIcon{display:none}.uploadPay__qrSection{padding:14px}.uploadPay__qrFrame{padding:9px}.uploadPay__qrImage{max-height:290px}.uploadPay__divider{font-size:9px}}@media(max-width:420px){.uploadPay__hero{min-height:285px}.uploadPay__heroImage{height:315px}.uploadPay__heroTitle{font-size:29px}.uploadPay__content{padding:24px 15px}.uploadPayModal__card{padding:27px 20px}}.ticketStatus{min-height:100vh;background:#0b0320;padding:24px 0 60px}.ticketStatus__container{max-width:860px;margin:0 auto;padding:0 18px}.ticketStatus__state{min-height:70vh;display:grid;place-items:center;color:#ffffffd9;font-weight:900}.ticketStatus__head{text-align:center;margin-bottom:14px}.ticketStatus__title{margin:0;font-size:26px;font-weight:950;color:#fff}.ticketStatus__subtitle{margin-top:6px;font-size:13px;color:#ffffffa6;font-weight:700}.ticketStatus__text{color:#ffffffd9;font-weight:700}.ticketStatus__card{background:#fff;border-radius:14px;padding:18px 18px 16px;box-shadow:0 18px 50px #00000059;border:2px solid rgba(255,77,240,.28);position:relative;overflow:hidden}.ticketStatus__card:before{content:"";position:absolute;top:0;left:0;height:6px;width:100%;background:#ff4df0;opacity:.85}.ticketStatus__card--ok{border-color:#1bc66059}.ticketStatus__card--ok:before{background:#1bc660f2}.ticketStatus__card--warn{border-color:#ffc10773}.ticketStatus__card--warn:before{background:#ffc107f2}.ticketStatus__card--bad{border-color:#dc354573}.ticketStatus__card--bad:before{background:#dc3545f2}.ticketStatus__icon{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;font-size:28px;font-weight:950;margin:10px auto 8px;color:#fff}.ticketStatus__icon--ok{background:#1bc660f2}.ticketStatus__icon--warn{background:#ffc107f2}.ticketStatus__icon--bad{background:#dc3545f2}.ticketStatus__statusTitle{margin:6px 0;text-align:center;font-size:20px;font-weight:950;color:#111}.ticketStatus__statusText{margin:0;text-align:center;font-size:14px;font-weight:800;color:#000000b3}.ticketStatus__code{margin-top:14px;padding:12px;border-radius:12px;background:#ff4df014;border:1px solid rgba(255,77,240,.35)}.ticketStatus__codeLabel{font-size:12px;font-weight:950;color:#0009}.ticketStatus__codeValue{margin-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;font-weight:950;color:#111;word-break:break-all}.ticketStatus__note{margin-top:18px;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#ff4df01f,#ff4df00d);border:2px solid rgba(255,77,240,.55);font-size:14px;font-weight:900;text-align:center;color:#190836;letter-spacing:.3px;box-shadow:0 8px 24px #ff4df026;animation:notePulse 2.5s ease-in-out infinite}.ticketStatus__event{background:#ffffff1a;border:1px solid rgba(255,77,240,.25);border-radius:14px;padding:12px 14px;margin-bottom:14px;color:#fff}.ticketStatus__eventLabel{font-size:12px;font-weight:900;opacity:.75;letter-spacing:.3px}.ticketStatus__eventTitle{margin-top:6px;font-size:18px;font-weight:950;color:#fff}.ticketStatus__eventMeta{margin-top:8px;display:flex;gap:14px;flex-wrap:wrap;font-size:13px;font-weight:800;color:#ffffffbf}.ticketStatus__extra{margin-top:14px;padding:12px;border-radius:12px;background:#00000008;border:1px solid rgba(255,77,240,.22)}.ticketStatus__extraRow{display:flex;justify-content:space-between;gap:10px;padding:6px 0}.ticketStatus__extraLabel{font-size:12px;font-weight:950;color:#0000008c}.ticketStatus__extraValue{font-size:12px;font-weight:950;color:#000000d9;text-align:right}@media(max-width:520px){.ticketStatus{padding:18px 0 44px}.ticketStatus__title{font-size:22px}.ticketStatus__card{padding:16px 14px 14px}.ticketStatus__statusTitle{font-size:18px}.ticketStatus__statusText{font-size:13px}}.staffLogin{min-height:calc(100vh - 200px);background:#0b0320;color:#fff;display:grid;place-items:center;padding:22px}.staffLogin__container{width:100%;max-width:520px}.staffLogin__card{width:100%;border-radius:18px;padding:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;box-shadow:0 20px 60px #00000059}.staffLogin__brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}.staffLogin__logo{width:44px;height:44px;object-fit:contain}.staffLogin__brandTitle{font-weight:900;color:#ff4df0;letter-spacing:.3px}.staffLogin__brandSub{font-size:12px;opacity:.7;margin-top:2px}.staffLogin__title{margin:6px 0 0;font-size:22px;font-weight:900}.staffLogin__subtitle{margin-top:6px;font-size:14px;opacity:.75;line-height:1.5}.staffLogin__form{margin-top:14px}.staffLogin__field{margin-bottom:12px}.staffLogin__label{display:block;font-size:13px;font-weight:700;opacity:.85;margin-bottom:8px}.staffLogin__input{width:100%;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;padding:0 12px;outline:none;transition:border-color .12s ease,background .12s ease}.staffLogin__input::placeholder{color:#ffffff8c}.staffLogin__input:focus{border-color:#ff4df099;background:#ffffff1a}.staffLogin__input--error{border-color:#ff4e4ebf}.staffLogin__error{margin:8px 0 0;font-size:12px;color:#ffaaaaf2}.staffLogin__btn{width:100%;height:48px;border-radius:12px;border:none;margin-top:6px;background:#ff4df0;color:#fff;font-weight:900;font-size:15px;cursor:pointer;transition:transform .12s ease,filter .12s ease}.staffLogin__btn:hover{filter:brightness(.95);transform:translateY(-1px)}.staffLogin__btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.staffLogin__note{margin-top:12px;text-align:center;font-size:12px;opacity:.7}@media(max-width:520px){.staffLogin,.staffLogin__card{padding:14px}.staffLogin__title{font-size:20px}}.staffScan{padding:14px;color:#fff}.staffScan__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.staffScan__title{margin:0;font-size:22px;font-weight:950}.staffScan__sub{margin-top:6px;font-size:13px;opacity:.75;line-height:1.4}.staffScan__panel{margin-top:14px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#ffffff0f;overflow:hidden}.staffScan__grid{padding:14px;display:grid;grid-template-columns:1fr;gap:12px}.staffScan__field{display:grid;gap:8px}.staffScan__label{font-size:12px;font-weight:900;opacity:.85}.staffScan__input,.staffScan__select{width:100%;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;padding:0 12px;outline:none}.staffScan__select option{background-color:#1e1e1e;color:#fff}.staffScan__input::placeholder{color:#ffffff8c}.staffScan__input:focus,.staffScan__select:focus{border-color:#ff4df099}.staffScan__actions{display:grid;grid-template-columns:1fr;gap:10px}.staffScan__btn{height:46px;padding:0 14px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;font-weight:950;cursor:pointer}.staffScan__btn:disabled{opacity:.7;cursor:not-allowed}.staffScan__btn--primary{background:#ff4df0;border-color:#ff4df08c;color:#100928}.staffScan__btn--primary:hover{filter:brightness(.95)}.staffScan__btn--ghost.isOn{border-color:#ff4df073;background:#ff4df01f;color:#ff4df0}.staffScan__camera{border-top:1px solid rgba(255,255,255,.1);padding:14px;background:#00000029}.staffScan__cameraFrame{width:min(420px,100%);margin:0 auto;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;overflow:hidden}.staffScan__qr{width:100%}.staffScan__tip{margin-top:10px;font-size:12px;opacity:.75;text-align:center}.scanStatus{margin-top:14px;border-radius:16px;padding:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.scanStatus__title{font-size:16px;font-weight:950;margin-bottom:10px}.scanStatus__row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid rgba(255,255,255,.08)}.scanStatus__row:first-of-type{border-top:none}.scanStatus__label{font-size:12px;opacity:.75;font-weight:900}.scanStatus__value{font-size:13px;opacity:.95;text-align:right}.scanStatus--ok{border-color:#5affb447;background:#5affb41a}.scanStatus--bad{border-color:#ff5a5a59;background:#ff5a5a1a}.staffScanModal__backdrop{position:fixed;inset:0;background:#0000008c;display:grid;place-items:center;padding:16px;z-index:5000}.staffScanModal__card{width:min(520px,100%);border-radius:18px;padding:14px;border:1px solid rgba(255,255,255,.14);background:#140032eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 25px 70px #00000073}.staffScanModal__head{display:flex;justify-content:space-between;gap:10px;align-items:center}.staffScanModal__title{font-size:15px;font-weight:950}.staffScanModal__x{width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;cursor:pointer}.staffScanModal__text{margin-top:10px;font-size:13px;opacity:.8;line-height:1.5}.staffScanModal__actions{margin-top:12px;display:flex;justify-content:flex-end}.scanStatus__divider{height:1px;background:#ffffff24;margin:10px 0}.scanStatus__section{font-weight:950;font-size:12px;text-transform:uppercase;letter-spacing:.8px;opacity:.9;margin-bottom:6px}.scanStatus{border:1px solid rgba(255,255,255,.16);background:#ffffff12}.scanStatus__divider{height:1px;background:#ffffff38;margin:12px 0}.scanStatus__section{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);font-weight:950;font-size:11px;text-transform:uppercase;letter-spacing:.9px;color:#fffffff2;margin:2px 0 8px}.scanStatus__row{padding:10px 0;border-top:1px solid rgba(255,255,255,.1)}.scanStatus__label{opacity:.82}.scanStatus__value{opacity:.98;max-width:62%;word-break:break-word}.scanStatus__title{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.14)}.scanStatus__divider{height:1px;background:#ffffff42;margin:14px 0}.scanStatus__section{display:block;width:100%;padding:9px 12px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);font-weight:950;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#fffffffa;margin:0 0 10px}.scanStatus__row{padding:10px 0;border-top:1px solid rgba(255,255,255,.12)}.scanStatus__section+.scanStatus__row{border-top:none;padding-top:2px}.scanStatus__label{opacity:.86}.scanStatus__value{opacity:.98;max-width:64%;word-break:break-word}.scanStatus--ok .scanStatus__section{border-color:#5affb438;background:#5affb414}.scanStatus--bad .scanStatus__section{border-color:#ff5a5a38;background:#ff5a5a14}@media(min-width:860px){.staffScan{max-width:920px;margin:0 auto;padding:26px 18px 34px}.staffScan__panel,.scanStatus{border-radius:18px;border:1px solid rgba(255,255,255,.18);background:#fff1;box-shadow:0 26px 80px #0000006b}.staffScan__grid{padding:18px;gap:14px;grid-template-columns:1.35fr .65fr 1fr;align-items:end}.staffScan__actions{grid-template-columns:1fr 1fr;gap:12px;justify-content:end}.staffScan__input,.staffScan__select{background:#ffffff17;border-color:#fff3}.staffScan__cameraFrame{width:min(520px,100%)}.scanStatus{padding:18px}.scanStatus__value{max-width:58%}}@media(min-width:1200px){.staffScan{max-width:880px}}.staffVal{padding:30px 20px;color:#fff}.staffVal__top{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px}.staffVal__title{margin:0;font-size:22px;font-weight:900}.staffVal__sub{margin-top:6px;font-size:13px;opacity:.75}.staffVal__toggle{display:flex;gap:10px;flex-wrap:wrap}.staffVal__toggleBtn{height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;font-weight:900;cursor:pointer}.staffVal__toggleBtn.isActive{border-color:#ff4df066;background:#ff4df01f;color:#ff4df0}.staffVal__toggleBtn:disabled{opacity:.6;cursor:not-allowed}.staffVal__errorBox{margin-top:12px;padding:12px;border-radius:14px;border:1px solid rgba(255,135,135,.45);background:#ff50501f;color:#ffdcdcf2}.staffVal__mutedInline{font-size:12px;opacity:.7}.staffVal__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;word-break:break-all}.staffVal__tableWrap{margin-top:14px;overflow-x:auto;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.staffVal__table{width:100%;border-collapse:collapse;min-width:820px}.staffVal__table thead th{text-align:left;padding:12px;font-size:12px;opacity:.85;background:#00000038;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.staffVal__table tbody td{padding:12px;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;white-space:nowrap}.staffVal__table tbody tr.isValidated{background:#ff4df014}.staffVal__empty{padding:18px!important;text-align:center;opacity:.75}.staffVal__pill{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid rgba(255,255,255,.14)}.staffVal__pill.pillOk{background:#ff4df024;border-color:#ff4df059;color:#ff4df0}.staffVal__pill.pillPending{background:#ffffff14;border-color:#ffffff24;color:#ffffffe6}.staffVal__actions{display:flex;gap:10px;flex-wrap:wrap}.staffVal__btn{height:36px;padding:0 12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;font-weight:900;cursor:pointer}.staffVal__btn:disabled{opacity:.65;cursor:not-allowed}.staffVal__btn--primary{background:#ff4df0;border-color:#ff4df08c}.staffVal__btn--danger{background:#ff505024;border-color:#ff505059;color:#ffdcdcf2}.staffVal__btn--success{background:#5affb41f;border-color:#5affb447;color:#c8ffe6f2}.staffVal__phone{color:#ffffffeb;font-weight:900;text-decoration:none}.staffVal__phone:hover{text-decoration:underline}.staffVal__link{color:#ff4df0;text-decoration:none;font-weight:900}.staffVal__link:hover{text-decoration:underline}.staffModal__backdrop,.staffConfirm__backdrop{position:fixed;inset:0;background:#0000008c;display:grid;place-items:center;padding:16px;z-index:4500}.staffModal__card{width:min(560px,100%);border-radius:18px;padding:16px;border:1px solid rgba(255,255,255,.14);background:#140032eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 25px 70px #00000073}.staffModal__head{display:flex;justify-content:space-between;gap:10px}.staffModal__title{margin:0;font-size:18px;font-weight:950}.staffModal__sub{margin-top:6px;font-size:12px;opacity:.75}.staffModal__x{width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;cursor:pointer}.staffModal__meta{margin-top:12px;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.staffModal__metaRow{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}.staffModal__metaLabel{font-size:12px;opacity:.75;font-weight:800}.staffModal__metaValue{font-size:13px;opacity:.95;text-align:right}.staffModal__proof{margin-top:6px}.staffModal__form{margin-top:12px}.staffModal__field{margin-bottom:12px}.staffModal__label{display:block;font-size:12px;font-weight:800;opacity:.85;margin-bottom:8px}.staffModal__input{width:100%;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;padding:0 12px;outline:none}.staffModal__input option{background-color:#1e1e1e;color:#fff}.staffModal__input.isError{border-color:#ff5a5abf}.staffModal__error{margin-top:8px;font-size:12px;color:#ffbebef2}.staffModal__actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:10px}.staffModal__note{margin-top:10px;font-size:12px;opacity:.7;line-height:1.5}.staffConfirm__card{width:min(460px,100%);border-radius:18px;padding:16px;border:1px solid rgba(255,255,255,.14);background:#140032eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 25px 70px #00000073}.staffConfirm__title{font-size:16px;font-weight:950}.staffConfirm__text{margin-top:10px;font-size:13px;opacity:.8;line-height:1.5}.staffConfirm__actions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.staffToast{position:fixed;right:16px;bottom:16px;width:min(380px,calc(100vw - 32px));border-radius:16px;padding:12px 12px 12px 14px;border:1px solid rgba(255,255,255,.14);background:#140032eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 60px #00000073;z-index:5000}.staffToast.isSuccess{border-color:#5affb447}.staffToast.isError{border-color:#ff5a5a59}.staffToast__title{font-weight:950;font-size:14px}.staffToast__text{margin-top:6px;font-size:12px;opacity:.8;line-height:1.4}.staffToast__x{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;cursor:pointer}.staffVal__search{margin-top:14px;display:flex;gap:10px}.staffVal__searchInput{width:min(520px,100%);height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;padding:0 14px;outline:none}.staffVal__searchInput::placeholder{color:#ffffff8c}@media(max-width:520px){.staffVal{padding:14px}}.staffAdmin{padding:20px 20px 30px;color:#fff}.staffAdmin__top{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px}.staffAdmin__title{margin:0;font-size:22px;font-weight:900;letter-spacing:.2px}.staffAdmin__sub{margin-top:6px;font-size:13px;opacity:.75}.staffAdmin__btn{height:42px;padding:0 14px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;font-weight:900;cursor:pointer;transition:transform .12s ease,filter .12s ease}.staffAdmin__btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.staffAdmin__btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.staffAdmin__errorBox{margin-top:12px;padding:12px;border-radius:14px;border:1px solid rgba(255,135,135,.45);background:#ff50501f;color:#ffdcdcf2}.staffAdmin__filters{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.staffAdmin__select{min-width:340px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;padding:0 12px;outline:none}.staffAdmin__select option{background-color:#1e1e1e;color:#fff}.staffAdmin__select:focus{border-color:#ff4df099}.staffAdmin__status{font-size:13px;opacity:.75}.staffAdmin__eventInfo{margin-top:10px;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;opacity:.95}.staffAdmin__kpis{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.staffAdmin__kpi{border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:14px;background:#ffffff0f}.staffAdmin__kpiTitle{font-size:13px;opacity:.75;font-weight:800}.staffAdmin__kpiValue{font-size:28px;font-weight:950;margin-top:8px;color:#ff4df0}.staffAdmin__kpiSub{margin-top:8px;font-size:13px;opacity:.78;line-height:1.35}.staffAdmin__section{margin-top:18px;padding:14px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.staffAdmin__sectionHead{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:10px}.staffAdmin__h3{margin:0;font-size:16px;font-weight:900}.staffAdmin__hint{font-size:12px;opacity:.7}.staffAdmin__muted{font-size:13px;opacity:.75;line-height:1.5}.staffAdmin__tableWrap{overflow-x:auto;border-radius:14px;border:1px solid rgba(255,255,255,.12)}.staffAdmin__table{width:100%;border-collapse:collapse;min-width:680px}.staffAdmin__table thead th{text-align:left;padding:12px;font-size:12px;letter-spacing:.2px;opacity:.85;background:#00000038;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.staffAdmin__table tbody td{padding:12px;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;opacity:.92;white-space:nowrap}.staffAdmin__trClickable{cursor:pointer}.staffAdmin__trClickable:hover{background:#ff4df014}.staffAdmin__pill{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;background:#ff4df024;border:1px solid rgba(255,77,240,.3);color:#ff4df0;font-weight:900;font-size:12px}@media(max-width:520px){.staffAdmin{padding:14px}.staffAdmin__select{min-width:100%;width:100%}.staffAdmin__table{min-width:620px}}.unauth{min-height:calc(100vh - 70px);display:grid;place-items:center;padding:16px;background:#0b0320;color:#fff}.unauth__card{width:min(520px,100%);background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px;text-align:center}.unauth__icon{font-size:34px;margin-bottom:8px}.unauth__title{margin:0;font-size:22px;font-weight:900}.unauth__text{margin-top:10px;opacity:.8;line-height:1.5}.unauth__btn{margin-top:14px;height:44px;padding:0 16px;border-radius:12px;border:none;background:#ff4df0;color:#fff;font-weight:900;cursor:pointer}.staffHeader{position:sticky;top:0;z-index:4000;height:64px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#140032eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.staffHeader__brand{font-weight:950;font-size:14px;letter-spacing:.4px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:44vw}.staffHeader__nav{display:flex;align-items:center;gap:10px}.staffHeader__nav a{height:38px;padding:0 12px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;font-size:13px;color:#ffffffe0;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;transition:.15s ease}.staffHeader__nav a:hover{background:#ffffff1a}.staffHeader__nav a.active{color:#ff4df0;border-color:#ff4df059;background:#ff4df01f}.staffHeader__logout{height:38px;padding:0 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-weight:950;font-size:13px;cursor:pointer;transition:.15s ease}.staffHeader__logout:hover{background:#ffffff1a}.staffHeader__burger{display:none;width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;cursor:pointer;align-items:center;justify-content:center}.staffHeader__burgerLines{width:18px;height:12px;position:relative}.staffHeader__burgerLines span{position:absolute;left:0;width:100%;height:2px;border-radius:999px;background:#fff;opacity:.9;transition:.16s ease}.staffHeader__burgerLines span:nth-child(1){top:0}.staffHeader__burgerLines span:nth-child(2){top:5px}.staffHeader__burgerLines span:nth-child(3){top:10px}.staffHeader.isOpen .staffHeader__burgerLines span:nth-child(1){top:5px;transform:rotate(45deg)}.staffHeader.isOpen .staffHeader__burgerLines span:nth-child(2){opacity:0}.staffHeader.isOpen .staffHeader__burgerLines span:nth-child(3){top:5px;transform:rotate(-45deg)}.staffHeader__burger,.staffHeader__drawer,.staffHeader__drawerBackdrop{display:none}@media(max-width:840px){.staffHeader{height:64px;padding:0 12px}.staffHeader__brand{max-width:62vw;font-size:13px}.staffHeader__burger{display:inline-flex}.staffHeader__nav,.staffHeader__logout,.staffHeader__drawerBackdrop{display:none}.staffHeader.isOpen .staffHeader__drawerBackdrop{display:block;position:fixed;inset:0;background:#0000008c;z-index:3999}.staffHeader__drawer{position:fixed;top:64px;right:10px;width:min(320px,calc(100vw - 20px));border-radius:18px;padding:12px;border:1px solid rgba(255,255,255,.14);background:#140032eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 25px 70px #00000073;display:none;z-index:4000}.staffHeader.isOpen .staffHeader__drawer{display:block}.staffHeader__drawerTitle{font-size:12px;font-weight:950;opacity:.8;margin-bottom:10px}.staffHeader__drawerNav{display:grid;gap:10px}.staffHeader__drawerNav a{height:46px;border-radius:14px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;font-weight:950;font-size:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffe6;text-decoration:none}.staffHeader__drawerNav a.active{color:#ff4df0;border-color:#ff4df059;background:#ff4df01f}.staffHeader__drawerNav a:after{content:"›";color:#ff4df0;font-weight:950;opacity:.9}.staffHeader__drawerLogout{margin-top:12px;width:100%;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-weight:950;cursor:pointer}.staffHeader__drawerLogout:hover{background:#ffffff1a}}.staffLayout{min-height:100vh;background:#0b0320;color:#fff}.staffLayout__main{padding:20px 24px 40px}
