.scd-wrap{
  --scd-gold:#d9b56c;
  --scd-gold-bright:#f2cf75;
  --scd-black:#030303;
  --scd-card:#080808;
  --scd-soft:#efefef;
  font-family:Arial,Helvetica,sans-serif;
  background:radial-gradient(circle at center 26%,rgba(217,181,108,.16),transparent 34%),linear-gradient(180deg,#030303 0%,#080808 100%);
  color:#fff;
  padding:44px 18px 36px;
  border-radius:0;
  max-width:980px;
  margin:0 auto;
  text-align:center;
  box-sizing:border-box;
}
.scd-wrap *{box-sizing:border-box}
.scd-shell{max-width:760px;margin:0 auto}
.scd-wrap h1{
  font-size:clamp(2rem,5vw,3.4rem);
  line-height:1.08;
  margin:0 0 8px;
  font-weight:900;
  letter-spacing:-.035em;
  color:var(--scd-gold-bright)!important;
  text-shadow:0 0 22px rgba(217,181,108,.32),0 2px 0 rgba(0,0,0,.85);
}
.scd-subtitle{
  color:#f4f4f4!important;
  margin:0 0 28px;
  font-size:clamp(1rem,2.4vw,1.2rem);
  line-height:1.45;
  text-shadow:0 1px 1px rgba(0,0,0,.8);
}
.scd-card{
  width:min(82vw,390px);
  aspect-ratio:2.5/3.5;
  min-height:0;
  margin:0 auto 24px;
  background:linear-gradient(145deg,#0d0d0d,#010101 68%,#0a0a0a);
  border:1.5px solid var(--scd-gold);
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 26px 55px rgba(0,0,0,.72),0 0 24px rgba(217,181,108,.14),inset 0 0 42px rgba(255,255,255,.025);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;
  overflow:hidden;
  position:relative;
}
.scd-card:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.055) .6px,transparent .7px);
  background-size:4px 4px;
  opacity:.18;
  pointer-events:none;
}
.scd-card:hover{transform:translateY(-2px);box-shadow:0 30px 62px rgba(0,0,0,.75),0 0 30px rgba(217,181,108,.22),inset 0 0 42px rgba(255,255,255,.03)}
.scd-card-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:34px;position:relative;z-index:1}
.scd-logo{width:88%;max-height:62%;object-fit:contain;filter:drop-shadow(0 0 8px rgba(217,181,108,.22));background:transparent!important}
.scd-question{
  color:#fff!important;
  font-size:clamp(1.55rem,4.4vw,2.2rem);
  line-height:1.28;
  font-weight:850;
  letter-spacing:-.02em;
  text-wrap:balance;
  text-shadow:0 2px 0 rgba(0,0,0,.9),0 0 14px rgba(255,255,255,.08);
}
.scd-timer{
  font-size:clamp(2.05rem,5vw,2.75rem);
  color:var(--scd-gold-bright)!important;
  margin:10px 0 12px;
  font-weight:900;
  letter-spacing:-.03em;
  text-shadow:0 0 16px rgba(217,181,108,.42),0 2px 0 rgba(0,0,0,.8);
}
.scd-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px}
.scd-buttons button{
  appearance:none;
  background:transparent!important;
  color:var(--scd-gold-bright)!important;
  border:1.5px solid var(--scd-gold)!important;
  border-radius:999px;
  padding:12px 20px;
  font-weight:850;
  margin:0;
  cursor:pointer;
  font-size:1rem;
  line-height:1;
  box-shadow:0 0 18px rgba(217,181,108,.12);
}
.scd-buttons button:hover,.scd-buttons button:focus{
  background:rgba(217,181,108,.12)!important;
  filter:none;
  outline:2px solid rgba(242,207,117,.35);
  outline-offset:2px;
}
.scd-remaining{
  color:#f2f2f2!important;
  font-size:1.02rem;
  margin:18px 0 0;
  text-shadow:0 1px 1px rgba(0,0,0,.8);
}
.scd-remaining:after{
  content:"";
  display:block;
  max-width:520px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--scd-gold),transparent);
  margin:26px auto 0;
  opacity:.8;
}
.scd-footer{
  color:var(--scd-gold-bright)!important;
  font-size:1rem;
  margin:20px 0 0;
  opacity:.96;
}
.scd-error{color:#ffd1d1!important;font-size:1rem;line-height:1.45}.scd-done{font-size:1.45rem;line-height:1.35;font-weight:800;color:var(--scd-gold-bright)!important}
@media (max-width:540px){.scd-wrap{padding:32px 12px}.scd-card{width:min(88vw,360px)}.scd-card-inner{padding:24px}.scd-buttons button{width:min(88vw,280px)}}


/* Clean presenter mode launched with ?present=1 or ?conversation_present=1 */
html.scd-clean-presenter,
body.scd-clean-presenter {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  background: #030303 !important;
}

body.scd-clean-presenter > *:not(.scd-presenter-root):not(.scd-exit-presenter) {
  display: none !important;
}

html.scd-clean-presenter #wpadminbar,
body.scd-clean-presenter #wpadminbar,
html.scd-clean-presenter header,
html.scd-clean-presenter footer,
html.scd-clean-presenter nav,
body.scd-clean-presenter header,
body.scd-clean-presenter footer,
body.scd-clean-presenter nav,
body.scd-clean-presenter .site-header,
body.scd-clean-presenter .site-footer,
body.scd-clean-presenter .wp-site-blocks,
body.scd-clean-presenter .kubio-header,
body.scd-clean-presenter .kubio-footer,
body.scd-clean-presenter [class*="header"],
body.scd-clean-presenter [class*="footer"] {
  display: none !important;
}

body.scd-clean-presenter .scd-presenter-root {
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 3vh 3vw !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-shell {
  max-width: none !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: auto 1fr auto auto !important;
  align-items: center !important;
}

body.scd-clean-presenter .scd-presenter-root h1 {
  font-size: clamp(2rem, 4vw, 4.5rem) !important;
  margin-top: 0 !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-subtitle,
body.scd-clean-presenter .scd-presenter-root .scd-footer,
body.scd-clean-presenter .scd-presenter-root .scd-remaining {
  display: none !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-card {
  width: min(68vh, 46vw) !important;
  max-width: 720px !important;
  margin: 0 auto 1.5vh !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-question {
  font-size: clamp(2rem, 4.2vw, 4.8rem) !important;
  line-height: 1.12 !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-timer {
  font-size: clamp(2.2rem, 5vw, 5rem) !important;
  margin: 0.5vh 0 !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-buttons {
  opacity: 0.08 !important;
  transition: opacity 0.2s ease !important;
  position: fixed !important;
  right: 1rem !important;
  bottom: 1rem !important;
  z-index: 2147483200 !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-buttons:hover {
  opacity: 1 !important;
}

.scd-exit-presenter {
  position: fixed !important;
  top: 0.6rem !important;
  right: 0.6rem !important;
  z-index: 2147483600 !important;
  border: 1px solid #f2cf75 !important;
  border-radius: 999px !important;
  background: #030303 !important;
  color: #f2cf75 !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  padding: 0.35rem 0.7rem !important;
  cursor: pointer !important;
}


/* v1.4 presenter fit refinements */
body.scd-clean-presenter .scd-presenter-root {
  padding: 1.25vh 2vw 1vh !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-shell {
  max-width: 100vw !important;
  height: 98vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.35vh !important;
}

body.scd-clean-presenter .scd-presenter-root h1 {
  font-size: clamp(1.8rem, 3.4vw, 3.8rem) !important;
  line-height: 1 !important;
  margin: 0 0 0.3vh !important;
  padding: 0 !important;
  max-width: 96vw !important;
  white-space: nowrap !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-card {
  width: min(48vw, 56vh) !important;
  height: auto !important;
  max-height: 70vh !important;
  margin: 0 auto 0.35vh !important;
  flex: 0 1 auto !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-card-inner {
  padding: min(4vh, 28px) !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-logo {
  width: 82% !important;
  max-height: 54% !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-question {
  font-size: clamp(1.55rem, 3.2vw, 3.7rem) !important;
  line-height: 1.12 !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-timer {
  font-size: clamp(1.9rem, 4.1vw, 4.4rem) !important;
  line-height: 1 !important;
  margin: 0.2vh 0 0 !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-buttons {
  bottom: 0.45rem !important;
  right: 0.45rem !important;
  transform: scale(0.9) !important;
  transform-origin: bottom right !important;
}

body.scd-clean-presenter .scd-exit-presenter {
  top: 0.35rem !important;
  right: 0.35rem !important;
}


/* v1.5 presenter controls: keep controls visible and usable */
body.scd-clean-presenter .scd-presenter-root .scd-buttons {
  opacity: 0.92 !important;
  transform: scale(0.98) !important;
  transform-origin: bottom center !important;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 0.75rem !important;
  translate: -50% 0 !important;
  z-index: 2147483200 !important;
  display: flex !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  flex-wrap: wrap !important;
  width: min(96vw, 780px) !important;
  pointer-events: auto !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-buttons:hover {
  opacity: 1 !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-buttons button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 2.1rem !important;
  padding: 0.42rem 0.75rem !important;
  border: 1px solid #f2cf75 !important;
  border-radius: 999px !important;
  background: rgba(3, 3, 3, 0.86) !important;
  color: #f2cf75 !important;
  font-weight: 800 !important;
  font-size: clamp(0.72rem, 1.2vw, 0.95rem) !important;
  box-shadow: 0 0 12px rgba(217,181,108,.2) !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-timer {
  margin-bottom: 3.2rem !important;
}


/* v1.6 - lift presenter controls slightly */
body.scd-clean-presenter .scd-presenter-root .scd-buttons{
    bottom: 2.1rem !important;
}

body.scd-clean-presenter .scd-presenter-root .scd-timer{
    margin-bottom: 4.7rem !important;
}
