:root{
  --aqo-bg:#eef4fb;
  --aqo-panel:#ffffff;
  --aqo-panel-soft:#f8fbff;
  --aqo-line:#d8e3f1;
  --aqo-text:#14233b;
  --aqo-muted:#6f829d;
  --aqo-primary:#2f5df5;
  --aqo-primary-2:#2347bf;
  --aqo-accent:#157a71;
  --aqo-accent-2:#0e655f;
  --aqo-sidebar:#0f2354;
  --aqo-shadow:0 18px 42px rgba(18,35,67,.08);
  --aqo-radius-xl:26px;
}
html,body{margin:0;padding:0;background:linear-gradient(180deg,#eef4fb 0%,#f7fafe 100%)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--aqo-text)}
body.aqo-app-body .site,body.aqo-app-body .site-header,body.aqo-app-body .site-footer,body.aqo-app-body #masthead,body.aqo-app-body #colophon,body.aqo-app-body header:not(.aqo-topbar),body.aqo-app-body footer{display:none!important}
body.aqo-app-body .aqo-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}
.aqo-sidebar{background:linear-gradient(180deg,var(--aqo-sidebar) 0%,#10275f 100%);color:#fff;padding:24px 20px;display:flex;flex-direction:column;gap:20px}
.aqo-brand{display:flex;gap:14px;align-items:center;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}
.aqo-brand-mark{width:50px;height:50px;border-radius:18px;background:linear-gradient(135deg,var(--aqo-primary),#17a1a3);display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 12px 24px rgba(0,0,0,.18)}
.aqo-brand-title{font-size:16px;font-weight:800;line-height:1.2}
.aqo-brand-sub{font-size:13px;color:rgba(255,255,255,.72)}
.aqo-nav{display:flex;flex-direction:column;gap:10px}
.aqo-nav-item{display:flex;align-items:center;gap:12px;padding:16px 14px;border-radius:20px;color:rgba(255,255,255,.88);text-decoration:none;font-size:18px;font-weight:800}
.aqo-nav-item.is-active{background:linear-gradient(135deg,var(--aqo-primary),#4267f8);box-shadow:0 16px 26px rgba(47,93,245,.24)}
.aqo-nav-dot{width:12px;height:12px;border-radius:999px;background:currentColor}
.aqo-side-card{margin-top:auto;padding:18px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.aqo-side-caption{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.72);font-weight:700}
.aqo-side-title{font-size:18px;font-weight:800;margin:8px 0 4px}
.aqo-side-text{font-size:13px;color:rgba(255,255,255,.72);line-height:1.55}
.aqo-main{min-width:0;padding:26px}
.aqo-topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:20px}
.aqo-kicker{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#edf3ff;color:var(--aqo-primary);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.aqo-title{font-size:clamp(30px,3vw,46px);line-height:1.04;margin:12px 0 0;letter-spacing:-.03em}
.aqo-top-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.aqo-user-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border:1px solid var(--aqo-line);border-radius:999px;box-shadow:0 6px 18px rgba(16,33,66,.06);font-weight:700}
.aqo-user-avatar{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,var(--aqo-primary),#17a1a3);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}
.aqo-stage-card{background:linear-gradient(180deg,var(--aqo-panel) 0%,var(--aqo-panel-soft) 100%);border:1px solid var(--aqo-line);border-radius:var(--aqo-radius-xl);padding:28px;box-shadow:var(--aqo-shadow);min-height:calc(100vh - 160px)}
.aqo-stage-card *{box-sizing:border-box;max-width:100%}
.aqo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 18px;border-radius:16px;background:linear-gradient(135deg,var(--aqo-accent),var(--aqo-accent-2));border:none;color:#fff!important;text-decoration:none;font-weight:800;cursor:pointer;box-shadow:0 12px 22px rgba(21,122,113,.18)}
.aqo-btn-outline{background:#fff!important;color:var(--aqo-primary)!important;border:1px solid var(--aqo-line)!important;box-shadow:none}
.aqo-btn-secondary{background:linear-gradient(135deg,var(--aqo-primary),#4267f8)!important}
.aqo-actions{display:flex;gap:12px;flex-wrap:wrap}
.aqo-org-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:20px}
.aqo-role-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ecfaf7;color:#0d6d66;font-weight:800;border:1px solid #bfe7de}
.aqo-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}
.aqo-stat{background:#fff;border:1px solid var(--aqo-line);border-radius:22px;padding:18px;box-shadow:0 8px 20px rgba(18,35,67,.05)}
.aqo-stat-value{font-size:34px;font-weight:800;line-height:1}
.aqo-stat-label{font-size:14px;color:var(--aqo-muted);margin-top:8px}
.aqo-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.aqo-tab{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;border:1px solid var(--aqo-line);background:#fff;color:#21446f!important;text-decoration:none;font-size:16px;font-weight:800;min-height:52px}
.aqo-tab.active{background:linear-gradient(135deg,var(--aqo-primary),#4267f8);color:#fff!important;border-color:transparent;box-shadow:0 16px 28px rgba(47,93,245,.22)}
.aqo-card-block{background:#fff;border:1px solid var(--aqo-line);border-radius:24px;padding:24px;box-shadow:0 8px 20px rgba(18,35,67,.05);margin-bottom:18px}
.aqo-card-block h3,.aqo-card-block h4{margin:0 0 10px;font-size:22px;letter-spacing:-.02em}
.aqo-card-block p{margin:0 0 14px;color:var(--aqo-muted);line-height:1.65}
.aqo-form-grid,.aqo-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.aqo-span-2{grid-column:1 / -1}
.aqo-stage-card label{display:block;margin:0 0 8px;font-size:14px;font-weight:800;color:var(--aqo-text)}
.aqo-stage-card input[type="text"],.aqo-stage-card input[type="email"],.aqo-stage-card input[type="password"],.aqo-stage-card select,.aqo-stage-card textarea,.aqo-stage-card button{width:100%;max-width:100%;min-width:0;min-height:52px;padding:14px 16px;border-radius:18px;border:1px solid #c7d6e8;background:#fff;color:var(--aqo-text);font-size:16px}
.aqo-stage-card textarea{min-height:130px;resize:vertical}
.aqo-stage-card input:focus,.aqo-stage-card select:focus,.aqo-stage-card textarea:focus{outline:none;border-color:#7ea4ff;box-shadow:0 0 0 4px rgba(47,93,245,.12)}
.aqo-front-notice{padding:14px 16px;border-radius:16px;margin-bottom:16px;font-weight:700}
.aqo-front-notice.success{background:#edfdf3;color:#166534;border:1px solid #b7e6c1}
.aqo-front-notice.error{background:#fff1f0;color:#b42318;border:1px solid #f3c4c0}
.aqo-table-wrap{overflow:auto;border:1px solid var(--aqo-line);border-radius:20px}
.aqo-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}
.aqo-table th,.aqo-table td{padding:14px 16px;border-bottom:1px solid #ecf1f7;text-align:left;vertical-align:top}
.aqo-table thead th{background:#f8fbff;color:#36506f;text-transform:uppercase;font-size:12px;letter-spacing:.06em}
.aqo-table code{display:inline-block;padding:6px 10px;background:#f6f8fb;border-radius:12px;word-break:break-all}
.aqo-qr-img{width:92px;height:92px;border-radius:14px;border:1px solid var(--aqo-line);padding:6px;background:#fff}
.aqo-point-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.aqo-point-card{display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--aqo-line);border-radius:18px;padding:18px;text-decoration:none;color:var(--aqo-text)}
.aqo-point-card strong{font-size:18px}
.aqo-point-card span{color:var(--aqo-muted)}
.aqo-scanner-app video{width:100%;max-width:560px;min-height:280px;object-fit:cover;border-radius:24px;background:#0f172a;border:1px solid var(--aqo-line);display:block}
.aqo-scan-status{padding:14px 16px;border-radius:18px;font-weight:800;margin-bottom:14px}
.aqo-scan-status.idle{background:#eff6ff;color:#1d4ed8;border:1px solid #bed5ff}
.aqo-scan-status.success{background:#edfdf3;color:#166534;border:1px solid #b7e6c1}
.aqo-scan-status.error{background:#fff1f0;color:#b42318;border:1px solid #f3c4c0}
.aqo-result-card{margin-top:16px;padding:18px;border-radius:20px;border:1px solid var(--aqo-line);background:#fbfdff}
.aqo-eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#edf3ff;color:var(--aqo-primary);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.aqo-fotocheck{background:linear-gradient(135deg,#0f2354,#16357a);color:#fff;border-radius:26px;padding:26px}
.aqo-foto-head h3{color:#fff!important;margin:12px 0 6px}
.aqo-foto-head p{color:rgba(255,255,255,.75)!important}
.aqo-foto-body{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:18px;align-items:center}
.aqo-foto-meta h2{color:#fff!important;font-size:30px;margin:0 0 10px}
.aqo-foto-meta p{color:rgba(255,255,255,.85)!important;margin:0 0 8px}
.aqo-foto-qr img{width:100%;max-width:240px;background:#fff;padding:10px;border-radius:22px}
.aqo-login-box #loginform{display:grid;gap:14px}
.aqo-login-box #wp-submit{background:linear-gradient(135deg,var(--aqo-accent),var(--aqo-accent-2));color:#fff;border:none;border-radius:16px;min-height:48px;padding:10px 18px}
@media (max-width: 1100px){.aqo-shell{grid-template-columns:1fr!important}.aqo-sidebar{padding:18px}.aqo-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 760px){.aqo-main{padding:16px}.aqo-stage-card{padding:18px;min-height:auto}.aqo-form-grid,.aqo-grid-two,.aqo-point-list,.aqo-foto-body,.aqo-stats-grid{grid-template-columns:1fr}.aqo-tab{width:100%}.aqo-actions>*{width:100%}.aqo-top-actions{width:100%}.aqo-top-actions>*{width:100%}.aqo-nav-item{font-size:16px;padding:14px 12px}.aqo-shell{grid-template-columns:1fr!important}.aqo-sidebar{position:relative;height:auto}.aqo-side-card{margin-top:8px}}


/* camera fix */
.aqo-stage-card .aqo-btn,
.aqo-stage-card button.aqo-btn,
.aqo-stage-card .aqo-actions .aqo-btn{
  width:auto !important;
  background:linear-gradient(135deg,var(--aqo-accent),var(--aqo-accent-2)) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 12px 22px rgba(21,122,113,.18) !important;
}
.aqo-stage-card .aqo-btn.aqo-btn-outline,
.aqo-stage-card button.aqo-btn.aqo-btn-outline{
  background:#fff !important;
  color:var(--aqo-primary) !important;
  border:1px solid var(--aqo-line) !important;
  box-shadow:none !important;
}
.aqo-stage-card .aqo-btn.aqo-btn-secondary,
.aqo-stage-card button.aqo-btn.aqo-btn-secondary{
  background:linear-gradient(135deg,var(--aqo-primary),#4267f8) !important;
}
.aqo-stage-card .aqo-actions{align-items:center}
.aqo-stage-card .aqo-scanner-app .aqo-actions .aqo-btn{min-width:180px}
.aqo-camera-help{font-size:13px;color:var(--aqo-muted);margin-top:8px}

.aqo-scanner-app{transition:box-shadow .18s ease, border-color .18s ease, background-color .18s ease;}
.aqo-scanner-app.aqo-scan-success{box-shadow:0 0 0 4px rgba(22,163,74,.16), 0 18px 36px rgba(22,163,74,.18) !important;}
.aqo-scanner-app.aqo-scan-success .aqo-scan-status.success{background:#dff7e8 !important;border-color:#79d49a !important;color:#0f6a2f !important;}
.aqo-result-card.aqo-result-success{background:linear-gradient(180deg,#f3fff7 0%,#e8fff0 100%) !important;border-color:#98ddb1 !important;}


.aqo-scan-event-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  margin-bottom:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#1da95a,#0f8a45);
  color:#fff;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.aqo-scan-banner{
  position:sticky;
  top:10px;
  z-index:4;
  display:none;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  min-height:56px;
  border-radius:18px;
  background:linear-gradient(135deg,#14b84f 0%,#0e9340 100%);
  color:#fff;
  font-size:20px;
  font-weight:900;
  letter-spacing:.06em;
  box-shadow:0 16px 32px rgba(20,184,79,.24);
}
.aqo-scan-banner.is-visible{display:flex;}
.aqo-scanner-app.aqo-scan-success{
  background:linear-gradient(180deg,#f8fff9 0%,#ecfff1 100%) !important;
  border-color:#76d596 !important;
  box-shadow:0 0 0 6px rgba(22,163,74,.20), 0 22px 44px rgba(22,163,74,.22) !important;
}
.aqo-scanner-app.aqo-scan-success video{
  border-color:#49b96f !important;
  box-shadow:0 0 0 5px rgba(22,163,74,.18), 0 18px 32px rgba(22,163,74,.18) !important;
}
.aqo-scanner-app.aqo-scan-success .aqo-scan-status.success{
  background:#d8f8e1 !important;
  border-color:#57c67e !important;
  color:#0b6f33 !important;
}
.aqo-result-card.aqo-result-success{
  background:linear-gradient(180deg,#effff4 0%,#def8e8 100%) !important;
  border-color:#73cf92 !important;
  box-shadow:0 14px 28px rgba(22,163,74,.10) !important;
}
