
:root{
  --hot-pink:#ff008c;
  --bubblegum:#ff69b4;
  --baby-pink:#ffd3eb;
  --orange:#ff6a00;
  --gold:#d99b00;
  --brown:#4b2115;
  --dark-brown:#24100c;
  --cream:#fff8dc;
  --black:#12080d;
  --white:#fff;
  --wine:#76053f;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  min-height:100vh;
  color:var(--dark-brown);
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  background-color:#ff4fa3;
  background-image:
    linear-gradient(rgba(255,0,137,.15),rgba(91,17,51,.35)),
    url("pink-leopard-bg.jpg");
  background-repeat:repeat,repeat;
  background-size:auto,420px;
  background-attachment:fixed;
}

a{color:#c00063;font-weight:bold}
a:hover{color:var(--orange);background:#fff200;text-decoration:none}
img{max-width:100%}
::selection{color:#fff;background:var(--hot-pink)}

.site-wrapper{
  width:960px;
  max-width:calc(100% - 18px);
  margin:12px auto 30px;
  background:#ffe6f3;
  border:4px ridge #ffe6f3;
  outline:3px solid #2b0718;
  box-shadow:0 0 0 6px #ff2c9a,0 0 0 9px #fff,10px 14px 0 rgba(52,0,29,.5);
  overflow:hidden;
}

.tiny-topbar{
  min-height:25px;
  padding:5px 8px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  color:#fff;
  font-family:"Courier New",monospace;
  font-size:10px;
  font-weight:bold;
  letter-spacing:1px;
  text-transform:uppercase;
  background:repeating-linear-gradient(45deg,#17000d 0,#17000d 5px,#3b0925 5px,#3b0925 10px);
  border-bottom:3px ridge #ff8cc8;
}

.article-header{
  position:relative;
  min-height:230px;
  padding:18px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(34,0,18,.92),rgba(80,0,45,.48),rgba(255,0,136,.12)),
    var(--header-image);
  background-size:cover;
  background-position:center;
  border-bottom:5px ridge #ff92c8;
  overflow:hidden;
}

.article-header:after{
  content:"★ ☆ ★ ☆ ★ ☆ ★ ☆ ★ ☆ ★ ☆ ★ ☆ ★ ☆ ★";
  position:absolute;
  left:0;
  right:0;
  bottom:5px;
  color:#fff5a8;
  font-size:14px;
  letter-spacing:7px;
  text-align:center;
  text-shadow:1px 1px 0 #ff008c,0 0 7px #fff;
  white-space:nowrap;
  overflow:hidden;
}

.site-name{
  margin:0 0 8px;
  color:#fff0f8;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:22px;
  font-style:italic;
  letter-spacing:-1px;
  text-transform:uppercase;
  text-shadow:2px 2px 0 #ff008c,4px 4px 0 #260013;
}

.article-kicker{
  display:inline-block;
  margin:5px 0;
  padding:4px 8px;
  color:#341000;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:10px;
  letter-spacing:1px;
  text-transform:uppercase;
  background:#fff200;
  border:2px dashed #ff008c;
  box-shadow:3px 3px 0 #ff008c;
}

.article-title{
  max-width:700px;
  margin:12px 0 8px;
  color:#fff;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:clamp(38px,7vw,72px);
  font-style:italic;
  line-height:.88;
  letter-spacing:-3px;
  text-transform:uppercase;
  text-shadow:2px 2px 0 #ff008c,4px 4px 0 #5f0035,6px 6px 0 #17000d,0 0 10px #fff;
}

.article-deck{
  max-width:680px;
  margin:0;
  padding:5px 8px;
  color:#2b0717;
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
  font-weight:bold;
  line-height:1.4;
  background:rgba(255,244,184,.9);
  border-left:7px solid #ff6a00;
}

.marquee-bar{
  height:30px;
  color:#fff;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:12px;
  letter-spacing:1px;
  background:repeating-linear-gradient(90deg,#ff008c 0,#ff008c 20px,#e70073 20px,#e70073 40px);
  border-top:2px solid #fff;
  border-bottom:4px ridge #5d002e;
  line-height:25px;
  text-shadow:1px 1px 0 #4f0028;
}

.nav{
  padding:7px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:5px;
  background:linear-gradient(#ffe8f4,#ff98c9 55%,#db337f);
  border-bottom:4px ridge #fff;
}

.nav a{
  min-width:118px;
  padding:7px 10px;
  color:#fff;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:10px;
  letter-spacing:1px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  background:linear-gradient(#ff89c6 0%,#ff008c 48%,#9d004e 52%,#d60070 100%);
  border:3px outset #ffb8db;
  text-shadow:1px 1px 0 #50002b;
  box-shadow:2px 2px 0 #3e071f;
}

.nav a:hover{
  color:#391000;
  background:linear-gradient(#fff8a1,#ffc400 50%,#f17600 52%,#ff9d00);
  border-color:#fff3a0;
}

.content-grid{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  gap:8px;
  padding:8px;
  background:repeating-linear-gradient(45deg,#ffd7eb 0,#ffd7eb 8px,#ffc4e1 8px,#ffc4e1 16px);
}

.box{
  margin-bottom:7px;
  background:#fff7fb;
  border:3px ridge #ff8fc5;
  box-shadow:2px 2px 0 #5d1737;
}

.box-title{
  min-height:25px;
  padding:5px 7px;
  color:#fff;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:10px;
  letter-spacing:1px;
  line-height:14px;
  text-align:center;
  text-transform:uppercase;
  background:linear-gradient(90deg,#3c071f,#a70059,#ff008c,#a70059,#3c071f);
  border-bottom:2px solid #280014;
  text-shadow:1px 1px 0 #37001d;
}

.box-title.gold{
  color:#2b0a00;
  background:linear-gradient(90deg,#8a4000,#ff9d00,#fff09a,#ff9d00,#8a4000);
  text-shadow:1px 1px 0 #fff;
}

.box-title.zebra{
  color:#ff008c;
  background:repeating-linear-gradient(-45deg,#fff 0,#fff 8px,#171016 8px,#171016 16px);
  text-shadow:1px 1px 0 #fff,2px 2px 0 #000;
}

.box-content{padding:8px;line-height:1.45}
.box-content p{margin:0 0 8px}

.profile-image{
  width:100%;
  padding:4px;
  background:#fff;
  border:3px groove #ff2c94;
}

.link-list{
  margin:0;
  padding:0;
  list-style:none;
}

.link-list li{margin-bottom:4px}

.link-list a{
  display:block;
  padding:5px 6px;
  color:#4b112c;
  font-family:"Trebuchet MS",Arial,sans-serif;
  font-size:11px;
  text-decoration:none;
  background:linear-gradient(90deg,#ffd6e9,#fff,#ffd6e9);
  border:1px solid #e85b9f;
}

.link-list a:before{
  content:"♥";
  margin-right:5px;
  color:#ff008c;
}

.article-paper{
  padding:10px;
  background:#fffdf7;
  border:4px ridge #ff8ac3;
  box-shadow:3px 3px 0 #6a173b;
}

.article-meta{
  margin-bottom:10px;
  padding:6px;
  color:#4b102b;
  font-family:"Courier New",monospace;
  font-size:10px;
  background:#ffe1f0;
  border:1px dashed #e40073;
}

.article-body{
  color:#2d1420;
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  line-height:1.72;
}

.article-body p{margin:0 0 16px}

.article-body h2{
  margin:26px 0 10px;
  padding:5px 8px;
  color:#fff;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:22px;
  font-style:italic;
  line-height:1.05;
  text-transform:uppercase;
  background:repeating-linear-gradient(45deg,#17000d 0,#17000d 7px,#5c0032 7px,#5c0032 14px);
  border-left:8px solid #ff008c;
  text-shadow:2px 2px 0 #ff008c;
}

.article-body h3{
  margin:20px 0 8px;
  color:#e30072;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:17px;
  font-style:italic;
  line-height:1.1;
  text-transform:uppercase;
  text-shadow:1px 1px 0 #ffd0e6;
}

.article-body ul,
.article-body ol{
  padding-left:24px;
}

.article-body li{
  margin-bottom:8px;
}

.dropcap:first-letter{
  float:left;
  margin:7px 7px 0 0;
  color:#ff008c;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:58px;
  line-height:.72;
  text-shadow:2px 2px 0 #ffd1e9,3px 3px 0 #5d1737;
}

.pullquote{
  margin:22px 10px;
  padding:12px 14px;
  color:#341000;
  font-family:"Comic Sans MS","Trebuchet MS",cursive;
  font-size:18px;
  font-weight:bold;
  line-height:1.35;
  text-align:center;
  background:#fff200;
  border:3px dashed #ff008c;
  box-shadow:5px 5px 0 #ff008c;
  transform:rotate(-1deg);
}

.figure{
  margin:18px 0;
  padding:6px;
  background:#ffd8eb;
  border:4px ridge #ff6bb2;
}

.figure img{
  width:100%;
  display:block;
  border:3px groove #3a071e;
}

.figure figcaption{
  padding:6px 4px 1px;
  color:#57122e;
  font-family:"Courier New",monospace;
  font-size:10px;
  line-height:1.4;
}

.code-block{
  margin:16px 0;
  padding:10px;
  color:#ff92ca;
  font-family:"Courier New",monospace;
  font-size:11px;
  line-height:1.55;
  white-space:pre-wrap;
  background:#17000c;
  border:3px inset #d95999;
  overflow:auto;
}

.note-box{
  margin:18px 0;
  padding:10px;
  background:#fff5c9;
  border:3px ridge #ff9d00;
}

.note-box strong{
  color:#e30072;
  font-family:"Arial Black",Impact,sans-serif;
  text-transform:uppercase;
}

.data-table{
  width:100%;
  margin:15px 0;
  border-collapse:collapse;
  font-family:Verdana,Arial,sans-serif;
  font-size:11px;
}

.data-table th{
  padding:7px;
  color:#fff;
  background:#4b102b;
  border:2px ridge #ff8ec4;
}

.data-table td{
  padding:7px;
  background:#ffe1f0;
  border:2px ridge #ff8ec4;
}

.data-table tr:nth-child(even) td{
  background:#fff5c9;
}

.related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  margin-top:18px;
}

.related-card{
  min-height:92px;
  padding:8px;
  color:#fff;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:11px;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  background:linear-gradient(#ff72b7,#c90065);
  border:4px outset #ffb6da;
  text-shadow:1px 1px 0 #51002b;
}

.related-card:nth-child(2){
  color:#2c0b00;
  background:linear-gradient(#fff485,#ff8a00);
  border-color:#fff3b4;
  text-shadow:1px 1px 0 #fff;
}

.related-card:nth-child(3){
  color:#ff008c;
  background:repeating-linear-gradient(-45deg,#fff 0,#fff 7px,#161016 7px,#161016 14px);
  border-color:#fff;
  text-shadow:1px 1px 0 #fff,2px 2px 0 #000;
}

.footer{
  padding:12px 8px;
  color:#fff;
  font-family:"Courier New",monospace;
  font-size:10px;
  line-height:1.6;
  text-align:center;
  background:#17000c;
  border-top:4px ridge #ff76b7;
}

.footer strong{color:#ff85c3}

.blink{animation:blinkText .8s steps(2) infinite}
@keyframes blinkText{50%{visibility:hidden}}

@media(max-width:760px){
  .site-wrapper{max-width:calc(100% - 10px);margin-top:6px}
  .tiny-topbar{align-items:flex-start;flex-direction:column}
  .article-header{min-height:300px}
  .article-title{font-size:48px}
  .content-grid{grid-template-columns:1fr}
  .sidebar{grid-row:2}
  .article-main{grid-row:1}
  .related-grid{grid-template-columns:1fr}
}

@media(max-width:480px){
  .nav{display:grid;grid-template-columns:repeat(2,1fr)}
  .nav a{min-width:0}
  .article-title{font-size:40px}
  .article-body{font-size:14px}
}
