:root{
  --adih-blue:#0b176f;
  --adih-blue-2:#1c2faa;
  --adih-red:#e52920;
  --adih-orange:#c45708;
  --adih-dark:#111827;
  --adih-text:#24324b;
  --adih-muted:#667085;
  --adih-line:#e5e9f3;
  --adih-soft:#f6f8fd;
  --adih-card:#ffffff;
  --adih-success:#087443;
  --adih-warn:#b54708;
  --adih-danger:#b42318;
  --adih-radius:24px;
  --adih-shadow:0 20px 60px rgba(11,23,111,.10);
  --adih-shadow-soft:0 10px 28px rgba(11,23,111,.07);
}
html:has(body.adih-rc-standalone-page),
body.adih-rc-standalone-page{margin:0!important;padding:0!important;width:100%;min-height:100%;background:#f4f7fd!important;overflow-x:hidden}
body.adih-rc-standalone-page #wpadminbar{display:none!important}
body.adih-rc-standalone-page:before,body.adih-rc-standalone-page:after{display:none!important;content:none!important}
.adih-rc-standalone-root{min-height:100vh;width:100%;background:radial-gradient(circle at 10% 0%,rgba(229,41,32,.10),transparent 26%),radial-gradient(circle at 90% 8%,rgba(11,23,111,.13),transparent 24%),linear-gradient(180deg,#f7f9ff 0%,#edf2fb 100%);font-family:Inter,Arial,sans-serif;color:var(--adih-text)}
.adih-rc-wrap{font-family:Inter,Arial,sans-serif;color:var(--adih-text);min-height:100vh;padding:22px;box-sizing:border-box;max-width:1480px;margin:0 auto;background:transparent}
.adih-rc-wrap *{box-sizing:border-box}
.adih-rc-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;background:rgba(255,255,255,.92);border:1px solid rgba(229,233,243,.96);border-radius:26px;padding:12px 16px;margin-bottom:24px;box-shadow:var(--adih-shadow-soft);position:sticky;top:12px;z-index:100;backdrop-filter:blur(16px)}
.adih-rc-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--adih-blue);font-weight:900;letter-spacing:-.02em}
.adih-rc-brand img{width:142px;max-height:54px;object-fit:contain}.adih-rc-brand span{display:flex;flex-direction:column;line-height:1.05}.adih-rc-brand strong{font-size:16px}.adih-rc-brand small{font-size:12px;color:var(--adih-muted);font-weight:800;margin-top:3px}
.adih-rc-toplinks{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.adih-rc-toplinks a{color:var(--adih-blue);text-decoration:none;font-weight:850;font-size:14px;border:1px solid var(--adih-line);padding:10px 14px;border-radius:999px;background:#fff;transition:.18s ease}.adih-rc-toplinks a:hover{transform:translateY(-1px);box-shadow:var(--adih-shadow-soft)}.adih-rc-toplinks a.logout{color:var(--adih-danger);background:#fff7f6}
.adih-rc-alert{border-radius:18px;padding:14px 16px;margin-bottom:16px;font-weight:800;border:1px solid transparent;box-shadow:var(--adih-shadow-soft)}.adih-rc-alert.success{background:#ecfdf3;color:#067647;border-color:#abefc6}.adih-rc-alert.error{background:#fef3f2;color:#b42318;border-color:#fecdca}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--adih-red);font-size:12px;font-weight:950}.muted{color:var(--adih-muted)!important;font-size:13px}.small-note{display:inline-flex;margin-top:4px}.adih-rc-link{color:var(--adih-blue);font-weight:900;text-decoration:none}.adih-rc-link:hover{text-decoration:underline}
.adih-rc-btn{border:0;border-radius:16px;padding:12px 17px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1.1;transition:.18s ease;white-space:nowrap}.adih-rc-btn.primary{background:linear-gradient(135deg,var(--adih-blue),var(--adih-blue-2));color:#fff;box-shadow:0 14px 28px rgba(11,23,111,.20)}.adih-rc-btn.primary:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(11,23,111,.27)}.adih-rc-btn.ghost,.adih-rc-mini{background:#fff;color:var(--adih-blue);border:1px solid var(--adih-line)}.adih-rc-mini{display:inline-flex;padding:8px 12px;border-radius:999px;text-decoration:none;font-weight:900;font-size:12px}.adih-rc-mini:hover{box-shadow:var(--adih-shadow-soft);transform:translateY(-1px)}
.pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950;background:#fff7ed;color:var(--adih-warn);border:1px solid #fed7aa;line-height:1}.pill.ok{background:#ecfdf3;color:var(--adih-success);border-color:#abefc6}.pill.wait{background:#fff7ed;color:var(--adih-warn);border-color:#fed7aa}.pill.danger{background:#fef3f2;color:#b42318;border-color:#fecdca}
.adih-rc-badge{background:linear-gradient(135deg,var(--adih-blue),var(--adih-blue-2));color:#fff;padding:12px 16px;border-radius:999px;font-weight:950;white-space:nowrap;box-shadow:0 12px 24px rgba(11,23,111,.18)}
/* Auth */
.adih-auth-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.75fr);gap:24px;align-items:stretch;max-width:1040px;margin:7vh auto 0}.adih-auth-layout.compact{max-width:900px}.adih-auth-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 0% 0%,rgba(229,41,32,.22),transparent 34%),linear-gradient(135deg,#09135f,#172aa8);border-radius:32px;padding:42px;color:#fff;box-shadow:var(--adih-shadow);min-height:430px;display:flex;flex-direction:column;justify-content:flex-end}.adih-auth-visual:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-80px;top:-80px;border:44px solid rgba(255,255,255,.14)}.adih-auth-visual .eyebrow{color:#ffb6ad}.adih-auth-visual h1{font-size:48px;letter-spacing:-.055em;line-height:1;margin:12px 0}.adih-auth-visual p{font-size:16px;line-height:1.65;color:rgba(255,255,255,.82);max-width:560px}.auth-chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.auth-chips span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.20);font-weight:850;font-size:12px}.adih-rc-auth-card{background:#fff;border:1px solid var(--adih-line);border-radius:32px;padding:34px;box-shadow:var(--adih-shadow);align-self:center}.adih-rc-auth-card h1{margin:0;color:var(--adih-blue);letter-spacing:-.05em;line-height:1.05;font-size:40px}.adih-rc-auth-card p{color:var(--adih-muted);line-height:1.6}.otp-input{font-size:24px!important;letter-spacing:.25em;text-align:center;font-weight:900;color:var(--adih-blue)!important}
/* Forms */
.adih-rc-form{display:flex;flex-direction:column;gap:11px}.adih-rc-form label{font-weight:900;color:#30364a;font-size:13px;margin-top:4px}.adih-rc-form input,.adih-rc-form textarea,.adih-rc-form select,.copy-input{width:100%;border:1px solid #d7dcea;border-radius:15px;padding:12px 13px;background:#fff;color:#1d2433;outline:none;transition:.18s ease;font-size:14px}.adih-rc-form input:focus,.adih-rc-form textarea:focus,.adih-rc-form select:focus,.copy-input:focus{border-color:var(--adih-blue);box-shadow:0 0 0 4px rgba(11,23,111,.09)}.adih-rc-form small{color:var(--adih-muted);font-size:13px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-row:has(> div:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.check-options{display:grid;gap:8px;background:#f8faff;border:1px solid var(--adih-line);border-radius:18px;padding:12px}.check-options label{margin:0!important}.check-options input,.member-picker input{width:auto;margin-right:8px}.member-picker{max-height:250px;overflow:auto;border:1px solid var(--adih-line);border-radius:18px;padding:10px;background:#f8faff}.member-picker label{display:block;margin:0!important;padding:9px;border-radius:12px;font-weight:800}.member-picker label:hover{background:#fff}.inline-filter{display:grid;grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:12px}.inline-filter label{grid-column:1/-1}
/* Shared cards */
.adih-rc-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;background:radial-gradient(circle at 12% 8%,rgba(229,41,32,.15),transparent 30%),linear-gradient(135deg,#fff,#f4f6ff);border:1px solid var(--adih-line);border-radius:34px;padding:34px;margin-bottom:20px;box-shadow:var(--adih-shadow)}.adih-rc-hero h1{margin:0;color:var(--adih-blue);letter-spacing:-.06em;line-height:1.03;font-size:48px}.adih-rc-hero p{color:var(--adih-muted);line-height:1.58;max-width:700px}.hero-actions,.hero-side{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.mini-metric{display:inline-flex;flex-direction:column;padding:12px 16px;border-radius:18px;background:#fff;border:1px solid var(--adih-line);font-weight:850;color:var(--adih-muted)}.mini-metric strong{font-size:28px;color:var(--adih-blue);line-height:1}
.adih-rc-card,.adih-rc-empty{background:#fff;border:1px solid var(--adih-line);border-radius:var(--adih-radius);padding:22px;box-shadow:var(--adih-shadow-soft);margin-bottom:18px}.adih-rc-card.elevated{box-shadow:var(--adih-shadow)}.adih-rc-card h2,.adih-card-head h2{margin:0;color:#111a5c;letter-spacing:-.04em}.adih-rc-card h3{margin:20px 0 10px;color:#111a5c}.adih-rc-card p{color:var(--adih-muted);line-height:1.55}.adih-rc-empty{text-align:center;padding:60px 24px}.empty-icon{width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:var(--adih-blue);font-weight:950;font-size:28px;margin-bottom:10px}.adih-empty-inline{border:1px dashed var(--adih-line);background:#f8faff;border-radius:18px;padding:18px;color:var(--adih-muted);font-weight:850;text-align:center}.adih-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.adih-card-head p,.adih-rc-section-head p{margin:.35em 0 0;color:var(--adih-muted);line-height:1.5}
.adih-rc-admin-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start}.adih-rc-admin-main{min-width:0}.adih-rc-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.adih-rc-section-head h1{margin:0;color:var(--adih-blue);letter-spacing:-.055em;line-height:1.05;font-size:46px}
.adih-rc-sidebar{background:rgba(255,255,255,.94);border:1px solid var(--adih-line);border-radius:28px;padding:16px;box-shadow:var(--adih-shadow-soft);position:sticky;top:98px}.side-brand{display:flex;align-items:center;gap:10px;padding:6px 8px 16px;border-bottom:1px solid var(--adih-line);margin-bottom:12px;font-weight:950;color:var(--adih-blue)}.side-brand img{width:64px;height:auto}.adih-rc-sidebar nav{display:flex;flex-direction:column;gap:8px}.adih-rc-sidebar a{text-decoration:none;color:#344054;border-radius:16px;padding:12px;font-weight:900;display:flex;align-items:center;gap:10px;transition:.18s ease}.adih-rc-sidebar a.active,.adih-rc-sidebar a:hover{background:#eef2ff;color:var(--adih-blue);box-shadow:inset 0 0 0 1px rgba(11,23,111,.06)}.nav-icon{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--adih-line);font-size:13px}
.adih-rc-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:start}.adih-rc-two-col.wide-left{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.adih-rc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
/* Stats */
.adih-rc-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px}.stat-card,.adih-rc-stats>div{position:relative;overflow:hidden;background:#fff;border:1px solid var(--adih-line);border-radius:24px;padding:20px;box-shadow:var(--adih-shadow-soft)}.stat-card:after,.adih-rc-stats>div:after{content:"";position:absolute;right:-36px;top:-36px;width:110px;height:110px;border-radius:50%;background:rgba(11,23,111,.06)}.stat-card.accent:after{background:rgba(229,41,32,.10)}.stat-card strong,.adih-rc-stats strong{display:block;font-size:38px;color:var(--adih-blue);letter-spacing:-.06em;line-height:1;margin:8px 0 3px}.stat-card span,.adih-rc-stats span{color:var(--adih-muted);font-weight:950;font-size:13px}.stat-card em,.adih-rc-stats em{font-style:normal;color:#98a2b3;font-weight:800;font-size:12px}.detail-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
/* Object cards instead of tables */
.adih-object-list{display:grid;gap:13px}.adih-object-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid var(--adih-line);border-radius:22px;padding:16px;box-shadow:0 10px 26px rgba(11,23,111,.055);transition:.18s ease}.adih-object-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#cdd5e8}.adih-object-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(11,23,111,.10)}.adih-object-card.status-scheduled:before,.adih-object-card.status-draft:before{background:#f59e0b}.adih-object-card.status-in_progress:before,.adih-object-card.status-open:before{background:#f04438}.adih-object-card.status-in_progress{background:linear-gradient(180deg,#fff,#fff7f6);border-color:#fecdca}.adih-object-card.status-past:before,.adih-object-card.status-completed:before,.adih-object-card.status-sealed:before{background:#12b76a}.adih-object-card.status-cancelled:before{background:#f04438}.adih-object-card.status-closed:before{background:#7a5af8}.object-main{display:flex;gap:14px;align-items:center;min-width:0}.object-icon{flex:0 0 56px;width:56px;height:56px;border-radius:18px;background:#eef2ff;color:var(--adih-blue);display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:950;font-size:20px;line-height:1}.object-icon small{font-size:10px;text-transform:uppercase;color:var(--adih-muted);margin-top:3px}.object-icon.vote{font-size:25px}.object-content{min-width:0}.object-content h2,.object-content h3{margin:0;color:#111a5c;letter-spacing:-.035em}.object-title-row{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:7px}.object-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--adih-muted);font-size:13px;font-weight:800}.object-meta span{display:inline-flex;align-items:center;gap:4px;background:#f6f8fd;border:1px solid #edf0f7;border-radius:999px;padding:6px 9px}.object-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.object-actions form{margin:0}.adih-object-card.compact{padding:13px}.compact-list{gap:10px}.agenda{background:#f8faff;border:1px solid var(--adih-line);border-radius:18px;padding:14px;margin:14px 0;color:#344054}.agenda.compact{font-size:13px}.agenda p{margin:.45em 0!important}.presence-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8faff;border:1px solid var(--adih-line);border-radius:16px;padding:12px 14px;margin-top:13px;font-weight:900;color:#344054}
/* People cards */
.adih-people-list{display:grid;gap:10px}.adih-person-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;background:#fbfcff;border:1px solid var(--adih-line);border-radius:20px;padding:13px;box-shadow:0 8px 18px rgba(11,23,111,.045)}.avatar{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#eef2ff,#fff);border:1px solid #dfe5f5;color:var(--adih-blue);display:inline-flex;align-items:center;justify-content:center;font-weight:950}.avatar.ok{background:#ecfdf3;color:var(--adih-success);border-color:#abefc6}.avatar.tiny{width:25px;height:25px;border-radius:9px;font-size:11px}.person-info{display:flex;flex-direction:column;min-width:0}.person-info strong{color:#111a5c;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person-info span,.person-info small,.person-meta small{color:var(--adih-muted);font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.present-list{border-top:1px dashed var(--adih-line);padding-top:14px;margin-top:16px}.present-grid{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.present-chip{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--adih-line);border-radius:999px;padding:6px 9px;color:#344054;font-weight:850;font-size:12px}
/* Detail */
.adih-detail-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;background:linear-gradient(135deg,#fff,#f4f6ff);border:1px solid var(--adih-line);border-radius:32px;padding:28px;margin-bottom:16px;box-shadow:var(--adih-shadow)}.adih-detail-hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:#f59e0b}.adih-detail-hero.status-in_progress:before{background:#f04438}.adih-detail-hero.status-in_progress{background:linear-gradient(135deg,#fff,#fff6f5);border-color:#fecdca}.adih-detail-hero.status-past:before,.adih-detail-hero.status-completed:before{background:#12b76a}.adih-detail-hero.status-cancelled:before{background:#f04438}.adih-detail-hero h1{margin:0 0 12px;color:var(--adih-blue);letter-spacing:-.055em;font-size:44px;line-height:1.05}.detail-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.progress-wrap{background:#f8faff;border:1px solid var(--adih-line);border-radius:18px;padding:14px;margin:14px 0}.progress-label{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px;font-weight:900;color:#344054}.progress-track{height:10px;background:#e9edf7;border-radius:999px;overflow:hidden}.progress-track span{display:block;height:100%;background:linear-gradient(90deg,var(--adih-blue),var(--adih-red));border-radius:999px}.qr-box{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:center;background:#f8faff;border:1px solid var(--adih-line);border-radius:20px;padding:14px}.qr-local-wrap{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;border:1px solid var(--adih-line);padding:8px;width:180px;height:180px;overflow:hidden}.qr-local-wrap svg{width:160px;height:160px;display:block}.qr-box .adih-rc-btn{margin-top:8px}
/* Vote */
.member-votes{border-top:1px dashed var(--adih-line);padding-top:16px;margin-top:18px}.member-votes h3{margin-top:0}.vote-box{background:#f8faff;border:1px solid var(--adih-line);border-radius:20px;padding:15px;margin-top:12px}.vote-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:8px}.vote-options{display:grid;gap:8px;margin:8px 0}.vote-options label{display:block;background:#fff;border:1px solid var(--adih-line);padding:12px 13px;border-radius:14px;font-weight:900;transition:.16s ease}.vote-options label:hover{border-color:var(--adih-blue);box-shadow:0 0 0 4px rgba(11,23,111,.06)}.vote-options input{width:auto;margin-right:8px}.vote-results{border-top:1px dashed var(--adih-line);margin-top:12px;padding-top:12px}.result-row{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#fff;border:1px solid var(--adih-line);border-radius:16px;padding:13px;margin:8px 0;color:#344054}.result-row strong{color:var(--adih-blue);white-space:nowrap}.vote-admin-options{display:grid;gap:8px;list-style:none;margin:10px 0;padding:0}.vote-admin-options li{background:#f8faff;border:1px solid var(--adih-line);border-radius:14px;padding:10px 12px;color:#344054;font-weight:850}.inline-action-form{display:inline-flex;margin:0 8px 8px 0}.inline-action-form .adih-rc-btn{min-width:145px}.vote-form .adih-rc-btn{margin-top:4px}.vote-card .object-icon{background:#fff4ed;color:var(--adih-orange)}
/* Timeline */
.adih-timeline{display:grid;gap:0}.timeline-item{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;padding:0 0 16px}.timeline-item:not(:last-child):before{content:"";position:absolute;left:9px;top:20px;bottom:0;width:2px;background:#e5e9f3}.timeline-dot{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid var(--adih-blue);box-shadow:0 0 0 5px #eef2ff;z-index:1}.timeline-content{background:#fbfcff;border:1px solid var(--adih-line);border-radius:18px;padding:14px}.timeline-content strong{color:#111a5c;font-weight:950}
/* Legacy tables are kept only as fallback; principal V4 views use cards. */
.table-scroll{overflow:auto}.adih-rc-table{width:100%;border-collapse:separate;border-spacing:0;min-width:620px}.adih-rc-table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#667085;background:#f8f9fc}.adih-rc-table th,.adih-rc-table td{padding:12px;border-bottom:1px solid var(--adih-line);vertical-align:top}.adih-rc-table td{color:#344054;font-size:14px}.adih-rc-table tr:last-child td{border-bottom:0}
@media(max-width:1120px){.adih-rc-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.adih-auth-layout{grid-template-columns:1fr}.adih-auth-visual{min-height:300px}.adih-rc-two-col.wide-left{grid-template-columns:1fr}}
@media(max-width:980px){.adih-rc-wrap{padding:12px}.adih-rc-topbar{position:relative;top:auto;flex-direction:column;align-items:flex-start}.adih-rc-admin-layout,.adih-rc-two-col,.adih-rc-grid,.detail-stats{grid-template-columns:1fr}.adih-rc-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.adih-rc-sidebar{position:relative;top:0}.adih-rc-sidebar nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.form-row,.form-row:has(> div:nth-child(3)){grid-template-columns:1fr}.adih-rc-hero,.adih-detail-hero{flex-direction:column;align-items:flex-start}.hero-actions,.hero-side,.detail-actions{justify-content:flex-start}.adih-object-card{grid-template-columns:1fr}.object-actions{justify-content:flex-start}.qr-box{grid-template-columns:1fr}.qr-local-wrap{width:220px;height:220px}.qr-local-wrap svg{width:200px;height:200px}.adih-rc-brand img{width:128px}.inline-filter{grid-template-columns:1fr}.adih-auth-visual h1,.adih-rc-hero h1,.adih-rc-section-head h1{font-size:38px}.adih-detail-hero h1{font-size:36px}}
@media(max-width:620px){.adih-rc-stats{grid-template-columns:1fr}.adih-rc-auth-card,.adih-auth-visual{padding:24px;border-radius:26px}.adih-auth-layout{margin:20px auto 0}.adih-auth-visual h1{font-size:34px}.adih-rc-toplinks a{font-size:12px;padding:8px 10px}.adih-rc-sidebar nav{grid-template-columns:1fr}.adih-person-card{grid-template-columns:auto minmax(0,1fr)}.adih-person-card>.pill,.person-meta{grid-column:1/-1;align-items:flex-start}.object-main{align-items:flex-start}.object-title-row{align-items:flex-start;flex-direction:column}.result-row{align-items:flex-start;flex-direction:column}.result-row strong{white-space:normal}}
/* V5 enhancements: Haiti time, live prompts, text settings */
.adih-time-pill{display:inline-flex;flex-direction:column;gap:1px;background:linear-gradient(135deg,#0b176f,#1c2faa);color:#fff;border-radius:16px;padding:8px 13px;box-shadow:0 10px 22px rgba(11,23,111,.18);line-height:1.05;min-width:155px;text-align:left}
.adih-time-pill small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.70);font-weight:900}.adih-time-pill strong{font-size:13px;font-weight:950;color:#fff}.side-brand small{display:block;color:#8fa0d5;font-size:11px;font-weight:850;margin-top:4px}.time-stat strong{font-size:20px!important;letter-spacing:-.03em}.checkin-window{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f4f7ff;border:1px solid #dfe6fb;border-radius:16px;padding:12px 14px;margin-top:13px;color:#344054}.checkin-window strong{color:#0b176f;font-weight:950}.checkin-window span{color:#667085;font-size:13px;font-weight:800;text-align:right}.checkin-window.admin{margin:14px 0;background:#fffaf4;border-color:#fed7aa}.checkin-notice-form{margin-top:12px!important}.settings-form .form-row{align-items:start}.adih-text-editor{border:1px solid var(--adih-line);border-radius:22px;background:#f8faff;padding:16px;margin:12px 0;max-height:520px;overflow:auto}.adih-text-editor h3{margin-top:0}.text-key{display:grid!important;grid-template-columns:230px minmax(0,1fr);gap:10px;align-items:center;margin:0!important;padding:8px 0;border-bottom:1px solid #edf0f7}.text-key:last-child{border-bottom:0}.text-key span{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#0b176f;font-size:12px;font-weight:900}.reminder-panel{margin-top:13px;background:#f8faff;border:1px solid var(--adih-line);border-radius:16px;padding:12px 14px}.reminder-panel>div:first-child{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.reminder-panel strong{color:#0b176f}.reminder-panel small{color:#667085;font-weight:750}.reminder-options{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reminder-options label{margin:0!important;background:#fff;border:1px solid #e4e9f5;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;color:#344054}.pill.start{box-shadow:0 8px 18px rgba(240,68,56,.18)}.member-votes.live-created{animation:adihPop .24s ease-out}
.adih-rc-live-modal{position:fixed;inset:0;background:rgba(7,14,58,.42);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:20px;z-index:999999}.adih-rc-live-modal.active{display:flex}.live-modal-card{width:min(480px,100%);background:#fff;border-radius:28px;border:1px solid #e5e9f3;box-shadow:0 30px 90px rgba(0,0,0,.22);padding:28px;position:relative;text-align:center;animation:adihPop .24s ease-out}.live-close{position:absolute;right:16px;top:14px;border:0;background:#f2f4fb;color:#0b176f;width:34px;height:34px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer}.live-icon{width:64px;height:64px;border-radius:22px;margin:0 auto 14px;background:linear-gradient(135deg,#0b176f,#12b76a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:950}.live-modal-card h3{margin:0 0 8px;color:#0b176f;font-size:28px;letter-spacing:-.04em}.live-modal-card p{color:#475467;line-height:1.6}.live-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}@keyframes adihPop{from{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}
@media(max-width:700px){.text-key{grid-template-columns:1fr}.checkin-window{flex-direction:column;align-items:flex-start}.checkin-window span{text-align:left}.adih-time-pill{width:100%}}
/* V7 employee profile management */
.permission-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.permission-grid span,.permission-grid strong{display:flex;align-items:center;min-height:48px;border:1px solid var(--adih-line);background:#f8faff;border-radius:16px;padding:12px 14px;font-weight:900;color:#344054}.permission-grid span:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#ecfdf3;color:var(--adih-success);margin-right:9px;font-weight:950}.permission-grid strong{grid-column:1/-1;background:#fff7ed;border-color:#fed7aa;color:var(--adih-warn)}.permission-grid strong:before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#fffaeb;color:var(--adih-warn);margin-right:9px;font-weight:950}.employee-card .person-meta{min-width:190px}.employee-status-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:8px}.employee-status-form select{border:1px solid var(--adih-line);border-radius:999px;padding:8px 10px;background:#fff;color:#344054;font-weight:850;max-width:128px}.pill.warn{background:#fff7ed;color:var(--adih-warn);border-color:#fed7aa}
@media(max-width:980px){.permission-grid{grid-template-columns:1fr}.employee-card .person-meta{min-width:0}}
