:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17202a;background:#f4f6f8}
*{box-sizing:border-box}body{margin:0}.shell{max-width:1050px;margin:auto;padding:22px}.narrow{max-width:620px}
.brand{font-weight:800;font-size:22px}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}
h1{font-size:30px;margin:8px 0 22px}.card{background:white;border-radius:18px;padding:22px;box-shadow:0 5px 20px #00000010}
label{display:grid;gap:8px;font-weight:700}select{padding:14px;border:1px solid #ccd3da;border-radius:10px;font-size:16px}
button{border:0;border-radius:12px;padding:13px 18px;font-weight:800;font-size:15px;cursor:pointer}.primary{background:#1f6feb;color:white}.secondary{background:#e9edf1;color:#1c2833}
.bungalows{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.bungalow{display:grid;text-align:left;background:#f8fafb;border:1px solid #dfe5ea;gap:4px}.bungalow strong{font-size:24px}.bungalow span{color:#5c6770}.bungalow em{font-style:normal;font-size:13px}
.muted{color:#68737d}.room-head{margin:14px 0}.room-head h1{margin:2px 0 8px}.progress{height:7px;background:#e5e9ed;border-radius:10px;overflow:hidden}.progress span{display:block;height:100%;background:#1f6feb}
.card-list{display:grid;gap:10px}.item{background:white;border-radius:14px;padding:14px 15px;display:flex;align-items:center;justify-content:space-between;gap:15px;box-shadow:0 2px 12px #00000009}.item-name{font-weight:700}.scores{display:flex;gap:7px;flex:none}.score{width:34px;height:34px;border-radius:50%;padding:0;border:3px solid transparent;box-shadow:inset 0 0 0 1px #ffffff99}.score.selected{border-color:#17202a;transform:scale(1.08)}
.green{background:#35b24a}.lightgreen{background:#9bd64b}.yellow{background:#f2d12e}.orange{background:#f39a2d}.red{background:#e34a3f}.darkred{background:#8e1f2b}
.nav{display:flex;justify-content:space-between;gap:12px;margin:20px 0}.summary{display:none;background:white;padding:18px;border-radius:14px}.progress-label{font-size:13px;color:#6c757d}
@media(max-width:700px){.shell{padding:14px}h1{font-size:24px}.item{align-items:flex-start;flex-direction:column}.scores{width:100%;justify-content:flex-end}.score{width:39px;height:39px}.nav button{flex:1}}

.error{background:#fff0f0;color:#a11;border:1px solid #e7b5b5;padding:10px 12px;border-radius:10px;font-weight:700}
input{padding:14px;border:1px solid #ccd3da;border-radius:10px;font-size:16px;width:100%}

.item-content{flex:1;min-width:0}.photo-area{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}
.photo-input{display:none}.photo-button{display:inline-block;background:#eef2f5;border:1px solid #d5dce2;border-radius:9px;padding:7px 10px;font-size:13px;font-weight:800;cursor:pointer}
.photo-preview{width:58px;height:58px;object-fit:cover;border-radius:8px;border:1px solid #ccd3da;cursor:pointer}
.photo-remove{padding:6px 8px;font-size:12px;background:#f2f4f6;color:#555}
.summary.complete{display:block;color:#176b2b;background:#effaf1}.summary.incomplete{display:block;color:#8a5a00;background:#fff8e5}
.nav button:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:700px){.photo-area{width:100%}}

.status{font-style:normal}.status.done{color:#176b2b}.status.active{color:#8a6500}.status.new{color:#68737d}
.room-nav{display:flex;gap:7px;overflow-x:auto;padding:6px 0 14px;margin-bottom:4px}.room-tab{white-space:nowrap;background:#e9edf1;color:#26313a;padding:9px 11px;font-size:13px}.room-tab.current{background:#1f6feb;color:white}.room-tab.complete{border:2px solid #35b24a}
.extras{display:grid;gap:7px;grid-column:1/-1}.extras textarea{width:100%;min-height:58px;border:1px solid #ccd3da;border-radius:9px;padding:9px;font:inherit}
.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.review-score{background:white;border-radius:14px;padding:16px;display:grid;grid-template-columns:36px 1fr;gap:4px;align-items:center}.review-score small{grid-column:2}.review-score .score{display:block;width:32px;height:32px}
.review-room{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e7ebee}.review-room a{font-weight:700}.final-card{text-align:center;margin-top:16px}
@media(max-width:700px){.review-grid{grid-template-columns:repeat(2,1fr)}.review-room{gap:10px;align-items:center}}

.site-header{display:flex;align-items:center;padding:4px 0 18px;border-bottom:1px solid #e7ebee;margin-bottom:18px}
.park-logo{display:block;width:min(360px,72vw);height:auto;max-height:105px;object-fit:contain;object-position:left center}
@media(max-width:700px){.site-header{padding-bottom:12px;margin-bottom:12px}.park-logo{width:min(290px,82vw);max-height:82px}}

.danger-zone{display:flex;align-items:center;gap:12px;margin-top:22px;padding-top:14px;border-top:1px solid #eceff1}
.danger{background:#fff0f0!important;color:#b42318!important;border:1px solid #e7b5b5!important;font-weight:800}
.danger-zone small{color:#68737d}
@media(max-width:700px){.danger-zone{align-items:flex-start;flex-direction:column}}

.bungalow.disabled{display:grid;text-align:left;background:#f8fafb;border:1px solid #dfe5ea;gap:4px;width:100%;box-sizing:border-box;padding:13px 15px;border-radius:12px;color:#111}
.bungalow.disabled strong{font-size:24px;color:#111}
.bungalow.disabled span:not(.status-dot){color:#111}
.status.excluded{font-style:normal;font-size:13px;color:#b42318;font-weight:800;display:flex;align-items:center;gap:6px}
.status-dot{display:inline-block;width:12px;height:12px;border-radius:50%;flex:none}
.red-dot{background:#e34a3f;box-shadow:inset 0 0 0 1px #ffffff99}


a{color:#1f6feb;text-decoration:none;font-weight:700}.admin-table{display:grid;gap:8px}.admin-row{display:grid;grid-template-columns:70px 1fr auto 90px;gap:10px;align-items:center;padding:10px;border-bottom:1px solid #edf0f2}.admin-row select{padding:9px}.check{display:flex;align-items:center;gap:5px;font-weight:600}.template-admin{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #edf0f2}.template-admin form{display:flex;gap:8px;align-items:center}.button-link{display:inline-block;padding:12px 16px;border-radius:10px}.primary-link{background:#1f6feb;color:white}
@media(max-width:700px){.admin-row{grid-template-columns:1fr 1fr}.admin-row button{grid-column:2}.template-admin{align-items:flex-start;flex-direction:column}.template-admin form{flex-direction:column;align-items:stretch;width:100%}}


.template-admin-list{display:grid;gap:8px}.template-admin{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #edf0f2}.template-admin small{display:block;color:#68737d;margin-top:3px}.template-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.template-actions form{display:flex;gap:7px;align-items:center}.template-actions input[type=file]{max-width:210px}
@media(max-width:700px){.template-admin{align-items:flex-start;flex-direction:column}.template-actions{width:100%;flex-direction:column;align-items:stretch}.template-actions form{flex-direction:column;align-items:stretch}.template-actions input[type=file]{max-width:none}}

.particulars-card textarea{width:100%;min-height:180px;box-sizing:border-box;border:1px solid #ccd3da;border-radius:12px;padding:14px;font:inherit;resize:vertical}.room-nav{overflow-x:auto;display:flex;gap:8px;padding-bottom:8px}.room-tab{flex:0 0 auto}.item{gap:16px}.scores{display:flex;gap:12px;flex-wrap:wrap}.score{min-width:44px;min-height:44px}@media(max-width:700px){.shell{padding:14px}.site-header{padding:8px 0}.park-logo{max-width:230px}.top{gap:10px}.room-head h1{font-size:28px}.room-nav{margin:0 -4px}.item{grid-template-columns:1fr}.scores{justify-content:flex-start}.score{width:48px;height:48px}.nav{position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:5}.nav button{min-height:52px}.danger-zone{padding-bottom:20px}}


.previous-assessment{display:flex;align-items:center;gap:7px;font-size:.9rem;font-weight:700;margin-top:5px;margin-bottom:6px}
.previous-dot{display:inline-block;width:18px;height:18px;border-radius:50%;box-sizing:border-box;vertical-align:middle}
.previous-dot.green{background:#59b64f}
.previous-dot.yellow{background:#f0d04a}
.previous-dot.orange{background:#e99b3d}
.previous-dot.red{background:#d65349}
.previous-none{color:#7a8490;font-weight:600}

.report-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:6px}.report-link{display:inline-block;background:#1f6feb;color:white;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:800}.secondary-report{background:#e9edf1;color:#1c2833}@media(max-width:700px){.report-actions{width:100%}.report-link{flex:1;text-align:center}}


/* Rapportknoppen: los van de bungalowknop zodat links niet achter de volgende kaart vallen. */
.bungalow-card{position:relative;min-width:0}.bungalow-form{margin:0}.bungalow-main{width:100%;min-height:126px;color:#17202a!important}.bungalow-main strong{color:#17202a!important}.bungalow-main span{color:#5c6770!important}.bungalow-main em{color:#17202a!important}.report-actions{display:flex;gap:7px;align-items:center;margin-top:-42px;margin-left:10px;position:relative;z-index:3;justify-content:flex-end;padding:0 10px 10px}.report-link{display:inline-flex;align-items:center;justify-content:center;background:#1f6feb;color:white;border-radius:9px;padding:7px 10px;font-size:12px;font-weight:800;white-space:nowrap;box-shadow:0 2px 5px #00000014}.secondary-report{background:#e9edf1;color:#1c2833}.bungalow-card .bungalow-main{padding-bottom:52px}
@media(max-width:700px){.report-actions{margin-top:-42px;padding-bottom:10px}.report-link{font-size:12px;padding:8px 9px}}
