/* ML Doctors — front-end sign in / register / doctors area (v0.4.0) */
.ml-doc { max-width: 480px; margin: 2rem auto; }
.ml-doc--in { max-width: 720px; }
.ml-doc__card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 2rem; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.ml-doc__title { margin: 0 0 .5rem; font-size: 1.4rem; }
.ml-doc__subtitle { margin: 1.25rem 0 .35rem; font-size: 1.1rem; }
.ml-doc__lead { margin: 0 0 1.25rem; color: #4b5563; }
.ml-doc__body { margin: 0 0 1.5rem; color: #4b5563; }
.ml-doc__form { display: flex; flex-direction: column; }
.ml-doc__label { font-weight: 600; font-size: .9rem; margin: .6rem 0 .25rem; }
.ml-doc__input { padding: .7rem .8rem; border: 1px solid #d1d5db; border-radius: 8px; font-size: 1rem; }
.ml-doc__input:focus { outline: none; border-color: #27ae60; box-shadow: 0 0 0 3px rgba(39,174,96,.15); }
.ml-doc__check { display: flex; gap: .55rem; align-items: flex-start; font-size: .9rem; color: #4b5563; margin: 1rem 0 .2rem; line-height: 1.45; }
.ml-doc__check input { margin-top: .2rem; flex: 0 0 auto; }
.ml-doc__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.ml-doc__video { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: .5rem 0 1.5rem; border-radius: 10px; overflow: hidden; background: #000; }
.ml-doc__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ml-doc__btn { margin-top: 1.1rem; background: #27ae60; color: #fff; border: none; border-radius: 8px; padding: .75rem 1rem; font-size: 1rem; font-weight: 600; cursor: pointer; }
.ml-doc__btn:hover { background: #219150; }
.ml-doc__btn:disabled { opacity: .6; cursor: default; }
.ml-doc__btn--ghost { background: transparent; color: #27ae60; border: 1px solid #27ae60; margin-top: 0; }
.ml-doc__btn--ghost:hover { background: rgba(39,174,96,.08); }
.ml-doc__msg { margin: .9rem 0 0; color: #b91c1c; font-size: .95rem; }
.ml-doc__success { margin: 0; color: #166534; background: #f0fdf4; border: 1px solid #bbf7d0; padding: .95rem 1.1rem; border-radius: 8px; font-size: .98rem; line-height: 1.5; }
.ml-doc__foot { margin: 1.25rem 0 0; color: #6b7280; font-size: .9rem; }
.ml-doc__foot a { color: #27ae60; font-weight: 600; text-decoration: none; }
.ml-doc__foot a:hover { text-decoration: underline; }
.ml-doc__code { letter-spacing: .4em; text-align: center; font-size: 1.35rem; font-weight: 600; }
.ml-doc__msg--ok { color: #166534; }
#ml-doc-verify-wrap { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid #e5e7eb; }
