/* Academy94 Dashboard Settings — v2.67.0 */
.a94sm__item--dashboard_settings{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  margin:0;
  font:inherit;
  text-align:left;
  cursor:pointer;
}

.a94ds{
  width:min(1120px,calc(100vw - 32px));
  max-width:1120px;
  max-height:min(88vh,900px);
  margin:auto;
  padding:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:#090909;
  color:#fff;
  box-shadow:0 36px 120px rgba(0,0,0,.72);
  overflow:hidden;
}
.a94ds[open],.a94ds.is-open{display:block}
.a94ds::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(7px)}
.a94ds__shell{display:grid;max-height:min(88vh,900px);overflow:hidden}
.a94ds__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding:clamp(22px,3vw,34px);
  border-bottom:1px solid rgba(255,255,255,.1);
  background:linear-gradient(135deg,rgba(255,102,0,.09),rgba(9,9,9,1) 42%);
}
.a94ds__header>div{max-width:780px}
.a94ds__header span,.a94ds .a94ah__eyebrow,.a94ds__coming-soon span{
  display:block;
  margin-bottom:8px;
  color:#ff6600;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.a94ds__header h2{
  margin:0 0 8px;
  color:#fff;
  font-family:Poppins,system-ui,sans-serif;
  font-size:clamp(25px,3vw,38px);
  font-weight:800;
  line-height:1.05;
  letter-spacing:-.04em;
}
.a94ds__header p,.a94ds .a94ah__form-section p,.a94ds__coming-soon p{
  margin:0;
  color:rgba(255,255,255,.64);
  font-size:14px;
  line-height:1.65;
}
.a94ds__close{
  -webkit-appearance:none;
  appearance:none;
  display:grid;
  place-items:center;
  flex:0 0 42px;
  width:42px;
  height:42px;
  margin:0;
  padding:0;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:12px!important;
  background:#171717!important;
  color:#fff!important;
  font:inherit!important;
  font-size:28px!important;
  line-height:1!important;
  cursor:pointer;
}
.a94ds__close:hover,.a94ds__close:focus-visible{border-color:#ff6600!important;color:#ff6600!important;outline:none}
.a94ds__body{padding:clamp(22px,3vw,34px);overflow:auto;overscroll-behavior:contain}
.a94ds .a94ah__social-connections{margin:0;padding:0;border:0}
.a94ds .a94ah__form-section h3{
  margin:0 0 6px;
  color:#fff;
  font-size:clamp(20px,2.3vw,28px);
  font-weight:800;
  letter-spacing:-.03em;
}
.a94ds .a94ah__form-notice{
  margin:0 0 18px;
  padding:13px 15px;
  border:1px solid rgba(255,102,0,.35);
  border-radius:12px;
  background:rgba(255,102,0,.09);
  color:#fff;
}
.a94ds .a94ah__form-notice.is-error{border-color:rgba(233,81,81,.5);background:rgba(233,81,81,.1)}
.a94ds .a94ah__social-connect-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:20px;
}
.a94ds .a94ah__social-connect-card{
  min-width:0;
  padding:clamp(20px,2.6vw,28px);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:#111;
  color:#fff;
}
.a94ds .a94ah__social-connect-card.is-connected{
  border-color:rgba(255,102,0,.42);
  background:linear-gradient(145deg,rgba(255,102,0,.08),#111 45%);
}
.a94ds .a94ah__social-connect-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.a94ds .a94ah__social-platform-icon{
  display:inline-grid;
  place-items:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border:1px solid rgba(255,102,0,.5);
  border-radius:14px;
  background:rgba(255,102,0,.12);
  color:#ff6600;
  font-size:17px;
  font-weight:800;
}
.a94ds .a94ah__social-platform-icon.is-facebook{font-family:Arial,sans-serif;font-size:28px}
.a94ds .a94ah__social-connect-head span:not(.a94ah__social-platform-icon){display:block;margin-bottom:2px;color:#ff6600;font-size:11px;font-weight:800;letter-spacing:.13em}
.a94ds .a94ah__social-connect-head h4{margin:0;color:#fff;font-size:clamp(20px,2vw,25px);line-height:1.15}
.a94ds .a94ah__social-account-name{display:block;margin-bottom:16px;color:#fff;font-size:17px}
.a94ds .a94ah__social-connect-card>p,.a94ds .a94ah__social-last-sync{color:rgba(255,255,255,.66);line-height:1.6}
.a94ds .a94ah__social-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 17px}
.a94ds .a94ah__social-metrics span{min-width:0;padding:12px;border-radius:11px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.64);font-size:11px;line-height:1.35}
.a94ds .a94ah__social-metrics b{display:block;margin-bottom:3px;color:#fff;font-size:19px;line-height:1}
.a94ds .a94ah__social-page-select{display:flex;align-items:end;gap:10px;margin:0 0 17px}
.a94ds .a94ah__social-page-select label{flex:1;min-width:0}
.a94ds .a94ah__social-page-select label>span{display:block;margin-bottom:7px;color:rgba(255,255,255,.72);font-size:12px;font-weight:600}
.a94ds .a94ah__social-page-select select{width:100%;min-height:44px;padding:0 12px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#171717;color:#fff}
.a94ds .a94ah__social-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:17px}
.a94ds .a94ah__social-actions form{margin:0}
.a94ds .a94ah__social-page-select button,.a94ds .a94ah__social-actions button{
  -webkit-appearance:none;
  appearance:none;
  min-height:44px!important;
  margin:0!important;
  padding:10px 16px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#fff!important;
  font:inherit!important;
  font-size:13px!important;
  font-weight:750!important;
  line-height:1.2!important;
  cursor:pointer;
}
.a94ds .a94ah__social-page-select button:hover,.a94ds .a94ah__social-actions button:hover{border-color:#ff6600!important;background:rgba(255,102,0,.08)!important}
.a94ds .a94ah__social-actions button.is-primary{border-color:#ff6600!important;background:#ff6600!important;color:#fff!important}
.a94ds .a94ah__social-actions button.is-primary:hover{background:#e85c00!important}
.a94ds .a94ah__social-actions button.is-danger{color:#ff8f8f!important}
.a94ds .a94ah__social-actions button.is-danger:hover{border-color:#e95151!important;background:rgba(233,81,81,.1)!important}
.a94ds__coming-soon{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:22px;
  padding:20px;
  border:1px dashed rgba(255,255,255,.14);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.a94ds__coming-soon strong{display:block;margin-bottom:5px;color:#fff;font-size:18px}
.a94ds__platform-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.a94ds__platform-pills span{margin:0;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#151515;color:rgba(255,255,255,.72);font-size:11px;letter-spacing:.04em}
body.a94-dashboard-settings-open{overflow:hidden}

@media(max-width:820px){
  .a94ds .a94ah__social-connect-grid{grid-template-columns:1fr}
  .a94ds__coming-soon{align-items:flex-start;flex-direction:column}
  .a94ds__platform-pills{justify-content:flex-start}
}
@media(max-width:520px){
  .a94ds{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:16px}
  .a94ds__shell{max-height:calc(100dvh - 16px)}
  .a94ds__header{gap:14px;padding:18px}
  .a94ds__body{padding:16px}
  .a94ds .a94ah__social-metrics{grid-template-columns:1fr 1fr}
  .a94ds .a94ah__social-page-select{align-items:stretch;flex-direction:column}
  .a94ds .a94ah__social-page-select button,.a94ds .a94ah__social-actions form,.a94ds .a94ah__social-actions button{width:100%!important}
}

/* 2.94.0 — SoundCloud connection card. */
.a94ds .a94ah__social-platform-icon.is-soundcloud{font-family:Inter,system-ui,sans-serif;font-size:12px;letter-spacing:-.02em}
@media(min-width:1181px){.a94ds .a94ah__social-connect-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
