/* Stinga Enerji — İçerik Koruma CSS © 2026 Stinga Yazılım Ekibi */

body, p, h1, h2, h3, h4, h5, h6,
span, div, section, article, li, td, th, blockquote {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.allow-select, .allow-select * {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default !important;
}
img:not(.allow-download) {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
  -webkit-touch-callout: none;
}
@media print {
  body * { display: none !important; }
  body::before {
    display: block !important;
    content: "Bu içerik yazdırılamaz. © 2026 Stinga Enerji A.Ş.";
    font-size: 20px;
    text-align: center;
    padding: 4rem;
    color: #2f3c6e;
    font-family: serif;
  }
}

/* ── OVERLAY ── */
#__cp_overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483645;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: #0b1220;
  overflow: hidden;
}
#__cp_overlay.__cp_visible { opacity: 1; }

/* arka plan ışıma */
#__cp_overlay::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17,133,91,0.12) 0%, transparent 70%);
  top: -150px; right: -100px;
  pointer-events: none;
}
#__cp_overlay::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,60,110,0.2) 0%, transparent 70%);
  bottom: -100px; left: -80px;
  pointer-events: none;
}

/* ── CANVAS ── */
#__cp_canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* ── SCAN LINE ── */
#__cp_scan {
  position: absolute;
  left: 0; right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(17,133,91,0.6), rgba(47,60,110,0.6), transparent);
  animation: __cp_scan 5s linear infinite;
  z-index: 1;
  pointer-events: none;
  top: 0;
}
@keyframes __cp_scan { 0%{top:-2px} 100%{top:100%} }

/* ── MODAL WRAPPER ── */
#__cp_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 540px;
}

/* SVG border */
#__cp_border_svg {
  position: absolute;
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  overflow: visible;
  z-index: 3;
}
#__cp_border_rect {
  stroke-dasharray: 2200;
  animation: __cp_borderDraw 2s ease forwards;
}
@keyframes __cp_borderDraw { 0%{stroke-dashoffset:2200} 100%{stroke-dashoffset:0} }

/* ── MODAL ── */
#__cp_modal {
  background: linear-gradient(160deg, #ffffff 0%, #f4f7f5 40%, #f0f4f8 100%);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

/* ── HEADER ── */
#__cp_header {
  background: linear-gradient(90deg, #11855b, #0d6e4a, #2f3c6e);
  padding: 1.3rem 2.2rem;
  position: relative;
  overflow: hidden;
}
#__cp_header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(255,255,255,0.03) 8px, rgba(255,255,255,0.03) 10px);
}
#__cp_header::after {
  content: '';
  position: absolute;
  right: -30px; top: -30px;
  width: 120px; height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
}
.cp_hinner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cp_htitle_sub {
  font-size: 8px;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  margin-bottom: 1px;
}
.cp_htitle_main {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.cp_hright { text-align: right; }
.cp_hbadge {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
.cp_hbadge_dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ff4444;
  animation: __cp_pulse 1s infinite;
}
@keyframes __cp_pulse { 0%,100%{opacity:1} 50%{opacity:0.2} }
.cp_hbadge_txt {
  font-size: 9px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.cp_hcode {
  font-size: 8px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 1px;
  margin-top: 2px;
  font-family: 'Courier New', monospace;
}
.cp_hlock {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  margin-right: 12px;
  flex-shrink: 0;
}

/* ── BODY ── */
#__cp_body { padding: 2rem 2.2rem 0; }

/* logo + başlık */
.cp_top_row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  animation: __cp_fadeUp 0.5s 0.4s both;
  opacity: 0;
}
@keyframes __cp_fadeUp { 0%{opacity:0;transform:translateY(14px)} 100%{opacity:1;transform:translateY(0)} }
.cp_logo_box {
  flex-shrink: 0;
  width: 100px; height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(47,60,110,0.12);
  padding: 7px;
}
.cp_logo_box img {
  max-width: 88px;
  max-height: 46px;
  object-fit: contain;
  pointer-events: auto !important;
  -webkit-user-drag: auto !important;
}
.cp_title_area { flex: 1; }
.cp_title_tag {
  font-size: 8px;
  letter-spacing: 4px;
  color: #11855b;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.cp_title_main {
  font-size: 26px;
  font-weight: 800;
  color: #2f3c6e;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 2px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.cp_title_sub {
  font-size: 26px;
  font-weight: 300;
  color: #11855b;
  letter-spacing: 5px;
  line-height: 1;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ayırıcı çizgi */
.cp_divider {
  height: 2px;
  background: linear-gradient(90deg, #11855b, #2f3c6e, transparent);
  margin-bottom: 1.5rem;
  transform-origin: left;
  animation: __cp_lineGrow 0.7s 0.9s both;
  transform: scaleX(0);
}
@keyframes __cp_lineGrow { 0%{transform:scaleX(0)} 100%{transform:scaleX(1)} }

/* mesaj kutusu */
.cp_msg_box {
  background: linear-gradient(135deg, #f8fffe, #f4f8ff);
  border: 1px solid rgba(47,60,110,0.1);
  border-left: 4px solid #11855b;
  border-radius: 0 4px 4px 0;
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.5rem;
  animation: __cp_fadeUp 0.5s 1s both;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.cp_msg_box::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #11855b, #2f3c6e);
  opacity: 0.3;
}
#__cp_msg {
  font-size: 14px !important;
  color: #1a1a1a !important;
  line-height: 1.95 !important;
  margin: 0 !important;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 400 !important;
  white-space: pre-line;
}

/* durum kartları */
.cp_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 1.5rem;
  animation: __cp_fadeUp 0.5s 1.1s both;
  opacity: 0;
}
.cp_card {
  border-radius: 4px;
  padding: 0.8rem;
  text-align: center;
}
.cp_card.green { background: linear-gradient(135deg, #11855b, #0d6e4a); }
.cp_card.navy  { background: linear-gradient(135deg, #2f3c6e, #1e2a52); }
.cp_card.light { background: linear-gradient(135deg, #f0f4f8, #e8edf5); border: 1px solid rgba(47,60,110,0.15); }
.cp_card_lbl {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'Courier New', monospace;
}
.cp_card.green .cp_card_lbl,
.cp_card.navy  .cp_card_lbl { color: rgba(255,255,255,0.6); }
.cp_card.light .cp_card_lbl { color: #888; }
.cp_card_val {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.cp_card.green .cp_card_val,
.cp_card.navy  .cp_card_val { color: #fff; }
.cp_card.light .cp_card_val { color: #2f3c6e; }

/* ── FOOTER ── */
#__cp_footer {
  background: linear-gradient(135deg, #f8fffe, #f0f4f8);
  border-top: 1px solid rgba(47,60,110,0.08);
  padding: 1.3rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: __cp_fadeUp 0.5s 1.3s both;
  opacity: 0;
  gap: 1rem;
}
.cp_footer_text {}
.cp_footer_copy {
  font-size: 11px;
  font-weight: 700;
  color: #2f3c6e;
  margin-bottom: 2px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.cp_footer_rights {
  font-size: 10px;
  color: #11855b;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.cp_footer_team {
  font-size: 9px;
  color: #aaa;
  letter-spacing: 2px;
  font-family: 'Courier New', monospace;
}
.cp_footer_actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.cp_timer_wrap {
  position: relative;
  width: 44px; height: 44px;
}
.cp_timer_wrap svg { position: absolute; inset: 0; }
#__cp_timer_num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #2f3c6e;
  font-family: 'Courier New', monospace;
}
#__cp_btn {
  background: linear-gradient(135deg, #2f3c6e, #1e2a52);
  color: #fff !important;
  border: none;
  border-radius: 3px;
  padding: 0.75rem 1.8rem;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  box-shadow: 0 4px 20px rgba(47,60,110,0.35);
  transition: all 0.25s ease;
  white-space: nowrap;
}
#__cp_btn:hover {
  background: linear-gradient(135deg, #11855b, #0d6e4a);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(17,133,91,0.4);
}
#__cp_btn:active { transform: translateY(0); }

/* ── MOBİL ── */
@media (max-width: 480px) {
  #__cp_header { padding: 1rem 1.4rem; }
  .cp_htitle_main { font-size: 11px; }
  #__cp_body { padding: 1.5rem 1.4rem 0; }
  .cp_logo_box { width: 80px; height: 46px; }
  .cp_logo_box img { max-width: 70px; max-height: 38px; }
  .cp_title_main { font-size: 20px; }
  .cp_title_sub  { font-size: 20px; letter-spacing: 3px; }
  .cp_top_row { gap: 1rem; }
  #__cp_msg { font-size: 13px !important; }
  .cp_card_val { font-size: 11px; }
  #__cp_footer { padding: 1rem 1.4rem; flex-wrap: wrap; }
  #__cp_btn { padding: 0.65rem 1.3rem; font-size: 10px !important; letter-spacing: 3px; }
  .cp_timer_wrap { width: 38px; height: 38px; }
  #__cp_timer_num { font-size: 11px; }
}

/* ── TABLET ── */
@media (min-width: 481px) and (max-width: 768px) {
  #__cp_wrap { max-width: 480px; }
  .cp_title_main { font-size: 23px; }
  .cp_title_sub  { font-size: 23px; }
}
