:root{--ce-red:#e63946;--ce-blue:#457b9d;--ce-navy:#1d3557;--ce-grey:#f5f5f5;--ce-turquoise:#a8dadc;--text-dark:#1d3557;--text-body:#333;--text-muted:#666;--bg-white:#fff;--bg-grey:#f5f5f5;--border-light:#e0e0e0;--border-medium:#ccc}*,:after,:before{box-sizing:border-box}body,html{background:#fff;background:var(--bg-white);color:#333;color:var(--text-body);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;height:100%;line-height:1.6;margin:0;padding:0}#root{display:flex;flex-direction:column;min-height:100vh}.app-header{align-items:center;background:#fff;background:var(--bg-white);border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-light);box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.app-header .logo-container{flex-shrink:0}.app-header .logo-container img,.app-header img{height:50px;max-width:250px;width:auto}.app-header nav{align-items:center;display:flex;gap:2rem}.app-header nav a{color:#1d3557;color:var(--text-dark);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s ease;white-space:nowrap}.app-header nav a:hover{color:#e63946;color:var(--ce-red)}.btn-pay-now{background:#e63946;background:var(--ce-red);border:none;border-radius:.375rem;color:#fff!important;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:.625rem 1.25rem;text-decoration:none;text-transform:uppercase;transition:background .2s ease}.btn-pay-now:hover{background:#d42d3a;color:#fff!important}.hero-section{align-items:center;background-color:#2c3e50;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:450px;padding:4rem 1rem;position:relative}.hero-section.hero-compact{min-height:250px;padding:2.5rem 1rem}.hero-section:before{background:#0006;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content-wrapper,.hero-section>*{position:relative;z-index:2}.hero-content-wrapper{max-width:1200px;width:100%}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle,.hero-title{color:#fff;text-align:center;text-shadow:0 2px 4px #00000080}.hero-subtitle{font-size:1.125rem;margin-bottom:0}.container,.shell{margin:0 auto;max-width:1200px;padding:2rem 1rem;width:100%}.shell.shell-center{align-items:flex-start;display:flex;justify-content:center;padding:3rem 1rem}.overlay{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 100px);padding:2rem 1rem}.overlay,.overlay-card{background:#fff;background:var(--bg-white);width:100%}.overlay-card{border:1px solid #e0e0e0;border:1px solid var(--border-light);border-radius:3.125rem;box-shadow:0 5px 15px #0000001a;max-width:550px;padding:3rem 2.75rem}.overlay-title{color:#1d3557;color:var(--text-dark);font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .5rem;text-align:center}.overlay-subtitle{color:#666;color:var(--text-muted);font-size:.95rem;line-height:1.5;margin:0 0 2rem;text-align:center}.overlay-form{display:flex;flex-direction:column;gap:1.25rem}.overlay-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.overlay-actions-menu{align-items:stretch;flex-direction:column}.form-section{background:#f5f5f5;background:var(--ce-grey);border-radius:3.125rem;box-shadow:0 5px 10px -5px #000000bf;margin:-80px auto 2rem;max-width:700px;padding:2.5rem 2.75rem;position:relative;width:100%;z-index:10}.card{background:#fff;background:var(--bg-white);border-radius:1.5rem;box-shadow:0 2px 10px #00000014;padding:2rem}.card,.card-header{margin-bottom:1.5rem}.card-header{align-items:center;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding-bottom:1rem}.card-title{font-size:1.5rem;margin:0}.card-title,.section-title{color:#1d3557;color:var(--text-dark);font-weight:700}.section-title{font-size:1.125rem;margin:1.5rem 0 1rem}.form-row{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.form-row-inline{display:flex;gap:1rem;margin-bottom:1.25rem}.form-row-inline .form-row{flex:1 1;margin-bottom:0}.grid-2{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.grid-2>div{display:flex;flex-direction:column;justify-content:flex-start}.grid-2>div>label{color:#1d3557;color:var(--text-dark);display:block;font-size:.9rem;font-weight:600;line-height:1.15;margin:0 0 4px;min-height:0;padding:0}.grid-2>div>input[type=text]{box-sizing:border-box;font-size:1rem;height:44px;line-height:44px;padding:0 1rem;width:100%}.grid-3{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.grid-3>div{display:flex;flex-direction:column;justify-content:flex-start}@media (max-width:600px){.grid-2{grid-template-columns:1fr}}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}label{color:#1d3557;color:var(--text-dark);display:block;font-size:.9rem;font-weight:600;line-height:1.15;margin:0 0 4px;padding:0}.login-form .grid-2>div>label{line-height:1.2;margin:0 0 6px;min-height:calc(2.16rem + 6px)}.required:after{color:#e63946;color:var(--ce-red);content:" *"}input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea{background:#fff;background:var(--bg-white);border:1px solid #ccc;border:1px solid var(--border-medium);border-radius:.375rem;color:#333;color:var(--text-body);font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}input:hover,select:hover,textarea:hover{border-color:#999}input:focus,select:focus,textarea:focus{border-color:#457b9d;border-color:var(--ce-blue);box-shadow:0 0 0 3px #457b9d26;outline:none}textarea{line-height:1.5;min-height:120px;resize:vertical}textarea.letter-box{font-family:inherit;min-height:300px}.btn,.btn-primary{background:#e63946;background:var(--ce-red);border:none;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:.875rem 2.5rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.btn-primary:hover:not(:disabled),.btn:hover:not(:disabled){background:#d42d3a;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.btn-primary:active:not(:disabled),.btn:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:#457b9d;background:var(--ce-blue);border:none;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:.875rem 2.5rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.btn-secondary:hover:not(:disabled){background:#3a6a84;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled,.btn-secondary:disabled,.btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none!important}.btn-large{font-size:1.125rem;min-width:200px;padding:1rem 3rem}.pcn-field{background:#f5f5f5;background:var(--bg-grey);border:1px solid #e0e0e0;border:1px solid var(--border-light);border-radius:.5rem;margin-bottom:.75rem;padding:1rem 1.25rem}.pcn-field span{color:#666;color:var(--text-muted);display:block;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.pcn-field div{color:#1d3557;color:var(--text-dark);font-size:1rem;font-weight:600}.action-section{background:#f5f5f5;background:var(--bg-grey);border:1px solid #e0e0e0;border:1px solid var(--border-light);border-radius:1rem;margin-top:2rem;padding:1.5rem}.action-section .section-title{margin-top:0}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.action-buttons .btn,.action-buttons .btn-secondary{flex:1 1;min-width:180px}.status{border:1px solid;border-radius:.5rem;font-size:.95rem;margin-bottom:1.25rem;padding:1rem 1.25rem}.status-success{background:#22c55e1a;border-color:#22c55e4d;color:#15803d}.status-error{background:#e639461a;border-color:#e639464d;color:#991b1b}.status-info{background:#457b9d1a;border-color:#457b9d4d;color:#1e40af}.result-chip{border:1px solid;border-radius:999px;display:inline-block;font-size:.875rem;font-weight:700;padding:.5rem 1rem}.result-cancel{background:#22c55e1a;border-color:#22c55e4d;color:#15803d}.result-uphold{background:#ef44441a;border-color:#ef44444d;color:#991b1b}.result-review{background:#fbbf241a;border-color:#fbbf244d;color:#92400e}.upload-zone{background:#f5f5f5;background:var(--bg-grey);border:2px dashed #ccc;border:2px dashed var(--border-medium);border-radius:.75rem;cursor:pointer;padding:2rem;text-align:center;transition:all .2s ease}.upload-zone:hover{background:#457b9d0d}.upload-zone--dragging,.upload-zone:hover{border-color:#457b9d;border-color:var(--ce-blue)}.upload-zone--dragging{background:#457b9d1a;border-style:solid}.tabs{border-bottom:2px solid #e0e0e0;border-bottom:2px solid var(--border-light);display:flex;gap:.5rem;margin-bottom:1.5rem}.tab-btn{background:#0000;border:none;border-bottom:3px solid #0000;color:#666;color:var(--text-muted);cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:-2px;padding:.875rem 1.5rem;transition:all .2s ease}.tab-btn:hover{background:#00000005;color:#1d3557;color:var(--text-dark)}.tab-btn.active{border-bottom-color:#e63946;border-bottom-color:var(--ce-red);color:#e63946;color:var(--ce-red)}.modal-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:9999}.modal,.modal-card{background:#fff;background:var(--bg-white);border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:100%}.modal-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end;margin-top:2rem}div[role=dialog][aria-modal=true] .btn,div[role=dialog][aria-modal=true] .btn-secondary{min-width:140px;padding:.875rem 2rem}.badge{background:#457b9d1a;border:1px solid #457b9d40;border-radius:999px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.375rem .875rem;text-transform:uppercase}.badge,a{color:#457b9d;color:var(--ce-blue)}a{text-decoration:none;transition:color .2s ease}a:hover{color:#1d3557;color:var(--ce-navy)}.link-like,a:hover{text-decoration:underline}.link-like{color:#457b9d;color:var(--ce-blue);cursor:pointer;font-weight:600}.link-like:hover{color:#1d3557;color:var(--ce-navy)}hr{border:0;border-top:1px solid #e0e0e0;border-top:1px solid var(--border-light);margin:2rem 0}.info-box{background:#457b9d0d;border-left:4px solid #457b9d;border-left:4px solid var(--ce-blue);border-radius:.5rem;margin:1.5rem 0;padding:1.25rem 1.5rem}.info-box p{color:#333;color:var(--text-body);line-height:1.6;margin:0}.warning-box{background:#f59e0b14;border-left:4px solid #f59e0b;border-radius:.5rem;margin:1.5rem 0;padding:1.25rem 1.5rem}.warning-box p{color:#1d3557;color:var(--text-dark);line-height:1.6;margin:0}.success-box{background:#22c55e14;border-left:4px solid #22c55e;border-radius:.5rem;margin:1.5rem 0;padding:1.25rem 1.5rem}.success-box p{color:#15803d;line-height:1.6;margin:0}.error-box{background:#ef444414;border-left:4px solid #ef4444;border-radius:.5rem;margin:1.5rem 0;padding:1.25rem 1.5rem}.error-box p{color:#991b1b;line-height:1.6;margin:0}@media (max-width:768px){.hero-title{font-size:2rem}.form-section,.overlay-card{border-radius:2rem;padding:2rem 1.5rem}.app-header{padding:1rem}.app-header nav{gap:1rem}.app-header nav a{font-size:.875rem}.form-row-inline{flex-direction:column}}@media (max-width:600px){.app-header{flex-direction:column;gap:1rem;padding:1rem}.app-header nav{flex-wrap:wrap;gap:.75rem;justify-content:space-around;width:100%}.hero-section{min-height:300px;padding:3rem 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.form-section,.overlay-card{border-radius:1.5rem;padding:1.5rem 1.25rem}.card{padding:1.5rem 1rem}.btn,.btn-primary,.btn-secondary{padding:1rem 2rem;width:100%}.btn-large{width:100%}.overlay-actions{align-items:stretch;flex-direction:column}div[role=dialog][aria-modal=true] .btn,div[role=dialog][aria-modal=true] .btn-secondary{width:100%}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:#666;color:var(--text-muted)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.chip-pending{background:#fff3cd;border:1px solid #ffc107;color:#856404}.btn-primary{background-color:#0d6efd;color:#fff}.btn-danger{background-color:#dc3545;color:#fff}.btn-primary:hover{background-color:#0b5ed7}.btn-danger:hover{background-color:#bb2d3b}.pcn-summary-grid{grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}@media (min-width:768px){.pcn-summary-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.pcn-summary-grid{grid-template-columns:repeat(5,1fr)}}.pcn-summary-grid{grid-gap:10px 14px;align-items:stretch;display:grid;gap:10px 14px;grid-template-columns:repeat(4,minmax(160px,1fr));max-width:980px}@media (max-width:900px){.pcn-summary-grid{grid-template-columns:repeat(2,minmax(160px,1fr));max-width:100%}}@media (max-width:520px){.pcn-summary-grid{grid-template-columns:1fr}}.pcn-field{border-radius:8px;display:flex;flex-direction:column;height:100%;padding:10px 12px}.pcn-images{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px}.pcn-image-card{margin:0;max-width:100%;text-align:center;width:260px}.pcn-image{border:1px solid #e0e0e0;border-radius:10px;display:block;height:160px;object-fit:cover;width:100%}.pcn-image-caption{font-size:.75rem;margin-top:6px;opacity:.8}.btn-primary-blue{background-color:#0d6efd;border:1px solid #0d6efd;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 16px;width:100%}.btn-primary-blue:hover{background-color:#0b5ed7;border-color:#0b5ed7}.btn-primary-blue:disabled{background-color:#9ec5fe;border-color:#9ec5fe;cursor:not-allowed}.login-form .grid-2>div{display:flex;flex-direction:column;justify-content:flex-start}.login-form .grid-2>div>label{margin:0 0 4px!important;min-height:2.4em!important}.login-form .grid-2{align-items:start}.login-form .grid-2>div>label{align-items:flex-end!important;display:flex!important;height:2.4em!important;line-height:1.2!important;margin:0 0 6px!important;padding:0!important}.login-form .grid-2>div>input[type=text]{box-sizing:border-box!important;height:44px!important;line-height:44px!important;padding-bottom:0!important;padding-top:0!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.6b69db79.css.map*/