:root{color-scheme:dark}
*{box-sizing:border-box}
@keyframes magic-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes forest-glow{0%,100%{text-shadow:0 0 5px #81c784,0 0 10px #81c784}50%{text-shadow:0 0 15px #81c784,0 0 25px #81c784,0 0 35px #81c784}}
@keyframes potion-bubble{0%{height:30%}25%{height:40%}50%{height:35%}75%{height:45%}100%{height:30%}}
body{margin:0;font:16px/1.6 'Tangerine',cursive;background:#1b5e20;color:#e8f5e9;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2381c784' fill-opacity='0.05'%3E%3Cpath d='M30 0 C40 0 50 10 50 30 C50 50 40 60 30 60 C20 60 10 50 10 30 C10 10 20 0 30 0 Z'/%3E%3C/g%3E%3C/svg%3E")}
.fr-wrap{max-width:1100px;margin:0 auto;padding:0 20px}
.fr-header{padding:40px 0;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-bottom:3px solid #81c784;text-align:center;position:relative}
.fr-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2381c784' fill-opacity='0.1'%3E%3Cpath d='M50 0 L100 50 L50 100 L0 50 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:100px 100px}
.fr-banner{font-size:32px;font-weight:900;color:#81c784;margin-bottom:20px;text-shadow:0 0 10px rgba(129,199,132,.5);animation:forest-glow 3s infinite;position:relative;z-index:2}
.fr-main-title{margin:0 0 16px 0;font-size:36px;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(129,199,132,.5);position:relative;z-index:2}
.fr-sub{margin:0 0 12px 0;color:#c8e6c9;font-weight:500;position:relative;z-index:2}
.fr-motto{color:#81c784;font-weight:700;font-size:24px;position:relative;z-index:2}
.fr-kingdom{display:grid;gap:24px;padding:40px 0}
.fr-scroll{display:grid;grid-template-columns:120px 1fr 100px;gap:24px;align-items:center;padding:28px;background:linear-gradient(135deg,#2e7d32,#1b5e20);border:2px solid #81c784;border-radius:15px;box-shadow:0 0 20px rgba(129,199,132,.2);transition:all .3s ease;position:relative}
.fr-scroll::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#81c784,#4caf50,#81c784);border-radius:15px;z-index:-1;opacity:0;transition:opacity .3s ease}
.fr-scroll:hover::before{opacity:1}
.fr-scroll:hover{transform:translateY(-5px);box-shadow:0 0 30px rgba(129,199,132,.3)}
.fr-magic{text-align:center;animation:magic-float 4s ease-in-out infinite}
.fr-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#2e7d32,#1b5e20);border-radius:50%;border:3px solid #81c784;margin:0 auto 8px}
.fr-creature{font-size:14px;color:#81c784;font-weight:700}
.fr-content{min-width:0}
.fr-title{margin:0 0 12px 0;font-size:28px;font-weight:700;color:#e8f5e9}
.fr-title a{color:inherit;text-decoration:none;text-shadow:0 0 5px rgba(129,199,132,.3)}
.fr-title a:hover{color:#fff;text-shadow:0 0 10px #81c784}
.fr-desc{margin:0 0 16px 0;color:#c8e6c9;font-size:18px;line-height:1.6}
.fr-features{display:flex;gap:8px;flex-wrap:wrap}
.fr-feature{background:rgba(129,199,132,.1);color:#81c784;padding:6px 12px;border-radius:20px;font-size:16px;font-weight:600;border:1px solid #81c784}
.fr-potion{text-align:center}
.fr-bottle{width:40px;height:60px;background:rgba(0,0,0,.2);border:2px solid #81c784;border-radius:0 0 20px 20px;margin:0 auto 8px;position:relative;overflow:hidden}
.fr-bottle::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:20px;height:10px;background:rgba(0,0,0,.2);border:2px solid #81c784;border-bottom:none;border-radius:10px 10px 0 0}
.fr-liquid{position:absolute;bottom:0;left:0;right:0;height:30%;background:#81c784;border-radius:0 0 18px 18px;animation:potion-bubble 3s infinite;box-shadow:0 0 10px rgba(129,199,132,.5)}
.fr-spell{font-size:16px;color:#81c784;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.fr-footer{padding:28px 0;border-top:3px solid #81c784;text-align:center;color:#81c784;font-weight:700;background:#1b5e20}

  .addon { padding: 24px 0; border-top:1px solid #232323; }
  .addon-title { font-size: 20px; margin: 0 0 14px 0; position: relative; display:inline-block; }
  .addon-title:after { content:''; position:absolute; left:0; bottom:-6px; width: 42px; height: 3px; background: linear-gradient(90deg,#1a73e8,#00b4d8); border-radius: 3px; }

  /* Highlight card */
  .highlight { padding: 0; border: none; }
  .highlight-inner { display:flex; gap:14px; align-items:center; padding:16px; background: linear-gradient(135deg, rgba(26,115,232,0.08), rgba(0,180,216,0.08)); border:1px solid #2a2a2a; border-radius: 14px; }
  .highlight-icon { width:42px; height:42px; display:flex; align-items:center; justify-content:center; background:#1a1a1a; border:1px solid #2a2a2a; border-radius:10px; font-size:20px; }
  .highlight-content p { margin: 8px 0 0 0; color:#bdbdbd; }

  .table-wrap { overflow-x: auto; border:1px solid #2a2a2a; border-radius: 12px; background:#131313; }
  .table { width: 100%; border-collapse: collapse; }
  .table thead th { background:#191919; color:#ddd; font-weight:700; }
  .table th, .table td { border-bottom: 1px solid #242424; padding: 10px 12px; text-align: left; }
  .table tr:last-child td { border-bottom: none; }
  .table code { background:#1f1f1f; border:1px solid #2a2a2a; padding: 2px 6px; border-radius:6px; }

  .list { display: grid; gap: 8px; margin: 0; padding-left: 18px; }

  .grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
  .grid-card { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 12px; border: 1px solid #2a2a2a; border-radius: 12px; background: #141414; transition: transform .12s ease, border-color .12s ease; }
  .grid-card:hover { transform: translateY(-2px); border-color:#3a3a3a; }
  .grid-rank { width: 40px; height: 40px; background: #1a73e8; color: #fff; border-radius: 10px; display:flex; align-items:center; justify-content:center; font-weight: 800; box-shadow: 0 4px 12px rgba(26,115,232,.25); }
  .grid-title { font-weight: 700; }
  .grid-desc { color: #b0b0b0; }

  .chips { list-style:none; padding:0; margin:0; display:flex; flex-wrap: wrap; gap:10px; }
  .chips li { background:#171717; border:1px solid #2a2a2a; padding:8px 12px; border-radius:999px; color:#ddd; }

  .steps { margin:0; padding-left:18px; }
  .steps li { margin: 0 0 6px 0; }

  .faq details { border:1px solid #2a2a2a; border-radius:12px; padding:10px 14px; background:#151515; }
  .faq details+details { margin-top:10px; }
  .faq summary { cursor:pointer; color:#ddd; }
  
