/* Modal styles extracted from index.html */
.ty-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 1200; }
.ty-modal.open { display: flex; }
.ty-modal-backdrop { position: absolute; inset: 0; background: rgba(2,6,23,0.6); }
.ty-modal-panel { position: relative; background: #fff; max-width: 520px; width: calc(100% - 40px); padding: 26px 28px; border-radius: 12px; box-shadow: 0 20px 40px rgba(2,6,23,0.35); z-index: 1210; color: #0c2746; }
.ty-modal-panel h2 { margin: 0 0 10px; color: #0c4a6e; }
.ty-modal-panel p { color: #334155; line-height: 1.5; }
.ty-close { position: absolute; right: 12px; top: 10px; background: transparent; border: none; font-size: 18px; cursor: pointer; color: #64748b; }
