:root{
  --red:#a90000;
  --deepred:#720000;
  --brightred:#e00000;
  --white:#ffffff;
  --paper:#f7f7f7;
  --softred:#ffe6e6;
  --softred2:#ffd1d1;
  --black:#111111;
  --gray:#666666;
  --line:#d8d8d8;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  background:#fff;
  color:#111;
  font-family:Georgia,'Times New Roman',serif;
  min-height:100vh;
  overflow-x:hidden;
}

a{color:inherit}

.site-shell{
  width:min(100%,980px);
  margin:0 auto;
  padding:18px 10px 28px;
}

/* ZIP STYLE TOP LOGO */
.top-logo{
  background:var(--red);
  border:4px dashed #fff;
  border-radius:24px;
  margin:14px auto;
  padding:16px;
  text-align:center;
  box-shadow:0 0 0 3px var(--red);
}

.top-logo h1{
  margin:8px 0;
  color:#fff;
  font-size:clamp(30px,6vw,52px);
  line-height:1.05;
}

.winner{
  display:inline-block;
  color:#fff;
  font-weight:900;
  margin:4px 18px;
  font-size:22px;
}

.site-goddess{
  display:block;
  width:110px;
  height:110px;
  object-fit:cover;
  margin:8px auto;
  border-radius:50%;
  border:4px solid #fff;
  background:#fff;
}

/* KADI MINI BOX */
.kadi-mini-card{
  width:min(96%,560px);
  margin:10px auto 14px;
  background:var(--red);
  border:4px dashed #fff;
  border-radius:22px;
  padding:12px 12px 14px;
  text-align:center;
  box-shadow:0 0 0 3px var(--deepred);
}

.kadi-mini-head{
  display:inline-block;
  margin:0 auto 8px;
  padding:5px 14px;
  background:#fff;
  border:2px solid var(--deepred);
  border-radius:12px;
  color:var(--red);
  font-family:Arial,sans-serif;
  font-size:clamp(17px,3.6vw,25px);
  font-weight:900;
}

.kadi-mini-time{
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:clamp(13px,3vw,17px);
  font-weight:900;
  margin:0 0 9px;
}

.kadi-mini-result{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  max-width:430px;
  margin:0 auto;
  background:#fff;
  border:3px dashed var(--deepred);
  border-radius:15px;
  padding:9px 10px;
  font-size:clamp(22px,5.4vw,42px);
  font-weight:900;
  line-height:1.05;
  color:#111;
}

.kadi-mini-result strong{color:var(--red)}
.kadi-mini-arrow{color:var(--red);font-weight:900}

/* OLD ZIP ANNOUNCEMENT STRIPS */
.pink-strip{
  background:var(--brightred);
  border:2px solid var(--deepred);
  border-radius:10px;
  color:#fff;
  text-align:center;
  font-family:Arial,sans-serif;
  font-style:italic;
  font-weight:900;
  letter-spacing:1px;
  padding:8px;
  margin:12px 0;
}

/* TWO RESULT BOXES LIKE ZIP */
.latest-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.latest-box{
  min-height:210px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:4px dashed var(--red);
  border-radius:24px;
  margin:14px auto;
  padding:18px;
  text-align:center;
}

.small-line{
  color:var(--red);
  font-weight:900;
  font-size:18px;
}

.number-label{
  color:#111;
  font-size:clamp(30px,4vw,46px);
  line-height:1.1;
}

.big-number{
  font-size:clamp(70px,11vw,130px);
  line-height:1;
  color:var(--red);
  font-weight:900;
}

/* INTRO + SEO CARDS */
.intro-panel,
.seo-grid-box article,
.info-note{
  background:#fff;
  border:4px dashed var(--red);
  border-radius:22px;
  margin:16px 0;
  padding:14px 16px;
  color:#111;
  font-family:Arial,sans-serif;
  line-height:1.65;
  text-align:center;
}

.intro-panel h2,
.seo-grid-box h2,
.info-note h2{
  display:block;
  background:var(--softred2);
  color:#111;
  margin:-14px -16px 12px;
  padding:10px;
  border-radius:18px 18px 0 0;
  font-family:Georgia,'Times New Roman',serif;
}

.intro-panel h2{font-size:clamp(22px,4vw,34px)}
.seo-grid-box h2{font-size:clamp(18px,3vw,26px)}
.info-note h2{font-size:clamp(22px,4vw,32px)}

.intro-panel p,
.seo-grid-box p,
.info-note p{
  margin:8px auto;
  max-width:900px;
  font-weight:700;
}

/* RESULT TABLE BLOCKS */
.section-card{
  background:var(--paper);
  border:4px dashed var(--red);
  border-radius:22px;
  margin:14px auto;
  padding:0 8px 20px;
  color:#000;
  text-align:center;
}

.section-card h2{
  background:var(--softred2);
  color:#000;
  margin:0 -8px 10px;
  padding:12px;
  font-size:clamp(30px,5vw,44px);
}

.table-subtitle{
  font-family:Arial,sans-serif;
  font-size:16px;
  font-weight:800;
  color:#333;
  margin:0 8px 12px;
  text-align:center;
  line-height:1.4;
}

.table-box{
  overflow:hidden;
  border:1px solid #777;
  background:#fff;
  margin:0 auto;
}

.result-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

.result-table th{
  background:var(--red);
  color:#fff;
  font-size:clamp(24px,4vw,44px);
  padding:12px 8px;
  border:2px solid #fff;
  line-height:1;
}

.result-table td{
  background:#fff;
  color:#000;
  font-size:clamp(26px,4vw,46px);
  font-weight:800;
  text-align:center;
  padding:8px;
  border:1px solid #999;
  line-height:1.15;
}

.result-table tr:nth-child(even) td{background:#f3f3f3}
.result-table td strong{color:#000;font-weight:900}
.result-table tr.is-red td strong{color:var(--brightred)}

/* TRUST STRIPS */
.brand-lines{
  background:var(--red);
  padding:18px 10px;
  margin:16px 0;
  color:#fff;
  text-align:center;
}

.brand-lines p{margin:14px auto}

.white-tag{
  display:inline-block;
  background:#fff;
  color:var(--red);
  padding:4px 18px;
  font-size:clamp(26px,4vw,40px);
  font-weight:900;
}

.yellow-tag{
  display:inline-block;
  background:var(--softred2);
  color:#990000;
  padding:4px 12px;
  font-size:clamp(22px,4vw,34px);
  font-weight:900;
}

/* 3 INFO CARDS */
.seo-grid-box{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:16px 0;
}

.seo-grid-box article{margin:0}

/* OLD ZIP CHART LINK BLOCKS */
.link-section{
  background:#fff;
  border:4px dashed var(--red);
  border-radius:22px;
  margin:18px 0;
  padding:0 14px 20px;
  text-align:center;
}

.link-section h2{
  background:var(--softred2);
  margin:0 -14px 18px;
  padding:12px;
  color:#000;
  font-size:clamp(28px,5vw,42px);
}

.link-list{
  display:flex;
  flex-direction:column;
  gap:9px;
  align-items:center;
}

.link-list a{
  display:inline-block;
  background:var(--red);
  color:#fff;
  text-decoration:none;
  padding:8px 16px;
  font-size:24px;
  line-height:1.15;
  border-radius:4px;
}

.link-list a:hover{background:var(--deepred)}

.footer-box{
  background:var(--red);
  color:#fff;
  text-align:center;
  font-family:Arial,sans-serif;
  font-size:15px;
  padding:20px;
  line-height:1.5;
}

/* MOBILE SAME BEHAVIOUR AS OLD ZIP */
@media(max-width:820px){
  .seo-grid-box{grid-template-columns:1fr}
}

@media(max-width:720px){
  .site-shell{padding:10px 6px}

  .winner{display:none}

  .top-logo,
  .section-card,
  .latest-box,
  .link-section,
  .intro-panel,
  .seo-grid-box article,
  .info-note{
    border-width:3px;
    border-radius:18px;
  }

  .site-goddess{
    width:90px;
    height:90px;
  }

  .latest-grid{grid-template-columns:1fr}
  .latest-box{min-height:160px}

  .result-table{table-layout:auto}

  .result-table th{
    font-size:21px;
    padding:9px 4px;
  }

  .result-table td{
    font-size:24px;
    padding:7px 3px;
  }

  .section-card h2,
  .link-section h2{
    font-size:26px;
  }

  .link-list a{font-size:20px}

  .white-tag,
  .yellow-tag{font-size:22px}

  .table-subtitle{font-size:14px}
}

@media(max-width:420px){
  .result-table th{font-size:17px}
  .result-table td{font-size:18px}
  .result-table td strong{font-size:21px}

  .big-number{font-size:70px}
  .number-label{font-size:28px}

  .top-logo h1{font-size:30px}
  .site-goddess{width:78px;height:78px}

  .kadi-mini-result{font-size:20px}

  .section-card{
    padding-left:4px;
    padding-right:4px;
  }

  .section-card h2{
    margin-left:-4px;
    margin-right:-4px;
  }
}

/* ===== 2026-08-23 SIMPLE RESPONSIVE THEME ===== */

body,
button,
input,
select,
textarea,
h1,h2,h3,h4,h5,h6,
.top-logo h1,
.section-card h2,
.link-section h2,
.intro-panel h2,
.seo-grid-box h2,
.info-note h2{
  font-family:Arial,Helvetica,sans-serif !important;
}

/* Header: logo | title | logo */
.top-logo{
  display:grid;
  grid-template-columns:clamp(44px,11vw,96px) minmax(0,1fr) clamp(44px,11vw,96px);
  align-items:center;
  gap:clamp(6px,2vw,18px);
  padding:clamp(8px,2vw,16px);
}

.top-logo h1{
  margin:0;
  padding:0;
  color:#fff;
  font-size:clamp(13px,4vw,38px);
  line-height:1.05;
  white-space:nowrap;
  text-align:center;
  overflow:visible;
}

.top-logo .site-goddess{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:cover;
  margin:0;
  border:2px solid #fff;
  border-radius:12px;
  background:#fff;
}

.site-goddess-left{justify-self:start}
.site-goddess-right{justify-self:end}

/* Archive / chart pages */
body > header{
  width:min(calc(100% - 20px),980px);
  margin:16px auto 0;
  padding:14px 10px;
  background:var(--red);
  color:#fff;
  border:3px solid var(--deepred);
  border-radius:16px;
  text-align:center;
}

body > header h1{
  margin:0;
  color:#fff;
  font-size:clamp(24px,5vw,40px);
}

.wrap{
  width:min(calc(100% - 20px),980px);
  margin:14px auto 30px;
}

.wrap .nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:12px 0;
}

.wrap .nav a{
  display:inline-block;
  background:var(--red);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  padding:9px 13px;
  border-radius:7px;
}

.wrap .nav a:hover{
  background:var(--deepred);
}

.wrap .card{
  background:#fff;
  color:#111;
  border:3px solid var(--red);
  border-radius:16px;
  padding:10px;
  overflow:hidden;
}

.wrap .card table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}

.wrap .card th{
  background:var(--red);
  color:#fff;
  padding:10px 6px;
  border:1px solid #fff;
  font-size:clamp(16px,3vw,22px);
}

.wrap .card td{
  color:#111;
  background:#fff;
  text-align:center;
  padding:9px 5px;
  border:1px solid #bbb;
  font-size:clamp(16px,3vw,22px);
  font-weight:700;
}

.wrap .card tr:nth-child(even) td{
  background:#f6f6f6;
}

.wrap .card td.red,
.wrap .card .red{
  color:#d00000;
  font-weight:900;
}

@media(max-width:480px){
  .top-logo{
    grid-template-columns:44px minmax(0,1fr) 44px;
    gap:6px;
    padding:8px;
  }

  .top-logo h1{
    font-size:clamp(13px,4vw,18px);
  }

  .wrap{
    width:calc(100% - 12px);
  }

  .wrap .card{
    padding:5px;
  }

  .wrap .card th,
  .wrap .card td{
    padding:7px 3px;
    font-size:15px;
  }
}

/* ===== FAQ SECTION ===== */
.faq-section{
  background:#fff;
  border:3px solid var(--red);
  border-radius:16px;
  margin:18px 0;
  padding:12px;
  font-family:Arial,Helvetica,sans-serif;
}

.faq-section > h2{
  margin:-12px -12px 12px;
  padding:13px;
  background:var(--red);
  color:#fff;
  text-align:center;
  border-radius:12px 12px 0 0;
  font-size:clamp(22px,4vw,32px);
}

.faq-section details{
  background:#fff;
  border:2px solid #d5d5d5;
  border-left:5px solid var(--red);
  border-radius:9px;
  margin:10px 0;
  overflow:hidden;
}

.faq-section summary{
  cursor:pointer;
  padding:13px 14px;
  color:#111;
  background:#fff1f1;
  font-weight:700;
  font-size:clamp(16px,3vw,20px);
  line-height:1.35;
}

.faq-section details[open] summary{
  color:var(--red);
  border-bottom:1px solid #ddd;
}

.faq-section p{
  margin:0;
  padding:14px;
  color:#111;
  font-size:16px;
  line-height:1.6;
  font-weight:400;
}

@media(max-width:480px){
  .faq-section{
    margin:12px 0;
    padding:8px;
  }

  .faq-section > h2{
    margin:-8px -8px 8px;
    font-size:21px;
  }

  .faq-section summary{
    font-size:15px;
    padding:11px;
  }

  .faq-section p{
    font-size:14px;
    padding:11px;
  }
}

/* ===== CLEAN HISTORY ROWS ===== */
.link-section{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;

  background:#fff;
  border:0;
  border-bottom:2px solid #b40000;
  border-radius:0;

  margin:0;
  padding:20px 8px;
  text-align:left;
}

.link-section:first-of-type{
  border-top:2px solid #b40000;
}

.link-section h2{
  flex:1;
  margin:0;
  padding:0;
  background:none;
  color:#111;
  font-size:clamp(20px,3vw,30px);
  font-weight:700;
  line-height:1.25;
}

.link-list{
  flex:0 0 auto;
  display:block;
}

.link-list a{
  display:inline-block;
  background:none;
  color:#b40000;
  border:1px solid #b40000;
  border-radius:6px;
  padding:9px 14px;
  font-size:clamp(15px,2vw,19px);
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.link-list a:hover{
  background:#b40000;
  color:#fff;
}

@media(max-width:650px){
  .link-section{
    display:block;
    padding:16px 6px;
  }

  .link-section h2{
    font-size:19px;
    margin-bottom:9px;
  }

  .link-list a{
    width:100%;
    white-space:normal;
    text-align:center;
    font-size:15px;
    padding:9px 8px;
  }
}

/* Daily result history information */
.history-intro{
  margin:20px 0;
  padding:18px;
  background:#fff;
  border-left:5px solid #b40000;
  border-bottom:1px solid #ddd;
  font-family:Arial,Helvetica,sans-serif;
}

.history-intro h2{
  margin:0 0 10px;
  color:#111;
  font-size:clamp(21px,4vw,30px);
}

.history-intro p{
  margin:8px 0;
  color:#222;
  font-size:16px;
  line-height:1.6;
  font-weight:400;
}

.history-intro a{
  color:#b40000;
  font-weight:700;
  text-decoration:underline;
}

@media(max-width:480px){
  .history-intro{
    padding:14px 10px;
  }

  .history-intro p{
    font-size:14px;
  }
}

/* Latest result color follows is_red */
.big-number{
  color:#111 !important;
}

.big-number.is-red{
  color:#d00000 !important;
}

.kadi-mini-result strong{
  color:#111 !important;
}

.kadi-mini-result strong.is-red{
  color:#d00000 !important;
}
