/* Private draft screens only. Public planner styling remains separately scoped. */
.oo-draft-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}
.oo-draft-field{min-width:0}
.oo-draft-field .oo-fine{margin-top:7px}
.oo-draft-facts div{font-size:16px;grid-template-columns:minmax(140px,.7fr) minmax(0,1.3fr)}
.oo-draft-submit-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px}
.oo-draft-secondary{font:inherit;min-height:48px;border:1px solid var(--oo-ink);color:var(--oo-ink);background:transparent;border-radius:3px;padding:12px 18px;cursor:pointer}
.oo-draft-secondary:hover{background:var(--oo-soft)}
.oo-draft-overview{margin-bottom:25px}
.oo-reference-return{margin:20px 0;border-left:4px solid #456951;padding:20px;background:#f0f5ec}
.oo-subject-choice{padding:16px 0;border-bottom:1px solid var(--oo-line,#d8d3c9)}
.oo-subject-images{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0}
.oo-subject-images figure{margin:0;width:130px;max-width:100%}
.oo-subject-images img,.oo-image-unavailable{display:flex;width:130px;max-width:100%;height:130px;object-fit:contain;background:#f6f4ef;border:1px solid #d8d3c9;border-radius:5px;align-items:center;justify-content:center;text-align:center;font-size:14px}
.oo-subject-images figcaption{font-size:13px;line-height:1.4;margin-top:6px;overflow-wrap:anywhere}
.oo-draft-subjects{margin:22px 0;padding:22px;border:1px solid var(--oo-line,#d8d3c9);border-radius:5px}
.oo-draft-subjects legend{font-weight:650;font-size:20px;padding:0 6px}
.oo-draft-subjects .oo-check{align-items:flex-start;margin:14px 0}
.oo-draft-subjects a{display:inline-block;margin:6px 12px 6px 0}
.oo-portal-main .oo-customizer__layout{grid-template-columns:minmax(0,1fr)}
.oo-portal-main .oo-customizer__dossier{display:none}
.oo-portal-main .oo-customizer__intro{grid-template-columns:minmax(0,1fr);gap:18px}
.oo-portal-main .oo-customizer__intro h1{font-size:clamp(34px,4vw,52px)}
.oo-portal-main .oo-customizer__steps{scroll-margin-top:20px}
.oo-portal-main .oo-customizer__panel-title{scroll-margin-top:20px}
@media(max-width:720px){.oo-draft-contact-grid{grid-template-columns:minmax(0,1fr)}.oo-draft-facts div{grid-template-columns:minmax(0,1fr);gap:6px}.oo-draft-submit-actions{align-items:stretch;flex-direction:column;gap:8px}.oo-draft-submit-actions>button{width:100%}.oo-draft-review .oo-section-heading{align-items:flex-start;flex-direction:column}}

/* Warm, readable private draft presentation. No changes to selection or submit behavior. */
.oo-draft-contact-grid{gap:0 24px}
.oo-draft-field .oo-fine{font-size:15px;line-height:1.6;margin-top:8px}
.oo-draft-facts div{font-size:17px;line-height:1.6;grid-template-columns:minmax(140px,.7fr) minmax(0,1.3fr);gap:20px;padding:15px 0}
.oo-draft-submit-actions{gap:16px 20px;margin-top:24px}
.oo-draft-secondary{min-height:52px;padding:13px 20px;border:1px solid var(--oo-ink,#173e32);border-radius:10px;background:var(--oo-white,#fffdf9);font-size:17px;font-weight:600;line-height:1.45;text-align:center}
.oo-draft-secondary:hover:not(:disabled):not([aria-disabled="true"]){background:var(--oo-soft,#eaf0e5)}
.oo-draft-secondary:disabled,.oo-draft-secondary[aria-disabled="true"]{background:#eeeee6;border-color:var(--oo-line,#dddcd2);color:var(--oo-muted,#5b675f);cursor:not-allowed}
.oo-draft-secondary:focus-visible{outline:3px solid var(--oo-focus,#8e492f);outline-offset:3px}
.oo-draft-overview{margin-bottom:24px;background:#f1f2e8}
.oo-draft-overview h2{font-size:24px;margin-bottom:10px}
.oo-draft-overview p{font-size:17px;line-height:1.6;margin-bottom:12px}
.oo-reference-return{margin:22px 0;border-left:4px solid #41684c;padding:22px 24px;border-radius:0 12px 12px 0;background:var(--oo-soft,#eaf0e5)}
.oo-reference-return h2{font-size:24px;line-height:1.35;margin-bottom:12px}
.oo-reference-return p{font-size:17px;line-height:1.65}
.oo-subject-choice{padding:18px 0;border-color:var(--oo-line,#dddcd2)}
.oo-subject-choice:last-child{border-bottom:0}
.oo-subject-images{gap:14px;margin:16px 0}
.oo-subject-images figure{width:148px;max-width:100%}
.oo-subject-images img,.oo-image-unavailable{width:148px;max-width:100%;height:156px;object-fit:contain;padding:6px;background:#f2eee5;border-color:var(--oo-line,#dddcd2);border-radius:10px;font-size:15px;line-height:1.5}
.oo-subject-images figcaption{font-size:15px;line-height:1.5;margin-top:8px}
.oo-draft-subjects{margin:24px 0;padding:24px;border-color:var(--oo-line,#dddcd2);border-radius:12px;background:var(--oo-white,#fffdf9)}
.oo-draft-subjects legend{font-size:22px;line-height:1.4;padding:0 8px;max-width:100%}
.oo-draft-subjects .oo-check{font-size:16px;line-height:1.6;margin:16px 0}
.oo-draft-subjects a{font-size:16px;line-height:1.5;margin:6px 12px 6px 0;padding:6px 0}
.oo-portal-main .oo-customizer__intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4.2vw,54px);font-weight:400;line-height:1.1;letter-spacing:-.035em}
.oo-portal-main .oo-customizer__intro{gap:16px}
@media(max-width:720px){
  .oo-draft-facts div{font-size:16px;grid-template-columns:minmax(0,1fr);gap:6px}
  .oo-draft-secondary{min-height:52px;width:100%;padding:13px 18px;font-size:17px}
  .oo-draft-submit-actions{gap:10px;margin-top:22px}
  .oo-reference-return{padding:18px 20px;margin:20px 0}
  .oo-reference-return h2,.oo-draft-overview h2{font-size:23px}
  .oo-reference-return p,.oo-draft-overview p{font-size:17px}
  .oo-draft-subjects{padding:18px;margin:22px 0}
  .oo-draft-subjects legend{font-size:21px}
  .oo-subject-images{gap:12px}
  .oo-subject-images figure{width:140px}
  .oo-subject-images img,.oo-image-unavailable{width:140px;height:150px}
  .oo-portal-main .oo-customizer__intro h1{font-size:clamp(34px,8.5vw,44px);line-height:1.12}
}
