@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Kalam:wght@700&display=swap');

*, *::before, *::after { box-sizing: border-box; }

:root{
  --brand: #df3a4e;
  --brand-dark: #b8283a;
  --brand-light: #ff6b81;
  --ink: #2b2540;
  --muted: #7a7488;
  --bg: #fdf3f4;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-pill: 999px;
  --shadow-soft: 0 6px 18px rgba(43,37,64,0.10);
  --shadow-hover: 0 16px 30px rgba(223,58,78,0.22);
}

html{ min-height: 100%; margin: 0; padding: 0; }
body{
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  font-size: 14px;
  min-height: 100%;
  padding-bottom: 90px;
  position: relative;
  background:
    radial-gradient(600px circle at 15% -5%, rgba(255,107,129,0.16), transparent 60%),
    radial-gradient(500px circle at 100% 10%, rgba(223,58,78,0.10), transparent 55%),
    linear-gradient(160deg, var(--bg) 0%, #ffffff 45%, var(--bg) 100%);
}
a{ color: var(--brand); text-decoration: none; }
a:hover{ color: var(--brand-dark); }
.container{ max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.row{ display: flex; flex-wrap: wrap; margin: 0 -12px; }
.col{ padding: 0 12px; box-sizing: border-box; }
.col-6{ width: 50%; }
.col-4{ width: 33.333%; }
@media (max-width: 700px){ .col-6, .col-4{ width: 100%; } }
.text-center{ text-align: center; }

.hero{ text-align: center; padding: 60px 20px 24px; position: relative; }
.hero .logo{
  display: inline-flex; align-items: center; justify-content: center;
  width: 96px; height: 96px; border-radius: 50%;
  background: linear-gradient(135deg, #fff, #fff0f2);
  box-shadow: 0 14px 30px rgba(223,58,78,0.22), inset 0 0 0 1px rgba(223,58,78,0.08);
}
.hero .logo img{ max-height: 78px; filter: drop-shadow(0 6px 14px rgba(223,58,78,0.25)); }
.site-name{
  margin-top: 22px; font-size: 36px; font-family: 'Kalam', cursive;
  background: linear-gradient(135deg, var(--ink), var(--brand-dark));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.site-tagline{ margin-top: 8px; font-size: 14.5px; color: var(--muted); max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.6; }

.game-grid{ max-width: 1000px; margin: 40px auto 0; padding: 0 20px; }
.game-card{
  position: relative; display: block; border-radius: 22px; overflow: hidden;
  background: #fff; box-shadow: 0 8px 24px rgba(43,37,64,0.08); margin-bottom: 26px;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}
.game-card:hover{ transform: translateY(-8px) scale(1.015); box-shadow: 0 22px 40px rgba(43,37,64,0.18); }

.thumb-wrap{ position: relative; overflow: hidden; aspect-ratio: 16/10; display:flex; align-items:center; justify-content:center; }
.game-grid .col:nth-child(6n+1) .thumb-wrap{ background: linear-gradient(140deg, #ff8a9e, #df3a4e); }
.game-grid .col:nth-child(6n+2) .thumb-wrap{ background: linear-gradient(140deg, #ff9d7a, #e8564f); }
.game-grid .col:nth-child(6n+3) .thumb-wrap{ background: linear-gradient(140deg, #ff7ab8, #c23a6e); }
.game-grid .col:nth-child(6n+4) .thumb-wrap{ background: linear-gradient(140deg, #ffab7a, #e3654a); }
.game-grid .col:nth-child(6n+5) .thumb-wrap{ background: linear-gradient(140deg, #ff8fae, #d13d5e); }
.game-grid .col:nth-child(6n+6) .thumb-wrap{ background: linear-gradient(140deg, #ffb37a, #e0703e); }

.thumb-wrap::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(160px circle at 85% 15%, rgba(255,255,255,0.28), transparent 60%),
    radial-gradient(220px circle at 10% 110%, rgba(0,0,0,0.10), transparent 60%);
}
.thumb-wrap .emoji-badge{
  position: relative; z-index: 1; width: 76px; height: 76px;
  display:flex; align-items:center; justify-content:center; border-radius: 50%;
  background: rgba(255,255,255,0.18); backdrop-filter: blur(2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(255,255,255,0.3);
  transition: transform .3s ease;
}
.game-card:hover .emoji-badge{ transform: scale(1.1) rotate(-4deg); }
.thumb-wrap .emoji{ font-size: 40px; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2)); }

.game-badge{
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(255,255,255,0.95); color: var(--brand);
  font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}
.card-body-custom{ padding: 18px 20px 20px; }
.card-title-custom{ font-size: 16.5px; font-weight: 800; margin-bottom: 4px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); }
.card-title-custom span{ color: var(--brand); transition: transform .25s ease; font-size: 18px; }
.game-card:hover .card-title-custom span{ transform: translateX(5px); }
.card-sub-custom{ font-size: 12.5px; color: var(--muted); margin: 0; line-height: 1.5; }

.calc-wrap{ padding-top: 30px; }
.calc-card{ background: #fff; border-radius: var(--radius-lg); box-shadow: 0 10px 30px rgba(43,37,64,0.12); overflow: hidden; max-width: 460px; margin: 0 auto 24px; }
.calc-card-header{ background: linear-gradient(135deg, var(--brand-light), var(--brand)); padding: 34px 20px 28px; text-align: center; position: relative; }
.calc-card-header::after{ content:""; position:absolute; left:0; right:0; bottom:-1px; height:24px; background:#fff; border-radius:50% 50% 0 0 / 100% 100% 0 0; transform: scaleX(1.4); }
.calc-logo{ font-size: 40px; position: relative; z-index: 1; }
.calc-card-body{ padding: 26px 26px 30px; text-align: center; }
.calc-title{ font-family: 'Kalam', cursive; font-size: 24px; margin-bottom: 6px; }
.calc-subtitle{ color: var(--muted); font-size: 13px; margin-bottom: 22px; }

.dare-steps{ list-style: none; padding: 0; margin: 4px 0 22px; text-align: left; counter-reset: dareStep; }
.dare-steps li{ position: relative; padding: 10px 0 10px 42px; font-size: 13.5px; border-bottom: 1px dashed #f0e2e4; }
.dare-steps li:last-child{ border-bottom: none; }
.dare-steps li::before{ counter-increment: dareStep; content: counter(dareStep); position:absolute; left:0; top:8px; width:26px; height:26px; border-radius:50%; background: linear-gradient(135deg, var(--brand-light), var(--brand)); color:#fff; font-size:12px; font-weight:700; display:flex; align-items:center; justify-content:center; }

.calc-input-wrap{ position: relative; margin-bottom: 14px; text-align: left; }
.calc-input-wrap i{ position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--brand); }
.calc-input, .calc-textarea, .calc-select{
  width: 100%; max-width: 100%; border: 1px solid transparent; background: #f6eef0;
  border-radius: var(--radius-pill); padding: 13px 18px 13px 42px; font-size: 14px; color: var(--ink);
  font-family: inherit;
}
.calc-select{ padding-left: 18px; appearance: none; background-image: none; }
.calc-textarea{ border-radius: var(--radius-md); padding: 14px 18px; min-height: 110px; resize: vertical; }
.calc-input:focus, .calc-textarea:focus, .calc-select:focus{ outline:none; background:#fff; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(223,58,78,0.12); }
.calc-input::placeholder, .calc-textarea::placeholder{ color: #a89ca2; }

.calc-submit{
  width: 100%; margin-top: 6px; border: none; border-radius: var(--radius-pill); padding: 13px 20px;
  background: linear-gradient(135deg, var(--brand-light), var(--brand)); color: #fff; font-weight: 700;
  font-size: 14px; cursor: pointer; box-shadow: 0 8px 18px rgba(223,58,78,0.30); display:block; text-align:center;
}
.calc-submit:hover{ filter: brightness(1.05); color:#fff; }

.calc-btn-secondary{ display:block; width:100%; text-align:center; border:1.5px solid var(--brand-light); color:var(--brand); background:#fff; border-radius: var(--radius-pill); padding:11px 20px; font-weight:600; font-size:13.5px; }
.calc-btn-secondary:hover{ background: var(--brand); color:#fff; }
.calc-btn-row{ display:flex; flex-direction:column; gap:10px; margin-top:10px; }

.result-label{ color: var(--muted); font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; margin-bottom: 4px; }
.result-names{ font-family: 'Kalam', cursive; font-size: 20px; margin-bottom: 18px; }
.result-ring{ width:140px; height:140px; margin:0 auto 16px; border-radius:50%; background: conic-gradient(var(--brand) calc(var(--pct,90)*1%), #f1e4e6 0); display:flex; align-items:center; justify-content:center; position:relative; }
.result-ring::before{ content:""; position:absolute; inset:10px; border-radius:50%; background:#fff; }
.result-ring span{ position:relative; z-index:1; font-size:26px; font-weight:800; color:var(--brand); }
.result-caption{ font-size:16px; font-weight:600; margin-bottom:24px; }
.result-media{ margin: 6px auto 18px; font-size: 70px; }
.result-badge{ display:inline-block; max-width:100%; margin:6px auto 18px; padding:18px 28px; border-radius: var(--radius-md); background: linear-gradient(135deg,#fff0f2,#ffe3e7); border:1px solid rgba(223,58,78,0.15); font-size:20px; font-weight:700; color: var(--brand-dark); }

.share-row{ display:flex; justify-content:center; gap:12px; margin:4px 0 20px; }
.share-btn{ width:48px; height:48px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; box-shadow: var(--shadow-soft); }
.share-whatsapp{ background:#25D366; } .share-facebook{ background:#1877F2; } .share-messenger{ background:#7a5cff; }
.calc-again{ display:inline-flex; align-items:center; gap:6px; color:var(--brand); font-weight:600; font-size:13.5px; border:1.5px solid var(--brand-light); border-radius: var(--radius-pill); padding:9px 22px; }
.calc-again:hover{ background: var(--brand); color:#fff; }

.question-list{ list-style:none; padding:0; margin:0; text-align:left; }
.question-list li{ margin-bottom:10px; }
.ques, .only-question{
  display:block; position:relative; padding:14px 40px 14px 18px; border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--brand-light), var(--brand)); color:#fff; font-weight:600; cursor:pointer;
  box-shadow: var(--shadow-soft);
}
.ques::after{ content:"\25BE"; position:absolute; right:16px; top:50%; transform:translateY(-50%); }
.view-question, .view-answer{ border-radius: var(--radius-md); background:#fff8f8; box-shadow: var(--shadow-soft); padding:18px; margin-top:8px; }
.answer-option{ display:block; background:#f6eef0; border-radius: var(--radius-md); padding:12px 16px; margin-bottom:8px; cursor:pointer; }
.answer-option input{ accent-color: var(--brand); margin-right:8px; }
.answer-option:hover{ background:#fde3e7; }
.badge-info, .badge-success{ display:inline-block; border-radius: var(--radius-pill); padding:7px 14px; font-weight:600; font-size:12px; margin: 3px 0; }
.badge-info{ background:#f0e4e7; color: var(--ink); }
.badge-success{ background: linear-gradient(135deg, var(--brand-light), var(--brand)); color:#fff; }

.option-button{ padding:26px 14px; border-radius: var(--radius-md); background:#fff; box-shadow: var(--shadow-soft); text-align:center; cursor:pointer; display:block; }
.option-button .icon{ font-size: 36px; display:block; margin-bottom: 8px; }
.option-button span.label{ font-weight:600; font-size:12.5px; }
.option-button:hover{ box-shadow: var(--shadow-hover); }

.table-clean{ width:100%; border-collapse: collapse; border-radius: var(--radius-md); overflow:hidden; box-shadow: var(--shadow-soft); }
.table-clean th{ background: linear-gradient(135deg, var(--brand-light), var(--brand)); color:#fff; padding:10px; font-size:12.5px; }
.table-clean td{ padding:10px; border-bottom:1px solid #f2e5e8; text-align:center; font-size:13px; }

.wall-list{ list-style:none; padding:0; margin:6px 0 0; }
.wall-item{ position:relative; background:#fff; border-left:4px solid var(--brand-light); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); padding:16px 44px 16px 18px; margin-bottom:12px; font-size:13.5px; text-align:left; }
.wall-item .num{ position:absolute; top:14px; left:-4px; background:var(--brand); color:#fff; font-size:10px; font-weight:700; width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.wall-item .del-btn{ position:absolute; top:12px; right:12px; width:28px; height:28px; border-radius:50%; background:#fdeaec; color:var(--brand); display:flex; align-items:center; justify-content:center; font-size:12px; }
.wall-empty{ text-align:center; color:var(--muted); font-size:13px; padding:30px 10px; }

.footer{ position:absolute; left:0; bottom:0; width:100%; padding:16px 20px; text-align:center; background:#fff; border-top:1px solid #f0e8ea; }
.footer ul{ list-style:none; padding:0; margin:0; }
.footer ul li{ display:inline-block; margin:0 10px; }
.footer a{ color: var(--muted); font-size:12.5px; font-weight:500; }
.footer a:hover{ color: var(--brand); }

.alert{ padding: 12px 18px; border-radius: var(--radius-md); margin-bottom: 16px; font-size: 13.5px; }
.alert-danger{ background:#fdeaec; color: var(--brand-dark); }
.alert-success{ background:#e8f8ee; color:#1e7a43; }
.btn{ display:inline-block; padding:10px 22px; border-radius: var(--radius-pill); background: linear-gradient(135deg, var(--brand-light), var(--brand)); color:#fff; border:none; cursor:pointer; font-weight:600; font-size:13.5px; }
.btn-outline{ background:#fff; border:1.5px solid var(--brand-light); color:var(--brand); }
.btn-danger{ background:#e5484d; }
.btn-sm{ padding:6px 14px; font-size:12px; }
.form-control{ width:100%; padding:10px 14px; border-radius:10px; border:1px solid #e6dde0; font-family:inherit; font-size:13.5px; margin-bottom:14px; }
.form-label{ display:block; font-weight:600; font-size:12.5px; margin-bottom:6px; color: var(--muted); }
.admin-shell{ display:flex; min-height:100vh; }
.admin-sidebar{ width:220px; background: var(--ink); color:#fff; padding:24px 18px; }
.admin-sidebar a{ display:block; color:#d8d3e0; padding:10px 8px; border-radius:8px; font-size:13.5px; margin-bottom:4px; }
.admin-sidebar a:hover, .admin-sidebar a.active{ background: rgba(255,255,255,0.08); color:#fff; }
.admin-main{ flex:1; padding: 30px 40px; background:#faf7f8; }
.card-plain{ background:#fff; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); padding:20px 24px; margin-bottom:20px; }
.stat-grid{ display:flex; gap:16px; flex-wrap:wrap; }
.stat-box{ background:#fff; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); padding:20px; flex:1; min-width:160px; text-align:center; }
.stat-box .num{ font-size:28px; font-weight:800; color: var(--brand); }
.stat-box .label{ font-size:12px; color: var(--muted); }

/* =========================================================
   DARK MODE — toggled via [data-theme="dark"] on <html>
   ========================================================= */

html[data-theme="dark"]{
  --ink: #f0edf5;
  --muted: #b3a9c2;
}

html[data-theme="dark"] body{
  background:
    radial-gradient(600px circle at 15% -5%, rgba(255,107,129,0.10), transparent 60%),
    radial-gradient(500px circle at 100% 10%, rgba(223,58,78,0.08), transparent 55%),
    linear-gradient(160deg, #1c1824 0%, #14111a 45%, #1c1824 100%);
}

html[data-theme="dark"] .site-name{
  background: linear-gradient(135deg, #fff, var(--brand-light));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
html[data-theme="dark"] .hero .logo{
  background: linear-gradient(135deg, #2a2433, #241f2c);
  box-shadow: 0 14px 30px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.06);
}

html[data-theme="dark"] .game-card,
html[data-theme="dark"] .calc-card,
html[data-theme="dark"] .card-plain,
html[data-theme="dark"] .stat-box,
html[data-theme="dark"] .view-question,
html[data-theme="dark"] .view-answer,
html[data-theme="dark"] .wall-item,
html[data-theme="dark"] .result-media,
html[data-theme="dark"] .table-clean{
  background: #241f2c;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
html[data-theme="dark"] .card-title-custom{ color: var(--ink); }
html[data-theme="dark"] .calc-card-header::after{ background: #241f2c; }

html[data-theme="dark"] .calc-input,
html[data-theme="dark"] .calc-textarea,
html[data-theme="dark"] .calc-select,
html[data-theme="dark"] .form-control{
  background: #322b3c;
  color: var(--ink);
}
html[data-theme="dark"] .calc-input:focus,
html[data-theme="dark"] .calc-textarea:focus,
html[data-theme="dark"] .calc-select:focus,
html[data-theme="dark"] .form-control:focus{
  background: #3a3246;
}
html[data-theme="dark"] .calc-input::placeholder,
html[data-theme="dark"] .calc-textarea::placeholder{ color: #8a7f97; }

html[data-theme="dark"] .calc-btn-secondary{
  background: #241f2c; color: var(--brand-light);
}
html[data-theme="dark"] .calc-btn-secondary:hover{ background: var(--brand); color: #fff; }

html[data-theme="dark"] .dare-steps li{ border-bottom-color: #322b3c; }
html[data-theme="dark"] .answer-option{ background: #322b3c; }
html[data-theme="dark"] .answer-option:hover{ background: #3a3246; }
html[data-theme="dark"] .badge-info{ background: #322b3c; color: var(--ink); }

html[data-theme="dark"] .table-clean td{ border-bottom-color: #322b3c; color: var(--ink); }

html[data-theme="dark"] .footer{ background: #1c1824; border-top-color: #322b3c; }

html[data-theme="dark"] .alert-success{ background: #16321f; color: #6fd490; }
html[data-theme="dark"] .alert-danger{ background: #3a1f22; color: #ff9aa6; }

html[data-theme="dark"] .admin-main{ background: #14111a; }
html[data-theme="dark"] .btn-outline{ background: #241f2c; }

html[data-theme="dark"] .result-badge{
  background: linear-gradient(135deg, #2a1c22, #33202a);
  border-color: rgba(255,255,255,0.06);
  color: var(--brand-light);
}
html[data-theme="dark"] .result-ring::before{ background: #241f2c; }

.theme-toggle{
  position: fixed; bottom: 20px; right: 20px; z-index: 50;
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; box-shadow: 0 8px 20px rgba(43,37,64,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; cursor: pointer; border: none;
  transition: transform .2s ease;
}
.theme-toggle:hover{ transform: scale(1.08); }
html[data-theme="dark"] .theme-toggle{ background: #241f2c; box-shadow: 0 8px 20px rgba(0,0,0,0.4); }

/* =========================================================
   DARK MODE — toggled via [data-theme="dark"] on <html>
   ========================================================= */

html[data-theme="dark"]{
  --ink: #f0edf5;
  --muted: #b3a9c2;
}

html[data-theme="dark"] body{
  background:
    radial-gradient(600px circle at 15% -5%, rgba(255,107,129,0.10), transparent 60%),
    radial-gradient(500px circle at 100% 10%, rgba(223,58,78,0.08), transparent 55%),
    linear-gradient(160deg, #1c1824 0%, #14111a 45%, #1c1824 100%);
}

html[data-theme="dark"] .site-name{
  background: linear-gradient(135deg, #fff, var(--brand-light));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
html[data-theme="dark"] .hero .logo{
  background: linear-gradient(135deg, #2a2433, #241f2c);
  box-shadow: 0 14px 30px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.06);
}

html[data-theme="dark"] .game-card,
html[data-theme="dark"] .calc-card,
html[data-theme="dark"] .card-plain,
html[data-theme="dark"] .stat-box,
html[data-theme="dark"] .view-question,
html[data-theme="dark"] .view-answer,
html[data-theme="dark"] .wall-item,
html[data-theme="dark"] .result-media,
html[data-theme="dark"] .table-clean{
  background: #241f2c;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
html[data-theme="dark"] .card-title-custom{ color: var(--ink); }
html[data-theme="dark"] .calc-card-header::after{ background: #241f2c; }

html[data-theme="dark"] .calc-input,
html[data-theme="dark"] .calc-textarea,
html[data-theme="dark"] .calc-select,
html[data-theme="dark"] .form-control{
  background: #322b3c;
  color: var(--ink);
}
html[data-theme="dark"] .calc-input:focus,
html[data-theme="dark"] .calc-textarea:focus,
html[data-theme="dark"] .calc-select:focus,
html[data-theme="dark"] .form-control:focus{
  background: #3a3246;
}
html[data-theme="dark"] .calc-input::placeholder,
html[data-theme="dark"] .calc-textarea::placeholder{ color: #8a7f97; }

html[data-theme="dark"] .calc-btn-secondary{
  background: #241f2c; color: var(--brand-light);
}
html[data-theme="dark"] .calc-btn-secondary:hover{ background: var(--brand); color: #fff; }

html[data-theme="dark"] .dare-steps li{ border-bottom-color: #322b3c; }
html[data-theme="dark"] .answer-option{ background: #322b3c; }
html[data-theme="dark"] .answer-option:hover{ background: #3a3246; }
html[data-theme="dark"] .badge-info{ background: #322b3c; color: var(--ink); }

html[data-theme="dark"] .table-clean td{ border-bottom-color: #322b3c; color: var(--ink); }

html[data-theme="dark"] .footer{ background: #1c1824; border-top-color: #322b3c; }

html[data-theme="dark"] .alert-success{ background: #16321f; color: #6fd490; }
html[data-theme="dark"] .alert-danger{ background: #3a1f22; color: #ff9aa6; }

html[data-theme="dark"] .admin-main{ background: #14111a; }
html[data-theme="dark"] .btn-outline{ background: #241f2c; }

html[data-theme="dark"] .result-badge{
  background: linear-gradient(135deg, #2a1c22, #33202a);
  border-color: rgba(255,255,255,0.06);
  color: var(--brand-light);
}
html[data-theme="dark"] .result-ring::before{ background: #241f2c; }

/* theme toggle button */
.theme-toggle{
  position: fixed; bottom: 20px; right: 20px; z-index: 50;
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; box-shadow: 0 8px 20px rgba(43,37,64,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; cursor: pointer; border: none;
  transition: transform .2s ease;
}
.theme-toggle:hover{ transform: scale(1.08); }
html[data-theme="dark"] .theme-toggle{ background: #241f2c; box-shadow: 0 8px 20px rgba(0,0,0,0.4); }
