/* ================================================================
   WapiConnect — Master Stylesheet v3.0
   WhatsApp-Inspired Light Theme | All Pages | Mobile-First
================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --bg:       #f0ede6;
  --surface:  #ffffff;
  --surface2: #f7f4ef;
  --cream:    #ece5dd;
  --border:   #dbd5cc;
  --border2:  #cdc6bc;
  --green:    #25d366;
  --green2:   #128c7e;
  --green3:   #075e54;
  --green-bg: #dcf8c6;
  --accent:   #00a884;
  --text:     #111b21;
  --text2:    #3b4a54;
  --muted:    #667781;
  --gold:     #d97706;
  --plat:     #7c3aed;
  --silver:   #64748b;
  --error:    #dc2626;
  --warn:     #d97706;
  --info:     #2563eb;
  --radius:   12px;
  --nav-h:    64px;
  --shadow:   0 1px 4px rgba(0,0,0,.06), 0 2px 12px rgba(0,0,0,.07);
  --shadow2:  0 4px 24px rgba(0,0,0,.13);
}

/* ── Kill WP Admin Bar ─────────────────────────────────────── */
html { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
body.admin-bar { padding-top: 0 !important; margin-top: 0 !important; }
body.admin-bar .wc-header { top: 0 !important; }

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg); color: var(--text);
  line-height: 1.6; overflow-x: hidden; min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green3); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: var(--border2); border-radius: 3px; }

/* ── Typography ────────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 { font-family: 'Plus Jakarta Sans',sans-serif; line-height: 1.25; color: var(--text); }
h1 { font-size: clamp(1.8rem,5vw,3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.3rem,3vw,2rem); font-weight: 700; }
h3 { font-size: 1.1rem; font-weight: 700; }
h4 { font-size: .95rem; font-weight: 600; }
p  { color: var(--text2); }

/* ── Containers ────────────────────────────────────────────── */
.wc-container, .container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }
@media (min-width:640px) { .wc-container, .container { padding: 0 32px; } }

/* ════════════════════════════════════════════════════════════
   NAVBAR
════════════════════════════════════════════════════════════ */
.wc-header { background: var(--green3); position: sticky; top: 0; z-index: 9000; box-shadow: 0 2px 16px rgba(0,0,0,.25); width: 100%; }
.wc-nav-wrap { padding: 0 20px; }
@media (min-width:640px) { .wc-nav-wrap { padding: 0 32px; } }
.wc-nav { display: flex; align-items: center; height: var(--nav-h); gap: 12px; max-width: 1160px; margin: 0 auto; }

.wc-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; text-decoration: none; }
.wc-logo-icon { width: 38px; height: 38px; background: var(--green); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 2px 8px rgba(37,211,102,.35); }
.wc-logo-text { display: flex; flex-direction: column; }
.wc-brand-name { color: #fff; font-weight: 800; font-size: 1.1rem; line-height: 1.1; display: block; }
.wc-brand-sub  { color: rgba(255,255,255,.5); font-size: .5rem; letter-spacing: 1.8px; text-transform: uppercase; display: block; }

.wc-nav-links { display: none; flex: 1; align-items: center; gap: 2px; margin-left: 12px; }
@media (min-width:768px) { .wc-nav-links { display: flex; } }
.wc-nav-links a { padding: 7px 14px; border-radius: 8px; color: rgba(255,255,255,.8); font-size: .85rem; font-weight: 500; transition: all .18s; white-space: nowrap; text-decoration: none; display: inline-block; }
.wc-nav-links a:hover { color: #fff; background: rgba(255,255,255,.12); }

.wc-nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.btn-nav-ghost { padding: 8px 16px; border-radius: 8px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.9); font-size: .84rem; font-weight: 500; border: none; cursor: pointer; transition: all .18s; text-decoration: none; display: inline-flex; align-items: center; }
.btn-nav-ghost:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn-nav-outline { padding: 8px 16px; border-radius: 8px; background: transparent; color: rgba(255,255,255,.9); font-size: .84rem; font-weight: 500; border: 1.5px solid rgba(255,255,255,.4); cursor: pointer; transition: all .18s; text-decoration: none; display: inline-flex; align-items: center; }
.btn-nav-outline:hover { border-color: rgba(255,255,255,.8); color: #fff; }
.btn-nav-cta { padding: 9px 18px; border-radius: 9px; background: var(--green); color: #000; font-size: .86rem; font-weight: 700; border: none; cursor: pointer; transition: all .18s; box-shadow: 0 2px 8px rgba(37,211,102,.4); text-decoration: none; display: inline-flex; align-items: center; }
.btn-nav-cta:hover { background: #1dba59; color: #000; transform: translateY(-1px); }

.wc-hamburger { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgba(255,255,255,.1); border: none; border-radius: 8px; cursor: pointer; color: #fff; flex-shrink: 0; -webkit-tap-highlight-color: transparent; }
.wc-hamburger:hover { background: rgba(255,255,255,.2); }
.wc-hamburger .icon-close { display: none; }
.wc-hamburger[data-open] .icon-menu  { display: none; }
.wc-hamburger[data-open] .icon-close { display: block; }
@media (min-width:768px) { .wc-hamburger { display: none; } }

.wc-mobile-menu { background: #054d44; overflow: hidden; max-height: 0; transition: max-height .32s ease; border-top: 1px solid rgba(255,255,255,.07); width: 100%; }
.wc-mobile-menu[data-open] { max-height: 560px; }
.wc-mobile-menu-inner { padding: 10px 20px 24px; }
.wc-mobile-menu a { display: block; padding: 13px 14px; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 500; border-radius: 8px; transition: background .15s; text-decoration: none; }
.wc-mobile-menu a:hover { background: rgba(255,255,255,.1); color: #fff; }
.wc-mobile-divider { border-top: 1px solid rgba(255,255,255,.1); margin: 8px 0; }
.wc-mobile-menu .mobile-cta-link { background: var(--green); color: #000; font-weight: 700; text-align: center; margin-top: 8px; }
.wc-mobile-menu .mobile-cta-link:hover { background: #1dba59; color: #000; }
.wc-mobile-menu .mobile-logout-link { color: rgba(255,150,150,.8); }
.wc-mobile-menu .mobile-logout-link:hover { background: rgba(220,38,38,.12); color: #fca5a5; }
@media (min-width:768px) { .wc-mobile-menu { display: none !important; } }

/* ════════════════════════════════════════════════════════════
   HERO
════════════════════════════════════════════════════════════ */
.wc-hero { background: linear-gradient(150deg,#075e54 0%,#0a7a6a 55%,#0d8a78 100%); padding: 60px 0 52px; position: relative; overflow: hidden; }
@media (min-width:768px) { .wc-hero { padding: 96px 0 80px; } }
.wc-hero::before { content:''; position: absolute; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(rgba(37,211,102,.12),transparent 65%); top: -200px; right: -180px; pointer-events: none; }
.hero-content { max-width: 680px; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 100px; padding: 6px 14px; font-size: .78rem; color: rgba(255,255,255,.9); font-weight: 500; margin-bottom: 20px; }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex-shrink: 0; box-shadow: 0 0 0 3px rgba(37,211,102,.25); }
.wc-hero h1 { color: #fff; margin-bottom: 18px; line-height: 1.1; }
.hero-desc { color: rgba(255,255,255,.72); font-size: 1rem; max-width: 520px; margin-bottom: 32px; line-height: 1.75; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.btn-primary-lg { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; border-radius: 12px; background: var(--green); color: #000; font-family: inherit; font-size: .96rem; font-weight: 700; border: none; cursor: pointer; text-decoration: none; box-shadow: 0 4px 18px rgba(37,211,102,.4); transition: all .22s; }
.btn-primary-lg:hover { background: #1dba59; color: #000; transform: translateY(-2px); }
.btn-ghost-lg { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; border-radius: 12px; background: rgba(255,255,255,.1); color: #fff; font-family: inherit; font-size: .96rem; font-weight: 600; border: 1.5px solid rgba(255,255,255,.35); cursor: pointer; text-decoration: none; transition: all .22s; }
.btn-ghost-lg:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.7); color: #fff; }
.hero-stats { display: flex; align-items: center; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); }
.hstat { padding: 4px 20px 4px 0; }
.hstat strong { display: block; font-size: 1.65rem; font-weight: 800; color: var(--green); line-height: 1; }
@media (min-width:640px) { .hstat strong { font-size: 1.9rem; } }
.hstat span { display: block; font-size: .68rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .8px; margin-top: 3px; }
.hstat-sep  { width: 1px; height: 36px; background: rgba(255,255,255,.15); margin-right: 20px; flex-shrink: 0; }
@media (max-width:440px) { .hstat-sep { display: none; } .hstat { padding: 5px 14px 5px 0; } }

/* ════════════════════════════════════════════════════════════
   SECTIONS
════════════════════════════════════════════════════════════ */
.wc-section  { padding: 64px 0; }
@media (min-width:768px) { .wc-section { padding: 96px 0; } }
.bg-white    { background: #fff; }
.bg-cream    { background: var(--cream); }
.section-head { text-align: center; margin-bottom: 52px; }
.section-head h2 { color: var(--text); margin-bottom: 12px; }
.section-head p  { color: var(--muted); font-size: .96rem; max-width: 520px; margin: 0 auto; }

/* ════════════════════════════════════════════════════════════
   CARDS
════════════════════════════════════════════════════════════ */
.card, .wc-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
@media (min-width:640px) { .card, .wc-card { padding: 28px; } }
.card-sm { padding: 14px 16px !important; }
.wc-card-head { font-weight: 700; font-size: .9rem; color: var(--text); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }

/* ════════════════════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════════════════════ */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 10px; font-family: inherit; font-size: .875rem; font-weight: 600; cursor: pointer; text-decoration: none; border: none; transition: all .2s; white-space: nowrap; gap: 6px; }
.btn-sm    { padding: 7px 14px; font-size: .8rem; }
.btn-lg    { padding: 13px 28px; font-size: .95rem; font-weight: 700; }
.btn-block { width: 100%; }

.btn-green, .btn-primary { background: var(--green); color: #000; box-shadow: 0 2px 10px rgba(37,211,102,.3); }
.btn-green:hover, .btn-primary:hover { background: #1dba59; color: #000; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(37,211,102,.4); }
.btn-outline { background: transparent; color: var(--green3); border: 1.5px solid var(--border2); }
.btn-outline:hover { border-color: var(--green); background: rgba(37,211,102,.05); color: var(--green3); }

.price-btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border-radius: 10px; font-family: inherit; font-size: .875rem; font-weight: 700; cursor: pointer; text-decoration: none; border: none; transition: all .2s; white-space: nowrap; width: 100%; }
.price-btn--primary { background: var(--green); color: #000; box-shadow: 0 2px 10px rgba(37,211,102,.3); }
.price-btn--primary:hover { background: #1dba59; color: #000; transform: translateY(-1px); }
.price-btn--outline { background: transparent; color: var(--green3); border: 1.5px solid var(--border2); }
.price-btn--outline:hover { border-color: var(--green); background: rgba(37,211,102,.05); }
.price-btn--current { background: var(--surface2); color: var(--muted); cursor: default; }

/* ════════════════════════════════════════════════════════════
   FORMS
════════════════════════════════════════════════════════════ */
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: .82rem; color: var(--text2); margin-bottom: 6px; font-weight: 600; }
.form-control { width: 100%; background: #fff; border: 1.5px solid var(--border); border-radius: 9px; color: var(--text); padding: 10px 14px; font-size: .875rem; font-family: inherit; outline: none; transition: border .18s,box-shadow .18s; -webkit-appearance: none; }
.form-control:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(37,211,102,.14); }
.form-control::placeholder { color: #a8b5bc; }
select.form-control { padding-right: 36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667781' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; cursor: pointer; }
select.form-control option { background: #fff; color: var(--text); }
textarea.form-control { resize: vertical; min-height: 84px; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width:500px) { .form-grid { grid-template-columns: 1fr 1fr; } }

/* ════════════════════════════════════════════════════════════
   ALERTS
════════════════════════════════════════════════════════════ */
.alert, .wc-alert { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 10px; margin-bottom: 16px; font-size: .85rem; line-height: 1.55; }
.alert-success, .wc-alert-success { background: #dcf8c6; border: 1px solid #86efac; color: var(--green3); }
.alert-error, .wc-alert-error     { background: #fee2e2; border: 1px solid #fca5a5; color: var(--error); }
.alert-info, .wc-alert-info       { background: #dbeafe; border: 1px solid #93c5fd; color: var(--info); }
.alert-warn, .wc-alert-warn       { background: #fef3c7; border: 1px solid #fcd34d; color: var(--warn); }
.dash-alert { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 10px; margin-bottom: 18px; font-size: .85rem; }
.dash-alert--info    { background: #dbeafe; border: 1px solid #93c5fd; color: var(--info); }
.dash-alert--success { background: #dcf8c6; border: 1px solid #86efac; color: var(--green3); }
.dash-alert--error   { background: #fee2e2; border: 1px solid #fca5a5; color: var(--error); }
.dash-alert a { color: inherit; font-weight: 600; text-decoration: underline; }

/* ════════════════════════════════════════════════════════════
   BRAND ICON
════════════════════════════════════════════════════════════ */
.brand-icon { width: 52px; height: 52px; background: var(--green3); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; box-shadow: 0 4px 16px rgba(7,94,84,.25); }

/* ════════════════════════════════════════════════════════════
   STEP INDICATOR
════════════════════════════════════════════════════════════ */
.step-indicator, .connect-steps { display: flex; align-items: center; margin-bottom: 10px; }
.step-dot, .cs-dot { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem; flex-shrink: 0; background: var(--surface2); border: 2px solid var(--border2); color: var(--muted); transition: all .3s; }
.step-dot.active, .cs-dot.active { background: rgba(37,211,102,.14); border-color: var(--green); color: var(--green3); }
.step-dot.done, .cs-dot.done { background: var(--green); border-color: var(--green); color: #fff; }
.step-line, .cs-line { flex: 1; height: 2px; background: var(--border); margin: 0 4px; transition: background .3s; }
.step-line.done, .cs-line.done { background: var(--green); }

/* ════════════════════════════════════════════════════════════
   FEATURES
════════════════════════════════════════════════════════════ */
.features-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width:560px) { .features-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width:900px) { .features-grid { grid-template-columns: repeat(3,1fr); } }
.feature-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); transition: all .22s; }
.feature-card:hover { box-shadow: var(--shadow2); transform: translateY(-3px); border-color: rgba(37,211,102,.3); }
.feature-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--ic,var(--green3)); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-card h3 { font-size: .98rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.feature-card p  { font-size: .85rem; color: var(--muted); line-height: 1.72; }

/* ════════════════════════════════════════════════════════════
   HOW IT WORKS
════════════════════════════════════════════════════════════ */
.steps-grid { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 900px; margin: 0 auto; align-items: center; }
@media (min-width:640px) { .steps-grid { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 0; } }
.step-card { text-align: center; padding: 0 16px; }
.step-num { width: 54px; height: 54px; border-radius: 50%; background: var(--green3); color: #fff; font-weight: 800; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; box-shadow: 0 4px 16px rgba(7,94,84,.3); }
@media (max-width:639px) { .step-card { display: flex; align-items: flex-start; gap: 16px; text-align: left; padding: 0 0 20px; border-bottom: 1px solid var(--border); } .step-card:last-child { border-bottom: none; padding-bottom: 0; } .step-num { flex-shrink: 0; margin: 0; width: 44px; height: 44px; font-size: 1.1rem; } }
.step-card h3 { font-size: .97rem; color: var(--text); margin-bottom: 7px; }
.step-card p  { font-size: .84rem; color: var(--muted); line-height: 1.65; max-width: 200px; margin: 0 auto; }
@media (max-width:639px) { .step-card p { max-width: none; } }
.step-arrow { display: none; align-self: center; flex-shrink: 0; margin-bottom: 36px; }
@media (min-width:640px) { .step-arrow { display: flex; } }

/* ════════════════════════════════════════════════════════════
   PRICING
════════════════════════════════════════════════════════════ */
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 400px; margin: 0 auto; }
@media (min-width:600px) { .pricing-grid { grid-template-columns: 1fr 1fr; max-width: 680px; } }
@media (min-width:940px) { .pricing-grid { grid-template-columns: repeat(3,1fr); max-width: 1000px; } }
.price-card { background: #fff; border: 2px solid var(--border); border-radius: 16px; padding: 28px; position: relative; box-shadow: var(--shadow); transition: all .24s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow2); }
.price-card--popular { border-color: var(--gold); }
.popular-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; border-radius: 100px; padding: 4px 14px; font-size: .67rem; font-weight: 700; white-space: nowrap; letter-spacing: .4px; }
.price-card-head { border-bottom: 1px solid var(--border); padding-bottom: 20px; margin-bottom: 20px; }
.price-plan-name { font-weight: 800; font-size: 1.15rem; margin-bottom: 4px; color: var(--text); }
.price-plan-desc { font-size: .8rem; color: var(--muted); margin-bottom: 16px; }
.price-amount-row { display: flex; align-items: baseline; gap: 1px; }
.price-currency { font-size: 1rem; font-weight: 700; color: var(--text); margin-top: 6px; }
.price-amount   { font-size: 2.5rem; font-weight: 800; color: var(--text); line-height: 1; }
.price-period   { font-size: .8rem; color: var(--muted); margin-left: 3px; }
.price-billed   { font-size: .73rem; color: var(--muted); margin-top: 4px; }
.price-plan-silver   .price-plan-name, .price-plan-silver   .price-amount { color: var(--silver); }
.price-plan-gold     .price-plan-name, .price-plan-gold     .price-amount { color: var(--gold); }
.price-plan-platinum .price-plan-name, .price-plan-platinum .price-amount { color: var(--plat); }
.price-features { list-style: none; margin: 0 0 24px; }
.price-features li { display: flex; align-items: flex-start; gap: 8px; padding: 7px 0; font-size: .84rem; color: var(--text2); border-bottom: 1px solid var(--border); }
.price-features li:last-child { border-bottom: none; }
.price-features li svg { flex-shrink: 0; margin-top: 1px; }
.price-note { font-size: .72rem; color: var(--muted); margin-top: 10px; }
.price-card-foot { text-align: center; }
.billing-toggle { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 36px; font-size: .88rem; color: var(--muted); }
.toggle-track { position: relative; width: 44px; height: 24px; background: var(--surface2); border-radius: 100px; border: 1.5px solid var(--border2); cursor: pointer; transition: background .2s; flex-shrink: 0; }
.toggle-track.on { background: var(--green); }
.toggle-thumb { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.22); transition: transform .22s; }
.toggle-track.on .toggle-thumb { transform: translateX(20px); }
.save-tag { background: #dcf8c6; color: var(--green3); border-radius: 6px; padding: 2px 8px; font-size: .68rem; font-weight: 700; }

/* ════════════════════════════════════════════════════════════
   TRUST BAR
════════════════════════════════════════════════════════════ */
.trust-bar  { background: var(--green3); padding: 20px 0; }
.trust-row  { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.trust-item { display: flex; align-items: center; gap: 7px; padding: 4px 16px; color: rgba(255,255,255,.82); font-size: .83rem; font-weight: 500; }
@media (max-width:640px) { .trust-item { padding: 4px 10px; font-size: .78rem; } }

/* ════════════════════════════════════════════════════════════
   DASHBOARD
════════════════════════════════════════════════════════════ */
.dash-root { display: block; min-height: calc(100vh - var(--nav-h)); background: var(--bg); }
@media (min-width:900px) { .dash-root { display: grid; grid-template-columns: 248px 1fr; } }

.dash-sidebar { background: var(--green3); display: none; flex-direction: column; position: sticky; top: var(--nav-h); height: calc(100vh - var(--nav-h)); overflow-y: auto; }
@media (min-width:900px) { .dash-sidebar { display: flex; } }

.ds-user { display: flex; align-items: center; gap: 12px; padding: 20px 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.ds-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9rem; color: #fff; flex-shrink: 0; }
.ds-username { font-weight: 600; font-size: .88rem; color: #fff; line-height: 1.2; }
.ds-plan-lbl { font-size: .7rem; margin-top: 2px; color: rgba(255,255,255,.5); }
.plan-color-silver   { color: #94a3b8; }
.plan-color-gold     { color: #fbbf24; }
.plan-color-platinum { color: #c084fc; }
.plan-color-free     { color: rgba(255,255,255,.5); }

.ds-nav { padding: 10px 0; flex: 1; }
.ds-nav-label { font-size: .58rem; text-transform: uppercase; letter-spacing: 1.8px; color: rgba(255,255,255,.3); padding: 10px 16px 4px; }
.ds-nav-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; color: rgba(255,255,255,.65); font-size: .85rem; font-weight: 500; text-decoration: none; transition: all .18s; border-right: 3px solid transparent; }
.ds-nav-item:hover { background: rgba(255,255,255,.09); color: #fff; }
.ds-nav-item.is-active { background: rgba(255,255,255,.15); color: #fff; border-right-color: var(--green); }
.ds-nav-item svg { flex-shrink: 0; opacity: .75; }
.ds-nav-item.is-active svg { opacity: 1; }
.ds-badge { margin-left: auto; background: var(--error); color: #fff; border-radius: 100px; font-size: .6rem; font-weight: 700; padding: 2px 6px; }
.ds-logout { color: rgba(255,150,150,.7); }
.ds-logout:hover { background: rgba(220,38,38,.12); color: #fca5a5; }

.ds-plan-box { margin: auto 12px 16px; padding: 12px 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.ds-plan-lbl-sm { font-size: .6rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.35); margin-bottom: 5px; }
.ds-plan-name   { font-weight: 700; color: #fff; font-size: .9rem; margin-bottom: 4px; }
.ds-plan-sub    { font-size: .74rem; color: rgba(255,255,255,.4); }

.dash-main { padding: 20px 16px 100px; background: var(--bg); min-height: 100%; }
@media (min-width:640px) { .dash-main { padding: 24px 24px 40px; } }
@media (min-width:900px) { .dash-main { padding: 30px 32px 40px; } }

.dash-page-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 24px; gap: 12px; flex-wrap: wrap; }
.dash-title    { font-size: 1.3rem; font-weight: 700; color: var(--text); line-height: 1.3; }
.dash-subtitle { font-size: .8rem; color: var(--muted); margin-top: 3px; }
.dash-actions  { display: flex; gap: 8px; flex-wrap: wrap; flex-shrink: 0; }

.metrics-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
@media (min-width:900px) { .metrics-row { grid-template-columns: repeat(4,1fr); } }
.metric-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
@media (min-width:640px) { .metric-card { padding: 20px; } }
.metric-card::before { content:''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--mc,var(--green)); }
.metric-lbl { font-size: .63rem; color: var(--muted); text-transform: uppercase; letter-spacing: .7px; margin-bottom: 6px; }
.metric-val { font-size: 1.9rem; font-weight: 800; color: var(--text); line-height: 1; }
@media (max-width:480px) { .metric-val { font-size: 1.55rem; } }

.dash-grid-2 { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width:640px) { .dash-grid-2 { grid-template-columns: 1fr 1fr; } }

.num-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.num-row:last-child { border-bottom: none; }
.num-av  { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg,var(--green2),var(--green3)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wc-badge        { display: inline-block; padding: 3px 9px; border-radius: 100px; font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.wc-badge--green { background: #dcf8c6; color: var(--green3); }
.wc-badge--gray  { background: var(--surface2); color: var(--muted); }

.quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quick-btn { display: flex; align-items: center; gap: 9px; padding: 12px 14px; background: var(--surface2); border: 1px solid var(--border); border-radius: 10px; color: var(--text2); font-size: .84rem; font-weight: 600; transition: all .18s; text-decoration: none; }
.quick-btn:hover { background: rgba(37,211,102,.08); border-color: var(--green); color: var(--green3); }
.quick-btn svg { flex-shrink: 0; fill: var(--green3); }

.empty-box    { text-align: center; padding: 32px 20px; color: var(--muted); }
.empty-box p  { font-size: .85rem; margin-top: 10px; }
.empty-box-lg { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-box-lg p { font-size: .88rem; margin-top: 12px; }

/* ════════════════════════════════════════════════════════════
   CHAT
════════════════════════════════════════════════════════════ */
.chat-layout-wrap { display: flex; flex-direction: column; border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow); }
@media (min-width:860px) { .chat-layout-wrap { display: grid; grid-template-columns: 280px 1fr; height: calc(100vh - var(--nav-h) - 60px); } }
.chat-contacts-col  { background: #fff; display: flex; flex-direction: column; border-right: 1px solid var(--border); }
@media (max-width:859px) { .chat-contacts-col { border-right: none; border-bottom: 1px solid var(--border); max-height: 260px; } }
.chat-search-row    { padding: 10px 12px; background: var(--surface2); border-bottom: 1px solid var(--border); flex-shrink: 0; }
.chat-search-input  { width: 100%; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 8px 14px; color: var(--text); font-size: .83rem; outline: none; font-family: inherit; transition: border .18s; }
.chat-search-input:focus { border-color: var(--green); }
.contacts-list      { overflow-y: auto; flex: 1; -webkit-overflow-scrolling: touch; }
.chat-messages-col  { display: flex; flex-direction: column; background: var(--cream); flex: 1; min-height: 400px; }
@media (min-width:860px) { .chat-messages-col { height: 100%; overflow: hidden; } }
.chat-topbar        { display: flex; align-items: center; gap: 11px; padding: 11px 16px; background: var(--green3); flex-shrink: 0; }
.chat-topbar-av     { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: .85rem; flex-shrink: 0; }
.chat-topbar-name   { font-weight: 600; font-size: .88rem; color: #fff; }
.chat-topbar-status { font-size: .72rem; color: rgba(255,255,255,.6); }
.chat-msgs      { flex: 1; overflow-y: auto; padding: 14px 16px; display: flex; flex-direction: column; gap: 6px; -webkit-overflow-scrolling: touch; }
.chat-input-row { display: flex; gap: 8px; align-items: flex-end; padding: 10px 12px; border-top: 1px solid var(--border); background: var(--surface2); flex-shrink: 0; }
.chat-textarea  { flex: 1; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 9px 14px; font-size: .85rem; font-family: inherit; outline: none; resize: none; max-height: 100px; line-height: 1.5; transition: border .18s; color: var(--text); }
.chat-textarea:focus { border-color: var(--green); }
.chat-send-btn  { width: 38px; height: 38px; border-radius: 50%; background: var(--green); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .18s; }
.chat-send-btn:hover { background: var(--green2); }

/* ════════════════════════════════════════════════════════════
   MOBILE BOTTOM NAV
════════════════════════════════════════════════════════════ */
.mobile-bottom-nav { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: var(--green3); border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 -3px 14px rgba(0,0,0,.2); padding: 4px 0 calc(5px + env(safe-area-inset-bottom,0px)); }
@media (min-width:900px) { .mobile-bottom-nav { display: none; } }
.mbn-link { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; color: rgba(255,255,255,.5); font-size: .54rem; font-weight: 600; text-transform: uppercase; letter-spacing: .4px; padding: 6px 4px; transition: color .18s; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.mbn-link svg { width: 22px; height: 22px; fill: currentColor; }
.mbn-link.mbn-active, .mbn-link:hover { color: #fff; }
.mbn-link.mbn-active { color: var(--green); }

/* ════════════════════════════════════════════════════════════
   TABLES
════════════════════════════════════════════════════════════ */
.tbl-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; background: #fff; min-width: 460px; }
thead tr { background: var(--green3); }
th { text-align: left; font-size: .63rem; text-transform: uppercase; letter-spacing: .8px; color: rgba(255,255,255,.92); padding: 11px 14px; white-space: nowrap; font-weight: 600; }
td { padding: 11px 14px; border-bottom: 1px solid var(--border); font-size: .84rem; color: var(--text); }
tr:last-child td { border-bottom: none; }
tbody tr:hover td { background: var(--surface2); }

/* ════════════════════════════════════════════════════════════
   PILLS / BADGES / TABS
════════════════════════════════════════════════════════════ */
.pill       { display: inline-block; padding: 3px 10px; border-radius: 100px; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; line-height: 1.4; }
.pill-green { background: #dcf8c6; color: var(--green3); }
.pill-gold  { background: #fef3c7; color: var(--gold); }
.pill-plat  { background: #ede9fe; color: var(--plat); }
.pill-red   { background: #fee2e2; color: var(--error); }
.pill-blue  { background: #dbeafe; color: var(--info); }
.pill-gray  { background: var(--surface2); color: var(--muted); }
.pill-sil   { background: #e2e8f0; color: var(--silver); }

.wc-tabs { display: flex; gap: 3px; background: var(--surface2); padding: 4px; border-radius: 10px; margin-bottom: 20px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.wc-tabs::-webkit-scrollbar { display: none; }
.wc-tab { flex-shrink: 0; padding: 8px 14px; border-radius: 7px; border: none; cursor: pointer; font-family: inherit; font-size: .82rem; font-weight: 500; background: transparent; color: var(--muted); transition: all .18s; white-space: nowrap; -webkit-tap-highlight-color: transparent; }
.wc-tab.active { background: #fff; color: var(--text); box-shadow: 0 1px 5px rgba(0,0,0,.08); }

/* ════════════════════════════════════════════════════════════
   FAQ / FOOTER / MISC
════════════════════════════════════════════════════════════ */
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; box-shadow: var(--shadow); }
.faq-item summary { font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--text); font-size: .9rem; gap: 12px; -webkit-tap-highlight-color: transparent; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--green); flex-shrink: 0; transition: transform .22s; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin-top: 10px; color: var(--muted); font-size: .85rem; line-height: 1.72; }

.wc-footer { background: var(--green3); padding: 52px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; }
@media (min-width:640px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; } }
.footer-brand .wc-logo { margin-bottom: 12px; }
.footer-desc { font-size: .83rem; color: rgba(255,255,255,.48); line-height: 1.75; max-width: 240px; }
.footer-col h5 { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.36); margin-bottom: 12px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: .83rem; color: rgba(255,255,255,.56); transition: color .18s; }
.footer-col ul li a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 6px; }

.divider   { border: none; border-top: 1px solid var(--border); margin: 18px 0; }
.text-link { color: var(--green3); font-weight: 600; font-size: .9rem; }
.text-link:hover { color: var(--green); }
.text-wa-green { color: var(--green); }

/* ════════════════════════════════════════════════════════════
   WP ADMIN OVERRIDES
════════════════════════════════════════════════════════════ */
#wpbody,#wpbody-content,.wrap,#wpcontent { background: #f9f6f1 !important; color: #111b21 !important; }
.wrap h1,.wrap h2,.wrap h3 { color: #075e54 !important; }
.wp-list-table td,.wp-list-table th,.form-table td,.form-table th { color: #111b21 !important; }
.description { color: #667781 !important; }
#wpcontent input[type=text],#wpcontent input[type=email],#wpcontent input[type=url],#wpcontent input[type=password],#wpcontent input[type=number],#wpcontent select,#wpcontent textarea { background: #fff !important; border: 1px solid #dbd5cc !important; color: #111b21 !important; border-radius: 8px !important; padding: 8px 12px !important; }
#wpcontent .button-primary { background: #25d366 !important; border-color: #128c7e !important; color: #000 !important; font-weight: 700 !important; }
#wpcontent .button-primary:hover { background: #128c7e !important; color: #fff !important; }
.notice-success { background: #dcf8c6 !important; color: #075e54 !important; border-left-color: #25d366 !important; }
.notice-error   { background: #fee2e2 !important; color: #991b1b !important; }
.notice-warning { background: #fef3c7 !important; color: #92400e !important; }
.notice-info    { background: #dbeafe !important; color: #1e40af !important; }

@media (max-width:360px) { h1 { font-size: 1.6rem; } .btn-primary-lg,.btn-ghost-lg { padding: 11px 18px; font-size: .88rem; } }

/* ════════════════════════════════════════════════════════════
   ADMIN FRONTEND PAGE (page-admin.php class names)
════════════════════════════════════════════════════════════ */
.dashboard-layout {
  display: block;
  min-height: calc(100vh - var(--nav-h));
  background: var(--bg);
}
@media (min-width: 900px) {
  .dashboard-layout { display: grid; grid-template-columns: 220px 1fr; }
}

/* Admin Sidebar */
.sidebar {
  background: var(--green3);
  display: flex; flex-direction: column;
  min-height: 100%;
  padding-bottom: 20px;
}
@media (min-width: 900px) {
  .sidebar { position: sticky; top: var(--nav-h); height: calc(100vh - var(--nav-h)); overflow-y: auto; }
}
@media (max-width: 899px) {
  .sidebar { flex-direction: row; flex-wrap: wrap; gap: 0; padding: 8px 12px; min-height: auto; overflow-x: auto; }
  .sidebar > div:first-child { display: none; }
}

.nav-item {
  display: flex; align-items: center; gap: 9px;
  padding: 10px 20px;
  color: rgba(255,255,255,.68);
  font-size: .85rem; font-weight: 500;
  text-decoration: none; transition: all .18s;
  border-right: 3px solid transparent;
  white-space: nowrap;
}
.nav-item:hover  { background: rgba(255,255,255,.1); color: #fff; }
.nav-item.active { background: rgba(255,255,255,.16); color: #fff; border-right-color: var(--green); }
.nav-icon { font-size: 1rem; flex-shrink: 0; }

@media (max-width: 899px) {
  .nav-item { padding: 8px 12px; border-right: none; border-radius: 8px; font-size: .8rem; }
  .nav-item.active { border-right: none; border-bottom: 2px solid var(--green); border-radius: 6px; }
}

/* Admin Main */
.dashboard-main {
  padding: 24px 20px 60px;
  background: var(--bg);
}
@media (min-width: 640px) { .dashboard-main { padding: 28px 32px 60px; } }

/* Page title/header */
.page-title  { font-size: 1.25rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.page-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }

/* Metrics grid */
.metrics-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 24px;
}
@media (min-width: 640px)  { .metrics-grid { grid-template-columns: repeat(4, 1fr); } }

.metric-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 18px 20px;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
  border-top: 3px solid var(--c, var(--green));
}
.metric-label  { font-size: .68rem; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); margin-bottom: 8px; }
.metric-value  { font-size: 2rem; font-weight: 800; color: var(--text); line-height: 1; }
.metric-change { font-size: .75rem; color: var(--muted); margin-top: 5px; }

/* Table wrap in admin */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* btn-ghost for admin sidebar back btn */
.btn-ghost {
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.2);
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 14px; border-radius: 8px;
  font-family: inherit; font-size: .82rem; font-weight: 500;
  cursor: pointer; transition: all .18s; text-decoration: none;
}
.btn-ghost:hover { background: rgba(255,255,255,.18); color: #fff; }

/* ════════════════════════════════════════════════════════════
   NO-NAVBAR MODE (dashboard / admin pages)
════════════════════════════════════════════════════════════ */
body:not(:has(.wc-header)) .dash-root,
body:not(:has(.wc-header)) .dashboard-layout {
  min-height: 100vh;
}
body:not(:has(.wc-header)) .dash-sidebar {
  top: 0;
  height: 100vh;
}
body:not(:has(.wc-header)) .sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
}
body:not(:has(.wc-header)) .mobile-bottom-nav {
  /* still show mobile nav when no header */
  display: flex;
}

/* ════════════════════════════════════════════════════════════
   CHAT BUBBLES & AI FEATURES
════════════════════════════════════════════════════════════ */
.chat-contact-item {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  cursor: pointer; border-left: 3px solid transparent;
  transition: background .15s;
}
.chat-contact-item:hover { background: rgba(37,211,102,.07); }

.chat-av {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--green2), var(--green3));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: .82rem;
}

.chat-msgs {
  flex: 1; overflow-y: auto; padding: 16px 14px;
  display: flex; flex-direction: column; gap: 6px;
  background: #e8e0d8;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.chat-bubble {
  max-width: 72%; padding: 8px 12px; border-radius: 8px;
  word-break: break-word; position: relative;
}
.chat-bubble.out {
  background: #dcf8c6;
  align-self: flex-end;
  border-radius: 8px 0 8px 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.chat-bubble.in {
  background: #fff;
  align-self: flex-start;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.bubble-text { font-size: .87rem; line-height: 1.55; color: #111b21; }
.bubble-meta { font-size: .67rem; color: #a0a0a0; text-align: right; margin-top: 3px; }

/* AI chip suggestions */
.ai-chip {
  background: #fff;
  border: 1.5px solid var(--green);
  color: var(--green3);
  border-radius: 100px;
  padding: 5px 12px;
  font-size: .76rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
  white-space: nowrap;
}
.ai-chip:hover { background: var(--green); color: #000; }

/* Chat search row with icon */
.chat-search-row {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  background: #f9f9f9;
}
.chat-search-input {
  flex: 1; border: none; background: transparent;
  font-size: .84rem; outline: none;
  color: var(--text);
}

/* Social login buttons */
.btn-social {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 11px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: #fff;
  font-size: .88rem; font-weight: 600; color: var(--text);
  cursor: pointer; transition: all .18s;
  text-decoration: none;
}
.btn-social:hover { border-color: #aaa; background: #fafafa; box-shadow: 0 2px 8px rgba(0,0,0,.08); color: var(--text); }
.btn-social-google:hover { border-color: #4285f4; }
.btn-social-fb:hover     { border-color: #1877f2; }

.social-divider {
  display: flex; align-items: center; gap: 12px;
  margin: 18px 0; color: var(--muted); font-size: .8rem;
}
.social-divider::before,
.social-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}

/* ════════════════════════════════════════════════════════════
   AI ASSISTANT WIDGET MESSAGES
════════════════════════════════════════════════════════════ */
.ai-msg {
  padding: 9px 13px;
  border-radius: 10px;
  font-size: .83rem;
  line-height: 1.6;
  max-width: 90%;
  word-break: break-word;
}
.ai-bot {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #065f46;
  align-self: flex-start;
  border-radius: 0 10px 10px 10px;
}
.ai-user {
  background: #075e54;
  color: #fff;
  align-self: flex-end;
  border-radius: 10px 0 10px 10px;
  margin-left: auto;
}
#ai-chat-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
