@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Caveat:wght@500&family=Dancing+Script:wght@600&family=Great+Vibes&family=Homemade+Apple&family=Italianno&family=Kalam:wght@400;700&family=Marck+Script&family=Pacifico&family=Parisienne&family=Patrick+Hand&family=Sacramento&family=Satisfy&family=Shadows+Into+Light&family=Tangerine:wght@700&family=Yellowtail&display=swap');

/* CommonLetters shared editor engine */
.editor-overlay{
  position:fixed;
  inset:0;
  background:rgba(5,20,36,.42);
  z-index:80;
  backdrop-filter:blur(3px);
}
.editor-overlay[hidden]{display:none!important;}
body.editor-modal-open{overflow:hidden;}
.editor-modal{
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:90;
  width:min(760px,92vw);
  max-height:min(92vh,900px);
  overflow:auto;
  background:#fffef9;
  border:1px solid rgba(225,216,202,.95);
  border-radius:1.25rem;
  box-shadow:0 34px 90px rgba(10,24,42,.34);
  padding:1.25rem;
}
.editor-panel[hidden],
.guided-panel[hidden],
.profile-panel[hidden]{display:none!important;}
.editor-panel{margin:0;}
.editor-panel::before{display:none;}
.editor-panel .editor-label{
  display:block;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:1.35rem;
  font-weight:900;
  color:var(--navy);
  margin-bottom:.65rem;
}
.modal-header{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:flex-start;
  margin-bottom:1rem;
}
.modal-kicker{
  color:#8090a7;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:.45rem;
}
.modal-header h2{
  margin:0 0 .25rem;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:1.45rem;
  color:var(--navy);
}
.modal-header p{
  margin:0;
  color:var(--muted);
  font-size:.94rem;
  line-height:1.45;
}
.modal-close,
.drawer-close{
  width:2.2rem;
  height:2.2rem;
  border:1px solid var(--line);
  border-radius:.65rem;
  background:#fff;
  color:var(--navy);
  font-size:1.35rem;
  line-height:1;
  cursor:pointer;
}
.modal-close:hover,
.drawer-close:hover{border-color:var(--green);}
.letter-editor{
  width:100%;
  aspect-ratio:8.5/11;
  max-height:64vh;
  min-height:460px;
  resize:vertical;
  border:1px solid #d7cdbf;
  border-radius:.45rem;
  background:#fff;
  color:#111827;
  padding:1.15rem;
  font: 1rem/1.55 Georgia, 'Times New Roman', serif;
  box-shadow:0 18px 45px rgba(27,38,59,.12), inset 0 1px 3px rgba(15,23,42,.04);
  white-space:pre-wrap;
}
.letter-editor:focus{
  outline:none;
  border-color:var(--green);
  box-shadow:0 0 0 4px rgba(76,112,88,.13), 0 18px 45px rgba(27,38,59,.12), inset 0 1px 3px rgba(15,23,42,.04);
}
.editor-actions{
  display:flex;
  align-items:center;
  gap:.7rem;
  margin-top:.9rem;
}
.editor-save-status{
  color:var(--green);
  font-weight:850;
  font-size:.84rem;
}
.document-preview{cursor:default;}
.document-preview:hover,
.document-preview:focus{
  border-color:#e1d8ca;
  box-shadow:0 20px 50px rgba(27,38,59,.13),0 2px 0 rgba(255,255,255,.75) inset;
}
.letter-paper .letter-flow{
  white-space:pre-wrap;
  font-size:.93rem;
  line-height:1.55;
  margin:.74rem 0 0;
}
.typed-signature{
  display:inline-block;
  color:#111827;
  font-size:1.72rem;
  line-height:1.15;
  margin:.2rem 0 .03rem;
}
.signature-sacramento{font-family:'Sacramento', cursive;}
.signature-caveat{font-family:'Caveat', cursive;}
.signature-marck-script{font-family:'Marck Script', cursive;}
.signature-dancing-script{font-family:'Dancing Script', cursive;}
.signature-allura{font-family:'Allura', cursive;}
.signature-great-vibes{font-family:'Great Vibes', cursive;}
.signature-parisienne{font-family:'Parisienne', cursive;}
.signature-alex-brush{font-family:'Alex Brush', cursive;}
.signature-tangerine{font-family:'Tangerine', cursive;}
.signature-italianno{font-family:'Italianno', cursive;}
.signature-kalam{font-family:'Kalam', cursive;}
.signature-patrick-hand{font-family:'Patrick Hand', cursive;}
.signature-shadows-into-light{font-family:'Shadows Into Light', cursive;}
.signature-homemade-apple{font-family:'Homemade Apple', cursive;}
.signature-yellowtail{font-family:'Yellowtail', cursive;}
.signature-pacifico{font-family:'Pacifico', cursive;}
.signature-satisfy{font-family:'Satisfy', cursive;}
.guided-panel,
.profile-panel{margin:0;}
.guided-grid,
.profile-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.75rem;
}
.guided-field span{
  display:block;
  color:var(--navy);
  font-weight:850;
  font-size:.82rem;
  margin-bottom:.25rem;
}
.guided-field input,
.guided-field select{
  width:100%;
  border:1px solid #cbd5e1;
  border-radius:.55rem;
  background:#fff;
  color:#111827;
  padding:.72rem .75rem;
  font: .95rem/1.4 Arial, Helvetica, sans-serif;
  box-shadow:inset 0 1px 3px rgba(15,23,42,.05);
}
.guided-field input:focus,
.guided-field select:focus{
  outline:none;
  border-color:var(--green);
  box-shadow:0 0 0 4px rgba(76,112,88,.13), inset 0 1px 3px rgba(15,23,42,.05);
}
.document-blocks-box,
.signature-box{
  margin-top:1rem;
  padding:1rem;
  border:1px solid var(--line);
  border-radius:.9rem;
  background:#faf7ef;
}
.document-blocks-box h3,
.signature-box h3{
  margin:0 0 .8rem;
  font-family:Georgia, 'Times New Roman', serif;
  color:var(--navy);
  font-size:1.05rem;
}
.signature-preview{
  min-height:3.2rem;
  margin-top:.85rem;
  padding:.7rem .75rem;
  border:1px dashed #cdbfae;
  border-radius:.65rem;
  background:#fff;
  color:#111827;
  font-size:1.85rem;
  line-height:1.25;
}
.guided-actions{
  display:flex;
  align-items:center;
  gap:.7rem;
  margin-top:1rem;
  padding-top:.9rem;
  border-top:1px solid var(--line);
}
.guided-empty{color:var(--muted);margin:.25rem 0;}
@media (max-width:760px){
  .editor-modal{width:94vw;padding:1rem;max-height:94vh;border-radius:1rem;}
  .modal-header{display:grid;}
  .guided-grid,.profile-grid{grid-template-columns:1fr;}
  .guided-actions,.editor-actions{display:grid;grid-template-columns:1fr;}
  .letter-editor{min-height:58vh;font-size:.94rem;aspect-ratio:auto;}
}
@media print{
  .editor-overlay,
  .editor-panel,
  .guided-panel,
  .profile-panel{display:none!important;}
  .letter-paper .letter-flow{
    white-space:pre-wrap!important;
    color:#000!important;
    font-family:'Times New Roman', Times, serif!important;
    font-size:12pt!important;
    line-height:1.5!important;
    margin:0!important;
  }
  .typed-signature{
    color:#000!important;
    font-size:22pt!important;
    line-height:1.1!important;
    margin:.12in 0 .02in!important;
  }
}

.guided-field-wide{grid-column:1 / -1;}
.document-blocks-box{margin-top:1rem;padding:1rem;border:1px solid var(--line);border-radius:.9rem;background:#fffdf7;}
.document-blocks-box h3{margin:0 0 .8rem;font-family:Georgia, 'Times New Roman', serif;color:var(--navy);font-size:1.05rem;}

.letter-flow .typed-signature{margin-top:.18rem;margin-bottom:.03rem;}

.voice-field{margin:0 0 1rem;max-width:18rem;}
.voice-field select{width:100%;}

/* v2.0 modal and voice selector visibility polish */
.editor-modal{
  box-shadow:0 28px 80px rgba(8,26,45,.28);
}
.voice-field{
  grid-column:1 / -1;
  padding:.85rem;
  border:1px solid var(--line);
  border-radius:.75rem;
  background:#fffdf8;
}
.typed-signature{margin-bottom:.01rem!important;}
.letter-flow .typed-signature{margin-top:.12rem!important;margin-bottom:.01rem!important;}
@media print{
  .typed-signature{margin:.08in 0 .01in!important;}
}
