*,*:before,*:after{margin:0;padding:0;border:0;box-sizing:border-box}body{font-family:Montserrat,arial,verdana;font-optical-sizing:auto;font-style:normal}select{-webkit-appearance:none;appearance:none}.psc-page{display:flex;flex-direction:column;min-height:100dvh}.psc-page__main{flex:1;display:flex;justify-content:center;padding:20px}.psc-form{display:flex;flex-direction:column;max-width:768px;width:100%;gap:20px}.psc-form-card{display:flex;max-width:768px;width:100%;flex-direction:column;gap:12px;background:#fff;border-radius:10px;box-shadow:0 0 2px 1px #0000001a;padding:32px}.psc-form-card__title{font-size:24px;font-weight:700;line-height:1.25;letter-spacing:-.01em;text-align:center;text-transform:uppercase;color:#006496;margin-bottom:16px}.psc-form-card__subtitle{font-size:18px;line-height:1.5;text-align:center;margin-bottom:16px}.psc-field input,.psc-field select,.psc-field textarea{box-sizing:border-box;border-radius:6px;color:#2c3e50;font-size:14px;padding:14px;width:100%;outline-offset:0;outline:0 none;border:none;box-shadow:none}.psc-field input:enabled:focus,.psc-field select:enabled:focus,.psc-field textarea:enabled:focus{outline-offset:0;outline:0 none;border:none;box-shadow:none}.psc-field .p-float-label{display:block;position:relative;width:100%}.psc-field .p-float-label>label{position:absolute;top:50%;left:14px;transform:translateY(-50%);margin:0;color:#006496!important;font-size:14px;line-height:1;pointer-events:none;transition:top .15s ease,font-size .15s ease,color .15s ease;background:transparent}.psc-field .p-float-label>input:focus~label,.psc-field .p-float-label>input:not(:placeholder-shown)~label,.psc-field .p-float-label>input:-webkit-autofill~label,.psc-field .p-float-label>select:focus~label,.psc-field .p-float-label>select:required:valid~label,.psc-field .p-float-label>textarea:focus~label,.psc-field .p-float-label>textarea:not(:placeholder-shown)~label{top:6px;transform:none;font-size:11px;color:#006496!important}.psc-field .p-float-label>input,.psc-field .p-float-label>select,.psc-field .p-float-label>textarea{padding-top:20px;padding-bottom:8px}.psc-field .p-float-label>input::placeholder,.psc-field .p-float-label>textarea::placeholder{color:transparent}.psc-field .p-float-label>input:focus::placeholder,.psc-field .p-float-label>textarea:focus::placeholder{color:#94a3b8}.psc-field .p-float-label>select:required:invalid{color:transparent}.psc-field .p-float-label>select option{color:#2c3e50}.psc-field--valid .p-float-label>label,.psc-field--invalid .p-float-label>label{color:#fff}.psc-button{width:100%;cursor:pointer;border:none;border-radius:8px;align-self:center;background:#037ab7;color:#fff;padding:14px;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.02em;text-align:center;text-transform:uppercase;transition:background-color .18s ease,color .18s ease,opacity .18s ease}.psc-button:hover:not(:disabled){background:#026ba2}.psc-button:active:not(:disabled){background:#025d8c}.psc-button:focus-visible{outline:2px solid rgba(3,122,183,.6);outline-offset:2px}.psc-button:disabled{background:#cbd5e1;color:#475569;border:none;cursor:not-allowed;pointer-events:auto;opacity:1;transform:none;box-shadow:none}.psc-button--secondary:disabled{background:#f1f5f9;color:#94a3b8;border:2px solid #cbd5e1}@keyframes psc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.psc-field{padding:2px;background-color:#00000014;border-radius:8px;margin-bottom:0}.psc-field__error{box-sizing:border-box;padding:0 14px;color:#fff;font-size:11px}.psc-field.psc-field--valid{background-color:#97e700}.psc-field.psc-field--invalid{background-color:#ef4444}.psc-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.psc-field-grid__full{grid-column:1 / -1}@media(max-width:640px){.psc-field-grid{grid-template-columns:1fr}.psc-field-grid__full{grid-column:auto}}.psc-form-card--sections{gap:0}.psc-form-section{display:flex;flex-direction:column;gap:12px;padding:24px 0;border:none}.psc-form-section:first-of-type{padding-top:0}.psc-form-section:last-of-type{padding-bottom:0;border-bottom:none}.psc-form-section__title{font-size:24px;font-weight:700;line-height:1.25;letter-spacing:-.01em;text-align:center;text-transform:uppercase;color:#006496;margin-bottom:16px}.psc-form-section--actions{padding:20px 0}.psc-form__actions{display:flex;gap:12px}.psc-form__actions>.psc-button{flex:1}.psc-summary{display:grid;grid-template-columns:minmax(110px,max-content) 1fr;gap:8px 24px;margin:0}.psc-summary dt{font-weight:600;color:#475569}.psc-summary dd{margin:0;color:#1e293b;text-align:right;word-break:break-word}.psc-section-subtitle{display:block;font-size:14px;font-weight:700;color:#006496;margin:0 0 12px;padding-bottom:8px;letter-spacing:.02em;text-transform:uppercase;text-align:left;border-bottom:1px solid #e2e8f0}.psc-readout{display:flex;flex-direction:column;gap:10px;margin:0;font-size:14px;line-height:1.4;color:#2c3e50}.psc-readout__row{display:grid;grid-template-columns:minmax(140px,180px) 1fr;gap:12px;align-items:baseline}.psc-readout__row>dt{color:#64748b;font-weight:600}.psc-readout__row>dd{margin:0;color:#2c3e50;font-weight:500;word-break:break-word}.psc-status-banner{display:flex;flex-direction:column;align-items:center;gap:10px;padding:22px 24px;border-radius:12px;text-align:center;border:1px solid transparent;margin-bottom:24px}.psc-status-banner+.psc-form-section{padding-top:24px}.psc-status-banner__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a0f}.psc-status-banner__title{margin:0;font-size:20px;font-weight:800;letter-spacing:.01em;line-height:1.2}.psc-status-banner__text{margin:0;font-size:14px;line-height:1.5;color:#334155;max-width:56ch}.psc-status-banner--pending{background:#fffbeb;border-color:#fde68a;color:#92400e}.psc-status-banner--pending .psc-status-banner__icon{color:#b45309}.psc-status-banner--paid,.psc-status-banner--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.psc-status-banner--paid .psc-status-banner__icon,.psc-status-banner--success .psc-status-banner__icon{color:#047857}.psc-orientacoes__lead{font-size:15px;line-height:1.5;text-align:center}.psc-orientacoes__subtitle{font-size:16px;font-weight:700;line-height:1.4;color:#006496;margin-top:8px;margin-bottom:4px;text-align:center}.psc-orientacoes__list{list-style:disc;padding-left:24px;margin:0;display:flex;flex-direction:column;gap:8px;font-size:14px;line-height:1.5;color:#2c3e50}.psc-orientacoes__list>li{padding-left:4px}.psc-redacao-tema{gap:8px}.psc-redacao-tema__title{margin:0 0 8px;font-size:16px;font-weight:700;color:#006496;letter-spacing:.02em;text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.psc-redacao-tema__content{font-size:15px;line-height:1.6;color:#1f2937;text-align:justify}.psc-redacao-tema__content p{margin:0 0 12px}.psc-redacao-tema__content p:last-child{margin-bottom:0}.psc-redacao-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.psc-redacao-bar__title{margin:0;font-size:16px;font-weight:700;color:#006496;letter-spacing:.02em;text-transform:uppercase}.psc-redacao-timer{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:700;white-space:nowrap}.psc-redacao-timer__icon{width:18px;height:18px}.psc-redacao-timer__value{font-size:16px;letter-spacing:.04em;font-variant-numeric:tabular-nums}.psc-redacao-timer--alert{background:#fef2f2;border-color:#fecaca;color:#b91c1c;animation:psc-pulse 1.4s ease-in-out infinite}@keyframes psc-pulse{0%,to{opacity:1}50%{opacity:.55}}.psc-redacao-textarea{width:100%;box-sizing:border-box;min-height:360px;resize:vertical;padding:16px;font-family:inherit;font-size:15px;line-height:1.7;color:#2c3e50;border:1px solid #cbd5e1;border-radius:10px;background:#fff;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.psc-redacao-textarea:focus{border-color:#037ab7;box-shadow:0 0 0 3px #037ab726}.psc-redacao-foot{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:10px 0 4px}.psc-redacao-count{font-size:13px;color:#64748b}.psc-redacao-count>strong{font-size:15px;font-weight:700;color:#006496}.psc-redacao-count--low>strong{color:#ef4444}.psc-redacao-hint{font-size:12px;color:#94a3b8}@media(max-width:768px){.psc-form-section{padding:20px 0}.psc-form-section--actions{padding:16px 0}.psc-form-section__title{font-size:20px;margin-bottom:12px}.psc-form__actions{flex-direction:column}.psc-readout__row{grid-template-columns:1fr;gap:2px}.psc-readout__row>dt{font-size:12px}.psc-status-banner{padding:14px 16px}.psc-orientacoes__list{padding-left:20px;font-size:13px}.psc-redacao-bar{flex-direction:column;align-items:stretch}.psc-redacao-textarea{min-height:280px}}.psc-button--secondary{background:#fff;color:#037ab7;border:2px solid #037ab7}.psc-button--secondary:hover:not(:disabled){background:#f1f9ff;color:#026ba2}.psc-button--secondary:active:not(:disabled){background:#e6f3fc}@media(max-width:768px){.psc-page__main{padding:0}.psc-form-card{border-radius:0;box-shadow:none;padding:0 16px 16px}}@media(prefers-reduced-motion:reduce){.psc-button{transition:background-color .18s ease,opacity .18s ease}.psc-button:hover:not(:disabled),.psc-button:active:not(:disabled){transform:none}}.psc-pay{display:flex;flex-direction:column;gap:22px}.psc-pay__secure{display:inline-flex;align-items:center;gap:8px;align-self:center;padding:7px 15px;border-radius:999px;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:12px;font-weight:700;letter-spacing:.02em}.psc-pay__secure svg{width:15px;height:15px}.psc-pay-summary{display:flex;flex-direction:column;gap:10px;padding:20px 22px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.psc-pay-summary__line{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:14px;color:#475569}.psc-pay-summary__line>span:last-child{font-weight:600;color:#1e293b;font-variant-numeric:tabular-nums}.psc-pay-summary__sub{font-size:12.5px;color:#94a3b8;margin-top:-4px}.psc-pay-summary__discount>span:last-child{color:#047857;font-weight:700}.psc-pay-summary__total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:6px;padding-top:14px;border-top:1px dashed #cbd5e1}.psc-pay-summary__total>span{font-size:13px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.04em}.psc-pay-summary__amount{font-size:30px;font-weight:800;line-height:1;letter-spacing:-.02em;color:#006496;font-variant-numeric:tabular-nums}.psc-pay-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.psc-pay-method{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;cursor:pointer;padding:14px;border-radius:14px;border:1.5px solid #e2e8f0;background:#fff;color:#334155;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .12s ease}.psc-pay-method:hover:not(:disabled){border-color:#93c5e8;background:#f7fbfe}.psc-pay-method:focus-visible{outline:none;box-shadow:0 0 0 4px #037ab740}.psc-pay-method:disabled{opacity:.55;cursor:not-allowed}.psc-pay-method__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#eef6fb;color:#037ab7;transition:background .15s ease,color .15s ease}.psc-pay-method__icon svg{width:20px;height:20px}.psc-pay-method__name{font-size:14px;font-weight:700;color:#0f172a}.psc-pay-method__desc{font-size:11.5px;line-height:1.2;color:#94a3b8}.psc-pay-method--active{border-color:#037ab7;background:#f3faff;box-shadow:0 0 0 1px #037ab7 inset,0 2px 6px #037ab714}.psc-pay-method--active .psc-pay-method__icon{background:#037ab7;color:#fff}.psc-pay-panel{display:flex;flex-direction:column;gap:16px;animation:psc-pay-fade .25s ease both}@keyframes psc-pay-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.psc-pay-panel__title{font-size:15px;font-weight:700;color:#006496;letter-spacing:.02em}.psc-pay-pix{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.psc-pay-pix__intro{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;padding:6px 0}.psc-pay-pix__bigicon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;background:#eef6fb;color:#037ab7}.psc-pay-pix__bigicon svg{width:30px;height:30px}.psc-pay-pix__lead{font-size:14px;line-height:1.5;color:#475569;max-width:44ch}.psc-pay-qr{padding:14px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 2px 8px #0f172a0d}.psc-pay-qr img{display:block;width:220px;height:220px;border-radius:6px}.psc-pay-pix__hint{font-size:13.5px;color:#475569}.psc-pay-copy{display:flex;align-items:stretch;width:100%;max-width:460px;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#f8fafc}.psc-pay-copy__code{flex:1;min-width:0;display:flex;align-items:center;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.psc-pay-copy__btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;border:none;cursor:pointer;padding:0 18px;background:#037ab7;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;transition:background .15s ease}.psc-pay-copy__btn:hover{background:#026ba2}.psc-pay-copy__btn svg{width:15px;height:15px}.psc-pay-status{display:inline-flex;align-items:center;gap:8px;padding:7px 15px;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:12.5px;font-weight:700}.psc-pay-status__dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;animation:psc-pulse 1.4s ease-in-out infinite}.psc-pay-status--paid{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.psc-pay-status--paid .psc-pay-status__dot{background:#10b981;animation:none}.psc-pay-brands{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.psc-pay-brand{display:inline-flex;align-items:center;justify-content:center;width:46px;height:30px;border-radius:7px;background:#fff;border:1px solid #e2e8f0;transition:filter .15s ease,opacity .15s ease,border-color .15s ease,box-shadow .15s ease}.psc-pay-brand>svg{width:40px;height:26px}.psc-pay-brands--detectada .psc-pay-brand{filter:grayscale(1);opacity:.38}.psc-pay-brands--detectada .psc-pay-brand--on{filter:none;opacity:1;border-color:#037ab7;box-shadow:0 0 0 1px #037ab7 inset}.psc-pay-note{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.psc-pay-note svg{width:14px;height:14px;flex:none;color:#047857}.psc-pay-voucher{display:flex;flex-direction:column;gap:12px}.psc-pay-voucher__lead{font-size:13.5px;line-height:1.5;color:#475569}.psc-pay-voucher__applied{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;font-size:13.5px;font-weight:600}.psc-pay-voucher__applied svg{width:18px;height:18px;flex:none;color:#047857}@media(max-width:640px){.psc-pay-methods{grid-template-columns:1fr}.psc-pay-method{flex-direction:row;align-items:center}.psc-pay-summary__amount{font-size:26px}.psc-pay-qr img{width:196px;height:196px}.psc-pay-copy{flex-direction:column}.psc-pay-copy__code{white-space:normal;word-break:break-all}.psc-pay-copy__btn{padding:12px;justify-content:center}}@media(prefers-reduced-motion:reduce){.psc-pay-panel{animation:none}}
