@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700;9..144,900&family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#FBF3EC;--card:#FFFFFF;--ink:#2C1A1C;--ink-soft:#8A736E;--forest:#6B2029;--forest-dark:#40131A;--forest-mid:#8A333D;--gold:#C0902F;--gold-deep:#9E7420;--gold-soft:#F0E2C4;--gold-line:#E4C88A;--terracotta:#B5473A;--terracotta-soft:#F3DCD6;--green-ok:#3E7C4A;--green-soft:#DCEBDE;--line:#EBDFCE;--radius:16px;--shadow-sm:0 1px 2px rgba(64,19,26,.05), 0 1px 3px rgba(64,19,26,.05);--shadow:0 2px 6px rgba(64,19,26,.05), 0 14px 34px -12px rgba(64,19,26,.16);--shadow-lg:0 8px 20px rgba(64,19,26,.08), 0 30px 60px -20px rgba(64,19,26,.28);--gold-grad:linear-gradient(135deg,#E0C079 0%,#C0902F 48%,#9E7420 100%)}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;max-width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background-color:var(--bg)}#root{min-height:100vh;display:flex;flex-direction:column}#root>.topbar,#root>.footer{flex-shrink:0}h1,h2,h3{font-family:Fraunces,Georgia,serif}svg{display:block}::selection{background:var(--gold-soft);color:var(--forest-dark)}.topbar{position:sticky;top:0;z-index:50;background:linear-gradient(120deg,var(--forest-dark),var(--forest) 55%,var(--forest-mid));color:#f7f1e1;padding:16px clamp(16px,4vw,34px);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;border-bottom:3px solid transparent;border-image:var(--gold-grad) 1;box-shadow:0 10px 30px -10px #14261a80}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand img{width:52px;height:52px;object-fit:contain;border-radius:50%;background:#f7f1e1;padding:3px;box-shadow:0 0 0 2px var(--gold),0 0 0 5px #c9962b40;flex-shrink:0}.brand-text{min-width:0}.brand-text .eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-line);margin:0 0 3px;font-weight:600}.brand-text h1{font-size:clamp(18px,3.4vw,23px);margin:0;font-weight:600;line-height:1.05;letter-spacing:.2px}.brand-text .meta{font-size:12px;color:#c4d0c1;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabs{display:flex;background:#00000038;border:1px solid rgba(247,241,225,.08);border-radius:999px;padding:4px;gap:2px;flex-shrink:0}.tabs button{border:none;background:transparent;color:#dce4d9;padding:10px 18px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:.18s;white-space:nowrap}.tabs button:hover{color:#fff}.tabs button.active{background:var(--gold-grad);color:var(--forest-dark);box-shadow:0 3px 10px #a9791c66}@media (max-width:560px){.topbar{flex-direction:column;align-items:stretch}.tabs{width:100%}.tabs button{flex:1 1 0;min-width:0;padding:10px 8px;font-size:12.5px;white-space:normal;line-height:1.2}.brand-text .meta{white-space:normal}}.wrap{max-width:1100px;margin:0 auto;padding:clamp(20px,4vw,40px) clamp(16px,4vw,26px) 52px}.grid2{display:grid;grid-template-columns:1.35fr .9fr;gap:28px;align-items:start}@media (max-width:860px){.grid2{grid-template-columns:1fr;gap:20px}}.center-col{max-width:660px;margin:0 auto}.fade-up{animation:fadeIn .45s ease both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.myreg-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid var(--gold-line);border-left:4px solid var(--gold);border-radius:12px;padding:12px 14px;margin-bottom:18px;box-shadow:var(--shadow-sm)}.myreg-info{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--ink-soft);min-width:0}.myreg-banner.draft{border-left-color:var(--terracotta);border-color:var(--terracotta-soft)}.myreg-banner.ok{border-left-color:var(--green-ok);border-color:var(--green-soft);background:#fbfdfb}.myreg-banner.ok .myreg-info b{color:var(--green-ok)}.myreg-info b{color:var(--forest);font-size:14px}.myreg-banner .btn.small{margin-top:0}.myreg-info .pill{font-size:10px;padding:2px 8px}.myreg-actions{display:flex;align-items:center;gap:8px}.myreg-x{background:var(--bg);border:1px solid var(--line);border-radius:50%;width:30px;height:30px;font-size:18px;line-height:1;color:var(--ink-soft);cursor:pointer;flex-shrink:0}.myreg-x:hover{background:var(--terracotta-soft);color:var(--terracotta)}.hero{text-align:center;margin:4px auto 26px;max-width:680px}.hero .orn{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--gold);margin-bottom:10px}.hero .orn:before,.hero .orn:after{content:"";height:1px;width:46px;background:linear-gradient(90deg,transparent,var(--gold-line))}.hero .orn:after{background:linear-gradient(90deg,var(--gold-line),transparent)}.hero h2{font-size:clamp(26px,5.4vw,40px);font-weight:600;color:var(--forest);line-height:1.05;margin:0 0 8px;letter-spacing:-.5px}.hero p{color:var(--ink-soft);font-size:14.5px;margin:0 auto;max-width:520px;line-height:1.55}.hero .badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px}.badge{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:600;color:var(--forest);box-shadow:var(--shadow-sm)}.badge svg{color:var(--gold-deep)}.card{position:relative;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,3vw,30px);box-shadow:var(--shadow)}.card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:var(--radius) var(--radius) 0 0;background:var(--gold-grad);opacity:.9}.card h2{font-size:clamp(20px,3vw,23px);margin:0 0 4px;color:var(--forest);letter-spacing:-.2px}.card>.subtle:first-of-type,.card h2+.subtle{margin-top:2px}.subtle{color:var(--ink-soft);font-size:13.5px;margin:0 0 18px;line-height:1.55}.section-title{display:flex;align-items:center;gap:9px;font-family:Fraunces,serif;font-size:20px;color:var(--forest);margin:0 0 4px}.section-title svg{color:var(--gold-deep)}label{display:block;font-size:11.5px;font-weight:600;color:var(--ink-soft);margin:18px 0 7px;text-transform:uppercase;letter-spacing:.05em}.card>label:first-of-type{margin-top:0}input,select,textarea{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:11px;font-family:inherit;font-size:15px;color:var(--ink);background:#fdfbf6;transition:border-color .15s,box-shadow .15s,background .15s}input::placeholder,textarea::placeholder{color:#aeb2a2}textarea{resize:vertical;min-height:84px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);background:#fff;box-shadow:0 0 0 3.5px var(--gold-soft)}.two-field{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.three-field{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 14px}@media (max-width:520px){.two-field,.three-field{grid-template-columns:1fr}}.radio-group{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}@media (max-width:520px){.radio-group{grid-template-columns:1fr}}.radio-opt{position:relative;border:1.5px solid var(--line);border-radius:12px;padding:14px 12px;cursor:pointer;font-size:13.5px;text-align:center;font-weight:600;color:var(--ink);background:#fdfbf6;transition:.16s;overflow:hidden}.radio-opt:hover{border-color:var(--gold-line);transform:translateY(-1px)}.radio-opt small{display:block;font-weight:500;margin-top:4px;color:var(--ink-soft)}.radio-opt.selected{border-color:var(--gold);background:linear-gradient(180deg,#FDF4DE,var(--gold-soft));color:#6b4e12;box-shadow:0 0 0 3.5px var(--gold-soft)}.radio-opt.selected small{color:var(--gold-deep)}.radio-opt.selected:after{content:"";position:absolute;top:8px;right:8px;width:16px;height:16px;border-radius:50%;background:var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat}.people-list{display:flex;flex-direction:column;gap:8px}.people-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--ink)}.people-item .person-tag{min-width:78px}.people-item b{overflow-wrap:anywhere}.people{display:flex;flex-direction:column;gap:10px;margin-top:10px}.person{display:grid;grid-template-columns:160px 1fr;align-items:center;gap:10px}.person input{margin:0}.person-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:7px 10px;border-radius:9px;text-align:center;white-space:nowrap}.person-tag.adulto{background:var(--gold-soft);color:var(--gold-deep)}.person-tag.ate10{background:var(--green-soft);color:var(--green-ok)}.person-tag.mais10{background:#e4eaf0;color:#3c5a78}@media (max-width:560px){.person{grid-template-columns:1fr;gap:5px}.person-tag{justify-self:start}}.lote-info{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#FDF4DE,var(--gold-soft));border:1.5px solid var(--gold-line);border-radius:12px;padding:14px 16px;margin-top:6px}.lote-badge{flex-shrink:0;background:var(--forest);color:#f7ead8;font-family:Fraunces,serif;font-weight:600;font-size:14px;padding:8px 14px;border-radius:10px;box-shadow:var(--shadow-sm)}.lote-txt{display:flex;flex-direction:column;line-height:1.3}.lote-txt b{font-size:16px;color:#6b4e12}.lote-txt span{font-size:12.5px;color:var(--gold-deep);font-weight:600}.shirt-promo{display:flex;align-items:center;gap:14px;width:100%;text-align:left;border:1.5px solid var(--line);border-radius:12px;padding:12px 14px;margin-top:16px;background:#fdfbf6;font-family:inherit;cursor:zoom-in;transition:.15s}.shirt-promo:hover{border-color:var(--gold-line);background:#fff;box-shadow:var(--shadow-sm)}.shirt-promo img{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--line);flex-shrink:0;background:#fff}.shirt-promo-txt{display:flex;flex-direction:column;line-height:1.35;gap:1px}.shirt-promo-txt b{color:var(--forest);font-size:14.5px}.shirt-promo-txt span{font-size:12.5px;color:var(--ink-soft)}.shirt-promo-zoom{color:var(--gold-deep)!important;font-weight:600;margin-top:3px}.shirt-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:950;background:#14070ad1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;animation:fade .18s ease;cursor:zoom-out;overflow-y:auto}.shirt-views{display:flex;gap:16px;align-items:flex-start;justify-content:center;flex-wrap:wrap;cursor:default}.shirt-views figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:8px}.shirt-views img{max-width:min(44vw,320px);max-height:74vh;border-radius:14px;box-shadow:var(--shadow-lg);background:#fff;display:block}.shirt-views figcaption{color:#f3eddc;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.shirt-lightbox-cap{color:#f3eddc;font-size:13.5px;font-weight:600;text-align:center;max-width:520px}@media (max-width:560px){.shirt-lightbox{justify-content:flex-start;padding:16px 12px 24px;gap:10px}.shirt-lightbox-close{position:fixed;top:12px;right:12px;width:38px;height:38px;font-size:23px}.shirt-views{flex-direction:column;gap:16px;width:100%;padding-top:40px}.shirt-views figure{width:100%}.shirt-views img{max-width:100%;width:auto;max-height:56vh;margin:0 auto}}.shirt-lightbox-close{position:absolute;top:18px;right:20px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(247,241,225,.25);background:#00000059;color:#fff;font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.shirt-lightbox-close:hover{background:#0000008c}.person-card{border:1.5px solid var(--line);border-radius:12px;padding:13px 14px;background:#fff;display:flex;flex-direction:column;gap:10px}.person-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.person-name-ro{font-weight:600;color:var(--forest);font-size:15px;padding:2px 0}.person-name-ro .ph{font-weight:400;color:var(--ink-soft);font-size:13.5px}.shirt-pick{border-top:1px dashed var(--line);padding-top:11px}.shirt-toggle{display:flex;align-items:center;gap:9px;margin:0;text-transform:none;letter-spacing:normal;font-size:13.5px;color:var(--ink);font-weight:500;cursor:pointer}.shirt-toggle input{width:18px;height:18px;accent-color:var(--forest);flex-shrink:0;cursor:pointer}.shirt-toggle b{color:var(--gold-deep)}.shirt-opts{margin-top:11px;display:flex;flex-direction:column;gap:10px}.shirt-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shirt-lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);min-width:64px}.chip-group{display:flex;gap:6px;flex-wrap:wrap}.chip{border:1.5px solid var(--line);background:#fdfbf6;color:var(--ink);border-radius:9px;padding:7px 13px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:.14s}.chip:hover{border-color:var(--gold-line)}.chip.on{background:var(--forest);color:#f7ead8;border-color:var(--forest);box-shadow:0 2px 8px -3px #40131a80}.stepper{display:flex;align-items:stretch;border:1.5px solid var(--line);border-radius:11px;overflow:hidden;background:#fdfbf6;transition:border-color .15s,box-shadow .15s}.stepper:focus-within{border-color:var(--gold);box-shadow:0 0 0 3.5px var(--gold-soft);background:#fff}.stepper button{border:none;background:transparent;width:44px;font-size:20px;font-weight:600;color:var(--forest);cursor:pointer;flex-shrink:0;transition:.15s}.stepper button:hover{background:var(--gold-soft);color:var(--gold-deep)}.stepper input{flex:1 1 0;width:auto;min-width:0;border:none;border-radius:0;text-align:center;padding:12px 4px;background:transparent;box-shadow:none!important;-moz-appearance:textfield;font-weight:600}.stepper input::-webkit-outer-spin-button,.stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--forest);color:#fff;border:none;padding:14px 22px;border-radius:12px;font-family:inherit;font-weight:600;font-size:14.5px;cursor:pointer;width:100%;margin-top:22px;transition:.16s;box-shadow:0 4px 14px -6px #14261a80}.btn:hover{background:var(--forest-dark);transform:translateY(-1px);box-shadow:0 8px 20px -8px #14261a8c}.btn:active{transform:translateY(0)}.btn.gold{background:var(--gold-grad);color:var(--forest-dark);box-shadow:0 5px 16px -6px #a9791ca6}.btn.gold:hover{filter:brightness(1.04)}.btn.ghost{background:#fff;color:var(--forest);border:1.5px solid var(--line);box-shadow:var(--shadow-sm)}.btn.ghost:hover{background:var(--bg);border-color:var(--gold-line)}.btn.small{width:auto;padding:9px 15px;font-size:13px;margin-top:0;border-radius:10px;gap:6px}.btn.auto{width:auto}.btn.danger-o{background:#fff;color:var(--terracotta);border:1.5px solid var(--terracotta-soft);width:auto;padding:9px 15px;font-size:13px;margin-top:0;border-radius:10px;box-shadow:none}.btn.danger-o:hover{background:var(--terracotta-soft);transform:none}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none;filter:none}.btn svg{flex-shrink:0}.ticket{position:relative;color:#f3eddc;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);background:linear-gradient(155deg,var(--forest-mid) 0%,var(--forest) 45%,var(--forest-dark) 100%)}.ticket:before{content:"";position:absolute;top:-40%;right:-20%;width:70%;height:80%;background:radial-gradient(circle,rgba(201,150,43,.3),transparent 65%);pointer-events:none}.ticket.sticky{position:sticky;top:100px}@media (max-width:860px){.ticket.sticky{position:relative;top:auto}}.ticket-top{padding:22px 24px 18px;position:relative}.ticket-top .tk-eyebrow{font-size:9.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-line);font-weight:600;margin:0 0 8px;display:flex;align-items:center;gap:6px}.ticket-top .ev{font-family:Fraunces,serif;font-size:21px;margin:0 0 5px;color:#fff;line-height:1.1}.ticket-top .dt{font-size:12.5px;color:#bfcbbb;margin:0}.perforation{border-top:2px dashed rgba(243,237,220,.32);position:relative;margin:2px 0}.perforation:before,.perforation:after{content:"";position:absolute;top:-11px;width:22px;height:22px;background:var(--bg);border-radius:50%;box-shadow:inset 0 0 0 1px #14261a0f}.perforation:before{left:-11px}.perforation:after{right:-11px}.ticket-bottom{padding:18px 24px 8px}.row-kv{display:flex;justify-content:space-between;gap:14px;font-size:13px;padding:7px 0;color:#cfdacb}.row-kv span:first-child{max-width:60%}.row-kv b{color:#fff;font-weight:600;text-align:right}.total-line{display:flex;justify-content:space-between;align-items:baseline;margin-top:12px;padding-top:14px;border-top:1px solid rgba(243,237,220,.18)}.total-line .lbl{font-size:11.5px;color:#bfcbbb;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.total-line .val{font-family:Fraunces,serif;font-weight:600;font-size:30px;background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ticket-barcode{height:34px;margin:14px 24px 20px;border-radius:5px;background:repeating-linear-gradient(90deg,#EBE3CF 0 2px,transparent 2px 4px,#EBE3CF 4px 7px,transparent 7px 9px,#EBE3CF 9px 12px,transparent 12px 15px);opacity:.5}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pill.aguardando{background:var(--terracotta-soft);color:var(--terracotta)}.pill.confirmado{background:var(--green-soft);color:var(--green-ok)}.pill.cancelado{background:#ecece6;color:#8a8a80}.pixbox{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;text-align:center;margin-top:22px;box-shadow:var(--shadow)}.pixbox:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:var(--radius) var(--radius) 0 0;background:var(--gold-grad)}.pixbox h2{margin:2px 0;color:var(--forest)}.qr-wrap{display:flex;justify-content:center;margin:18px 0}.qr-wrap img,.qr-wrap canvas{width:208px;height:208px;border-radius:14px;border:1px solid var(--line);padding:10px;background:#fff;box-shadow:var(--shadow-sm)}.pix-key-display{background:var(--bg);border:1.5px dashed var(--gold-line);border-radius:12px;padding:14px 16px;margin:14px 0;text-align:left}.pix-key-display .lbl{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);margin-bottom:6px;font-weight:600}.pix-key-display .key{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;font-weight:600;color:var(--forest);word-break:break-all;line-height:1.55}.notice{border-radius:12px;padding:13px 15px;font-size:13px;margin-top:14px;text-align:left;line-height:1.55;background:var(--gold-soft);color:#6b4e12}.notice.wait{background:var(--green-soft);color:var(--green-ok)}.notice.warn{background:var(--terracotta-soft);color:var(--terracotta)}.upload-box{border:1.6px dashed var(--gold-line);border-radius:12px;padding:22px 18px;text-align:center;margin-top:14px;background:#fdfbf6;transition:.15s}.upload-box:hover{background:var(--gold-soft)}.upload-box .up-ico{color:var(--gold-deep);display:flex;justify-content:center;margin-bottom:8px}.file-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;max-width:100%;background:#fff;border:1.5px solid var(--gold-line);color:var(--gold-deep);border-radius:11px;padding:11px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:.15s}.file-btn:hover{background:var(--gold-soft)}.file-btn input[type=file]{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0 0 0 0)}.file-ok{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--green-ok);font-size:13.5px;font-weight:600;margin-top:12px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-ok svg{flex-shrink:0}.pay-waiting{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;font-size:13.5px;font-weight:600;color:var(--forest)}.spinner{width:18px;height:18px;border-radius:50%;border:2.5px solid var(--gold-soft);border-top-color:var(--gold-deep);animation:spin .8s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.pay-or{display:flex;align-items:center;gap:12px;margin:16px 0 12px;color:var(--ink-soft);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.pay-or:before,.pay-or:after{content:"";flex:1;height:1px;background:var(--line)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}@media (max-width:700px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.stat{display:flex;gap:13px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:var(--shadow-sm);min-width:0}.stat>div:last-child{min-width:0}.stat .n{overflow-wrap:anywhere}.stat .n.money{font-size:19px}.stat .ico{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--green-soft);color:var(--green-ok)}@media (max-width:460px){.stat{flex-direction:column;align-items:flex-start;gap:8px;padding:13px}.stat .ico{width:36px;height:36px}.stat .n.money{font-size:18px}}.stat.s-total .ico{background:#e4eaf0;color:#3c5a78}.stat.s-wait .ico{background:var(--terracotta-soft);color:var(--terracotta)}.stat.s-money .ico{background:var(--gold-soft);color:var(--gold-deep)}.stat .n{font-family:Fraunces,serif;font-size:23px;color:var(--forest);line-height:1.05}.stat .l{font-size:11px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-top:3px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:16px}.search-field{flex:1;min-width:200px;position:relative;display:flex;align-items:center}.search-field svg{position:absolute;left:13px;color:var(--ink-soft);pointer-events:none}.search-field input{padding-left:40px}.toolbar select{width:auto}.top-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:10px}.link-icon{background:none;border:none;color:var(--gold-deep);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:0;display:inline-flex;align-items:center;gap:6px}.link-icon:hover{text-decoration:underline}.table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;font-size:13.5px}thead{background:#faf4e7}th{text-align:left;font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);padding:12px 14px;border-bottom:1px solid var(--line);white-space:nowrap;font-weight:600}td{padding:13px 14px;border-bottom:1px solid var(--line);vertical-align:middle}tbody tr{transition:background .12s}tbody tr:hover{background:#fdfbf4}tr:last-child td{border-bottom:none}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.reg-cards{display:none;flex-direction:column;gap:12px}.reg-card{border:1px solid var(--line);border-radius:14px;padding:15px;background:#fff;box-shadow:var(--shadow-sm)}.reg-card .rc-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:8px}.reg-card .rc-name{font-weight:600;color:var(--forest);font-size:15px}.reg-card .rc-id{font-size:11px;color:var(--ink-soft)}.reg-card .rc-meta{font-size:13px;color:var(--ink-soft);line-height:1.6;margin-bottom:12px}@media (max-width:720px){.table-wrap{display:none}.reg-cards{display:flex}}.empty{text-align:center;padding:52px 20px;color:var(--ink-soft)}.empty .e-ico{display:flex;justify-content:center;color:var(--gold-line);margin-bottom:14px}.empty .big{font-family:Fraunces,serif;font-size:20px;color:var(--forest);margin-bottom:6px}.pin-screen{max-width:380px;margin:56px auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px 30px;box-shadow:var(--shadow);position:relative}.pin-screen:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:var(--radius) var(--radius) 0 0;background:var(--gold-grad)}.pin-screen img{width:70px;height:70px;object-fit:contain;border-radius:50%;background:#fff;padding:3px;box-shadow:0 0 0 2px var(--gold),0 0 0 5px var(--gold-soft)}.pin-screen h2{color:var(--forest);margin:14px 0 0}.pin-screen input{text-align:center;letter-spacing:.35em;font-size:22px;margin-top:14px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1c1499;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:900;padding:20px;animation:fade .18s ease}.modal{position:relative;background:#fff;border-radius:var(--radius);max-width:520px;width:100%;max-height:88vh;box-shadow:var(--shadow-lg);animation:fadeUp .22s ease;display:flex;flex-direction:column;overflow:hidden}.modal:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--gold-grad);z-index:1}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px 15px;border-bottom:1px solid var(--line);flex-shrink:0}.modal-head h2{color:var(--forest);margin:0;font-size:20px;line-height:1.15;overflow-wrap:anywhere}.modal-scroll{overflow-y:auto;padding:14px 24px 22px;-webkit-overflow-scrolling:touch}.modal .kv{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);font-size:13.5px;gap:14px}.modal .kv span:first-child{color:var(--ink-soft);flex-shrink:0}.modal .kv span:last-child{text-align:right;font-weight:600;overflow-wrap:anywhere}.modal .obs{background:var(--bg);border-radius:11px;padding:13px;font-size:13px;margin-top:14px;white-space:pre-wrap;line-height:1.55}.modal-close{background:var(--bg);border:1px solid var(--line);border-radius:50%;width:32px;height:32px;font-size:20px;cursor:pointer;color:var(--ink-soft);line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-close:hover{background:var(--terracotta-soft);color:var(--terracotta)}.proof-head{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--forest);font-weight:700;margin:2px 0 10px;display:flex;align-items:center;gap:6px}.proof-img{width:100%;border-radius:11px;border:1px solid var(--line);display:block;cursor:zoom-in;background:var(--bg)}.proof-actions{display:flex;gap:8px;margin-top:10px}.proof-actions .btn{flex:1}.overlay.scroll-y{align-items:flex-start;overflow-y:auto}.receipt-wrap{width:100%;max-width:480px;margin:auto}.mp-card{margin-bottom:16px}.mp-status{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.mp-acc{line-height:1.4}.login-screen{max-width:400px}.login-screen input{text-align:left;letter-spacing:normal;font-size:15px;width:100%;margin-top:10px}.admin-nav{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;margin-bottom:16px}.admin-nav-info{font-size:13.5px;color:var(--ink-soft);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-nav-info b{color:var(--forest)}.admin-nav-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.nav-tab{border:1px solid var(--line);background:#fff;color:var(--forest);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:.15s;white-space:nowrap}.nav-tab:hover{border-color:var(--gold-line);background:var(--bg)}.nav-tab.on{background:var(--gold-grad);color:var(--forest-dark);border-color:transparent;box-shadow:0 3px 10px -4px #a9791c80}.nav-tab.sair{color:var(--terracotta);border-color:var(--terracotta-soft)}.nav-tab.sair:hover{background:var(--terracotta-soft)}.role-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 9px;border-radius:999px;background:var(--gold-soft);color:var(--gold-deep);white-space:nowrap}.role-badge.dev{background:#e4eaf0;color:#3c5a78}.role-badge.adm{background:var(--gold-soft);color:var(--gold-deep)}.user-list{display:flex;flex-direction:column;gap:10px}.user-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff}.user-id{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.user-id b{word-break:break-all}@media (max-width:560px){.admin-nav{flex-direction:column;align-items:stretch}.admin-nav-actions{width:100%}.admin-nav-actions .nav-tab{flex:1 1 auto;text-align:center}.admin-nav-actions .link-icon{width:100%;justify-content:center;padding:6px 0}}.rep-kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-bottom:16px}.rep-kpi{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 16px;box-shadow:var(--shadow-sm);min-width:0;position:relative;overflow:hidden}.rep-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--line)}.rep-kpi.money:before{background:var(--gold-grad)}.rep-kpi.wait:before{background:var(--terracotta)}.rep-kpi.green:before{background:var(--green-ok)}.rep-section-label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft);margin:4px 0 10px}.rep-kpi-v{font-family:Fraunces,serif;font-size:clamp(18px,4.6vw,22px);font-weight:700;color:var(--forest);line-height:1.1;overflow-wrap:anywhere}.rep-kpi.money .rep-kpi-v{color:var(--gold-deep)}.rep-kpi-l{font-size:11.5px;color:var(--ink-soft);margin-top:5px;line-height:1.3}.rep-kpi-h{font-size:11px;color:var(--ink-soft);margin-top:3px;opacity:.85}.rep-grid{grid-template-columns:1fr 1fr;margin-bottom:0}@media (max-width:760px){.rep-grid{grid-template-columns:1fr}}.rep-grid+.card{margin-top:20px}.donut .donut-top{font-size:10px;fill:var(--ink-soft);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.donut .donut-val{font-family:Fraunces,serif;font-size:19px;fill:var(--forest);font-weight:700}.rep-donut-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:center}.rep-legend{display:flex;flex-direction:column;gap:10px;min-width:170px;flex:1}.rep-leg{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--ink-soft)}.rep-dot{width:12px;height:12px;border-radius:4px;flex-shrink:0}.rep-leg-l{flex:1;min-width:0}.rep-leg b{color:var(--ink)}.rep-leg-p{font-size:12px;color:var(--ink-soft);min-width:38px;text-align:right}.rep-bars{display:flex;flex-direction:column;gap:14px;margin-top:6px}.rep-bar-row{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:12px}.rep-bar-label{font-size:13px;color:var(--ink-soft)}.rep-bar-track{height:14px;background:var(--bg);border:1px solid var(--line);border-radius:999px;overflow:hidden}.rep-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold-line),var(--gold-deep));border-radius:999px;min-width:4px;transition:width .4s ease}.rep-bar-val{font-weight:700;color:var(--forest);font-size:14px;min-width:22px;text-align:right}@media (max-width:420px){.rep-bar-row{grid-template-columns:96px 1fr auto;gap:8px}.rep-bar-label{font-size:12px}}.rep-cols{display:flex;align-items:flex-end;gap:6px;overflow-x:auto;padding-top:6px}.rep-col{flex:1 0 34px;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:34px}.rep-col-track{height:150px;width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:3px}.rep-col-bar{width:100%;max-width:34px;background:linear-gradient(180deg,#E2B851,var(--gold-deep));border-radius:5px 5px 0 0;min-height:4px}.rep-col-v{font-size:10.5px;font-weight:700;color:var(--forest)}.rep-col-label{font-size:10px;color:var(--ink-soft);white-space:nowrap}.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%);background:var(--forest);color:#fff;padding:14px 24px;border-radius:12px;font-size:13.5px;font-weight:600;z-index:999;box-shadow:var(--shadow-lg);animation:rise .22s ease;max-width:calc(100vw - 40px);text-align:center;display:flex;align-items:center;gap:9px;border:1px solid rgba(201,150,43,.3)}@keyframes rise{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}@keyframes fade{0%{opacity:0}to{opacity:1}}.loading{padding:80px 20px;text-align:center;color:var(--ink-soft)}.row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.divider{height:1px;background:var(--line);margin:14px 0}.small{font-size:13px}.comprovante{max-width:440px;margin:0 auto}.cmp-head2{display:flex;align-items:center;gap:14px}.cmp-logo{width:54px;height:54px;border-radius:50%;object-fit:contain;background:#fff;padding:2px;box-shadow:0 0 0 2px var(--gold),0 0 0 5px var(--gold-soft);flex-shrink:0}.cmp-head-txt{min-width:0}.cmp-eyebrow{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);font-weight:600;margin-bottom:3px}.cmp-title{font-family:Fraunces,serif;font-size:24px;color:var(--forest);margin:0;line-height:1.05;letter-spacing:.3px;white-space:nowrap}.cmp-sub{font-size:13px;color:var(--ink-soft);margin:5px 0 0;overflow-wrap:anywhere}.cmp-status{display:flex;align-items:center;gap:9px;border-radius:11px;padding:11px 14px;margin-top:16px;font-size:13.5px;font-weight:700;line-height:1.3}.cmp-status svg{flex-shrink:0}.cmp-status.confirmado{background:var(--green-soft);color:var(--green-ok)}.cmp-status.aguardando{background:var(--terracotta-soft);color:var(--terracotta)}.cmp-status.cancelado{background:#ecece6;color:#8a8a80}.comprovante .row-between.small{padding:5px 0;gap:14px;line-height:1.4}.comprovante .row-between.small>span:first-child{color:var(--ink-soft);flex-shrink:0}.comprovante .row-between.small>span:last-child{color:var(--ink);font-weight:600;text-align:right}.cmp-people-head{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft);font-weight:700;margin-bottom:9px}.cmp-people{display:flex;flex-direction:column;gap:8px}.cmp-person{display:flex;align-items:center;gap:10px;font-size:13.5px}.cmp-person .person-tag{min-width:74px;text-align:center}.cmp-person b{color:var(--ink);font-weight:600;overflow-wrap:anywhere}.cmp-total{margin-top:4px;padding-top:12px;border-top:2px solid var(--gold-soft)}.cmp-total strong:first-child{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);font-weight:700}.cmp-total strong:last-child{font-family:Fraunces,serif;font-size:22px;font-weight:700;color:var(--gold-deep)}.cmp-note{font-size:12px;color:var(--ink-soft);line-height:1.5;margin:14px 0 0;background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:11px 13px}.cmp-note b{color:var(--forest)}.cmp-actions{display:flex;flex-direction:column;gap:9px}.cmp-actions .btn{margin-top:0}.btn.track-wa{background:#25d366;color:#fff;box-shadow:0 5px 16px -6px #25d36699}.btn.track-wa:hover{background:#1ebe5b}.footer{margin-top:auto;background:linear-gradient(120deg,var(--forest-dark),var(--forest) 55%,var(--forest-mid));color:#dce4d9;border-top:3px solid transparent;border-image:var(--gold-grad) 1}.footer-inner{max-width:1100px;margin:0 auto;padding:26px clamp(16px,4vw,26px) 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:13px;min-width:0}.footer-brand img{width:44px;height:44px;object-fit:contain;border-radius:50%;background:#f7f1e1;padding:3px;box-shadow:0 0 0 2px var(--gold),0 0 0 5px #c9962b38;flex-shrink:0}.footer-brand div{display:flex;flex-direction:column;gap:3px;min-width:0}.footer-brand strong{font-family:Fraunces,serif;font-weight:600;font-size:16px;color:#f7f1e1;line-height:1.15}.footer-brand span{font-size:12px;color:#a9b6a6;line-height:1.35}.seal{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;background:#0000003d;border:1px solid rgba(247,241,225,.1);border-radius:999px;padding:8px 18px 8px 8px;transition:.18s}.seal:hover{background:#00000057;border-color:var(--gold-line)}.seal-link{text-decoration:none;display:inline-flex;color:inherit}.seal-namelink{flex-direction:column;line-height:1.2;transition:.15s}.seal-namelink:hover{transform:translateY(-1px)}.seal-mark{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#000;box-shadow:0 0 0 1.5px var(--gold),0 0 0 4px #c9962b2e}.seal-mark img{width:100%;height:100%;object-fit:cover;transform:scale(1.18)}.seal-text{display:flex;flex-direction:column;line-height:1.2}.seal-eyebrow{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:#a9b6a6;font-weight:600}.seal-name{font-size:14.5px;font-weight:700;letter-spacing:.2px;background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.seal-phone{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#cfd9cc;margin-top:3px;text-decoration:none;width:fit-content;transition:color .15s}.seal-phone:hover{color:#4ae07a;text-decoration:underline}.seal-phone:before{content:"";width:11px;height:11px;flex-shrink:0;background:#25d366;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 14.4c-.3-.15-1.7-.83-1.95-.92-.26-.1-.45-.15-.64.15-.19.29-.74.92-.9 1.1-.17.2-.33.22-.62.07-.3-.15-1.25-.46-2.38-1.47-.88-.78-1.47-1.75-1.64-2.05-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.19-.29.29-.49.1-.19.05-.36-.02-.51-.08-.15-.64-1.55-.88-2.12-.23-.55-.47-.48-.64-.49h-.55c-.19 0-.5.07-.76.36-.26.29-1 .98-1 2.38 0 1.4 1.02 2.76 1.17 2.95.15.19 2 3.05 4.85 4.28.68.29 1.2.47 1.62.6.68.22 1.3.19 1.79.11.55-.08 1.7-.69 1.94-1.36.24-.67.24-1.24.17-1.36-.07-.12-.26-.19-.55-.34ZM12 2C6.5 2 2 6.5 2 12c0 1.85.5 3.58 1.38 5.06L2 22l5.06-1.33A9.94 9.94 0 0 0 12 22c5.5 0 10-4.5 10-10S17.5 2 12 2Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 14.4c-.3-.15-1.7-.83-1.95-.92-.26-.1-.45-.15-.64.15-.19.29-.74.92-.9 1.1-.17.2-.33.22-.62.07-.3-.15-1.25-.46-2.38-1.47-.88-.78-1.47-1.75-1.64-2.05-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.19-.29.29-.49.1-.19.05-.36-.02-.51-.08-.15-.64-1.55-.88-2.12-.23-.55-.47-.48-.64-.49h-.55c-.19 0-.5.07-.76.36-.26.29-1 .98-1 2.38 0 1.4 1.02 2.76 1.17 2.95.15.19 2 3.05 4.85 4.28.68.29 1.2.47 1.62.6.68.22 1.3.19 1.79.11.55-.08 1.7-.69 1.94-1.36.24-.67.24-1.24.17-1.36-.07-.12-.26-.19-.55-.34ZM12 2C6.5 2 2 6.5 2 12c0 1.85.5 3.58 1.38 5.06L2 22l5.06-1.33A9.94 9.94 0 0 0 12 22c5.5 0 10-4.5 10-10S17.5 2 12 2Z'/%3E%3C/svg%3E") center/contain no-repeat}.footer-ad{display:flex;justify-content:center;padding:0 clamp(16px,4vw,26px) 20px}.ad{display:inline-flex;align-items:center;gap:10px;text-decoration:none;max-width:100%;padding:7px 14px 7px 7px;border-radius:999px;background:#00000038;border:1px solid rgba(247,241,225,.16);font-size:11.5px;line-height:1.4;color:#ebd9c2;transition:.18s}.ad>span:not(.ad-go){white-space:nowrap}.ad img{width:22px;height:22px;border-radius:7px;flex-shrink:0;opacity:.95;transition:opacity .18s}.ad b{color:#f5a65b;font-weight:700;transition:color .18s}.ad-go{color:#e8d5b5;font-size:13px;flex-shrink:0;transition:transform .18s,color .18s}.ad:hover{background:#00000057;border-color:#ff7a1a80;color:#fbf3e8}.ad:hover img{opacity:1}.ad:hover b{color:#ff9a4d}.ad:hover .ad-go{color:#ff9a4d;transform:translate(2px)}.footer-bottom{border-top:1px solid rgba(247,241,225,.1);padding:13px clamp(16px,4vw,26px);display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;font-size:11.5px;color:#8f9c8c;text-align:center}.footer-bottom a{color:#a9b6a6;text-decoration:none;font-weight:600}.footer-bottom a:hover{color:var(--gold-line);text-decoration:underline}@media (max-width:600px){.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:18px;padding-bottom:20px}.footer-brand{flex-direction:column;text-align:center;gap:9px}.ad{border-radius:14px;padding:10px 12px;text-align:left}.ad>span:not(.ad-go){white-space:normal}.footer-sep{display:none}.footer-bottom{flex-direction:column;gap:5px}}@media print{html,body{background:#fff!important}body{background-image:none!important}.topbar,.toast,.no-print{display:none!important}.wrap{padding:0!important;max-width:100%}.center-col{max-width:100%}.fade-up{animation:none!important}.overlay{position:static!important;background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0!important;display:block!important;overflow:visible!important}.receipt-wrap{max-width:100%!important}.comprovante{box-shadow:none!important;border:1px solid #d8cfb8;page-break-inside:avoid;-webkit-print-color-adjust:exact;print-color-adjust:exact}}
