.ppra-condition-report-wrap{--ppra-red:#e31b23;--ppra-dark:#1f2933;--ppra-muted:#5b6673;--ppra-border:#d6dde5;--ppra-soft:#f7f9fb;max-width:1120px;margin:0 auto 42px;padding:0 16px;color:var(--ppra-dark);font-family:inherit}.ppra-condition-report-form{background:#fff;border:1px solid var(--ppra-border);border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.08);overflow:hidden}.ppra-form-header{text-align:center;padding:34px 28px;background:linear-gradient(180deg,#fff,#fafbfc);border-bottom:4px solid var(--ppra-red)}.ppra-logo{display:block;width:118px;height:auto;margin:0 auto 10px}.ppra-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;color:var(--ppra-muted);margin:0 0 8px}.ppra-form-header h2{font-size:clamp(26px,4vw,38px);line-height:1.1;margin:0 0 10px;color:var(--ppra-dark);font-weight:800;text-transform:uppercase}.ppra-form-header p{max-width:820px;margin:0 auto;color:var(--ppra-muted)}.ppra-section{padding:28px;border-bottom:1px solid var(--ppra-border)}.ppra-section h3{font-size:21px;margin:0 0 8px;color:var(--ppra-dark);font-weight:800}.ppra-section h4{font-size:17px;margin:0;color:var(--ppra-dark)}.ppra-section-note{margin:0 0 18px;color:var(--ppra-muted)}.ppra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ppra-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.ppra-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.ppra-field{display:flex;flex-direction:column;gap:7px}.ppra-field-full{grid-column:1/-1}.ppra-field label,.ppra-signature-block>label{font-weight:700;font-size:14px;color:var(--ppra-dark)}.ppra-field label span,.ppra-party-card span,.ppra-consent span:first-child{color:var(--ppra-red)}.ppra-field input,.ppra-field textarea{width:100%;border:1px solid var(--ppra-border);border-radius:10px;padding:12px 13px;font:inherit;background:#fff;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.ppra-field input:focus,.ppra-field textarea:focus{border-color:var(--ppra-red);box-shadow:0 0 0 3px rgba(227,27,35,.12);outline:none}.ppra-legal{background:var(--ppra-soft)}.ppra-legal p{margin:0 0 12px;color:#2c3540;line-height:1.65}.ppra-notice{padding:16px 18px;margin:0 0 18px;border-radius:12px}.ppra-notice-success{background:#edf9f1;border:1px solid #bde8ca;color:#135c2e}.ppra-notice-error{background:#fff1f1;border:1px solid #f2bcbc;color:#8a1f1f}.ppra-notice ul{margin:8px 0 0 20px}.ppra-repeater{display:flex;flex-direction:column;gap:14px}.ppra-repeater-items{display:flex;flex-direction:column;gap:16px}.ppra-party-card{border:1px solid var(--ppra-border);border-radius:16px;background:#fff;padding:18px}.ppra-party-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.ppra-add-party,.ppra-remove-party,.ppra-clear-signature{border:1px solid var(--ppra-border);background:#fff;color:var(--ppra-dark);border-radius:999px;padding:9px 14px;font-weight:700;cursor:pointer}.ppra-add-party{align-self:flex-start;border-color:var(--ppra-red);color:var(--ppra-red)}.ppra-remove-party{color:#9f1239;background:#fff5f5}.ppra-clear-signature{margin-top:10px;border-radius:10px}.ppra-defect-table{border:1px solid var(--ppra-border);border-radius:14px;overflow:hidden;margin-bottom:18px;background:#fff}.ppra-defect-row{display:grid;grid-template-columns:minmax(0,1fr) 86px 86px 86px;border-bottom:1px solid var(--ppra-border)}.ppra-defect-row:last-child{border-bottom:0}.ppra-defect-row>div,.ppra-radio-cell{padding:13px;border-right:1px solid var(--ppra-border)}.ppra-defect-row>div:last-child,.ppra-radio-cell:last-child{border-right:0}.ppra-defect-head{font-weight:800;background:#f0f3f7;text-align:center}.ppra-defect-head>div:first-child{text-align:left}.ppra-defect-statement{line-height:1.55}.ppra-radio-cell{display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700;cursor:pointer}.ppra-radio-cell input{accent-color:var(--ppra-red)}.ppra-signature-block{grid-column:1/-1}.ppra-signature-pad{border:1px dashed #9aa6b2;border-radius:14px;background:#fff;padding:12px}.ppra-signature-canvas{display:block;width:100%;height:190px;background:linear-gradient(#fff,#fff),repeating-linear-gradient(0deg,transparent,transparent 38px,rgba(15,23,42,.06) 39px);border-radius:10px;touch-action:none;cursor:crosshair}.ppra-consent{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--ppra-border);border-radius:12px;padding:16px;line-height:1.55}.ppra-consent input{margin-top:5px;accent-color:var(--ppra-red)}.ppra-actions{display:flex;justify-content:flex-end;margin-top:20px}.ppra-submit-button{background:var(--ppra-red);color:#fff;border:0;border-radius:999px;padding:15px 24px;font-weight:800;font-size:16px;cursor:pointer;box-shadow:0 10px 25px rgba(227,27,35,.25)}.ppra-submit-button:hover{filter:brightness(.95)}.ppra-admin-view img{height:auto}.ppra-condition-report-wrap template{display:none}@media(max-width:820px){.ppra-grid,.ppra-grid-three,.ppra-grid-four{grid-template-columns:1fr}.ppra-section{padding:22px 18px}.ppra-defect-row{grid-template-columns:1fr 64px 64px 64px}.ppra-defect-row>div,.ppra-radio-cell{padding:10px 8px}.ppra-form-header{padding:28px 18px}.ppra-actions{justify-content:stretch}.ppra-submit-button{width:100%}}@media(max-width:560px){.ppra-defect-row{grid-template-columns:1fr}.ppra-defect-head{display:none}.ppra-radio-cell{justify-content:flex-start;border-top:1px solid var(--ppra-border);border-right:0}.ppra-radio-cell span{min-width:42px}.ppra-signature-canvas{height:150px}.ppra-party-card-head{align-items:flex-start;flex-direction:column}}
