:root{
    --blue:#1f4e79;
    --blue-dark:#173e5c;
    --gold:#f3c542;
    --ink:#172033;
    --muted:#64748b;
    --bg:#f5f7fb;
    --line:#dbe3ec;
}
.podc-shell,.podc-public{font-family:Arial,sans-serif;color:var(--ink)}
.podc-shell{max-width:1500px;margin:auto;padding:18px}
.podc-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.podc-nav a,.podc-actions a{padding:10px 14px;background:var(--blue);color:white;text-decoration:none;border-radius:7px;font-weight:700}
.podc-card{background:white;border:1px solid var(--line);border-radius:12px;padding:18px;margin:16px 0;box-shadow:0 7px 20px #0000000d}
.podc-kpis,.podc-scores{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.podc-kpis>div,.podc-scores>div{padding:15px;border:1px solid var(--line);border-radius:9px;background:#f8fafc}
.podc-kpis strong,.podc-scores strong{display:block;font-size:23px;color:var(--blue)}
.podc-kpis span,.podc-scores span{color:var(--muted)}
.podc-table{overflow:auto}
.podc-table table{width:100%;border-collapse:collapse}
.podc-table th,.podc-table td{padding:9px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}
.podc-table th{background:var(--blue);color:white}
.podc-two{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.podc-badge{padding:4px 8px;border-radius:999px;font-weight:700}
.podc-badge.hot{background:#fee2e2;color:#991b1b}
.podc-badge.warm{background:#fef3c7;color:#92400e}
.podc-badge.cold{background:#dbeafe;color:#1d4ed8}
.podc-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.podc-form-grid label{font-weight:700}
.podc-success{padding:12px;background:#dcfce7;color:#166534;border-radius:8px}

.podc-public{
    margin:0;
    background:linear-gradient(135deg,#eef5fb,#fff8dc);
    min-height:100vh;
    padding:24px;
}
.podc-public-card,.podc-result{
    max-width:850px;
    margin:30px auto;
    background:white;
    border-radius:18px;
    padding:30px;
    box-shadow:0 18px 50px #173e5c20;
}
.podc-public-brand{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:24px;
}
.podc-public-brand img{
    width:82px;
    height:82px;
    object-fit:contain;
    display:block;
}
.podc-public-brand strong{
    display:block;
    color:var(--blue-dark);
    font-size:22px;
}
.podc-public-brand span{
    display:block;
    color:var(--muted);
    margin-top:4px;
}
.podc-result-header>h1{margin-bottom:6px}
.podc-result-header>p{margin-top:0;color:var(--muted)}

.podc-public label{display:block;margin:14px 0;font-weight:700}
.podc-public input,.podc-public select{
    width:100%;
    padding:12px;
    border:1px solid #94a3b8;
    border-radius:8px;
    box-sizing:border-box;
    background:#fff;
    font-size:16px;
}
.podc-public button{
    width:100%;
    padding:14px;
    background:var(--blue);
    color:white;
    border:0;
    border-radius:8px;
    font-weight:800;
    font-size:16px;
    cursor:pointer;
}
.podc-public button:hover{background:var(--blue-dark)}
.podc-consent input,.podc-choice input{width:auto}
.podc-note{
    background:#f8fafc;
    border-left:4px solid var(--gold);
    padding:12px 14px;
    color:#475569;
    line-height:1.55;
}
.podc-choice{
    padding:13px;
    border:1px solid var(--line);
    border-radius:9px;
    display:flex!important;
    align-items:flex-start;
    gap:10px;
    font-weight:600!important;
}
.podc-choice:hover{background:#f8fafc;border-color:#9fb5c9}
.podc-choice span{line-height:1.4}

.podc-question-progress{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}
.podc-question-progress strong{color:var(--blue)}
.podc-progress{
    height:11px;
    background:#e2e8f0;
    border-radius:999px;
    margin-bottom:28px;
}
.podc-progress span{
    display:block;
    height:100%;
    background:linear-gradient(90deg,var(--gold),#e4ad12);
    border-radius:999px;
}
.podc-step,.podc-resume,.podc-disclaimer{color:var(--muted)}
.podc-error{padding:12px;background:#fee2e2;color:#991b1b;border-radius:8px}
.podc-question-help{
    margin:18px 0 22px;
    padding:17px;
    border:1px solid #b9cde0;
    border-radius:12px;
    background:#eef5fb;
}
.podc-question-help>div+div{
    border-top:1px solid #ccdae7;
    margin-top:13px;
    padding-top:13px;
}
.podc-question-help strong{
    color:var(--blue-dark);
    font-size:15px;
}
.podc-question-help p{
    margin:5px 0 0;
    line-height:1.55;
    color:#334155;
}
.podc-answer-area{margin:18px 0 22px}
.podc-money-input{
    display:grid;
    grid-template-columns:48px 1fr;
    align-items:stretch;
}
.podc-money-input>span{
    display:grid;
    place-items:center;
    background:var(--blue-dark);
    color:#fff;
    border-radius:8px 0 0 8px;
    font-weight:800;
    font-size:18px;
}
.podc-money-input input{border-radius:0 8px 8px 0}
.podc-slider-value{
    display:flex;
    align-items:baseline;
    justify-content:center;
    gap:5px;
    margin-bottom:8px;
}
.podc-slider-value span{margin-right:8px;color:var(--muted)}
.podc-slider-value strong{font-size:34px;color:var(--blue)}
.podc-range{padding:0!important;border:0!important}
.podc-slider-labels{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:8px;
    margin-top:8px;
    color:#475569;
    font-size:12px;
}
.podc-slider-labels span:nth-child(2){text-align:center}
.podc-slider-labels span:last-child{text-align:right}

.podc-hero{
    display:grid;
    grid-template-columns:1fr 160px;
    gap:20px;
    align-items:center;
    padding:22px;
    background:#eef5fb;
    border-radius:12px;
}
.podc-hero>div>strong{display:block;font-size:38px;color:var(--blue)}
.podc-meter{
    width:130px;
    height:130px;
    border:12px solid var(--gold);
    border-radius:50%;
    display:grid;
    place-items:center;
    text-align:center;
}
.podc-meter span{font-size:28px;font-weight:900;color:var(--blue)}
.podc-score-explanation{
    margin:15px 0;
    padding:14px 16px;
    border:1px solid #d7e2ec;
    border-radius:10px;
    background:#fffdf3;
}
.podc-score-explanation strong{color:var(--blue-dark)}
.podc-score-explanation p{margin:7px 0 0;line-height:1.55;color:#475569}
.podc-financial-kpis>div small{
    display:block;
    margin-top:8px;
    line-height:1.4;
    color:#64748b;
}
.podc-actions{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.podc-disclaimer{
    border-top:1px solid var(--line);
    padding-top:15px;
    line-height:1.5;
}

@media(max-width:700px){
    .podc-two,.podc-form-grid,.podc-hero{grid-template-columns:1fr}
    .podc-meter{margin:auto}
    .podc-public{padding:10px}
    .podc-public-card,.podc-result{padding:20px;margin:12px auto}
    .podc-public-brand img{width:68px;height:68px}
    .podc-slider-labels{font-size:11px}
}

/* Property Owner Decision Centre V1.0.2 delivery status */
.podc-delivery-readiness{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:15px 0 22px}
.podc-delivery-readiness>div{padding:15px;border:1px solid #dbe3ec;border-radius:10px;background:#f8fafc}
.podc-delivery-readiness strong,.podc-delivery-readiness span,.podc-delivery-readiness small{display:block}
.podc-delivery-readiness strong{font-size:17px}.podc-delivery-readiness span{font-weight:700;margin:4px 0}
.podc-delivery-readiness small{line-height:1.4;color:#64748b}.podc-delivery-readiness .ready{border-left:5px solid #16a34a}
.podc-delivery-readiness .not-ready{border-left:5px solid #dc2626}.podc-delivery-readiness .warning{border-left:5px solid #d97706}
.podc-wide{grid-column:1/-1}.podc-wide textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid #94a3b8;border-radius:8px}
.podc-email-status{display:grid;gap:5px;min-width:145px}.podc-email-status span{display:inline-block;padding:4px 7px;border-radius:999px;font-size:12px;font-weight:700}
.podc-email-status .sent{background:#dcfce7;color:#166534}.podc-email-status .failed{background:#fee2e2;color:#991b1b}
.podc-email-status .skipped{background:#f1f5f9;color:#475569}.podc-email-status .pending{background:#fef3c7;color:#92400e}
.podc-email-status small{color:#64748b}.podc-inline-form{margin-top:8px}.podc-small-button{width:auto!important;padding:7px 10px!important;font-size:12px!important}
.podc-delivery-message{margin:0 0 16px;padding:14px 16px;border-radius:10px;border:1px solid #dbe3ec}
.podc-delivery-message strong,.podc-delivery-message span{display:block}.podc-delivery-message span{margin-top:4px;line-height:1.45}
.podc-delivery-message.sent{background:#f0fdf4;border-color:#86efac;color:#166534}.podc-delivery-message.failed{background:#fff7ed;border-color:#fdba74;color:#9a3412}
.podc-delivery-message.pending{background:#fffbeb;border-color:#fcd34d;color:#92400e}


/* Property Owner Decision Centre V1.0.4 address and report workflow */
.podc-start-section{margin:22px 0;padding:18px;border:1px solid #dbe3ec;border-radius:12px;background:#f8fafc}
.podc-start-section h2{margin:0 0 8px;color:#173e5c}
.podc-section-help{margin:0 0 14px;color:#64748b;line-height:1.5}
.podc-start-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.podc-report-status-form select{min-width:110px}
.podc-small-link{display:inline-block;margin-top:7px;padding:7px 9px;border:1px solid #1f4e79;border-radius:6px;color:#1f4e79;text-decoration:none;font-size:12px;font-weight:700}
.podc-text-link{color:#1f4e79;font-weight:700}
.podc-attention-text{color:#9a3412;font-weight:700}
.podc-property-report-message{margin:0 0 16px;padding:14px 16px;border:1px solid #86efac;border-radius:10px;background:#f0fdf4;color:#166534}
.podc-property-report-message strong,.podc-property-report-message span{display:block}
.podc-property-report-message span{margin-top:4px;line-height:1.45}
@media(max-width:700px){.podc-start-grid{grid-template-columns:1fr}}


/* Property Owner Decision Centre V1.0.5 */
.podc-suggested-value{
    margin:0 0 9px;
    padding:10px 12px;
    border-left:4px solid #f3c542;
    border-radius:7px;
    background:#fff8dc;
    color:#475569;
}
.podc-suggested-value strong{
    color:#173e5c;
}
.podc-percentage-input{
    display:grid;
    grid-template-columns:1fr 54px;
    align-items:stretch;
}
.podc-percentage-input input{
    border-radius:8px 0 0 8px;
}
.podc-percentage-input span{
    display:grid;
    place-items:center;
    border-radius:0 8px 8px 0;
    background:#173e5c;
    color:#fff;
    font-size:18px;
    font-weight:800;
}
