.sd-checkin-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(5px);z-index:2147483000;display:none;align-items:center;justify-content:center;padding:18px}.sd-checkin-overlay.is-open{display:flex}.sd-checkin-shell{position:relative;width:min(338px,calc(100vw - 28px));max-height:92vh;background:#1f7b4a;border-radius:8px;padding:10px 8px 8px;box-shadow:0 18px 48px rgba(0,0,0,.34);color:#555;font-family:Arial,Helvetica,sans-serif}.sd-checkin-title{height:28px;color:#fff;font-size:12px;font-weight:700;padding:7px 9px 0}.sd-checkin-hero{position:absolute;top:-14px;left:122px;right:28px;height:54px;border-radius:8px 8px 18px 18px;background:linear-gradient(180deg,#fff7ef 0%,#ffe6bd 100%);box-shadow:0 4px 0 rgba(230,126,34,.2);overflow:hidden}.sd-checkin-hero:before{content:"";position:absolute;left:9px;right:9px;bottom:-11px;height:34px;border-radius:50%;background:radial-gradient(circle,#ffc247 0 36%,transparent 37%),repeating-linear-gradient(90deg,#ffb13b 0 8px,#ffcf67 8px 16px);opacity:.9}.sd-checkin-hero:after{content:"CHECK";position:absolute;left:50%;top:9px;transform:translateX(-50%);width:55px;height:33px;border-radius:5px;background:#fff;border:2px solid #ff8b7f;color:#ff6d4d;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center}.sd-checkin-card{background:#f7f7f7;border-radius:7px;padding:8px 7px 10px;max-height:calc(92vh - 58px);display:flex;flex-direction:column}.sd-checkin-summary{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:start;font-size:11px;color:#8a8a8a;padding:1px 0 6px}.sd-checkin-summary b{color:#333;font-weight:500}.sd-checkin-amount{color:#f60;text-decoration:underline}.sd-checkin-refresh{border:0;background:transparent;color:#087a48;font-size:18px;line-height:1;cursor:pointer}.sd-checkin-scroll{overflow:auto;max-height:390px;padding:0 3px 0 0}.sd-checkin-list{position:relative;margin:0 0 8px 0;padding:0 0 0 20px}.sd-checkin-list:before{content:"";position:absolute;left:8px;top:18px;bottom:18px;width:2px;background:#ddd}.sd-checkin-item{position:relative;display:grid;grid-template-columns:42px 1fr 70px;align-items:center;gap:8px;min-height:55px;margin:0 0 7px;background:#fff;border-radius:7px;box-shadow:0 2px 7px rgba(0,0,0,.1);padding:6px 8px}.sd-checkin-day-dot{position:absolute;left:-24px;top:16px;width:16px;height:16px;border-radius:50%;background:#d6d6d6;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700}.sd-checkin-item.is-available .sd-checkin-day-dot{background:#1f8c58}.sd-checkin-icon{width:35px;height:35px;border-radius:50%;background:#c5e0d1;display:flex;align-items:center;justify-content:center;font-size:0}.sd-checkin-icon:before{content:"R$";font-size:12px;color:#7b8d37;font-weight:800;transform:rotate(-18deg)}.sd-checkin-label{font-size:11px;line-height:1.18;color:#8a8a8a}.sd-checkin-label strong{display:block;color:#f5a000;font-weight:500;margin-top:3px}.sd-checkin-btn{height:24px;border-radius:14px;border:1px solid #d7d7d7;background:#fff;color:#9a9a9a;font-size:11px;cursor:not-allowed}.sd-checkin-item.is-available .sd-checkin-btn{background:#05b90b;border-color:#05b90b;color:#fff;font-weight:700;cursor:pointer}.sd-checkin-item.is-claimed .sd-checkin-btn{background:#e8f6ec;color:#16884e}.sd-checkin-section-title{display:inline-flex;align-items:center;background:#237b4d;color:#fff;font-size:14px;font-weight:700;padding:6px 18px 6px 10px;clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%);margin:8px 0 8px}.sd-checkin-rules{font-size:12px;line-height:1.55;color:#6b6b6b;white-space:pre-line;background:#fff;padding:8px;border-radius:4px;min-height:28px}.sd-checkin-progress{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:11px;color:#8a8a8a;padding:8px 1px 5px}.sd-checkin-progress span{color:#d60000}.sd-checkin-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:10px;color:#555}.sd-checkin-options label{display:flex;gap:6px;align-items:flex-start}.sd-checkin-options input{width:14px;height:14px;margin:0}.sd-checkin-close{position:absolute;left:50%;bottom:-41px;transform:translateX(-50%);width:27px;height:27px;border-radius:50%;border:2px solid #fff;background:rgba(0,0,0,.15);color:#fff;font-size:0;line-height:21px;cursor:pointer}.sd-checkin-close:before{content:"x";font-size:22px}.sd-checkin-toast{position:absolute;left:12px;right:12px;bottom:18px;background:rgba(0,0,0,.78);color:#fff;border-radius:6px;padding:8px 10px;font-size:12px;text-align:center;display:none}.sd-checkin-toast.is-open{display:block}@media (max-height:640px){.sd-checkin-scroll{max-height:315px}.sd-checkin-shell{max-height:88vh}.sd-checkin-card{max-height:calc(88vh - 58px)}}

/* Check-in modal compatibility layer */
.sd-checkin-overlay{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:rgba(20,0,26,.64);backdrop-filter:blur(6px);padding:18px}.sd-checkin-overlay.is-open{display:flex}.sd-checkin-modal{position:relative;width:min(338px,calc(100vw - 28px));max-height:calc(100vh - 42px);background:#157c4a;border-radius:8px;padding:46px 8px 10px;box-shadow:0 18px 54px rgba(0,0,0,.42);font-family:Arial,Helvetica,sans-serif;color:#5f6770}.sd-checkin-top{position:absolute;top:14px;left:18px;right:16px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:12px;font-weight:700}.sd-checkin-refresh{width:22px;height:22px;border:0;background:transparent;color:#087f46;font-size:20px;line-height:1;cursor:pointer}.sd-checkin-hero{position:absolute;top:-44px;left:50%;width:158px;height:86px;transform:translateX(-50%);border-radius:8px 8px 42px 42px;background:linear-gradient(180deg,#fff7ee 0%,#fff 56%,#ffc866 57%,#f8a33e 100%);box-shadow:0 6px 14px rgba(0,0,0,.14);display:flex;align-items:center;justify-content:center;color:#ff594e;font-size:13px;font-weight:900;letter-spacing:0}.sd-checkin-body{background:#f7f7f7;border-radius:7px;padding:8px;max-height:calc(100vh - 126px);overflow-y:auto;scrollbar-width:thin}.sd-checkin-summary{display:flex;justify-content:space-between;gap:10px;font-size:11px;line-height:1.25;color:#7a7f86}.sd-checkin-summary span,.sd-checkin-progress b{color:#e03d24}.sd-checkin-list{display:flex;flex-direction:column;gap:7px;margin:12px 0}.sd-checkin-reward{position:relative;display:grid;grid-template-columns:22px 40px 1fr 62px;align-items:center;gap:8px;min-height:48px;width:100%;border:0;border-radius:7px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.09);padding:7px 8px;text-align:left;color:#7b8188;cursor:default}.sd-checkin-step{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#cfd4d7;color:#fff;font-size:12px;font-weight:800}.sd-checkin-coin{width:34px;height:34px;border-radius:50%;background:#bfdacb;position:relative}.sd-checkin-coin:after{content:'$';position:absolute;left:9px;top:7px;width:17px;height:12px;border-radius:3px;background:#cbb25f;color:#1c6b45;font-size:10px;font-weight:800;text-align:center;transform:rotate(-19deg)}.sd-checkin-reward-text b{display:block;font-size:11px;font-weight:500;line-height:1.25;color:#858b91}.sd-checkin-reward-text small{display:block;margin-top:3px;font-size:10px;color:#ff9900}.sd-checkin-btn{display:flex;align-items:center;justify-content:center;min-height:23px;border:1px solid #d1d5da;border-radius:999px;background:#fff;color:#8a8f94;font-size:10px;font-weight:700}.sd-checkin-reward.is-available{cursor:pointer}.sd-checkin-reward.is-available .sd-checkin-btn{background:#00b919;border-color:#00b919;color:#fff}.sd-checkin-reward.is-claimed .sd-checkin-btn{background:#e9f6ee;border-color:#9fd8b5;color:#13804b}.sd-checkin-section-title{position:relative;display:inline-flex;align-items:center;height:28px;margin:8px 0 7px;padding:0 22px 0 11px;background:#137845;color:#fff;font-size:14px;font-weight:800}.sd-checkin-section-title:after{content:'';position:absolute;right:-14px;top:0;border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:14px solid #137845}.sd-checkin-desc,.sd-checkin-terms{background:#fff;border-radius:4px;padding:10px;font-size:12px;line-height:1.55;color:#5f6770}.sd-checkin-desc:empty{min-height:14px}.sd-checkin-terms p{margin:0 0 6px}.sd-checkin-progress{position:sticky;bottom:-8px;display:flex;justify-content:space-between;gap:8px;margin:9px -8px 0;padding:8px;background:#f7f7f7;font-size:11px;color:#7c8288}.sd-checkin-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px;font-size:10px;color:#5f6770}.sd-checkin-options label{display:flex;align-items:flex-start;gap:5px}.sd-checkin-options input{width:14px;height:14px;margin:0;accent-color:#157c4a}.sd-checkin-close{position:absolute;left:50%;bottom:-50px;transform:translateX(-50%);width:28px;height:28px;border:2px solid #fff;border-radius:50%;background:transparent;color:#fff;font-size:18px;font-weight:700;line-height:22px;cursor:pointer}.sd-checkin-toast{position:absolute;left:14px;right:14px;bottom:16px;display:none;background:#1f2933;color:#fff;border-radius:6px;padding:10px;font-size:12px;text-align:center;box-shadow:0 8px 22px rgba(0,0,0,.28)}.sd-checkin-toast.is-open{display:block}@media (max-width:380px){.sd-checkin-modal{width:calc(100vw - 18px);padding-left:7px;padding-right:7px}.sd-checkin-reward{grid-template-columns:20px 34px 1fr 54px;gap:6px}.sd-checkin-options{grid-template-columns:1fr}.sd-checkin-progress{font-size:10px}}


/* Check-in compact visual pass */
.sd-checkin-overlay{padding:12px;background:rgba(18,0,24,.62)}
.sd-checkin-modal{width:min(322px,calc(100vw - 34px));max-height:calc(100vh - 104px);padding:42px 7px 9px;border-radius:8px;box-shadow:0 16px 42px rgba(0,0,0,.38)}
.sd-checkin-top{top:13px;left:17px;right:14px;font-size:11px}.sd-checkin-refresh{width:18px;height:18px;font-size:17px;color:#108250}
.sd-checkin-hero{top:-33px;width:148px;height:70px;border-radius:7px 7px 36px 36px;font-size:12px}.sd-checkin-body{padding:7px;max-height:calc(100vh - 162px);border-radius:7px;overflow-y:auto;overflow-x:hidden}.sd-checkin-body::-webkit-scrollbar{width:5px}.sd-checkin-body::-webkit-scrollbar-track{background:#ebedef;border-radius:999px}.sd-checkin-body::-webkit-scrollbar-thumb{background:#98a2aa;border-radius:999px}
.sd-checkin-summary{font-size:10px;margin:0 0 8px}.sd-checkin-list{gap:6px;margin:8px 0 10px;padding:0 3px}.sd-checkin-reward{grid-template-columns:20px 34px 1fr 58px;gap:7px;min-height:52px;border-radius:7px;padding:6px 7px;box-shadow:0 1px 7px rgba(0,0,0,.08)}.sd-checkin-step{width:17px;height:17px;font-size:11px}.sd-checkin-coin{width:31px;height:31px}.sd-checkin-coin:after{left:8px;top:7px;width:16px;height:11px;font-size:9px}.sd-checkin-reward-text b{font-size:11px;line-height:1.22}.sd-checkin-reward-text small{margin-top:2px;font-size:10px}.sd-checkin-btn{min-height:22px;font-size:10px}.sd-checkin-section-title{height:24px;margin:7px 0 6px;padding:0 19px 0 10px;font-size:13px}.sd-checkin-section-title:after{right:-12px;border-top-width:12px;border-bottom-width:12px;border-left-width:12px}.sd-checkin-desc,.sd-checkin-terms{padding:8px;font-size:11px;line-height:1.42}.sd-checkin-progress{bottom:-7px;margin:8px -7px 0;padding:7px 7px 5px;font-size:10px;border-top:1px solid #eceff1}.sd-checkin-options{gap:6px;margin-top:5px;font-size:9.5px}.sd-checkin-options input{width:13px;height:13px}.sd-checkin-close{bottom:-43px;width:26px;height:26px;font-size:17px;line-height:20px}.sd-checkin-toast{left:12px;right:12px;bottom:12px;padding:9px;font-size:11px}
@media (min-height:720px){.sd-checkin-modal{max-height:590px}.sd-checkin-body{max-height:486px}}
@media (max-height:650px){.sd-checkin-modal{max-height:calc(100vh - 78px)}.sd-checkin-body{max-height:calc(100vh - 138px)}.sd-checkin-hero{top:-28px;width:136px;height:62px}.sd-checkin-close{bottom:-36px}}
@media (max-width:360px){.sd-checkin-modal{width:calc(100vw - 24px)}.sd-checkin-reward{grid-template-columns:18px 31px 1fr 50px;gap:5px}.sd-checkin-reward-text b{font-size:10px}.sd-checkin-btn{font-size:9px}.sd-checkin-progress{font-size:9px}}

/* Check-in daily polish: compact modal with real top art */
.sd-checkin-overlay{
  padding:12px !important;
  background:rgba(0,0,0,.46) !important;
  backdrop-filter:blur(5px) !important;
}
.sd-checkin-modal{
  width:min(302px,calc(100vw - 38px)) !important;
  max-height:min(452px,calc(100vh - 82px)) !important;
  padding:54px 7px 8px !important;
  border-radius:8px !important;
  background:#137846 !important;
  box-shadow:0 18px 48px rgba(0,0,0,.36) !important;
}
.sd-checkin-top{
  top:16px !important;
  left:17px !important;
  right:12px !important;
  height:18px !important;
  font-size:11px !important;
  line-height:18px !important;
  z-index:2 !important;
}
.sd-checkin-top b{font-weight:800 !important;text-shadow:0 1px 2px rgba(0,0,0,.16) !important}
.sd-checkin-refresh{
  width:18px !important;
  height:18px !important;
  font-size:17px !important;
  color:#0b7f49 !important;
}
.sd-checkin-hero{
  top:-18px !important;
  left:50% !important;
  width:164px !important;
  height:76px !important;
  transform:translateX(-50%) !important;
  border-radius:0 !important;
  background:url('/static/checkin/qd_style_5_qdtc.avif') center/contain no-repeat !important;
  box-shadow:none !important;
  overflow:visible !important;
  z-index:1 !important;
}
.sd-checkin-hero:before,
.sd-checkin-hero:after,
.sd-checkin-hero span{display:none !important}
.sd-checkin-body{
  max-height:388px !important;
  padding:7px !important;
  border-radius:7px !important;
  background:#f7f7f7 !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  scrollbar-width:thin !important;
}
.sd-checkin-summary{
  margin:0 0 7px !important;
  font-size:10px !important;
  line-height:1.25 !important;
}
.sd-checkin-list{
  gap:5px !important;
  margin:6px 0 8px !important;
  padding:0 2px !important;
}
.sd-checkin-reward{
  grid-template-columns:19px 31px 1fr 54px !important;
  min-height:43px !important;
  gap:6px !important;
  padding:5px 6px !important;
  border-radius:7px !important;
}
.sd-checkin-step{
  width:17px !important;
  height:17px !important;
  font-size:11px !important;
}
.sd-checkin-coin{
  width:28px !important;
  height:28px !important;
  background:url('/static/checkin/qd_style2_img_qdjb1.avif') center/contain no-repeat !important;
  border-radius:0 !important;
}
.sd-checkin-coin:after{display:none !important}
.sd-checkin-reward-text b{
  font-size:10px !important;
  line-height:1.2 !important;
}
.sd-checkin-reward-text small{
  margin-top:2px !important;
  font-size:9.5px !important;
}
.sd-checkin-btn{
  min-height:21px !important;
  font-size:9.5px !important;
}
.sd-checkin-section-title{
  height:24px !important;
  margin:7px 0 6px !important;
  padding:0 19px 0 10px !important;
  font-size:13px !important;
}
.sd-checkin-section-title:after{
  right:-12px !important;
  border-top-width:12px !important;
  border-bottom-width:12px !important;
  border-left-width:12px !important;
}
.sd-checkin-desc,
.sd-checkin-terms{
  padding:8px !important;
  font-size:11px !important;
  line-height:1.42 !important;
}
.sd-checkin-progress{
  bottom:-7px !important;
  margin:7px -7px 0 !important;
  padding:6px 7px 5px !important;
  font-size:10px !important;
}
.sd-checkin-options{display:none !important}
.sd-checkin-close{
  bottom:-39px !important;
  width:26px !important;
  height:26px !important;
  font-size:18px !important;
  line-height:20px !important;
}
.sd-checkin-close:before{display:none !important}
@media (max-height:650px){
  .sd-checkin-modal{max-height:calc(100vh - 76px) !important}
  .sd-checkin-body{max-height:calc(100vh - 132px) !important}
  .sd-checkin-hero{top:-15px !important;width:148px !important;height:68px !important}
  .sd-checkin-close{bottom:-35px !important}
}
