
body { font-family: Arial, sans-serif; background: ; color: #f5f5f5; margin: 0; padding: 0; }
header, footer { background: #1c1c1c; padding: 15px; text-align: center; }
nav a { color: #ff6600; margin: 0 10px; text-decoration: none; }
nav a:hover { text-decoration: underline; }
.container { width: 90%; max-width: 900px; margin: 20px auto; background: #1c1c1c; padding: 20px; border-radius: 10px; }
button { background: #ff6600; color: #fff; padding: 10px 20px; border: none; border-radius: 6px; cursor: pointer; }
button:hover { background: #ff8533; }
 body {
      margin: 0;
      font-family: "Inter", system-ui, sans-serif;
      background: linear-gradient(180deg, #071025 0%, #0b1220 100%);
      color: var(--text);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      padding: 30px 20px;
    }











 :root {
      --bg: #0b1220;
      --card: #141b2e;
      --accent: #6c63ff;
      --text: #e6eef6;
      --muted: #9aa4b2;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    
    .container {
      max-width: 1300px;
      margin: 0 auto;
    }
    header {
      text-align: center;
      margin-bottom: 40px;
    }
    h1 {
      font-size: 2.5rem;
   
    }
    p.lead {
      color: var(--muted);
      font-size: 1.1rem;
      margin-top: 8px;
    }
    .blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      gap: 25px;
    }
    .post {
      background: var(--card);
      border-radius: 14px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }
    .post:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.5);
    }
    .post img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .content {
      padding: 18px;
    }
    .content h2 {
      font-size: 1.2rem;
   
      margin-bottom: 10px;
    }
    .content p {
      color: var(--muted);
      margin-bottom: 15px;
      font-size: 0.95rem;
    }
    .read-more {
      display: inline-block;
      color: #fff;
      background: var(--accent);
      padding: 8px 16px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      transition: background 0.3s;
    }
    .read-more:hover {
      background: #574fd6;
    }
    footer {
         position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
      margin-top: 50px;
      text-align: center;
      color: var(--muted);
      font-size: 0.9rem;
    }
    
    
    
    .logo {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--accent), #3b82f6);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #fff;
      font-size: 20px;
    }
    h1 { margin: 0; font-size: 28px; }
    p.lead { margin: 8px 0; color: var(--muted); }
    section {
      background: rgba(255,255,255,0.03);
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.4);
      margin-bottom: 20px;
    }
    h2 { color: var(--accent); font-size: 20px; margin-top: 0; }
    a { color: var(--accent); text-decoration: none; }
   
    @media (max-width: 700px) {
      .logo { width: 50px; height: 50px; font-size: 16px; }
      h1 { font-size: 22px; }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    :root {
      --accent: #6c63ff;
      --bg: #0b1220;
      --text: #e6eef6;
      --muted: #9aa4b2;
    }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: "Inter", system-ui, sans-serif;
      background: linear-gradient(180deg, #071025 0%, #0b1220 100%);
      color: var(--text);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      padding: 30px 20px;
    }
    .container { max-width: 900px; margin: 0 auto; }
    header {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 30px;
    }
    .logo {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--accent), #3b82f6);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #fff;
      font-size: 20px;
    }
    h1 { margin: 0; font-size: 28px; }
    p.lead { margin: 8px 0; color: var(--muted); }
    .faq-section {
      background: rgba(255,255,255,0.03);
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    }
    .faq {
      border-bottom: 1px solid rgba(255,255,255,0.05);
      padding: 14px 0;
      cursor: pointer;
    }
    .faq:last-child { border-bottom: none; }
    .faq h3 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 17px;
      margin: 0;
    }
    .faq h3 span { transition: transform 0.3s ease; }
    .faq p {
      max-height: 0;
      overflow: hidden;
      margin: 0;
      color: var(--muted);
      transition: max-height 0.3s ease;
    }
    .faq.active p {
      margin-top: 10px;
      max-height: 300px;
    }
    .faq.active h3 span { transform: rotate(90deg); }
    footer {
      margin-top: 28px;
      text-align: center;
      color: var(--muted);
      font-size: 14px;
    }
    .cta {
      display: inline-block;
      margin-top: 18px;
      padding: 10px 18px;
      background: var(--accent);
      color: #fff;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
    }
    @media (max-width: 700px) {
      .logo { width: 50px; height: 50px; font-size: 16px; }
      h1 { font-size: 22px; }
    }
    
    
    
    :root {
      --accent: #6c63ff;
      --bg: #0b1220;
      --text: #e6eef6;
      --muted: #9aa4b2;
    }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: "Inter", system-ui, sans-serif;
      background: linear-gradient(180deg, #071025 0%, #0b1220 100%);
      color: var(--text);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      padding: 30px 20px;
    }
    .container { max-width: 900px; margin: 0 auto; }
    header {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 30px;
    }
    .logo {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--accent), #3b82f6);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #fff;
      font-size: 20px;
    }
    h1 { margin: 0; font-size: 28px; }
    p.lead { margin: 8px 0; color: var(--muted); }
    section {
      background: rgba(255,255,255,0.03);
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.4);
      margin-bottom: 20px;
    }
    h2 { color: var(--accent); font-size: 20px; margin-top: 0; }
    a { color: var(--accent); text-decoration: none; }
    footer {
      margin-top: 30px;
      text-align: center;
      color: var(--muted);
      font-size: 14px;
    }
    @media (max-width: 700px) {
      .logo { width: 50px; height: 50px; font-size: 16px; }
      h1 { font-size: 22px; }
    }
    
    // blogs
    
    
    
    
     body{
      margin:0;
      font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      background:linear-gradient(180deg,var(--bg) 0%, #071427 100%);
      color:var(--text);
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      line-height:1.7;
      padding:28px 16px;
    }
    .site{max-width:980px;margin:0 auto}
    header{display:flex;gap:14px;align-items:center;margin-bottom:18px}
    .logo{width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#3b82f6);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:20px}
    .sub{margin:6px 0 18px;color:var(--muted)}
    .card{background:var(--glass);border-radius:12px;padding:26px;box-shadow:0 8px 30px rgba(2,6,23,0.6)}
    .hero{width:100%;height:240px;border-radius:10px;object-fit:cover;display:block;margin:14px 0;background:linear-gradient(90deg, rgba(108,99,255,0.12), rgba(59,130,246,0.08))}
    .intro p{margin:0 0 12px;color:var(--muted)}
    ol.name-list{margin:14px 0 18px 20px;padding:0;color:var(--text)}
    ol.name-list li{margin:16px 0;list-style:decimal;max-width:900px}
    .name-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
    .name-title{font-size:18px;font-weight:700}
    .name-desc{color:var(--muted);margin-top:6px;font-size:14px}
    .controls{display:flex;gap:8px;align-items:center}
    .btn{background:var(--accent);border:none;color:white;padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:600}
    .btn.secondary{background:transparent;border:1px solid rgba(255,255,255,0.06)}
    .tips{background:rgba(255,255,255,0.02);padding:12px;border-radius:10px;color:var(--muted);margin-top:14px}
    pre.copy-note{display:inline-block;padding:6px 10px;border-radius:8px;background:rgba(0,0,0,0.15);font-family:monospace}
    @media (max-width:720px){
      .logo{width:56px;height:56px;font-size:18px}
      h1{font-size:20px}
      .hero{height:160px}
      .name-row{flex-direction:column;align-items:flex-start}
      .controls{width:100%;justify-content:flex-start}
    }
    
    
    
    
    
    
