/**
 * Galeria de contato e painéis responsivos do Photobook Store.
 * @author Dante Testa <https://dantetesta.com.br>
 * @since 1.0.0 - 2026-09-08 11:00 -03
 * @modified 1.0.1 - Dante Testa - 2026-09-08 20:25 -03: lista de eventos, álbuns compactos e edição em modal.
 * @modified 1.0.2 - Dante Testa - 2026-09-08 21:00 -03: lista rolante, progresso individual, subtotal e controles de seleção responsivos.
 * @modified 1.1.0 - Dante Testa - 2026-09-08 22:13 -0300: checkout em etapas, retomada e confirmação automática.
  * @modified 1.3.1 - Dante Testa <https://dantetesta.com.br> - 2026-09-08 22:58 -0300: capas, relatórios, taxas exclusivas e webhook compartilhado.
 * @modified 1.3.3 - Dante Testa <https://dantetesta.com.br> - 2026-09-09 09:08 -0300: ações e avisos do carrinho por conta.
 */
.pbst{--pb-ink:#202b3c;--pb-muted:#59667b;--pb-line:#dce3eb;--pb-surface:#fff;--pb-soft:#f1f5f9;--pb-accent:var(--gcep-color-primary,#0052cc);color:var(--pb-ink);font-family:inherit;font-size:15px;line-height:1.6;min-width:0;box-sizing:border-box}
.pbst *{box-sizing:border-box}.pbst [hidden]{display:none!important}.pbst h1,.pbst h2,.pbst h3,.pbst p{margin:0}.pbst h1{font-size:clamp(30px,4.2vw,58px);font-weight:850;line-height:1.09;letter-spacing:-.045em;overflow-wrap:anywhere}.pbst h2{font-size:22px;font-weight:800;line-height:1.25;letter-spacing:-.025em;overflow-wrap:anywhere}.pbst h3{font-size:21px;font-weight:800;line-height:1.25}.pbst p{color:var(--pb-muted)}.pbst p+p{margin-top:10px}.pbst a{color:inherit;text-decoration:none}.pbst a,.pbst button,.pbst input,.pbst select,.pbst textarea{outline-offset:4px}.pbst :focus-visible{outline:3px solid var(--pb-accent)}.pbst button,.pbst input,.pbst select,.pbst textarea{font:inherit}.pbst-public{max-width:1320px;margin:auto;padding:110px 24px 70px}.pbst-dashboard{margin-left:256px;min-height:100vh;padding:34px;flex:1}.pbst-dashboard h1{font-size:38px}.pbst-home{max-width:1280px;margin:70px auto;padding:0 24px}.pbst-shop-nav{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:24px;border-bottom:1px solid var(--pb-line);margin-bottom:40px}.pbst-brand{font-size:21px;font-weight:850;letter-spacing:-.06em}.pbst-brand span{font-weight:450}.pbst-shop-nav>div{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:650}.pbst-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin:0 0 28px}.pbst-heading>div{min-width:0}.pbst-heading h1+p,.pbst-heading h2+p{margin-top:16px;max-width:650px}.pbst .pbst-eyebrow{font:600 11px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;text-transform:uppercase;letter-spacing:.11em;color:var(--pb-muted);margin-bottom:10px}.pbst-store-hero{padding:15px 0 42px;align-items:flex-end}.pbst-process{display:grid;gap:9px;flex-shrink:0;border-left:2px solid var(--pb-accent);padding-left:22px;font-size:13px;font-weight:650}.pbst-button{display:inline-flex;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:11px 18px;border-radius:8px;border:1px solid transparent;background:var(--pb-accent);color:#fff!important;font-weight:750;font-size:14px;text-align:center;cursor:pointer;line-height:1.35;transition:filter .15s,transform .15s}.pbst-button:hover{filter:brightness(.93)}.pbst-button:active{transform:translateY(1px)}.pbst-button:disabled{opacity:.5;cursor:not-allowed}.pbst .pbst-secondary{background:var(--pb-surface);border-color:var(--pb-line);color:var(--pb-ink)!important}.pbst [data-pbst-cart-count]{display:inline-grid;place-items:center;min-width:22px;min-height:22px;padding:1px 5px;border-radius:5px;background:var(--pb-soft);font-size:12px}.pbst-albums{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.pbst-album-card{border:1px solid var(--pb-line);background:#fff;border-radius:12px;overflow:hidden;transition:box-shadow .15s}.pbst-album-card:hover{box-shadow:0 8px 26px #202b3c14}.pbst-album-card>img{width:100%;aspect-ratio:3/2;object-fit:cover}.pbst-album-card>div:not(.pbst-no-cover){padding:22px}.pbst-album-card p{font-size:13px;margin-top:8px}.pbst-album-card span:not(.pbst-eyebrow){font-size:12px;color:var(--pb-muted)}.pbst-no-cover{aspect-ratio:3/2;display:grid;place-items:center;background:var(--pb-soft);color:#8593a7;font-size:54px}.pbst-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.pbst-photo{border:1px solid var(--pb-line);border-radius:10px;background:#fff;overflow:hidden;min-width:0}.pbst-image-button{padding:0;border:0;background:#e9eef3;width:100%;cursor:zoom-in;display:block}.pbst-photo img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}.pbst-photo.is-selected{border-color:var(--pb-accent);box-shadow:0 0 0 2px var(--pb-accent)}.pbst-photo-caption{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px}.pbst-photo-caption>div{min-width:0}.pbst-photo-caption h2{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;line-height:1.5;margin-bottom:5px}.pbst-photo-caption strong{font-size:14px}.pbst-photo-number{font:11px ui-monospace,monospace;color:var(--pb-muted);display:block}.pbst-photo-select{cursor:pointer;display:grid;gap:5px;justify-items:center;font-size:10px}.pbst input[type=checkbox]{width:21px!important;height:21px;accent-color:var(--pb-accent);padding:0;flex-shrink:0}.pbst-help{font-size:13px;margin:14px 0!important}.pbst-selection-bar{position:sticky;bottom:18px;z-index:10;margin-top:30px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;background:#fff;border:1px solid var(--pb-line);box-shadow:0 6px 35px #17233820;border-radius:12px;flex-wrap:wrap}.pbst-selection-bar p{color:var(--pb-ink);font-size:14px}.pbst-selection-bar p span{display:block;font-size:11px;color:var(--pb-muted)}.pbst-selection-bar .pbst-feedback{flex-basis:100%}.pbst-feedback:empty{display:none}.pbst-back{display:inline-block;font-size:14px;font-weight:650;margin-bottom:25px}.pbst-panel{background:var(--pb-surface);padding:25px;border:1px solid var(--pb-line);border-radius:12px;margin-bottom:24px;min-width:0}.pbst-panel>h2{margin-bottom:15px}.pbst .pbst-deadline{background:#edf3fa;color:#304968;border-left:3px solid var(--pb-accent);padding:14px 16px;font-size:13px;max-width:400px}.pbst .pbst-expired{background:#f6f0e9;border-color:#a96628;color:#795025;max-width:none}.pbst-empty{text-align:center;padding:65px 20px;background:var(--pb-soft);border-radius:12px}.pbst-empty h2{margin-bottom:12px}.pbst-empty .pbst-button{margin-top:24px}.pbst-tabs{display:flex;gap:6px;border-bottom:1px solid var(--pb-line);margin:0 0 28px;overflow-x:auto}.pbst-tabs a{padding:12px 17px;white-space:nowrap;font-weight:700;font-size:14px;border-bottom:3px solid transparent}.pbst-tabs a[aria-current]{border-color:var(--pb-accent);color:var(--pb-accent)}.pbst-form{display:grid;gap:17px;margin-top:20px}.pbst label{font-size:13px;font-weight:650;display:grid;gap:7px}.pbst input:not([type=checkbox]):not([type=file]),.pbst select,.pbst textarea{width:100%;min-width:0;max-width:100%;border:1px solid #bfcbd9;border-radius:7px;background:#fff;color:var(--pb-ink);padding:10px 12px;min-height:44px}.pbst textarea{resize:vertical}.pbst .pbst-check{display:flex;align-items:flex-start;gap:11px;font-weight:450;line-height:1.6}.pbst-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pbst-form>.pbst-button{justify-self:start}.pbst details{font-size:14px}.pbst summary{cursor:pointer;font-weight:650;padding:10px 0}.pbst-admin-photos details{padding:0 14px 15px}.pbst-admin-photos .pbst-photo-caption{padding-bottom:0}.pbst-admin-photos{grid-template-columns:repeat(3,minmax(0,1fr))}.pbst-file-picker{padding:25px;border:2px dashed #b8c8da;border-radius:10px;text-align:center;display:grid;justify-items:center;background:#f6f9fc;margin:20px 0}.pbst-file-picker input{max-width:100%;font-size:13px}.pbst-upload progress{display:block;width:100%;height:12px;margin:18px 0;accent-color:var(--pb-accent)}.pbst-upload-queue{max-height:240px;overflow:auto;padding-left:20px;font-size:13px;overflow-wrap:anywhere}.pbst-feedback{margin:12px 0!important;font-size:13px!important;overflow-wrap:anywhere}.pbst .pbst-error{color:#ad2938}.pbst-danger{margin-top:34px;border-color:#e6bdc4}.pbst-delete{background:#a52338}.pbst-event-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.pbst-event-row h2{font-size:20px}.pbst-event-row p{font-size:13px;margin-top:7px}.pbst-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin:32px 0}.pbst-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:32px;align-items:start}.pbst-cart-item{display:flex;align-items:center;gap:22px;padding:20px 0;border-bottom:1px solid var(--pb-line)}.pbst-cart-item>img{width:140px;aspect-ratio:3/2;object-fit:cover;border-radius:8px}.pbst-cart-item>div{flex:1;min-width:0}.pbst-cart-item h2{font-size:18px}.pbst-cart-item p{font-size:12px;margin:7px 0}.pbst-text-button{border:0;background:none;color:#a52338;font-size:13px;cursor:pointer;padding:12px}.pbst-checkout{position:sticky;top:95px}.pbst-checkout .pbst-button{width:100%;margin-top:14px}.pbst-checkout form{display:grid;gap:18px;margin-top:22px}.pbst-card-field{height:46px;border:1px solid #bfcbd9;border-radius:7px;padding:10px 12px;background:#fff}.pbst-card-field iframe{width:100%;height:100%;border:0}.pbst-total{display:flex;justify-content:space-between;gap:15px;padding:20px 0;margin-bottom:15px;border-bottom:1px solid var(--pb-line)}.pbst-total strong{font-size:26px;letter-spacing:-.04em}.pbst-terms{font-size:13px;margin-top:20px;white-space:normal;overflow-wrap:anywhere}.pbst-order-total{font-size:25px;white-space:nowrap}.pbst-order .pbst-heading{margin-bottom:20px}.pbst-order>.pbst-deadline{max-width:none;margin:15px 0}.pbst-payment{display:flex;gap:24px;align-items:center;margin:25px 0}.pbst-payment>div{flex:1;min-width:0}.pbst-qr{width:180px;height:180px;object-fit:contain}.pbst-purchased-list{margin-top:25px}.pbst-purchased-photo{display:flex;align-items:center;gap:18px;padding:16px 0;border-top:1px solid var(--pb-line)}.pbst-purchased-photo>img{width:100px;aspect-ratio:3/2;object-fit:cover;border-radius:6px}.pbst-purchased-photo>div{flex:1;min-width:0}.pbst-purchased-photo strong{display:block;overflow-wrap:anywhere}.pbst-purchased-photo span{font-size:12px;color:var(--pb-muted)}.pbst-lightbox{background:#101827;border:0;border-radius:12px;padding:20px;color:#fff;width:min(1000px,95vw);max-height:95vh;margin:auto}.pbst-lightbox::backdrop{background:#111827dc}.pbst-lightbox form{display:flex;justify-content:flex-end;margin-bottom:15px}.pbst-lightbox img{max-height:72vh;width:100%;object-fit:contain}.pbst-lightbox p{text-align:center;color:#dce3eb;margin-top:10px}.pbst-link{text-decoration:underline!important;color:var(--pb-accent)!important}
@media(max-width:1150px){.pbst-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pbst-dashboard .pbst-fields{grid-template-columns:1fr}.pbst-admin-photos{grid-template-columns:repeat(2,minmax(0,1fr))}.pbst-dashboard .pbst-albums{grid-template-columns:repeat(2,minmax(0,1fr))}.pbst-cart-layout{grid-template-columns:minmax(0,1fr) 330px}}
@media(max-width:1023px){.pbst-dashboard{margin-left:0;padding:90px 22px 40px}.pbst-dashboard .pbst-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.pbst-cart-layout{grid-template-columns:1fr}.pbst-checkout{position:static}.pbst-albums{grid-template-columns:repeat(2,minmax(0,1fr))}.pbst-selection-bar{bottom:10px}}
@media(max-width:640px){.pbst-public{padding:95px 15px 35px}.pbst-dashboard{padding:90px 15px 30px}.pbst-dashboard h1{font-size:32px}.pbst-heading{display:block}.pbst-heading>.pbst-button,.pbst-heading>.pbst-deadline{margin-top:20px}.pbst-shop-nav{gap:10px;margin-bottom:27px;flex-wrap:wrap}.pbst-shop-nav>div{gap:14px}.pbst-brand{font-size:20px}.pbst-process{display:none}.pbst-store-hero{padding-bottom:22px}.pbst-albums,.pbst-dashboard .pbst-albums{grid-template-columns:1fr}.pbst-photo-grid,.pbst-admin-photos{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pbst-photo-caption{padding:10px;display:block}.pbst-photo-caption h2{max-width:100%;font-size:12px}.pbst-photo-select{display:flex;gap:7px;margin-top:12px;font-size:11px}.pbst-selection-bar{padding:14px;gap:12px}.pbst-selection-bar .pbst-button{width:100%}.pbst-selection-bar p span{font-size:10px}.pbst-panel{padding:19px}.pbst-fields,.pbst-dashboard .pbst-fields{grid-template-columns:1fr}.pbst-event-row{align-items:flex-start}.pbst-event-row>strong{font-size:12px;white-space:nowrap}.pbst-cart-item{gap:12px;flex-wrap:wrap}.pbst-cart-item>img{width:105px}.pbst-cart-item h2{font-size:15px}.pbst-cart-item .pbst-text-button{margin-left:auto}.pbst-cart-layout{gap:22px}.pbst-purchased-photo{flex-wrap:wrap;gap:12px}.pbst-purchased-photo>.pbst-button{margin-left:auto}.pbst-purchased-photo>img{width:78px}.pbst-order-total{display:block;margin-top:15px}.pbst-payment{flex-direction:column;align-items:stretch}.pbst-qr{align-self:center}.pbst-tabs a{font-size:12px;padding:10px 12px}.pbst-photo details .pbst-button{width:100%;font-size:12px}.pbst-photo details input{font-size:13px!important}.pbst-danger .pbst-button{width:100%}.pbst-home{padding:0 15px}}
@media(prefers-reduced-motion:reduce){.pbst *{transition:none!important;scroll-behavior:auto!important}}

.pbst-dashboard>header.pbst-heading{margin-bottom:24px}.pbst-dashboard>header.pbst-heading h1{font-size:32px}.pbst-dashboard>header.pbst-heading h1+p{margin-top:10px}
.pbst-list-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}.pbst-list-heading h2{font-size:22px}.pbst-list-heading h2+p{margin-top:7px;font-size:14px}
.pbst-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.pbst-actions .pbst-button{flex-shrink:0}.pbst .pbst-fields-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.pbst-event-group{border:1px solid var(--pb-line);background:#fff;border-radius:14px;margin-bottom:24px;overflow:hidden;scroll-margin-top:24px}.pbst-event-heading{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:24px}.pbst-event-name{display:flex;align-items:flex-start;gap:16px;min-width:0}.pbst-event-name>div{min-width:0}.pbst-event-name h2{font-size:21px}.pbst-event-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:12px;background:#eef4fc;color:var(--pb-accent);font-size:25px}.pbst-event-heading>.pbst-actions{flex-shrink:0}
.pbst-meta{display:flex;align-items:center;gap:8px 14px;flex-wrap:wrap;font-size:12px;color:var(--pb-muted);margin-top:10px}.pbst-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:5px;font-size:11px;font-weight:700;background:#edf1f6;color:#4b586c}.pbst .pbst-status-publish{background:#eaf7ee;color:#246440}.pbst .pbst-status-archived,.pbst .pbst-status-deleting{background:#fff3e4;color:#86550b}
.pbst-event-albums{padding:16px 24px 24px;background:#f8fafc;border-top:1px solid var(--pb-line)}.pbst-empty-albums{display:flex;align-items:center;gap:14px;padding:10px 0;font-size:13px}.pbst-empty-albums>.material-symbols-outlined{font-size:27px;color:#8191a7;flex-shrink:0}
.pbst-album-entry{display:grid;grid-template-columns:76px minmax(150px,1fr) auto;gap:18px;align-items:center;padding:17px;background:#fff;border:1px solid var(--pb-line);border-radius:10px}.pbst-album-entry+.pbst-album-entry{margin-top:12px}.pbst-album-thumb{width:76px;height:76px;border-radius:8px;overflow:hidden;display:grid;place-items:center;background:#edf2f7;color:#8b99ac!important}.pbst-album-thumb img{height:100%;width:100%;object-fit:cover}.pbst-album-thumb>.material-symbols-outlined{font-size:31px}.pbst-album-info{min-width:0}.pbst-album-info h3{font-size:17px;overflow-wrap:anywhere}.pbst-album-info .pbst-meta{margin-top:6px;gap:10px}.pbst-album-info .pbst-album-price{font-size:12px;margin-top:6px;color:var(--pb-muted)}.pbst-album-price strong{font-size:15px;color:var(--pb-ink)}.pbst-album-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pbst-album-actions .pbst-button{font-size:12px;padding:10px 13px}.pbst .pbst-button>.material-symbols-outlined{font-size:19px}.pbst-album-pagination{margin:20px 0 0}
.pbst-breadcrumb{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0 0 22px;font-size:13px;color:var(--pb-muted)}.pbst-breadcrumb a:hover{text-decoration:underline}.pbst-breadcrumb [aria-current]{color:var(--pb-ink);font-weight:650}.pbst-album-summary h2{font-size:28px}.pbst-album-summary>.pbst-actions{padding-top:20px;border-top:1px solid var(--pb-line)}.pbst-price-summary{text-align:right;flex-shrink:0}.pbst-price-summary strong{display:block;font-size:28px;line-height:1.2;letter-spacing:-.04em}.pbst-price-summary span{display:block;margin-top:7px;font-size:12px;color:var(--pb-muted)}.pbst-photo-total{font-size:13px;color:var(--pb-muted);white-space:nowrap}.pbst-empty>.material-symbols-outlined{font-size:42px;margin-bottom:17px;color:#7c8ea7}
.pbst-admin-photos .pbst-photo-caption{padding:15px;align-items:flex-start;gap:12px}.pbst-admin-photos .pbst-photo-caption h3{font-size:14px;line-height:1.4;overflow-wrap:anywhere}.pbst-admin-photos .pbst-photo-caption strong{white-space:nowrap;font-size:13px}.pbst-admin-photos .pbst-photo-number{margin-top:7px;font-family:inherit;font-size:11px}.pbst-photo-tools{border-top:1px solid var(--pb-line);padding:0 14px}.pbst-admin-photos .pbst-photo-tools details{padding:0}.pbst-photo-tools summary{min-height:44px}.pbst-photo-tools>.pbst-text-button{padding:10px 0;min-height:44px}.pbst-photo-tools details[open]{padding-bottom:15px}.pbst-photo-tools details[open]+.pbst-text-button{border-top:1px solid var(--pb-line);width:100%;text-align:left}.pbst-photo-tools .pbst-form{margin-top:8px}
.pbst-modal{width:min(640px,calc(100% - 32px));max-height:calc(100dvh - 40px);margin:auto;padding:28px;border:1px solid var(--pb-line);border-radius:16px;background:#fff;color:var(--pb-ink);box-shadow:0 28px 100px #0f172a45;overflow-y:auto;overscroll-behavior:contain}.pbst-modal::backdrop{background:#0f172a80}.pbst-modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.pbst-modal-heading h2{font-size:24px}.pbst-modal-heading .pbst-eyebrow{max-width:470px;overflow-wrap:anywhere;margin-bottom:7px}.pbst-close{display:grid;place-items:center;flex:0 0 40px;width:40px;min-height:40px;border:1px solid var(--pb-line);background:#fff;border-radius:8px;font-size:26px!important;line-height:1;cursor:pointer;color:var(--pb-muted)}.pbst-close:hover{background:var(--pb-soft)}.pbst-modal .pbst-form{margin-top:0}.pbst-modal .pbst-form>.pbst-help{margin:0!important}.pbst-modal .pbst-fields-two{grid-template-columns:repeat(2,minmax(0,1fr))}.pbst-modal .pbst-actions{margin-top:5px}.pbst-price-field{background:#f0f5fc;border:1px solid #dce6f5;padding:18px;border-radius:10px;display:grid;gap:12px}.pbst-price-field label{max-width:200px}.pbst-price-field p{font-size:12px;line-height:1.6}.pbst-price-field input{font-size:22px!important;font-weight:750}.pbst-create-event{max-width:820px}.pbst-create-event>p:not(.pbst-eyebrow){font-size:14px}.pbst-create-event .pbst-help{margin:0!important}.pbst-upload-price{font-size:14px;margin-top:10px!important}.pbst-file-picker>.material-symbols-outlined{font-size:36px;color:var(--pb-accent)}.pbst-file-picker>span:last-child{font-size:11px;font-weight:400;color:var(--pb-muted)}.pbst-delete-photo-name{font-weight:750;color:var(--pb-ink)!important;margin-bottom:12px!important;overflow-wrap:anywhere}
@media(min-width:1024px) and (max-width:1350px){.pbst-event-heading{align-items:flex-start}.pbst-event-heading>.pbst-actions{flex-direction:column;align-items:stretch}.pbst-album-entry{grid-template-columns:76px minmax(0,1fr)}.pbst-album-actions{grid-column:2;justify-content:flex-start}}
@media(max-width:760px){.pbst-event-heading{align-items:flex-start;flex-direction:column;padding:19px}.pbst-event-heading>.pbst-actions{width:100%}.pbst-event-heading>.pbst-actions>.pbst-button{flex:1}.pbst-event-albums{padding:15px}.pbst-album-entry{grid-template-columns:60px minmax(0,1fr);padding:14px;gap:14px}.pbst-album-thumb{width:60px;height:66px}.pbst-album-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;justify-content:stretch;gap:8px}.pbst-album-actions>.pbst-button:first-child:last-child{grid-column:1/-1}.pbst-album-actions>.pbst-button:nth-child(3){grid-column:1/-1}.pbst-album-actions>.pbst-button{min-height:44px}.pbst-album-summary .pbst-list-heading{align-items:flex-start;flex-direction:column;gap:20px}.pbst-price-summary{text-align:left}.pbst-admin-photos .pbst-photo-caption{display:block}.pbst-admin-photos .pbst-photo-caption strong{display:block;margin-top:10px}}
@media(max-width:640px){.pbst-list-heading{align-items:flex-start;flex-direction:column;gap:16px}.pbst-list-heading>.pbst-button{width:100%}.pbst-event-name h2{font-size:19px}.pbst-event-icon{width:38px;height:38px;flex-basis:38px;font-size:23px}.pbst-event-name{gap:12px}.pbst-modal{padding:20px;width:calc(100% - 20px);max-height:calc(100dvh - 20px);border-radius:12px}.pbst-modal .pbst-fields-two,.pbst .pbst-fields-two{grid-template-columns:1fr}.pbst-modal .pbst-actions>.pbst-button{flex:1}.pbst-modal .pbst-actions{gap:8px}.pbst-modal-heading{gap:10px}.pbst-modal-heading h2{font-size:21px}.pbst-modal .pbst-file-picker{padding:18px 12px}.pbst-price-summary strong{font-size:25px}.pbst-album-summary>.pbst-actions>.pbst-button{width:100%}.pbst-breadcrumb{font-size:12px}.pbst-admin-photos .pbst-photo-caption{padding:12px}.pbst-photo-tools{padding:0 12px}.pbst-admin-photos .pbst-photo-caption h3{font-size:12px}.pbst-create-event .pbst-actions>.pbst-button{flex:1}}

.pbst-dashboard-content{min-width:0;width:100%}.pbst-dashboard-content>header.pbst-heading{margin-bottom:24px}.pbst-dashboard-content>header.pbst-heading h1{font-size:32px}.pbst-dashboard-content>header.pbst-heading h1+p{margin-top:10px}.pbst-dashboard-content>footer{margin-top:36px}
@media(max-width:1023px){.pbst-admin-dashboard{padding-top:28px}.pbst-dashboard-content>header.pbst-heading h1{font-size:30px}}

.pbst-upload .pbst-file-picker{position:relative;padding:18px;margin:20px 0 16px;gap:8px;cursor:pointer}.pbst-upload .pbst-file-picker>input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.pbst-upload .pbst-file-picker:focus-within{outline:3px solid var(--pb-accent);outline-offset:3px}.pbst-upload .pbst-file-picker:has(input:disabled){opacity:.6;cursor:wait}.pbst-upload .pbst-file-picker>input:disabled{cursor:wait}.pbst-upload .pbst-file-picker>.material-symbols-outlined{font-size:28px}
.pbst-upload-selection{margin:0 0 16px;border:1px solid var(--pb-line);border-radius:10px;overflow:hidden;background:#fff}.pbst-upload-summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;background:var(--pb-soft);font-size:12px}.pbst-upload-summary>span{color:var(--pb-muted);white-space:nowrap}.pbst-upload-scroll{max-height:min(290px,36vh);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:0 12px}.pbst-upload .pbst-upload-queue{list-style:none;margin:0;padding:0;max-height:none;overflow:visible}.pbst-upload-item{padding:12px 2px}.pbst-upload-item+.pbst-upload-item{border-top:1px solid var(--pb-line)}.pbst-upload-item-head{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:start;gap:8px}.pbst-upload-number{font-size:10px;line-height:20px;color:var(--pb-muted);font-variant-numeric:tabular-nums}.pbst-upload-file-name{font-size:12px;line-height:1.55;overflow-wrap:anywhere}.pbst-upload-file-size{font-size:10px;line-height:20px;white-space:nowrap;color:var(--pb-muted)}.pbst-upload-file-state{display:block;margin:4px 0 0 30px;font-size:11px;line-height:1.5;color:var(--pb-muted);overflow-wrap:anywhere}.pbst-upload .pbst-upload-item progress{height:6px;margin:8px 0 0;border:0;border-radius:4px;overflow:hidden;appearance:none;background:#e8edf4;accent-color:var(--pb-accent)}.pbst-upload-item progress::-webkit-progress-bar{background:#e8edf4}.pbst-upload-item progress::-webkit-progress-value{background:var(--pb-accent);border-radius:4px}.pbst-upload-item progress::-moz-progress-bar{background:var(--pb-accent)}.pbst-upload-item[data-state=done] .pbst-upload-file-state{color:#246440}.pbst-upload-item[data-state=done] progress{accent-color:#2b8250}.pbst-upload-item[data-state=done] progress::-webkit-progress-value{background:#2b8250}.pbst-upload-item[data-state=done] progress::-moz-progress-bar{background:#2b8250}.pbst-upload-item[data-state=error] .pbst-upload-file-state{color:#ad2938}.pbst-upload-item[data-state=processing] progress{background:repeating-linear-gradient(120deg,#dae5f7 0,#dae5f7 10px,#84a4dc 10px,#84a4dc 20px)}.pbst-upload-item[data-state=processing] progress::-webkit-progress-bar{background:repeating-linear-gradient(120deg,#dae5f7 0,#dae5f7 10px,#84a4dc 10px,#84a4dc 20px)}.pbst-upload-item[data-state=sending],.pbst-upload-item[data-state=processing]{background:#f5f8fd}.pbst-upload-total{padding:12px 14px;border-top:1px solid var(--pb-line);background:#f8fafc}.pbst-upload-total p{font-size:11px;overflow-wrap:anywhere}.pbst-upload .pbst-upload-total progress{height:7px;margin:8px 0 0}.pbst-upload-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pbst-upload-actions .pbst-button{flex:1}
@media(max-width:640px){.pbst-upload-summary{padding:10px 12px;font-size:11px;gap:8px}.pbst-upload-scroll{padding:0 10px;max-height:32vh}.pbst-upload-item-head{grid-template-columns:20px minmax(0,1fr);gap:6px}.pbst-upload-file-size{grid-column:2;line-height:1.3}.pbst-upload-file-state{margin-left:26px}.pbst-upload-actions{flex-direction:column;align-items:stretch}.pbst-upload .pbst-file-picker{padding:15px 12px}.pbst-upload-actions .pbst-button{width:100%}}

.pbst-selection-purchase{display:flex;align-items:center;gap:24px;margin-left:auto}.pbst-selection-subtotal{display:grid;gap:2px;text-align:right}.pbst-selection-subtotal>span{font-size:11px;color:var(--pb-muted)}.pbst-selection-subtotal>strong{font-size:24px;line-height:1.2;letter-spacing:-.03em;white-space:nowrap}.pbst-selection-subtotal>small{max-width:220px;font-size:10px;color:#99551c}.pbst-cart-confirmation .pbst-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:28px}.pbst-cart-confirmation>p{line-height:1.7;font-size:15px}
@media(max-width:640px){.pbst-selection-purchase{display:contents}.pbst-selection-subtotal{margin-left:auto}.pbst-selection-subtotal>strong{font-size:21px}.pbst-selection-bar>p{font-size:12px;max-width:58%}.pbst-selection-bar>p span{max-width:175px}.pbst-cart-confirmation .pbst-actions{flex-direction:column-reverse}.pbst-cart-confirmation .pbst-button{width:100%}}

.pbst .pbst-photo-select{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:8px 10px;margin:0;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:var(--pb-ink);font-size:11px;font-weight:700;line-height:1.3;white-space:nowrap;cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s,box-shadow .15s,transform .1s}.pbst .pbst-photo-select::before{content:'+';font-size:19px;font-weight:600;line-height:1;width:16px;text-align:center}.pbst .pbst-photo-select:hover{background:#eaf0fb;border-color:var(--pb-accent)}.pbst .pbst-photo-select:active{transform:scale(.97)}.pbst .pbst-photo-select:has(:checked){background:var(--pb-accent);border-color:var(--pb-accent);color:#fff;box-shadow:0 2px 6px #244dcc25}.pbst .pbst-photo-select:has(:checked)::before{content:'✓';font-size:15px}.pbst .pbst-photo-select:focus-within{outline:3px solid var(--pb-accent);outline-offset:3px}.pbst .pbst-photo-select input[type=checkbox]{position:absolute;inset:0;opacity:0;width:100%!important;height:100%!important;margin:0;cursor:pointer}.pbst .pbst-photo-select>span{pointer-events:none}
@media(max-width:640px){.pbst .pbst-photo-select{display:flex;width:100%;min-height:44px;margin-top:10px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.pbst .pbst-photo-select{transition:none}}

.pbst-selection-bar p .pbst-selected-label{display:inline;font:inherit;color:inherit}

.pbst-checkout-steps{display:flex;justify-content:space-between;list-style:none;gap:8px;padding:0;margin:24px 0;font-size:11px;color:var(--pb-muted)}.pbst-checkout-steps li{display:flex;align-items:center;gap:6px}.pbst-checkout-steps b{display:grid;place-items:center;border-radius:50%;width:25px;height:25px;background:#edf1f6;color:var(--pb-muted)}.pbst-checkout-steps [aria-current]{font-weight:750;color:var(--pb-accent)}.pbst-checkout-steps [aria-current] b{background:var(--pb-accent);color:#fff}.pbst [data-pbst-step] h3{font-size:20px}.pbst-payment-methods{padding:0;margin:20px 0;display:grid;gap:10px;border:0}.pbst-payment-methods legend{font-size:12px;margin-bottom:10px;color:var(--pb-muted)}.pbst .pbst-method-choice{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--pb-line);border-radius:10px;cursor:pointer}.pbst .pbst-method-choice:has(:checked){background:#eef3ff;border-color:var(--pb-accent);box-shadow:0 0 0 1px var(--pb-accent)}/* Dante Testa <https://dantetesta.com.br> - 2026-09-09: indicador independente dos resets de formulário do tema. */
.pbst .pbst-method-choice input[type=radio]{appearance:none;-webkit-appearance:none;width:22px!important;height:22px!important;min-height:22px;flex:0 0 22px;padding:0;margin:0;border:2px solid #94a3b8;border-radius:50%!important;background:#fff!important;box-shadow:none;cursor:pointer}
.pbst .pbst-method-choice input[type=radio]:checked{border-color:var(--pb-accent);background-color:var(--pb-accent)!important;background-image:radial-gradient(circle,#fff 0 4px,transparent 4.5px)!important;background-position:center!important;background-size:100% 100%!important;background-repeat:no-repeat!important}
.pbst .pbst-method-choice input[type=radio]:focus-visible{outline:3px solid var(--pb-accent);outline-offset:4px}
.pbst .pbst-method-choice input[type=radio]:disabled{cursor:wait;opacity:.65}
@media(forced-colors:active){.pbst .pbst-method-choice input[type=radio]{appearance:auto;-webkit-appearance:auto;background:revert!important;forced-color-adjust:auto}}
.pbst-method-choice span{display:grid;gap:4px}.pbst-method-choice strong{font-size:14px}.pbst-method-choice small{font-size:11px;color:var(--pb-muted);font-weight:400}.pbst [data-pbst-payment-result]{display:grid;gap:16px;padding-top:20px}.pbst [data-pbst-payment-result]>p{font-size:13px;line-height:1.65}.pbst [data-pbst-payment-result] .pbst-qr{width:220px;height:220px;max-width:100%;justify-self:center}.pbst [data-pbst-payment-result] .pbst-button{margin:0}.pbst [data-pbst-payment-result] small{color:var(--pb-muted);font-size:11px}.pbst-payment-state{font-size:17px;color:var(--pb-accent)}.pbst [data-pbst-checkout-flow][aria-busy=true]{opacity:.8}.pbst [data-pbst-back-data]{margin-top:12px}.pbst .pbst-order>.pbst-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:20px}

.pbst-webhook-url{display:block;overflow-wrap:anywhere;padding:12px;background:#f4f6fa;border-radius:8px}

/* Capas de eventos e álbuns — 1.2.0 */
.pbst-cover-picker{display:grid;gap:12px;padding:18px;background:#f7f9fc;border:1px solid var(--pb-line);border-radius:12px}.pbst-cover-preview{width:100%;max-width:300px;aspect-ratio:3/2;background:#eaf0f6;border-radius:9px;display:grid;place-items:center;overflow:hidden}.pbst-cover-preview img{width:100%;height:100%;object-fit:cover}.pbst-cover-preview span{font-size:13px;text-align:center;color:var(--pb-muted);padding:20px}.pbst .pbst-cover-message{font-size:13px;color:var(--pb-accent)}.pbst-event-cover{width:90px;aspect-ratio:3/2;object-fit:cover;border-radius:9px;flex-shrink:0}.pbst .pbst-crop-dialog{width:min(740px,calc(100vw - 28px));padding:24px;max-height:94dvh}.pbst-crop-dialog::backdrop{background:#111827a8}.pbst-crop-dialog .pbst-modal-heading{margin-bottom:18px}.pbst-crop-dialog .pbst-modal-heading p{margin-top:10px;font-size:14px}.pbst-crop-dialog canvas{display:block;width:100%;height:auto;aspect-ratio:3/2;touch-action:none;cursor:grab;border-radius:8px;background:#edf2f7}.pbst-crop-dialog canvas:active{cursor:grabbing}.pbst .pbst-crop-zoom{display:flex;align-items:center;gap:14px;margin:18px 0;font-size:14px}.pbst .pbst-crop-zoom input{min-height:30px;padding:0;flex:1;width:0;accent-color:var(--pb-accent)}.pbst-crop-zoom output{min-width:44px}.pbst-crop-dialog>.pbst-help{margin:15px 0;font-size:12px}.pbst-crop-dialog footer{margin-top:20px}.pbst-crop-dialog [data-pbst-crop-feedback]{font-size:13px;color:var(--pb-accent)}@media(max-width:600px){.pbst .pbst-crop-dialog{padding:16px}.pbst-crop-dialog footer>.pbst-button{flex:1}.pbst-event-cover{width:60px}.pbst-cover-picker{padding:14px}.pbst-cover-preview{max-width:100%}}

.pbst-table-scroll{overflow:auto;max-width:100%;margin-top:18px}.pbst-report-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.pbst-report-table th,.pbst-report-table td{padding:12px;border-bottom:1px solid var(--pb-line);vertical-align:top}.pbst-report-table thead th{background:#f3f6fa;white-space:nowrap}.pbst-report-table small{display:block;font-size:11px;color:var(--pb-muted);margin-top:4px}.pbst-report-table input{min-width:120px}.pbst-report-totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}.pbst-report-totals .pbst-panel{margin:0;padding:20px}.pbst-report-totals span{display:block;font-size:12px;color:var(--pb-muted);margin-bottom:10px}.pbst-report-totals strong{font-size:25px}.pbst .pbst-report-filters{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) auto;align-items:end;gap:14px}.pbst-report>.pbst-help{margin:18px 0}.pbst-report>.pbst-error{margin-bottom:20px}@media(max-width:1000px){.pbst .pbst-report-filters{grid-template-columns:1fr 1fr}.pbst-report-totals{grid-template-columns:1fr 1fr}}@media(max-width:520px){.pbst-report-totals{grid-template-columns:1fr}.pbst .pbst-report-filters{grid-template-columns:1fr}}@media print{body:has([data-pbst-report]) aside,body:has([data-pbst-report]) nav,body:has([data-pbst-report]) footer,body:has([data-pbst-report]) .pbst-no-print,body:has([data-pbst-report]) .pbst-dashboard-content>.pbst-heading{display:none!important}body:has([data-pbst-report]) .pbst-dashboard{margin:0;padding:0;width:100%}body:has([data-pbst-report]) .pbst-panel{box-shadow:none;break-inside:avoid;border:1px solid #ddd}body:has([data-pbst-report]) .pbst-table-scroll{overflow:visible}body:has([data-pbst-report]) .pbst-report-table{font-size:9px}body:has([data-pbst-report]) .pbst-report-table th,body:has([data-pbst-report]) .pbst-report-table td{padding:5px}body:has([data-pbst-report]) .pbst-report-totals{grid-template-columns:repeat(3,1fr)}}

.pbst-event-delete{padding:0 24px 18px}.pbst-event-delete>summary{cursor:pointer;color:#b42318;font-weight:600}.pbst-event-delete form{padding-top:16px}.pbst-event-delete .pbst-check{margin:16px 0}

.pbst-fee-value{display:flex;align-items:center;gap:10px}.pbst-fee-value>span{font-weight:700;min-width:22px}.pbst-fee-value input{flex:1;min-width:0}.pbst-fee-table select{min-width:180px}.pbst-fee-table input{min-width:140px}

.pbst-cart-layout .pbst-heading{align-items:center;flex-wrap:wrap;gap:16px}.pbst-notice{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:18px;border:1px solid var(--pb-line);border-radius:10px;background:var(--pb-surface);margin-bottom:20px}.pbst-notice>p{flex-basis:100%;font-size:14px;line-height:1.6}

/* Dante Testa <https://dantetesta.com.br> - 2026-09-09 10:00 -0300: pagamento dedicado e acompanhamento visual. */
.pbst [data-pbst-go-checkout][aria-disabled=true]{opacity:.5;cursor:not-allowed}
.pbst-payment-page{max-width:1200px}
.pbst-payment-page>.pbst-heading{margin-bottom:18px}
.pbst-payment-page h1{font-size:clamp(28px,3vw,38px)}
.pbst-payment-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}
.pbst-payment-layout>.pbst-checkout{position:static;order:1;min-width:0;margin:0;padding:24px}
.pbst-payment-summary{order:2;margin:0}
.pbst-payment-summary [data-pbst-cart-items]{max-height:320px;overflow:auto;overscroll-behavior:contain}
.pbst-payment-summary .pbst-heading{margin-bottom:12px}
.pbst-payment-summary h2{font-size:17px}
.pbst-payment-summary .pbst-cart-item{gap:12px;padding:12px 0}
.pbst-payment-summary .pbst-cart-item>img{width:56px;flex:0 0 56px}
.pbst-payment-summary .pbst-cart-item h2{font-size:12px;line-height:1.5}
.pbst-payment-summary .pbst-cart-item p{margin:4px 0;font-size:11px}
.pbst-payment-layout .pbst-total{padding:12px 0;margin-bottom:12px}
.pbst-payment-layout .pbst-deadline{font-size:12px;line-height:1.6;padding:12px;margin:0}
.pbst-payment-layout .pbst-checkout-steps{margin:24px 0;font-size:12px}
.pbst-payment-layout .pbst-checkout-steps b{width:28px;height:28px;flex:0 0 28px}
.pbst-payment-layout [data-pbst-checkout]>label{min-width:0}
.pbst-payment-layout [data-pbst-checkout] input:not([type=checkbox]){width:100%}
.pbst-payment-layout [data-pbst-checkout]>.pbst-check,.pbst-payment-layout [data-pbst-checkout]>button,.pbst-payment-layout [data-pbst-checkout]>.pbst-feedback{grid-column:1/-1}
.pbst .pbst-payment-instructions{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;align-items:center}
.pbst-payment-qr-area{display:grid;place-items:center}
.pbst .pbst-payment-qr-area .pbst-qr{width:220px;height:220px}
.pbst-payment-code-area{min-width:0}
.pbst-payment-code-area label{font-size:12px;display:grid;gap:8px}
.pbst-payment-code-area textarea{width:100%;min-height:60px;font:12px/1.5 ui-monospace,monospace;resize:vertical;overflow-wrap:anywhere}
.pbst-pix-instructions{list-style:decimal;padding-left:20px;font-size:13px;line-height:1.6;margin:0 0 16px;color:var(--pb-muted)}
.pbst-pix-instructions li+li{margin-top:8px}
.pbst .pbst-payment-code-area .pbst-button{margin-top:12px}
.pbst-payment-wait{display:flex;align-items:center;gap:14px;flex-wrap:wrap;border:1px solid var(--pb-line);border-radius:10px;padding:16px;background:var(--pb-soft)}
.pbst-payment-wait>div{flex:1;min-width:130px}
.pbst-payment-wait strong{font-size:13px}
.pbst-payment-wait p{font-size:12px;margin-top:4px;font-variant-numeric:tabular-nums}
.pbst .pbst-payment-wait .pbst-button{width:auto;min-width:130px;margin:0;font-size:12px}
.pbst-payment-clock{position:relative;width:32px;height:32px;flex:0 0 32px;border:2px solid var(--pb-accent);border-radius:50%}
.pbst-payment-clock:before{content:'';position:absolute;left:13px;top:4px;width:2px;height:10px;background:var(--pb-accent);border-radius:2px;transform-origin:1px 10px;animation:pbst-clock-turn 3s linear infinite}
.pbst-payment-clock:after{content:'';position:absolute;left:13px;top:13px;width:8px;height:2px;background:var(--pb-accent);border-radius:2px}
.pbst-payment-wait.is-paused .pbst-payment-clock:before{animation-play-state:paused}
@keyframes pbst-clock-turn{to{transform:rotate(360deg)}}
@media(min-width:768px){.pbst-payment-layout [data-pbst-checkout]{grid-template-columns:repeat(2,minmax(0,1fr))}.pbst-payment-layout .pbst-payment-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.pbst .pbst-payment-instructions{grid-template-columns:220px minmax(0,1fr)}}
@media(min-width:1100px){.pbst-payment-layout{grid-template-columns:minmax(0,1fr) 290px}.pbst-payment-layout>.pbst-checkout{padding:28px}}
@media(prefers-reduced-motion:reduce){.pbst-payment-clock:before{animation:none}}

.pbst-payment-summary .pbst-deadline{max-width:none;margin-bottom:16px}
@media(max-width:479px){.pbst-payment-page{padding-right:16px;padding-left:16px}.pbst-payment-layout>.pbst-checkout,.pbst-payment-summary{padding:18px}.pbst-payment-layout .pbst-checkout-steps{font-size:10px;gap:4px}.pbst-payment-layout .pbst-checkout-steps li{gap:4px}.pbst-payment-layout .pbst-checkout-steps b{width:22px;height:22px;flex-basis:22px}.pbst-payment-page .pbst-shop-nav{gap:12px;flex-wrap:wrap}.pbst-payment-page .pbst-shop-nav>div{gap:16px}}
