
.tvx-calendar-shell{max-width:1180px;margin:36px auto;padding:0 18px;color:#1f2937}
.tvx-calendar-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}
.tvx-calendar-head h1{margin:5px 0 7px;font-size:38px}.tvx-calendar-head p{margin:0;color:#64748b}
.tvx-eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:#e98228}
.tvx-btn{border:1px solid #b9c6d6;background:#fff;color:#172033;border-radius:9px;padding:10px 15px;font-weight:700;text-decoration:none;cursor:pointer;display:inline-block}
.tvx-btn.primary{background:#e9842b;border-color:#e9842b;color:white}.tvx-btn.danger{color:#a52d2d;border-color:#e4bcbc}
.tvx-notice{padding:12px 15px;border-radius:9px;background:#edf4fb;margin-bottom:18px}.tvx-notice.success{background:#e9f8ef;color:#17643d}
.tvx-event-list{display:grid;gap:16px}.tvx-event-card{background:white;border:1px solid #dbe4ee;border-radius:14px;padding:20px;box-shadow:0 6px 22px rgba(20,35,55,.06)}
.tvx-event-date{font-size:13px;color:#2f77bd;font-weight:800}.tvx-event-card h3{font-size:22px;margin:5px 0}.tvx-event-card p{color:#64748b}
.tvx-meeting-link{font-weight:700}.tvx-rsvp-summary{display:flex;gap:14px;flex-wrap:wrap;margin:16px 0;font-size:13px;font-weight:700}
.tvx-rsvp-summary .yes{color:#16834d}.tvx-rsvp-summary .no{color:#b33b3b}.tvx-rsvp-summary .pending{color:#7a6b20}
.tvx-attendees{border-top:1px solid #e6edf4;padding-top:12px}.tvx-attendees summary{cursor:pointer;font-weight:700}
.tvx-attendee-list{margin-top:10px}.tvx-attendee-list>div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid #eef2f6}
.tvx-attendee-list small{display:block;color:#7a8798}.tvx-attendee-list em{font-weight:400;color:#64748b}.rsvp-yes{color:#16834d}.rsvp-no{color:#b33b3b}.rsvp-pending{color:#7a6b20}
.tvx-event-actions{display:flex;gap:9px;margin-top:15px}.tvx-event-actions form{margin:0}.tvx-empty,.tvx-calendar-lock{padding:36px;text-align:center;border:1px dashed #b8c6d7;border-radius:14px;background:#f8fafc}
.tvx-event-dialog{width:min(760px,calc(100vw - 30px));border:0;border-radius:15px;padding:0;box-shadow:0 24px 70px rgba(0,0,0,.35)}
.tvx-event-dialog::backdrop{background:rgba(6,12,22,.64)}.tvx-event-dialog form{padding:24px}.tvx-dialog-head{display:flex;justify-content:space-between;align-items:center}
.tvx-dialog-head h2{margin:0 0 15px}.tvx-dialog-close{border:0;background:transparent;font-size:28px;cursor:pointer}
.tvx-event-dialog label{display:block;font-weight:700;margin:13px 0}.tvx-event-dialog label>span{font-weight:400;color:#7c8796}
.tvx-event-dialog input,.tvx-event-dialog textarea{width:100%;box-sizing:border-box;margin-top:6px;padding:11px;border:1px solid #bdc9d7;border-radius:8px;font:inherit}
.tvx-participant-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px}.tvx-participant-head span{display:block;color:#6b7787;font-size:13px;margin-top:3px}
.tvx-participant-row{display:grid;grid-template-columns:1fr 1fr 36px;gap:8px;margin-top:9px}.tvx-remove-participant{border:0;background:#f4e6e6;color:#a52d2d;border-radius:8px;font-size:22px;cursor:pointer}
.tvx-host-reminder{font-size:13px;background:#f1f6fb;padding:11px;border-radius:8px;color:#526176}.tvx-dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}
@media(max-width:650px){.tvx-calendar-head{align-items:flex-start;flex-direction:column}.tvx-participant-row{grid-template-columns:1fr}.tvx-remove-participant{height:36px}.tvx-attendee-list>div{flex-direction:column}}

.tvx-client-portal{max-width:980px;margin:50px auto;padding:0 18px}
.tvx-portal-brand{text-align:center;margin-bottom:26px}
.tvx-portal-brand h1{font-size:40px;margin:6px 0 10px;color:#172033}
.tvx-portal-brand p{max-width:680px;margin:0 auto;color:#667487;font-size:17px;line-height:1.6}
.tvx-login-card{max-width:460px;margin:0 auto;background:#fff;border:1px solid #dbe4ee;border-radius:16px;padding:26px;box-shadow:0 10px 32px rgba(20,35,55,.08)}
.tvx-login-card label{display:block;font-weight:700;color:#263348;margin-bottom:12px}
.tvx-login-card input[type="text"],.tvx-login-card input[type="password"]{width:100%;box-sizing:border-box;padding:12px;border:1px solid #bdc9d7;border-radius:9px;margin-top:6px}
.tvx-login-card .login-submit input{width:100%;border:0;border-radius:9px;background:#e9842b;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer}
.tvx-login-links{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-top:16px}
.tvx-portal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.tvx-portal-card{display:block;text-decoration:none!important;background:#fff;border:1px solid #dbe4ee;border-radius:15px;padding:24px;color:#172033;box-shadow:0 7px 24px rgba(20,35,55,.06);transition:.15s ease}
.tvx-portal-card:hover{transform:translateY(-2px);border-color:#9fb8d4}
.tvx-portal-icon{display:block;font-size:30px;margin-bottom:13px}.tvx-portal-card strong{display:block;font-size:19px;margin-bottom:8px}
.tvx-portal-card small{display:block;color:#68778a;line-height:1.55;font-size:14px}.tvx-portal-footer{text-align:center;margin-top:24px}
.tvx-portal-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
@media(max-width:720px){.tvx-portal-grid{grid-template-columns:1fr}.tvx-login-links{flex-direction:column}.tvx-portal-brand h1{font-size:32px}}

/* v1.13.4 single-page Client Portal */
.tvx-portal-grid-compact{gap:12px;margin-bottom:20px}
.tvx-portal-grid-compact .tvx-portal-card{
  min-height:74px;
  padding:12px 16px;
  display:flex;
  align-items:center;
  text-align:left;
  width:100%;
  font:inherit;
  cursor:pointer;
}
.tvx-portal-grid-compact .tvx-portal-icon{
  font-size:25px;
  margin:0 12px 0 0;
  flex:0 0 auto;
}
.tvx-portal-tab-text{min-width:0}
.tvx-portal-grid-compact .tvx-portal-card strong{
  font-size:16px;
  margin:0 0 3px;
}
.tvx-portal-grid-compact .tvx-portal-card small{
  font-size:12px;
  line-height:1.35;
}
.tvx-portal-grid-compact .tvx-portal-card.active{
  border-color:#e9842b;
  box-shadow:0 0 0 2px rgba(233,132,43,.12),0 7px 24px rgba(20,35,55,.06);
}
.tvx-portal-workspace{
  background:#fff;
  border:1px solid #dbe4ee;
  border-radius:16px;
  padding:20px;
  min-height:500px;
  box-shadow:0 8px 28px rgba(20,35,55,.06);
}
.tvx-portal-panel[hidden]{display:none!important}
.tvx-portal-panel.active{display:block}
.tvx-portal-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:4px 4px 16px;
  border-bottom:1px solid #e8eef4;
  margin-bottom:16px;
}
.tvx-portal-section-head h2{margin:4px 0 0;font-size:26px;color:#172033}
.tvx-host-frame{
  width:100%;
  min-height:720px;
  border:0;
  border-radius:12px;
  background:#f4f7fa;
}
.tvx-account-embed{padding:4px}
.tvx-portal-workspace .tvx-calendar-shell{
  max-width:none;
  margin:0;
  padding:0;
}
.tvx-portal-workspace .tvx-calendar-head{
  margin-top:0;
}
@media(max-width:720px){
  .tvx-portal-grid-compact{grid-template-columns:1fr}
  .tvx-portal-grid-compact .tvx-portal-card{min-height:64px}
  .tvx-portal-workspace{padding:12px}
  .tvx-host-frame{min-height:620px}
}

/* v1.13.5 Host Meeting opens TeamVexa Client directly */
.tvx-portal-grid-compact .tvx-portal-direct{
  min-height:74px;
  padding:12px 16px;
  display:flex;
  align-items:center;
  text-align:left;
  width:100%;
  box-sizing:border-box;
}
.tvx-portal-grid-compact .tvx-portal-direct:hover{
  transform:translateY(-2px);
  border-color:#9fb8d4;
}

/* v1.13.6 My Account readability */
.tvx-account-embed,
.tvx-account-embed p,
.tvx-account-embed label,
.tvx-account-embed span,
.tvx-account-embed li,
.tvx-account-embed td,
.tvx-account-embed th,
.tvx-account-embed address,
.tvx-account-embed legend,
.tvx-account-embed .woocommerce,
.tvx-account-embed .woocommerce-MyAccount-content,
.tvx-account-embed .woocommerce-MyAccount-navigation a,
.tvx-account-embed .woocommerce form .form-row label,
.tvx-account-embed .woocommerce strong {
  color:#000 !important;
}
.tvx-account-embed input,
.tvx-account-embed textarea,
.tvx-account-embed select {
  color:#000 !important;
  background:#fff !important;
}
.tvx-account-embed input::placeholder,
.tvx-account-embed textarea::placeholder {
  color:#555 !important;
  opacity:1;
}

/* v1.13.9 meeting-day room-code broadcast */
.tvx-dayof-tools{
  margin:16px 0 4px;
  padding:15px;
  border:1px solid #dbe4ee;
  border-radius:12px;
  background:#f8fafc;
}
.tvx-dayof-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:12px;
}
.tvx-dayof-head strong{display:block;color:#111;font-size:15px}
.tvx-dayof-head small,.tvx-dayof-note{display:block;color:#4b5563;margin-top:3px}
.tvx-room-broadcast-form{
  display:flex;
  align-items:flex-end;
  gap:10px;
}
.tvx-room-broadcast-form label{flex:1;min-width:180px}
.tvx-room-broadcast-form label span{
  display:block;
  margin:0 0 5px;
  color:#111;
  font-size:13px;
  font-weight:700;
}
.tvx-room-broadcast-form input{
  width:100%;
  box-sizing:border-box;
  color:#111;
  background:#fff;
}
.tvx-room-broadcast-form button:disabled{
  opacity:.48;
  cursor:not-allowed;
}
@media(max-width:720px){
  .tvx-dayof-head,.tvx-room-broadcast-form{display:block}
  .tvx-dayof-head .tvx-btn,.tvx-room-broadcast-form .tvx-btn{margin-top:10px;width:100%}
}
