:root {
  --ibiz-blue-950: #081b3f;
  --ibiz-blue-900: #0a2558;
  --ibiz-blue-800: #123a7a;
  --ibiz-blue-700: #1853aa;
  --ibiz-blue-600: #1f68d5;
  --ibiz-blue-100: #e7f0ff;
  --ibiz-blue-50: #f5f8ff;
  --ibiz-green: #16a371;
  --ibiz-text: #12213d;
  --ibiz-muted: #68758c;
  --ibiz-border: #dce4f1;
}

html { scroll-behavior: smooth; }
body.ibiz-asistencia-fullscreen { margin: 0; background: #f7f9fd; }
body.ibiz-asistencia-fullscreen.admin-bar .ibiz-att-shell { min-height: calc(100vh - 32px); }
.ibiz-att-shell, .ibiz-att-shell * { box-sizing: border-box; }

.ibiz-att-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: linear-gradient(135deg, rgba(247,250,255,.97), rgba(238,245,255,.94)), radial-gradient(circle at 80% 10%, #d7e6ff 0, transparent 38%);
  color: var(--ibiz-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.ibiz-att-shell button, .ibiz-att-shell select { font: inherit; }
.ibiz-att-shell button { -webkit-tap-highlight-color: transparent; }

.ibiz-att-orb { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(2px); }
.ibiz-att-orb-one { width: 420px; height: 420px; right: -210px; top: 85px; background: rgba(37,104,211,.10); }
.ibiz-att-orb-two { width: 260px; height: 260px; left: -150px; bottom: 35px; background: rgba(22,163,113,.07); }

.ibiz-att-header, .ibiz-att-layout, .ibiz-att-footer {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.ibiz-att-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(13,50,104,.10);
}

.ibiz-att-brand { display: inline-flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.ibiz-att-brand:focus-visible, .ibiz-att-shell button:focus-visible, .ibiz-att-shell select:focus-visible { outline: 3px solid rgba(31,104,213,.35); outline-offset: 3px; }

.ibiz-att-brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--ibiz-blue-900), var(--ibiz-blue-600));
  box-shadow: 0 10px 26px rgba(21,78,160,.22);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .08em;
}

.ibiz-att-brand-copy { display: grid; gap: 1px; }
.ibiz-att-brand-copy strong { color: var(--ibiz-text); font-size: 16px; letter-spacing: -.02em; }
.ibiz-att-brand-copy small { color: var(--ibiz-muted); font-size: 12px; }

.ibiz-att-demo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid #cbdcf9;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--ibiz-blue-800);
  font-size: 12px;
  font-weight: 700;
}

.ibiz-att-demo-badge i { width: 7px; height: 7px; border-radius: 50%; background: #f0a426; box-shadow: 0 0 0 4px rgba(240,164,38,.13); }

.ibiz-att-layout {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(460px,1fr);
  gap: clamp(45px,7vw,105px);
  align-items: center;
  padding-block: clamp(48px,7vh,86px) 52px;
}

.ibiz-att-intro { padding-left: clamp(0px,1.8vw,24px); }
.ibiz-att-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--ibiz-blue-700); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.ibiz-att-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }

.ibiz-att-intro h1 {
  max-width: 560px;
  margin: 0;
  color: var(--ibiz-blue-950);
  font-size: clamp(43px,5.4vw,72px);
  font-weight: 780;
  letter-spacing: -.055em;
  line-height: .99;
}

.ibiz-att-intro h1 span { color: var(--ibiz-blue-600); }
.ibiz-att-intro-copy { max-width: 505px; margin: 25px 0 30px; color: #58677f; font-size: 17px; line-height: 1.7; }

.ibiz-att-time-card {
  width: min(100%,410px);
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 18px 20px;
  border: 1px solid rgba(184,201,229,.8);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 35px rgba(23,55,109,.06);
  backdrop-filter: blur(12px);
}

.ibiz-att-time-icon { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; background: var(--ibiz-blue-100); color: var(--ibiz-blue-700); font-size: 27px; line-height: 1; }
.ibiz-att-time-card > div:last-child { display: grid; }
.ibiz-att-time-card span { color: var(--ibiz-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ibiz-att-time-card strong { margin-top: 2px; color: var(--ibiz-blue-950); font-size: 28px; line-height: 1.2; letter-spacing: .02em; }
.ibiz-att-time-card small { color: #6d7890; font-size: 12px; text-transform: capitalize; }

.ibiz-att-server-note { display: flex; align-items: flex-start; gap: 9px; max-width: 410px; margin: 17px 0 0; color: #718098; font-size: 12px; line-height: 1.55; }
.ibiz-att-server-note > span { width: 19px; height: 19px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #ddf6ec; color: var(--ibiz-green); font-size: 11px; font-weight: 900; }

.ibiz-att-card {
  padding: clamp(25px,3.3vw,38px);
  border: 1px solid rgba(208,220,239,.95);
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 80px rgba(21,49,98,.13);
  backdrop-filter: blur(15px);
}

.ibiz-att-form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.ibiz-att-form-heading > div:first-child > span { color: var(--ibiz-blue-600); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ibiz-att-form-heading h2 { margin: 5px 0 0; color: var(--ibiz-blue-950); font-size: clamp(23px,2.2vw,29px); letter-spacing: -.035em; line-height: 1.2; }
.ibiz-att-step { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--ibiz-blue-50); color: var(--ibiz-blue-700); font-size: 13px; font-weight: 850; }

.ibiz-att-field { margin-top: 17px; }
.ibiz-att-field > label { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 7px; color: #2e3e59; font-size: 13px; font-weight: 750; }
.ibiz-att-field > label span { color: #8490a5; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.ibiz-att-select-wrap { position: relative; }
.ibiz-att-select-wrap::after { content: "⌄"; position: absolute; top: 50%; right: 17px; transform: translateY(-58%); color: #5f6d84; font-size: 19px; pointer-events: none; }
.ibiz-att-select-wrap select, .ibiz-att-readonly { width: 100%; min-height: 50px; border: 1px solid var(--ibiz-border); border-radius: 13px; background: #fbfcff; color: #273752; font-size: 13px; }
.ibiz-att-select-wrap select { appearance: none; padding: 0 46px 0 15px; cursor: pointer; outline: none; }
.ibiz-att-select-wrap select:focus { border-color: var(--ibiz-blue-600); box-shadow: 0 0 0 4px rgba(31,104,213,.10); }
.ibiz-att-readonly { display: flex; align-items: center; padding: 0 15px; background: #f5f7fb; color: #78859a; }

.ibiz-att-location { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; padding: 13px; border: 1px solid #cfe0fb; border-radius: 16px; background: #f4f8ff; }
.ibiz-att-location[data-status="ready"] { border-color: #bde5d4; background: #f1fbf7; }
.ibiz-att-location[data-status="error"] { border-color: #f0c5c5; background: #fff7f7; }
.ibiz-att-location-copy { display: flex; align-items: center; gap: 11px; min-width: 0; }
.ibiz-att-location-copy > div { display: grid; min-width: 0; }
.ibiz-att-location-symbol { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: #fff; box-shadow: 0 4px 15px rgba(23,74,148,.08); color: var(--ibiz-blue-700); font-size: 20px; }
.ibiz-att-location-copy strong { color: #33435e; font-size: 12px; }
.ibiz-att-location-copy small { margin-top: 2px; overflow: hidden; color: #738199; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.ibiz-att-location-button { min-height: 37px; padding: 0 13px; flex: 0 0 auto; border: 0; border-radius: 10px; background: var(--ibiz-blue-700); color: #fff; cursor: pointer; font-size: 10px; font-weight: 800; }
.ibiz-att-location-button:hover { background: var(--ibiz-blue-800); }
.ibiz-att-location-button:disabled { cursor: wait; opacity: .6; }

.ibiz-att-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 22px; }
.ibiz-att-action { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; cursor: pointer; font-size: 12px; font-weight: 800; text-align: left; transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
.ibiz-att-action > span:last-child { display: grid; }
.ibiz-att-action small { margin-bottom: 2px; font-size: 8px; font-weight: 700; letter-spacing: .07em; opacity: .75; text-transform: uppercase; }
.ibiz-att-button-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; font-size: 17px; }
.ibiz-att-entry { border: 0; background: linear-gradient(135deg,var(--ibiz-blue-700),var(--ibiz-blue-600)); box-shadow: 0 10px 24px rgba(26,86,184,.20); color: #fff; }
.ibiz-att-entry .ibiz-att-button-icon { background: rgba(255,255,255,.15); }
.ibiz-att-exit { border: 1px solid #cbd8ec; background: #fff; color: var(--ibiz-blue-800); }
.ibiz-att-exit .ibiz-att-button-icon { background: var(--ibiz-blue-100); }
.ibiz-att-action:not(:disabled):hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(26,66,128,.16); }
.ibiz-att-action:disabled { cursor: not-allowed; filter: grayscale(.25); opacity: .42; box-shadow: none; }

.ibiz-att-message { margin-top: 14px; padding: 11px 13px; border-radius: 12px; font-size: 11px; font-weight: 700; line-height: 1.45; }
.ibiz-att-message.is-success { border: 1px solid #bae6d4; background: #edfaf4; color: #087b54; }
.ibiz-att-helper { margin: 14px 0 0; color: #8994a7; font-size: 10px; line-height: 1.4; text-align: center; }

.ibiz-att-footer { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(13,50,104,.08); color: #7d899c; font-size: 10px; }

@media (max-width: 900px) {
  .ibiz-att-layout { grid-template-columns: 1fr; gap: 38px; max-width: 620px; }
  .ibiz-att-intro { padding-left: 0; text-align: center; }
  .ibiz-att-intro h1, .ibiz-att-intro-copy, .ibiz-att-time-card, .ibiz-att-server-note { margin-inline: auto; }
  .ibiz-att-server-note { justify-content: center; text-align: left; }
}

@media (max-width: 782px) {
  body.ibiz-asistencia-fullscreen.admin-bar .ibiz-att-shell { min-height: calc(100vh - 46px); }
}

@media (max-width: 560px) {
  .ibiz-att-header, .ibiz-att-layout, .ibiz-att-footer { width: min(100% - 26px,520px); }
  .ibiz-att-header { min-height: 76px; }
  .ibiz-att-brand-mark { width: 42px; height: 42px; border-radius: 12px; font-size: 12px; }
  .ibiz-att-brand-copy small { display: none; }
  .ibiz-att-demo-badge { padding: 8px 10px; font-size: 9px; }
  .ibiz-att-layout { padding-top: 37px; }
  .ibiz-att-intro h1 { font-size: 44px; }
  .ibiz-att-intro-copy { margin-block: 19px 24px; font-size: 15px; }
  .ibiz-att-time-card { text-align: left; }
  .ibiz-att-card { padding: 24px 18px; border-radius: 24px; }
  .ibiz-att-location { align-items: stretch; flex-direction: column; }
  .ibiz-att-location-button { width: 100%; }
  .ibiz-att-actions { grid-template-columns: 1fr; }
  .ibiz-att-action { min-height: 58px; }
  .ibiz-att-footer { min-height: 76px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
  .ibiz-att-footer > span { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .ibiz-att-shell *, .ibiz-att-shell *::before, .ibiz-att-shell *::after { scroll-behavior: auto !important; transition: none !important; }
}

