@charset "ISO-8859-1";
 /* ============================================================ */
    /* RESET & BASE                                                  */
    /* ============================================================ */
    * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif; }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body { background: linear-gradient(145deg, #f9f3ff 0%, #f0f7ff 100%); color: #0a1e2f; line-height: 1.5; padding: 20px 0; min-height: 100vh; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

    /* ============================================================ */
    /* COMPONENTES                                                   */
    /* ============================================================ */
    .btn-primary { background: linear-gradient(145deg, #f43b6b, #ff6b8a); border: none; padding: 14px 32px; border-radius: 60px; font-weight: 700; font-size: 1rem; color: white; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 12px 32px rgba(244,59,107,0.35); transition: 0.25s; cursor: pointer; text-decoration: none; }
    .btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 44px rgba(244,59,107,0.45); }
    .btn-outline { border: 2px solid #f43b6b; background: rgba(255,255,255,0.5); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); padding: 8px 24px; border-radius: 60px; color: #f43b6b; font-weight: 700; transition: 0.25s; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
    .btn-outline:hover { background: linear-gradient(145deg, #f43b6b, #ff6b8a); color: white; box-shadow: 0 8px 24px rgba(244,59,107,0.25); transform: translateY(-2px); }

    /* ============================================================ */
    /* NAVBAR                                                        */
    /* ============================================================ */
    .navbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 14px 20px 20px; border-bottom: 2px solid rgba(244,59,107,0.15); position: sticky; top: 0; background: rgba(249,243,255,0.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); z-index: 100; border-radius: 0 0 30px 30px; margin-bottom: 10px; }
    .logo { font-size: 2rem; font-weight: 800; letter-spacing: -0.5px; background: linear-gradient(135deg, #f43b6b, #ff6b8a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: flex; align-items: center; gap: 10px; text-decoration: none; }
    .logo i { background: linear-gradient(145deg, #f43b6b, #ff9a56); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 2.2rem; }
    .nav-links { display: flex; gap: 36px; align-items: center; font-weight: 600; flex-wrap: wrap; }
    .nav-links a { text-decoration: none; color: #1f3f58; font-size: 1rem; transition: 0.2s; position: relative; cursor: pointer; }
    .nav-links a::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 3px; background: linear-gradient(90deg, #f43b6b, #ff9a56); transition: 0.3s; border-radius: 4px; }
    .nav-links a:hover::after { width: 100%; }
    .nav-links a:hover, .nav-links a.active { color: #f43b6b; }

    /* ============================================================ */
    /* CABEÇALHO                                                     */
    /* ============================================================ */
    .docs-header { padding: 40px 0 30px; scroll-margin-top: 100px; }
    .tag { background: linear-gradient(135deg, #eef2ff, #e0e7ff); color: #4f46e5; font-weight: 700; font-size: 0.8rem; padding: 6px 20px; border-radius: 60px; display: inline-block; margin-bottom: 16px; letter-spacing: 0.3px; box-shadow: 0 4px 12px rgba(79,70,229,0.12); }
    .tag i { margin-right: 6px; color: #4f46e5; }
    .docs-header h1 { font-size: 3rem; font-weight: 900; line-height: 1.1; color: #0a1e2f; margin-bottom: 12px; }
    .docs-header h1 span { background: linear-gradient(135deg, #4f46e5, #7c3aed); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .docs-header p { font-size: 1.15rem; color: #2b4d68; max-width: 700px; }

    /* ============================================================ */
    /* LAYOUT                                                        */
    /* ============================================================ */
    .docs-layout { display: flex; gap: 30px; margin: 20px 0 40px; }
    .docs-sidebar { width: 260px; flex-shrink: 0; position: sticky; top: 100px; max-height: calc(100vh - 120px); overflow-y: auto; padding-right: 10px; }
    .docs-sidebar h3 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: #64748b; margin: 24px 0 10px; font-weight: 800; }
    .docs-sidebar h3:first-child { margin-top: 0; }
    .docs-sidebar a { display: block; padding: 10px 14px; margin: 4px 0; border-radius: 12px; color: #334155; text-decoration: none; font-size: 0.92rem; transition: 0.2s; border-left: 3px solid transparent; }
    .docs-sidebar a:hover, .docs-sidebar a.active { background: rgba(79,70,229,0.08); color: #4f46e5; border-left-color: #4f46e5; font-weight: 600; }
    .docs-content { flex: 1; min-width: 0; }

    /* ============================================================ */
    /* SEÇÕES                                                        */
    /* ============================================================ */
    .docs-section { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 34px 30px; border-radius: 32px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,0.7); box-shadow: 0 8px 32px rgba(0,20,40,0.04); scroll-margin-top: 100px; }
    .docs-section h2 { font-size: 1.6rem; font-weight: 800; color: #0f172a; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
    .docs-section h2 i { color: #4f46e5; }
    .docs-section h3 { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin: 24px 0 12px; }
    .docs-section h4 { font-size: 1rem; font-weight: 700; color: #1e293b; margin: 18px 0 10px; }
    .docs-section p { color: #334155; margin-bottom: 14px; line-height: 1.7; }
    .docs-section ul, .docs-section ol { margin: 14px 0 14px 24px; color: #334155; }
    .docs-section li { margin-bottom: 8px; line-height: 1.6; }
    .docs-section strong { color: #0f172a; font-weight: 700; }
    .docs-section a.inline-link { color: #4f46e5; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(79,70,229,0.2); }
    .docs-section a.inline-link:hover { border-bottom-color: #4f46e5; }

    /* ============================================================ */
    /* CÓDIGO                                                        */
    /* ============================================================ */
    .code-block { background: #0f172a; color: #e2e8f0; padding: 20px; border-radius: 16px; margin: 16px 0; overflow-x: auto; font-family: 'Consolas', 'Monaco', monospace; font-size: 0.9rem; line-height: 1.6; box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); white-space: pre; }
    .code-block .keyword { color: #818cf8; }
    .code-block .string { color: #a7f3d0; }
    .code-block .comment { color: #94a3b8; }
    .code-block .number { color: #fcd34d; }
    .code-block .key { color: #93c5fd; }
    .code-block .error { color: #fca5a5; }
    .code-block .success { color: #86efac; }

    .endpoint { display: flex; align-items: center; gap: 12px; margin: 20px 0 10px; flex-wrap: wrap; }
    .method { padding: 6px 14px; border-radius: 8px; font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; }
    .method.get { background: #dbeafe; color: #1d4ed8; }
    .method.post { background: #dcfce7; color: #15803d; }
    .endpoint-path { font-family: 'Consolas', monospace; font-weight: 600; color: #1e293b; font-size: 0.95rem; }

    /* ============================================================ */
    /* TABELAS                                                       */
    /* ============================================================ */
    .params-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.9rem; }
    .params-table th, .params-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #e2e8f0; }
    .params-table th { background: rgba(79,70,229,0.05); font-weight: 800; color: #1e293b; }
    .params-table td code { background: #f1f5f9; padding: 2px 8px; border-radius: 6px; font-family: 'Consolas', monospace; font-size: 0.85rem; color: #dc2626; }
    .required-tag { color: #dc2626; font-weight: 700; }
    .optional-tag { color: #16a34a; font-weight: 600; }

    /* ============================================================ */
    /* NOTAS                                                         */
    /* ============================================================ */
    .note-box { padding: 16px 20px; border-radius: 16px; margin: 18px 0; border-left: 4px solid; }
    .note-box.info { background: rgba(59,130,246,0.06); border-left-color: #3b82f6; color: #1e40af; }
    .note-box.warning { background: rgba(245,158,11,0.08); border-left-color: #f59e0b; color: #b45309; }
    .note-box.success { background: rgba(34,197,94,0.06); border-left-color: #22c55e; color: #15803d; }
    .note-box i { margin-right: 8px; font-size: 1.1rem; }

    /* ============================================================ */
    /* RODAPÉ                                                        */
    /* ============================================================ */
    .contact-area { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 28px 0 20px; border-top: 2px solid rgba(244,59,107,0.10); margin-top: 16px; gap: 16px; }
    .contact-left { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
    .contact-left .brand { font-weight: 900; font-size: 1.4rem; background: linear-gradient(135deg, #f43b6b, #ff9a56); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .contact-left .brand i { margin-right: 6px; }
    .contact-left .dev-by { color: #1a4f7a; background: rgba(244,59,107,0.06); padding: 8px 26px; border-radius: 60px; font-weight: 600; font-size: 0.95rem; border: 1px solid rgba(244,59,107,0.06); display: inline-flex; align-items: center; gap: 8px; }
    .contact-left .dev-by strong { color: #f43b6b; font-weight: 800; }
    .footer-bottom { display: flex; justify-content: center; gap: 32px; padding: 16px 0 8px; border-top: 1px solid rgba(244,59,107,0.08); margin-top: 4px; flex-wrap: wrap; font-size: 0.85rem; }
    .footer-bottom a { color: #4a6a84; text-decoration: none; transition: 0.2s; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
    .footer-bottom a:hover { color: #f43b6b; transform: translateY(-1px); }
    .footer-bottom a i { color: #f43b6b; font-size: 0.8rem; }

    /* ============================================================ */
    /* RESPONSIVIDADE                                                */
    /* ============================================================ */
    @media (max-width: 992px) {
      .docs-layout { flex-direction: column; }
      .docs-sidebar { position: static; width: 100%; display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; max-height: none; }
      .docs-sidebar h3 { display: none; }
      .docs-sidebar a { white-space: nowrap; padding: 8px 12px; border: 1px solid rgba(79,70,229,0.15); border-radius: 10px; background: rgba(255,255,255,0.5); }
      .docs-header h1 { font-size: 2.2rem; }
    }
    @media (max-width: 768px) {
      .navbar { flex-direction: column; gap: 12px; }
      .nav-links { gap: 12px 16px; justify-content: center; }
      .docs-section { padding: 24px 18px; border-radius: 24px; }
      .docs-section h2 { font-size: 1.3rem; }
      .code-block { font-size: 0.8rem; padding: 14px; }
      .params-table th, .params-table td { padding: 10px 10px; font-size: 0.8rem; }
    }
    @media (max-width: 480px) {
      .docs-header h1 { font-size: 1.8rem; }
      .endpoint { flex-direction: column; align-items: flex-start; }
      .contact-area { flex-direction: column; text-align: center; gap: 16px; }
    }