/* [project]/app/globals.css [app-client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-full {
  width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  flex: 1;
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: 1s linear infinite spin;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.border {
  border-width: 1px;
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/80 {
  background-color: #fffc;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-50 {
  opacity: .5;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 #0000000d;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-1000 {
  transition-duration: 1s;
}

.ease-linear {
  transition-timing-function: linear;
}

html, body {
  background-image: url("/bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.navbar {
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(#ffffffbf, #ffffff59);
  border-bottom: 1px solid #ffffff40;
  padding: 14px 24px;
  transition: all .3s;
  position: sticky;
  top: 0;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  display: flex;
}

.logo-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 42px;
  height: 42px;
  margin-right: 8px;
}

.nav-links {
  align-items: center;
  gap: 24px;
  display: flex;
}

.nav-links a {
  color: #1e293b;
  padding: 6px 2px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s;
  position: relative;
}

.nav-links a:after {
  content: "";
  background: linear-gradient(90deg, #4a78e4, #2e5bc7);
  width: 0%;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.nav-links a:hover {
  color: #2e5bc7;
}

.nav-links a:hover:after {
  width: 100%;
}

@media (max-width: 768px) {
  .navbar {
    height: auto;
    padding: 10px 12px;
  }

  .navbar-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .logo-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-img {
    width: 40px;
    height: 40px;
  }

  .nav-links {
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
  }

  .nav-links a {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
  }
}

@media (min-width: 1024px) {
  .navbar {
    height: 72px;
  }

  .logo-img {
    width: 48px;
    height: 48px;
  }

  .nav-links a {
    font-size: 15px;
  }
}

.hero-section {
  text-align: center;
  border-radius: 0 0 36px 36px;
  width: 100%;
  padding: 100px 20px 60px;
  position: relative;
}

.hero-section:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.hero-section * {
  z-index: 2;
  position: relative;
}

.hero-logo {
  width: auto;
  height: 44px;
  margin: 0 auto 18px;
  display: block;
}

.hero-title {
  color: #0f172a;
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-desc {
  color: #475569;
  max-width: 320px;
  margin: 0 auto 32px;
  font-size: 15px;
  line-height: 1.6;
}

.hero-doctors {
  justify-content: center;
  gap: 16px;
  margin-bottom: 34px;
  display: flex;
}

.doc-img {
  -o-object-fit: cover;
  object-fit: cover;
  background: #fff;
  border-radius: 20px;
  width: 140px;
  height: auto;
  box-shadow: 0 14px 32px #0000001f;
}

.sign-btn {
  text-align: center;
  background: linear-gradient(#5a6cff, #4456e6);
  border-radius: 999px;
  width: 100%;
  max-width: 260px;
  margin: 0 auto 14px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  box-shadow: 0 12px 30px #2563eb4d;
  color: #fff !important;
}

.login-btn {
  color: #475569;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

@media (max-width: 768px) {
  .sign-btn {
    width: 100%;
    max-width: 260px;
  }

  .hero-section {
    text-align: center;
    flex-direction: column;
    padding: 60px 20px;
  }

  .hero-left {
    width: 100%;
  }

  .hero-title {
    font-size: 30px;
    line-height: 1.25;
  }

  .hero-desc {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-btn {
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 16px;
  }

  .hero-doctors {
    justify-content: center;
    margin-top: 36px;
  }

  .doc-img {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    justify-content: space-between;
    width: 100%;
    padding: 80px 50px 150px;
    display: flex;
    position: relative;
  }

  .hero-left {
    width: 50%;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 800;
  }

  .hero-desc {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
  }

  .hero-doctors {
    align-items: center;
    gap: 20px;
    display: flex;
  }

  .doc-img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 18px;
    width: 260px;
  }

  .sign-btn {
    z-index: 5;
    max-width: 300px;
    height: 50px;
    padding: 12px 0;
    font-size: 18px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
  }

  .login-btn {
    color: #475569;
    z-index: 5;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.stats-section {
  justify-content: center;
  gap: 100px;
  width: 100%;
  margin-top: -40px;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.stat-box {
  text-align: center;
}

.stat-number {
  color: #2e8b57;
  font-size: 42px;
  font-weight: 800;
}

.stat-label {
  color: #555;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero-section:after {
    height: 60px;
  }

  .stats-section {
    margin-top: -30px;
    padding-top: 60px;
  }

  .stat-number {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .stats-section {
    max-width: 100%;
    margin: -40px auto 0;
    padding: 60px 40px;
  }
}

.steps {
  text-align: center;
  padding: 50px 16px;
}

.section-title {
  color: #0f172a;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 800;
}

.steps-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}

.step-card {
  background: linear-gradient(#ffffff5e 0%, #f4f7ff61 100%);
  border: 1px solid #b8cfff;
  border-radius: 18px;
  box-shadow: 0 14px 30px #4a78e42e;
}

.step-card img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  padding-top: 10px;
  display: block;
}

.step-card h3 {
  color: #0f172a;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.step-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.why-choose {
  padding: 4rem 2rem;
}

.why-choose h2 {
  text-align: center;
  color: #1e293b;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.why-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.why-card {
  text-align: center;
  background: linear-gradient(#ffffff5e 0%, #f4f7ff61 100%);
  border-radius: 1.3rem;
  padding: 2rem 1.4rem;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 14px 40px #00000014;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px #0000001f;
}

.why-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.why-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  opacity: .95;
  width: 100px;
  height: 100px;
}

.why-card h3 {
  color: #0f172a;
  margin-bottom: .5rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.why-card p {
  color: #64748b;
  font-size: .9rem;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .why-choose-container {
    padding: 30px 40px;
  }

  .why-choose-grid {
    gap: 20px;
  }

  .why-card {
    border-radius: 14px;
    min-height: 150px;
    padding: 18px 16px;
  }

  .why-card img, .why-card svg {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }

  .why-card h3 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .why-card p {
    font-size: 13px;
    line-height: 1.4;
  }

  .why-icon img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1024px) {
  .why-icon {
    font-size: 2.4rem;
  }

  .why-card h3 {
    font-size: .95rem;
  }

  .why-card p {
    font-size: .82rem;
  }

  .why-icon img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .why-choose {
    padding: 2.5rem .8rem;
  }

  .why-grid-3 {
    gap: .8rem;
  }

  .why-card {
    border-radius: 1rem;
    padding: 1rem .6rem;
  }

  .why-icon {
    font-size: 1.8rem;
  }

  .why-icon img {
    width: 34px;
    height: 34px;
  }

  .why-card h3 {
    font-size: .75rem;
    line-height: 1.1;
  }

  .why-card p {
    font-size: .65rem;
    line-height: 1.3;
  }
}

@media (max-width: 420px) {
  .why-card {
    padding: .8rem .5rem;
  }

  .why-icon {
    font-size: 1.6rem;
  }

  .why-icon img {
    width: 28px;
    height: 28px;
  }

  .why-card h3 {
    font-size: .7rem;
  }

  .why-card p {
    font-size: .6rem;
  }
}

.physician {
  max-width: 100%;
  margin: auto;
  padding: 70px 20px;
}

.physician-title {
  color: #0f172a;
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 800;
}

.physician-grid {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  display: grid;
}

@media (max-width: 768px) {
  .physician-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .physician {
    padding: 80px 24px;
  }

  .physician-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

.prescription-preview {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 1.8rem;
  display: flex;
}

.prescription-title {
  color: #1e293b;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.interactive-title {
  cursor: default;
  transition: all .25s;
  position: relative;
}

.interactive-title:after {
  content: "";
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  width: 0%;
  height: 2px;
  transition: all .3s;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

.interactive-title:hover {
  color: #2563eb;
  transform: translateY(-1px);
}

.interactive-title:hover:after {
  width: 60%;
}

.prescription-image {
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 10px 30px #0000001f;
}

@media (min-width: 1024px) {
  .prescription-title {
    font-size: 1.2rem;
  }

  .prescription-image {
    max-width: 500px;
    max-height: 1000px;
  }
}

@media (max-width: 640px) {
  .prescription-title {
    font-size: .9rem;
  }

  .prescription-image {
    max-width: 340px;
  }
}

.rx-footer {
  border-top: 1px dashed #cbd5f5;
  margin-top: 10px;
  padding-top: 16px;
}

.rx-footer p {
  margin: 6px 0;
  font-size: 14px;
}

.rx-footer strong {
  color: #0f172a;
}

.rx-warning {
  color: #991b1b;
  background: #ef444414;
  border-left: 4px solid #ef4444;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px 14px;
  font-size: 13.5px;
}

@media (max-width: 640px) {
  .rx-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .rx-table th, .rx-table td {
    font-size: 13px;
  }

  .rx-body {
    padding: 18px;
  }
}

.final-cta {
  text-align: center;
  color: #fff;
  background: linear-gradient(#a2acc4, #61739d);
  border-radius: 30px 30px 0 0;
  width: 100%;
  padding: 70px 20px;
}

.final-cta h2 {
  font-size: 34px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .final-cta h2 {
    font-size: 26px;
  }
}

footer {
  text-align: center;
  color: #334155;
  background: #eef3ff;
  padding: 20px;
  font-size: 14px;
}

@media (min-width: 1024px) {
  footer {
    padding: 40px 24px;
    font-size: 15px;
  }

  .final-cta-footer {
    max-width: 800px;
    margin: 0 auto;
  }
}

.auth-select {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 14px;
  font-size: 15px;
}

.auth-textarea {
  resize: none;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 14px;
  font-size: 15px;
}

.signup-page {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 24px 16px;
  display: flex;
}

.signup-card {
  text-align: center;
  background: #ffffff5c;
  border-radius: 24px;
  width: 100%;
  max-width: 460px;
  padding: 40px 36px;
  animation: .4s ease-in-out fadeUp;
  box-shadow: 0 30px 70px #0f172a14;
}

.signup-card h2 {
  color: #0f172a;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 800;
}

.signup-subtext {
  color: #64748b;
  margin-bottom: 26px;
  font-size: 15px;
}

.signup-msg {
  color: #2563eb;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.signup-form {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.signup-form input, .signup-form select, .signup-form textarea {
  resize: none;
  background: #ffffff8d;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  transition: all .2s;
}

.signup-form textarea {
  min-height: 90px;
}

.signup-form input:focus, .signup-form select:focus, .signup-form textarea:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px #2563eb26;
}

.signup-form input::-moz-placeholder {
  color: #94a3b8;
}

.signup-form textarea::-moz-placeholder {
  color: #94a3b8;
}

.signup-form input::placeholder, .signup-form textarea::placeholder {
  color: #94a3b8;
}

.signup-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border: none;
  border-radius: 999px;
  margin-top: 14px;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  transition: all .25s;
  box-shadow: 0 14px 35px #2563eb59;
}

.signup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px #2563eb73;
}

.signup-bottom {
  color: #475569;
  margin-top: 22px;
  font-size: 14px;
}

.signup-bottom a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.signup-bottom a:hover {
  text-decoration: underline;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .signup-card {
    border-radius: 18px;
    padding: 32px 22px;
  }

  .signup-card h2 {
    font-size: 26px;
  }

  .signup-subtext {
    font-size: 14px;
  }

  .signup-form input, .signup-form select, .signup-form textarea {
    padding: 13px 14px;
    font-size: 14px;
  }

  .signup-btn {
    padding: 14px;
    font-size: 15px;
  }
}

body {
  font-family: Inter, system-ui, sans-serif;
}

form {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff5e 0%;
  border-radius: 20px;
  padding: 24px 16px;
  box-shadow: 0 10px 30px #00000014;
}

input, select, textarea {
  background: #f7f9ff;
  border: 1px solid #e1e6f5;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 14px;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #9aa4c7;
}

textarea::-moz-placeholder {
  color: #9aa4c7;
}

input::placeholder, textarea::placeholder {
  color: #9aa4c7;
}

input:focus, select:focus, textarea:focus {
  background: #fff;
  border-color: #4f7cff;
}

.grid input {
  background: #f7f9ff;
}

.flex.border {
  background: #f7f9ff;
  border: 1px solid #e1e6f5;
  border-radius: 14px;
}

.flex.border span {
  color: #444;
  padding-right: 8px;
  font-size: 14px;
}

button[type="submit"] {
  background: linear-gradient(90deg, #5b8cff, #4f7cff);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 18px #4f7cff59;
}

button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px #4f7cff73;
}

button[disabled] {
  opacity: .7;
}

input[type="checkbox"] {
  accent-color: #4f7cff;
  width: 16px;
  height: 16px;
}

h1 {
  color: #1e2a5a;
}

p {
  color: #6b74a6;
}

.text-center h2 {
  color: #1e2a5a;
}

.otp-container {
  margin-top: 6px;
}

.otp-input {
  text-align: center;
  background: #f7f9ff;
  border: 1px solid #e1e6f5;
  border-radius: 12px;
  width: 42px;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.otp-input:focus {
  background: #fff;
  border-color: #4f7cff;
  box-shadow: 0 0 0 3px #4f7cff2e;
}

.otp-btn {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

.otp-send {
  color: #1e2a5a;
  background: #eef2ff;
}

.otp-verify {
  color: #fff;
  background: #22c55e;
}

.chat-page {
  background: linear-gradient(#f8faff, #eef3ff);
  flex-direction: column;
  height: 90vh;
  font-family: Inter, sans-serif;
  display: flex;
}

.chat-header {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  padding: 18px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 10px 25px #2563eb59;
}

.chat-body {
  scroll-behavior: smooth;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 22px;
  display: flex;
  overflow-y: auto;
}

.chat-bubble {
  border-radius: 18px;
  max-width: 75%;
  margin-bottom: 6px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.6;
  animation: .2s ease-in-out popIn;
  box-shadow: 0 8px 22px #0f172a1f;
}

.user-bubble {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border-bottom-right-radius: 6px;
  margin-left: auto;
}

.ai-bubble {
  color: #0f172a;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 6px;
  margin-right: auto;
}

.chat-input-area {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  align-items: center;
  padding: 14px;
  display: flex;
  box-shadow: 0 -10px 30px #0f172a0f;
}

.chat-input-area input {
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  outline: none;
  flex: 1;
  padding: 14px 16px;
  font-size: 15px;
  transition: all .2s;
}

.chat-input-area input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb26;
}

.chat-input-area button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border: none;
  border-radius: 14px;
  margin-left: 12px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s;
  box-shadow: 0 10px 25px #2563eb59;
}

.chat-input-area button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px #2563eb73;
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 600px) {
  .chat-header {
    padding: 16px;
    font-size: 18px;
  }

  .chat-bubble {
    max-width: 85%;
    font-size: 14px;
  }

  .chat-input-area input {
    font-size: 14px;
  }

  .chat-input-area button {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.consultation-wrapper {
  background: linear-gradient(#f8faff, #eef3ff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding: 24px 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.header-section {
  width: 100%;
  max-width: 650px;
  margin-bottom: 24px;
}

.logo-box {
  align-items: center;
  gap: 10px;
  display: flex;
}

.logo-img {
  width: 42px;
  height: 42px;
}

.logo-text {
  color: #2563eb;
  font-size: 20px;
  font-weight: 800;
}

.form-card {
  background: #fff;
  border-radius: 22px;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
  padding: 34px;
  animation: .4s ease-in-out fadeUp;
  display: flex;
  box-shadow: 0 30px 70px #0f172a14;
}

.title-row {
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  display: flex;
}

.form-title {
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
}

.check-icon {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  display: flex;
}

.form-label {
  color: #334155;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}

.field-group {
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.form-input {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  outline: none;
  padding: 13px 15px;
  font-size: 15px;
  transition: all .2s;
}

.form-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb26;
}

.gender-box {
  gap: 12px;
  margin-bottom: 22px;
  display: flex;
}

.gender-normal, .gender-active {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s;
}

.gender-active {
  color: #fff;
  background: linear-gradient(135deg, #ff4fa3, #ec4899);
  box-shadow: 0 10px 25px #ec489959;
}

.gender-normal {
  color: #2563eb;
  background: #eef3ff;
}

.gender-normal:hover {
  background: #dbe7ff;
}

.start-btn {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border: none;
  border-radius: 14px;
  outline: none;
  margin-top: 18px;
  padding: 15px 26px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  box-shadow: 0 16px 35px #2563eb59;
}

.start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px #2563eb73;
}

@media (max-width: 600px) {
  .form-card {
    border-radius: 18px;
    padding: 26px 20px;
  }

  .form-title {
    font-size: 22px;
  }

  .start-btn {
    padding: 14px;
    font-size: 16px;
  }
}

.prescription-container {
  background: #f4f6fa;
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  max-width: 900px;
  margin: 30px auto;
  padding: 25px;
  font-family: Arial, sans-serif;
}

.header {
  text-align: center;
  margin-bottom: 25px;
}

.header h1 {
  color: #0a4fa3;
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: bold;
}

.patient-box {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 18px;
  line-height: 26px;
}

.rx-title {
  color: #c30000;
  margin-top: 20px;
  font-size: 22px;
}

.med-table {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.med-row {
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  padding: 10px;
  display: grid;
}

.header-row {
  background: #e7eef7;
  font-weight: bold;
}

.med-row:last-child {
  border-bottom: none;
}

.instructions {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 25px;
  padding: 18px;
}

.instructions ul {
  margin-left: 20px;
}

.signature-box {
  background: #eef5ff;
  border: 1px solid #a4c4ff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px;
}

.ai-draft {
  color: #0071ff;
  font-weight: bold;
}

.green-dot {
  background: #57ce07;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
}

.button-row {
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.approve-btn {
  color: #fff;
  cursor: pointer;
  background: #28a745;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
}

.reject-btn {
  color: #fff;
  cursor: pointer;
  background: #dc3545;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
}

.method-container {
  background-color: #f6f9fc;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 40px 20px;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
}

.method-card {
  text-align: center;
  background: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 760px;
  padding: 45px 50px;
  box-shadow: 0 10px 30px #00000014;
}

.method-card h2 {
  color: #111827;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

.sub-text {
  color: #6b7280;
  margin-bottom: 35px;
  font-size: 15px;
}

.method-options {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.method-box {
  background: #fff;
  border: 2px solid #0000;
  border-radius: 14px;
  width: 260px;
  padding: 28px 22px;
  text-decoration: none;
  transition: all .25s;
  box-shadow: 0 6px 18px #0000000f;
}

.method-box .icon {
  margin-bottom: 12px;
  font-size: 38px;
}

.method-box h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.method-box p {
  color: #6b7280;
  font-size: 14px;
}

.chat-box {
  border-color: #2563eb;
}

.chat-box h3 {
  color: #2563eb;
}

.chat-box:hover {
  background: #eff6ff;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px #2563eb40;
}

.voice-box {
  border-color: #16a34a;
}

.voice-box h3 {
  color: #16a34a;
}

.voice-box:hover {
  background: #ecfdf5;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px #16a34a40;
}

.back-link {
  color: #2563eb;
  margin-top: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.back-link:hover {
  color: #1e40af;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .method-card {
    padding: 30px 22px;
  }

  .method-options {
    gap: 20px;
  }

  .method-box {
    width: 100%;
  }
}

.voice-container {
  background: #f6f8fb;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.voice-card {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  padding: 40px;
  box-shadow: 0 10px 25px #00000014;
}

.voice-desc {
  color: #666;
  margin-bottom: 20px;
}

.doctor-icon {
  margin: 20px 0;
  font-size: 60px;
}

.speaking-text {
  color: #22c55e;
  margin-bottom: 20px;
}

.mic-btn {
  color: #fff;
  cursor: pointer;
  background: #ef4444;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 28px;
}

.tap-text {
  margin-top: 10px;
}

.note-text {
  color: #999;
  margin-top: 15px;
  font-size: 12px;
}

.voice-page {
  background: #f6f8fb;
  min-height: 100vh;
}

.voice-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  display: flex;
}

.voice-header .logo {
  font-size: 18px;
  font-weight: 600;
}

.voice-header .header-actions span {
  color: #2563eb;
  cursor: pointer;
  margin-left: 20px;
  font-size: 14px;
}

.voice-wrapper {
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.voice-card {
  text-align: center;
  background: #fff;
  border: 2px solid #d1fae5;
  border-radius: 14px;
  width: 100%;
  max-width: 520px;
  padding: 40px 30px;
  box-shadow: 0 15px 30px #00000014;
}

.voice-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.voice-subtitle {
  color: #6b7280;
  margin-bottom: 25px;
  font-size: 14px;
}

.voice-avatar img {
  width: 80px;
  margin: 10px auto 15px;
}

.voice-status {
  color: #16a34a;
  margin-bottom: 20px;
  font-weight: 500;
}

.voice-mic {
  background: #fca5a5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
}

.voice-mic img {
  width: 32px;
}

.voice-hint {
  margin-top: 12px;
  font-size: 14px;
}

.voice-note {
  color: #9ca3af;
  margin-top: 15px;
  font-size: 12px;
}

.video-box {
  background: #000;
  border: 2px solid #22c55e;
  border-radius: 12px;
  width: 100%;
  max-width: 460px;
  height: 280px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}

.avatar-video {
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.video-overlay {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #0009;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0;
}

.start-btn {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  padding: 12px 22px;
}

.user-input {
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  display: flex;
}

.mic-btn {
  cursor: pointer;
  background: #f87171;
  border: none;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 28px;
}

.mic-btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.mic-btn.active {
  background: #22c55e;
  animation: 1.2s infinite pulse;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.user-input.static {
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

.text-input:disabled {
  cursor: not-allowed;
  background: #f3f4f6;
}

.submit-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.main-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  justify-content: flex-start;
  width: 100%;
  height: 70px;
  display: flex;
}

.header-inner {
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  padding-left: 10px;
  display: flex;
}

.header-logo {
  width: auto;
  height: 40px;
}

.brand-name {
  color: #0f172a;
  font-size: 20px;
  font-weight: 600;
}

.page-content {
  min-height: calc(100vh - 70px);
}

.login-select-container {
  min-height: 80vh;
  width: flex;
  background: linear-gradient(#f8faff, #eef3ff);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.login-card {
  text-align: center;
  background: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 420px;
  padding: 48px 42px;
  animation: .4s ease-in-out fadeUp;
  box-shadow: 0 25px 60px #0f172a14;
}

.badge {
  color: #2563eb;
  letter-spacing: .4px;
  background: #eaf1ff;
  border-radius: 999px;
  margin-bottom: 26px;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.title {
  color: #0f172a;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
}

.subtitle {
  color: #475569;
  margin-bottom: 36px;
  font-size: 15px;
  line-height: 1.6;
}

.login-options {
  flex-direction: column;
  gap: 18px;
  display: flex;
}

.login-btn {
  border: none;
  border-radius: 14px;
  width: 100%;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.login-btn.patient {
  color: #fff;
  background: #2563eb;
}

.login-btn.patient:hover {
  background: #1e4fd6;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px #2563eb59;
}

.login-btn.doctor {
  color: #fff;
  background: #0f172a;
}

.login-btn.doctor:hover {
  background: #020617;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px #02061759;
}

@media (max-width: 480px) {
  .login-card {
    padding: 38px 28px;
  }

  .title {
    font-size: 26px;
  }

  .subtitle {
    font-size: 14px;
  }
}

:root {
  --primary-blue: #2563eb;
  --primary-dark: #1e40af;
  --bg-light: #f8faff;
  --text-dark: #0f172a;
  --text-muted: #64748b;
}

.doctor-dashboard {
  height: calc(100vh - 72px);
  font-family: Inter, sans-serif;
  display: flex;
}

.queue-panel {
  background: #ffffff5c;
  width: 330px;
  padding: 22px 18px;
  box-shadow: 8px 0 20px #0f172a0a;
}

.queue-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.queue-header h3 {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 800;
}

.queue-badge {
  color: var(--primary-blue);
  background: #eaf1ff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
}

.queue-item {
  cursor: pointer;
  background: #f9fbff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding: 16px;
  transition: all .25s;
  display: flex;
}

.queue-item strong {
  font-size: 15px;
}

.queue-item p {
  color: var(--text-muted);
  font-size: 13px;
}

.queue-item .time {
  color: #94a3b8;
  font-size: 12px;
}

.queue-item:hover {
  border-color: var(--primary-blue);
  background: #eef3ff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px #2563eb1f;
}

.queue-item.active {
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
  color: #fff;
  border-color: #0000;
  box-shadow: 0 18px 45px #2563eb59;
}

.queue-item.active p, .queue-item.active .time {
  color: #e0e7ff;
}

.tag {
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
}

.tag.urgent {
  color: #b91c1c;
  background: #fee2e2;
}

.tag.routine {
  color: #15803d;
  background: #dcfce7;
}

.tag.follow-up {
  color: #0369a1;
  background: #e0f2fe;
}

.queue-item.active .tag {
  color: #fff;
  background: #ffffff26;
}

.detail-panel {
  flex: 1;
  padding: 36px;
  overflow-y: auto;
}

.empty-state {
  height: 100%;
  color: var(--text-muted);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  display: flex;
}

.avatar-placeholder {
  background: linear-gradient(135deg, #e5e7eb, #cbd5f5);
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.prescription-box {
  background: #4c70c4;
  border-radius: 18px;
  margin-top: 28px;
  padding: 24px;
}

.prescription-box h3 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 18px;
}

.prescription-row {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
  display: grid;
}

.prescription-row input {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  color: #000 !important;
  background-color: #fff !important;
}

.prescription-row input::placeholder {
  color: #64748b;
}

.prescription-box button {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  margin-top: 12px;
  padding: 12px 18px;
  font-weight: 600;
}

.approve-btn {
  color: #fff;
  background: #16a34a;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .doctor-dashboard {
    flex-direction: column;
  }

  .queue-panel {
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
    width: 100%;
  }

  .prescription-row {
    grid-template-columns: 1fr;
  }
}

.patient-detail-container {
  background: #f4f6fa;
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  max-width: 1100px;
  margin: 30px auto;
  padding: 25px;
  font-family: Arial, sans-serif;
}

.patient-header {
  background: #fff;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding: 22px;
  display: flex;
  box-shadow: 0 14px 35px #0f172a0d;
}

.patient-header small {
  color: #94a3b8;
  font-weight: 600;
}

.patient-header h2 {
  margin: 6px 0;
  font-size: 22px;
  font-weight: 800;
}

.patient-header p {
  color: var(--text-muted);
  font-size: 14px;
}

.action-icons button {
  cursor: pointer;
  background: #eef3ff;
  border: none;
  border-radius: 14px;
  margin-left: 10px;
  padding: 12px;
  font-size: 16px;
  transition: all .2s;
}

.action-icons button:hover {
  background: var(--primary-blue);
  color: #fff;
}

.tabs {
  gap: 12px;
  margin-bottom: 22px;
  display: flex;
}

.tabs button {
  cursor: pointer;
  color: #475569;
  background: #f1f5f9;
  border: none;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 600;
  transition: all .2s;
}

.tabs button:hover {
  background: #eaf1ff;
}

.tabs .active {
  background: var(--primary-blue);
  color: #fff;
}

.content-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  display: grid;
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 14px 35px #0f172a0d;
}

.card h4 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
}

.card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.qa {
  margin-top: 16px;
  font-size: 14px;
}

.order-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.order-item button {
  background: var(--primary-blue);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
}

.order-item button:hover {
  background: var(--primary-dark);
}

.prescription-box {
  color: #fff;
  background: linear-gradient(135deg, #020617, #0f172a);
  border-radius: 24px;
  margin-top: 32px;
  padding: 28px;
  box-shadow: 0 30px 70px #02061766;
}

.prescription-box h3 {
  font-size: 18px;
  font-weight: 800;
}

.prescription-fields {
  gap: 14px;
  margin-top: 18px;
  display: flex;
}

.prescription-fields input {
  border: none;
  border-radius: 14px;
  outline: none;
  flex: 1;
  padding: 14px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .doctor-dashboard {
    flex-direction: column;
  }

  .queue-panel {
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
    width: 100%;
  }
}

.dashboard {
  min-height: 100vh;
  padding: 28px;
  font-family: Inter, sans-serif;
}

.top-bar {
  background: #ffffff3a;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding: 22px 26px;
  display: flex;
  box-shadow: 0 18px 45px #0f172a0f;
}

.top-bar h1 {
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
}

.top-bar p {
  color: #64748b;
  margin-top: 4px;
  font-size: 14px;
}

.top-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.btn {
  cursor: pointer;
  background: #f1f5f9;
  border: none;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s;
}

.btn:hover {
  background: #e5e7eb;
}

.btn-blue {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  margin-bottom: 25px;
  box-shadow: 0 12px 30px #2563eb59;
}

.btn-blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px #2563eb73;
}

.btn-logout {
  color: #b91c1c;
  background: #fee2e2;
}

.btn-logout:hover {
  background: #fecaca;
}

.main-grid {
  grid-template-columns: 2fr 1fr;
  gap: 26px;
  display: grid;
}

.card {
  background: #ffffffa3;
  border-radius: 20px;
  margin-bottom: 26px;
  padding: 22px;
  box-shadow: 0 14px 35px #0f172a0d;
}

.card h2 {
  color: #0f172a;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 800;
}

.profile-row {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.profile-box {
  cursor: pointer;
  background: #f8faff;
  border: 1.5px solid #e5e7eb;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 130px;
  transition: all .25s;
  display: flex;
}

.profile-box:hover {
  border-color: #2563eb;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px #2563eb26;
}

.profile-circle {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}

.profile-box strong {
  font-size: 14px;
}

.profile-box small {
  color: #64748b;
  font-size: 11px;
}

.add-member {
  color: #2563eb;
  background: #eef3ff;
  font-size: 14px;
  font-weight: 700;
}

.family-list {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.family-item {
  cursor: pointer;
  background: #f8fafc;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  transition: all .2s;
  display: flex;
}

.family-item:hover {
  background: #eef2ff;
  transform: translateY(-1px);
}

.family-left {
  align-items: center;
  gap: 12px;
  display: flex;
}

.avatar {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.name {
  color: #0f172a;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.you {
  color: #1d4ed8;
  background: #dbeafe;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 600;
}

.age {
  color: #64748b;
  margin-top: 2px;
  font-size: 12px;
}

.arrow {
  color: #94a3b8;
  font-size: 18px;
}

.add-member-row {
  color: #2563eb;
  cursor: pointer;
  border: 1.5px dashed #c7d2fe;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.add-member-row:hover {
  background: #eef2ff;
  border-color: #2563eb;
}

.btn-blue {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  display: flex;
  border-radius: 22px !important;
  padding: 11px !important;
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .family-item {
    padding: 10px 12px;
  }

  .avatar {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .name {
    font-size: 13px;
  }

  .age {
    font-size: 11px;
  }

  .arrow {
    font-size: 16px;
  }

  .add-member-row {
    padding: 10px;
    font-size: 12px;
  }
}

.recent-list {
  flex-direction: column;
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.recent-item {
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 14px 18px;
  transition: all .25s;
}

.recent-item:hover {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px #2563eb26;
}

.recent-item strong {
  color: #0f172a;
  font-size: 15px;
}

.recent-item small {
  color: #475569;
  font-size: 13px;
}

.assessment {
  background: #f8faff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 14px 16px;
  display: flex;
}

.assessment strong {
  font-size: 14px;
}

.assessment div {
  color: #64748b;
  font-size: 12px;
}

.assessment span {
  color: #15803d;
  background: #dcfce7;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.health-tip {
  color: #fff;
  background: linear-gradient(135deg, #08134c, #dddfe6);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 25px 60px #2563eb73;
}

.health-tip h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 800;
}

.health-tip p {
  color: #e0e7ff;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.6;
}

.health-tip button {
  color: #2563eb;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 700;
  transition: all .25s;
}

.health-tip button:hover {
  background: #eaf1ff;
}

@media (max-width: 900px) {
  .main-grid {
    grid-template-columns: 1fr;
  }

  .health-tip {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .dashboard {
    padding: 18px;
  }

  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .top-actions {
    justify-content: space-between;
    width: 100%;
  }
}

.chat-page {
  background: #f8fafc;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  display: flex;
}

.chat-header {
  color: #fff;
  background: linear-gradient(to right, #1e40af, #2563eb);
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  box-shadow: 0 4px 12px #00000026;
}

.chat-header-title {
  font-size: 20px;
  font-weight: 700;
}

.chat-header-subtitle {
  opacity: .9;
  font-size: 12px;
}

.chat-body {
  background: #f8fafc;
  flex: 1;
  padding: 24px;
  overflow-y: auto;
}

.message-row {
  margin-bottom: 20px;
  animation: .4s ease-out forwards fadeIn;
  display: flex;
}

.message-row.bot {
  justify-content: flex-start;
}

.message-row.user {
  justify-content: flex-end;
}

.chat-avatar {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 12px;
  font-size: 20px;
  display: flex;
  box-shadow: 0 2px 6px #00000026;
}

.chat-avatar.bot {
  color: #2563eb;
  background: #dbeafe;
}

.chat-avatar.user {
  color: #fff;
  background: #2563eb;
}

.chat-bubble {
  border-radius: 16px;
  max-width: 70%;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.5;
}

.chat-bubble.bot {
  color: #334155;
  background: #fff;
  border: 1px solid #e0f2fe;
  border-top-left-radius: 0;
}

.chat-bubble.user {
  color: #fff;
  background: #2563eb;
  border-top-right-radius: 0;
}

.triage-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  margin-top: 16px;
  padding: 16px;
}

.triage-box select {
  border: 1px solid #93c5fd;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
}

.triage-box button {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  font-weight: 600;
}

.checkbox-box {
  border-top: 1px solid #bfdbfe;
  margin-top: 16px;
  padding-top: 12px;
}

.checkbox-item {
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 10px 14px;
  display: flex;
}

.chat-input-wrapper {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 16px;
}

.chat-input-form {
  gap: 12px;
  display: flex;
}

.chat-input {
  border: 1px solid #cbd5f5;
  border-radius: 10px;
  flex: 1;
  padding: 12px 16px;
  font-size: 15px;
}

.chat-send-btn {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 10px;
  padding: 0 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.select-profile-page {
  justify-content: left;
  min-height: 100vh;
  padding: 30px 16px 20px;
  display: flex;
}

.select-profile-container {
  width: 100%;
  max-width: 1100px;
}

.select-profile-header {
  margin-bottom: 25px;
}

.select-profile-header h1 {
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
}

.select-profile-header p {
  color: #64748b;
  margin-top: 6px;
  font-size: 15px;
}

.select-profile-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  display: grid;
}

.profile-select-card {
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  padding: 22px 18px;
  transition: all .25s;
  position: relative;
  box-shadow: 0 10px 30px #00000014;
}

.profile-select-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px #2563eb40;
}

.profile-avatar {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.profile-select-card strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.profile-select-card span {
  color: #64748b;
  margin-top: 2px;
  font-size: 13px;
  display: inline-block;
}

.profile-select-card.add-profile {
  color: #2563eb;
  background: #f8fafc;
  border: 2px dashed #c7d2fe;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.profile-select-card.add-profile:hover {
  background: #eef2ff;
  box-shadow: 0 12px 25px #2563eb33;
}

@media (max-width: 600px) {
  .select-profile-header h1 {
    font-size: 22px;
  }

  .select-profile-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    border-radius: 0 0 24px 24px;
    flex-direction: column;
    padding: 40px 20px;
  }

  .hero-left {
    width: 100%;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.25;
  }

  .hero-desc {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .hero-btn {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    display: block;
  }

  .hero-doctors {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
  }

  .doc-img {
    width: 140px;
  }
}

.hamburger {
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  display: none;
}

.hamburger span {
  background: #000;
  border-radius: 2px;
  width: 26px;
  height: 3px;
}

.mobile-menu {
  z-index: 9999;
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  gap: 14px;
  padding: 16px 18px;
  display: flex;
  position: fixed;
  top: 64px;
  left: 12px;
  box-shadow: 0 12px 40px #00000040;
}

.mobile-menu a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .desktop-only {
    display: none;
  }
}

.navbar {
  z-index: 1000;
  position: relative;
}

.hamburger {
  z-index: 10000;
  position: relative;
}

body:after {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: #ffffff73;
  position: fixed;
  inset: 0;
}

.bottom-nav {
  height: 72px;
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-backdrop-filter: blur(12px);
  z-index: 999;
  background: #fff;
  border-top: 1px solid #00000014;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-item {
  color: #6b7280;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.nav-icon {
  font-size: 20px;
}

.nav-item.active {
  color: #2563eb;
  font-weight: 600;
}

.page-content {
  padding-bottom: 90px;
}

/* [project]/app/globals-mobile.css [app-client] (css) */
@media (max-width: 768px) {
  html, body {
    background-image: url("/bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .top-bar {
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 10px !important;
  }

  .top-bar h1 {
    letter-spacing: -.2px;
    margin-bottom: 2px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .top-bar p {
    opacity: .8;
    background: #ffffffa6 !important;
    margin-top: 0 !important;
    font-size: 11.5px !important;
  }

  .card {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin-bottom: 0;
    box-shadow: 0 10px 24px #4f46e526;
    background: #ffffffa6 !important;
    border-radius: 10px !important;
    padding: 10px !important;
  }

  .card h2 {
    margin-bottom: 12px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  .family-item {
    border-radius: 14px !important;
    padding: 8px 6px !important;
  }

  .family-left {
    gap: 10px !important;
  }

  .avatar {
    font-weight: 700;
    width: 36px !important;
    height: 36px !important;
    font-size: 13px !important;
  }

  .name {
    line-height: 1.2;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .age {
    color: #8b8fa6;
    font-size: 11.5px !important;
  }

  .you {
    font-size: 11px;
  }

  .arrow {
    opacity: .5;
    font-size: 18px !important;
  }

  .add-member-row {
    margin-top: 6px;
    border-radius: 14px !important;
    padding: 9px !important;
    font-size: 13px !important;
  }

  .btn-blue {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    display: flex;
    border-radius: 22px !important;
    padding: 11px !important;
    font-size: 13.5px !important;
  }

  .btn-blue svg {
    width: 18px;
    height: 18px;
  }

  .health-tip {
    color: #fff;
    background: linear-gradient(120deg, #08134c, #dddfe6);
    border-radius: 10px;
    margin-top: 0;
    padding: 13px;
    box-shadow: 0 25px 60px #2563eb73;
  }

  .health-tip h3 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
  }

  .health-tip p {
    color: #e0e7ff;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.6;
  }

  .health-tip button {
    display: none;
  }

  .main-grid {
    gap: 14px;
    flex-direction: column !important;
    display: flex !important;
  }

  .select-profile-page {
    justify-content: left;
    min-height: 100vh;
    padding: 30px 16px 20px;
    display: flex;
  }

  .select-profile-container {
    width: 100%;
    max-width: 1100px;
  }

  .select-profile-header {
    margin-bottom: 15px;
  }

  .select-profile-header h1 {
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
  }

  .select-profile-header p {
    color: #000;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 600;
  }

  .select-profile-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    display: grid;
  }

  .profile-select-card {
    cursor: pointer;
    background: #ffffff6a;
    border-radius: 20px;
    padding: 12px 10px;
    transition: all .25s;
    position: relative;
    box-shadow: 0 10px 30px #00000014;
  }

  .profile-select-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px #2563eb40;
  }

  .profile-avatar {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
  }

  .profile-select-card strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .profile-select-card span {
    color: #64748b;
    margin-top: 2px;
    font-size: 13px;
    display: inline-block;
  }

  .profile-select-card.add-profile {
    color: #2563eb;
    background: #f8fafc;
    border: 2px dashed #c7d2fe;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex;
  }

  .profile-select-card.add-profile:hover {
    background: #eef2ff;
    box-shadow: 0 12px 25px #2563eb33;
  }
}

/*# sourceMappingURL=app_efb53f22._.css.map*/