:root{color-scheme:light}
*{box-sizing:border-box}
body{margin:0;font:16px/1.6 'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;background:#fefefe;color:#1f2937}
.mp-wrap{max-width:780px;margin:0 auto;padding:0 24px}
.mp-head{padding:48px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}
.mp-main-title{margin:0 0 12px 0;font-size:32px;font-weight:700;color:#0f172a;letter-spacing:-0.025em}
.mp-sub{margin:0;color:#64748b;font-size:18px;font-weight:400}
.mp-list{display:grid;gap:1px;padding:32px 0;background:#e2e8f0;border-radius:12px;overflow:hidden;margin-top:24px}
.mp-card{display:grid;grid-template-columns:72px 1fr 40px;gap:20px;align-items:center;padding:24px;background:#ffffff;transition:all .2s ease}
.mp-card:hover{background:#f8fafc;transform:translateX(4px)}
.mp-ico{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.mp-content{min-width:0}
.mp-title{margin:0 0 8px 0;font-size:20px;font-weight:600;color:#0f172a}
.mp-title a{color:inherit;text-decoration:none}
.mp-title a:hover{color:#6366f1}
.mp-desc{margin:0 0 12px 0;color:#475569;font-size:15px;line-height:1.5}
.mp-meta{display:flex;gap:8px}
.mp-badge{background:#f1f5f9;color:#475569;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid #e2e8f0}
.mp-arrow{font-size:20px;color:#94a3b8;font-weight:300;transition:all .2s ease}
.mp-card:hover .mp-arrow{color:#6366f1;transform:translateX(4px)}
.mp-foot{padding:32px 0;border-top:1px solid #e2e8f0;color:#64748b;text-align:center;font-size:14px}

  .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; }
  
