
:root{
  --cg-pink:#ff73b5;
  --cg-pink-dark:#ff4aa1;
  --cg-yellow:#ffe45c;
  --cg-blue:#85d8ff;
  --cg-violet:#c9a0ff;
  --cg-paper:#fff8fc;
  --cg-line:#ffb9db;
  --cg-text:#2b1730;
}
.sppru-coolgirl-mode,.sppru-coolgirl-mode *{box-sizing:border-box}
.sppru-coolgirl-mode{
  font-family:"Trebuchet MS","Comic Sans MS",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--cg-text);
  background:
    radial-gradient(circle at top left,#ffe8f4 0%,transparent 25%),
    radial-gradient(circle at top right,#fff4b8 0%,transparent 20%),
    linear-gradient(180deg,#fffdfd 0%,#fff7fb 100%);
}
.sppru-cg-wrap{max-width:1180px;margin:0 auto;padding:0 20px}
.sppru-cg-hero{padding:34px 0 22px}
.sppru-cg-hero-card{
  position:relative;
  border:3px solid var(--cg-pink);
  background:linear-gradient(135deg,#fff7fb 0%,#ffffff 100%);
  border-radius:34px;
  padding:34px;
  box-shadow:0 20px 40px rgba(255,74,161,.12);
  overflow:hidden;
}
.sppru-cg-bubbles{
  display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px
}
.sppru-cg-bubbles span{
  display:inline-block;padding:7px 14px;border-radius:999px;
  background:var(--cg-yellow);border:2px solid #2b1730;font-weight:800;
  transform:rotate(-3deg)
}
.sppru-cg-kicker{
  display:inline-block;margin-bottom:14px;
  padding:6px 12px;border-radius:999px;
  background:var(--cg-blue);border:2px solid #2b1730;font-weight:800
}
.sppru-cg-hero-card h1{
  font-size:clamp(34px,5vw,64px);
  line-height:1.02;margin:0 0 14px;color:var(--cg-pink-dark)
}
.sppru-cg-subtitle{
  font-size:20px;line-height:1.6;margin:0 0 12px;font-weight:700
}
.sppru-cg-intro{
  max-width:900px;font-size:17px;line-height:1.75;margin:0 0 20px
}
.sppru-cg-btn{
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;background:var(--cg-pink);color:#fff;
  border:3px solid #2b1730;border-radius:999px;padding:14px 24px;font-weight:900;
  box-shadow:0 8px 0 #2b1730
}
.sppru-cg-magazine-strip{padding:8px 0 20px}
.sppru-cg-strip-inner{
  display:flex;gap:14px;flex-wrap:wrap
}
.sppru-cg-strip-inner span{
  display:inline-block;padding:10px 16px;border-radius:999px;background:#fff;
  border:2px dashed var(--cg-pink);font-weight:800
}
.sppru-cg-tests-wrap{padding:10px 0 24px}
.sppru-cg-editor-note{
  background:#fff;border:2px dashed var(--cg-pink);border-radius:28px;padding:22px;margin-bottom:18px
}
.sppru-cg-editor-note h2{margin:0 0 10px;font-size:30px;color:var(--cg-pink-dark)}
.sppru-cg-editor-note p{margin:0;line-height:1.75}
.sppru-cg-group{margin-bottom:28px}
.sppru-cg-group-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.sppru-cg-group-head h2{margin:0;font-size:34px}
.sppru-cg-sticker{
  display:inline-block;padding:7px 12px;border-radius:999px;background:var(--cg-yellow);
  border:2px solid #2b1730;font-weight:900;transform:rotate(6deg)
}
.sppru-cg-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px
}
.sppru-cg-card{
  background:#fff;border:3px solid var(--cg-pink);border-radius:28px;padding:22px;
  box-shadow:0 14px 28px rgba(255,74,161,.12);transform:rotate(-1deg)
}
.sppru-cg-card:nth-child(even){transform:rotate(1deg)}
.sppru-cg-stars{font-size:14px;font-weight:900;color:var(--cg-pink-dark);margin-bottom:10px}
.sppru-cg-card h3{margin:0 0 10px;font-size:26px;line-height:1.15}
.sppru-cg-card p{margin:0 0 14px;line-height:1.7}
.sppru-cg-link{font-weight:900;color:var(--cg-pink-dark);text-decoration:none}
.sppru-cg-pink .sppru-cg-card{border-color:var(--cg-pink)}
.sppru-cg-violet .sppru-cg-card{border-color:var(--cg-violet)}
.sppru-cg-blue .sppru-cg-card{border-color:var(--cg-blue)}
.sppru-cg-yellow .sppru-cg-card{border-color:var(--cg-yellow)}
.sppru-cg-modern{padding:4px 0 36px}
.sppru-cg-modern-card{
  background:linear-gradient(135deg,#fff1f7 0%,#ffffff 100%);
  border:3px solid #2b1730;border-radius:30px;padding:24px
}
.sppru-cg-modern-card h2{margin:0 0 10px;font-size:30px}
.sppru-cg-modern-card p{margin:0;line-height:1.75}
@media (max-width:980px){
  .sppru-cg-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
  .sppru-cg-grid{grid-template-columns:1fr}
  .sppru-cg-group-head h2,.sppru-cg-editor-note h2,.sppru-cg-modern-card h2{font-size:26px}
}
