{"id":409,"date":"2025-11-04T21:16:35","date_gmt":"2025-11-04T21:16:35","guid":{"rendered":"https:\/\/stealthebrainrotweb.com\/?page_id=409"},"modified":"2025-11-05T20:31:14","modified_gmt":"2025-11-05T20:31:14","slug":"reinicios","status":"publish","type":"page","link":"https:\/\/stealthebrainrotweb.com\/en\/reinicios\/","title":{"rendered":"Rebirths"},"content":{"rendered":"<!-- =========================\n     REINICIOS \u2014 STEAL THE BRAINROT (v3)\n     ========================= -->\n<!-- =========================\n     REINICIOS \u2014 STEAL THE BRAINROT (v3)\n     ========================= -->\n<section class=\"reinicios-full\" id=\"reinicios-app\" data-version=\"v3\">\n  <header class=\"reinicios-bar\">\n    <h1>REBIRTHS<\/h1>\n\n    <div class=\"reinicios-controls\">\n      <button class=\"nav-btn\" id=\"prevReinicio\" aria-label=\"Anterior\">\u25c0<\/button>\n      <select id=\"reinicioSelect\" class=\"reinicio-select\" aria-label=\"Choose rebirth\"><\/select>\n      <button class=\"nav-btn\" id=\"nextReinicio\" aria-label=\"Siguiente\">\u25b6<\/button>\n    <\/div>\n  <\/header>\n\n  <article class=\"reinicio-viewport\">\n    <figure class=\"reinicio-media\">\n      <div class=\"gallery\" id=\"reinicioGallery\" aria-label=\"Im\u00e1genes del reinicio\"><\/div>\n    <\/figure>\n\n    <div class=\"reinicio-info\">\n      <h2 id=\"reinicioTitle\">Reinicio 1<\/h2>\n      <ul class=\"reinicio-meta\">\n        <li><strong>Required character:<\/strong> <span id=\"reinicioCharacter\">Por confirmar<\/span><\/li>\n        <li><strong>Price:<\/strong> <span id=\"reinicioPrice\">\u2014<\/span><\/li>\n      <\/ul>\n      <div class=\"reinicio-notes\" id=\"reinicioNotes\">\n        A\u00f1ade aqu\u00ed notas, requisitos o consejos para completar este reinicio.\n      <\/div>\n    <\/div>\n  <\/article>\n<\/section>\n\n<style>\n  \/* ======= ESTILOS GENERALES ======= *\/\n  .reinicios-full {\n    --bg: #0a0a0a;\n    --panel: #111;\n    --text: #f0f0f0;\n    --accent: #00ff88;\n    --accent2: #ffd400;\n    color: var(--text);\n    background: var(--bg);\n    border-radius: 20px;\n    padding: 25px;\n    margin: 0 auto 60px;\n    max-width: 1250px;\n    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);\n  }\n\n  \/* ======= ENCABEZADO ======= *\/\n  .reinicios-bar {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n    padding-bottom: 15px;\n    margin-bottom: 25px;\n  }\n\n  .reinicios-bar h1 {\n    font-size: 2em;\n    font-weight: 900;\n    background: linear-gradient(90deg, #00ff88, #00aaff);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    text-transform: uppercase;\n    margin: 0;\n  }\n\n  .reinicios-controls {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .reinicio-select {\n    background: #000;\n    color: white;\n    border: 1px solid #333;\n    border-radius: 10px;\n    padding: 10px 12px;\n    min-width: 200px;\n    font-weight: 600;\n    text-transform: uppercase;\n  }\n\n  .nav-btn {\n    background: #111;\n    color: #fff;\n    border: 1px solid #333;\n    border-radius: 8px;\n    width: 40px;\n    height: 40px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: all 0.2s;\n  }\n\n  .nav-btn:hover {\n    color: var(--accent);\n    border-color: var(--accent);\n    box-shadow: 0 0 10px var(--accent);\n  }\n\n  \/* ======= CUERPO PRINCIPAL ======= *\/\n  .reinicio-viewport {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr;\n    gap: 25px;\n    background: var(--panel);\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 16px;\n    padding: 20px;\n  }\n\n  .reinicio-media {\n    border-radius: 14px;\n    overflow: hidden;\n    background: #000;\n    \/* Sin ratio fijo para que no quede alargado *\/\n  }\n\n  \/* ======= GALER\u00cdA (1 o 2 im\u00e1genes) ======= *\/\n  .reinicio-media .gallery {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 18px;\n    padding: 12px;\n  }\n\n  \/* 1 sola imagen *\/\n  .reinicio-media .gallery img {\n    height: 240px;\n    width: auto;\n    object-fit: contain;\n    border-radius: 12px;\n    background: #000;\n    box-shadow: 0 0 10px rgba(0, 255, 136, 0.25);\n  }\n\n  \/* 2 im\u00e1genes lado a lado *\/\n  .reinicio-media .gallery.two img {\n    height: 220px;\n  }\n\n  .reinicio-info h2 {\n    font-size: 1.8em;\n    font-weight: 900;\n    color: var(--accent);\n    margin-top: 0;\n    text-transform: uppercase;\n  }\n\n  .reinicio-meta {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    line-height: 1.8;\n  }\n\n  .reinicio-meta strong {\n    color: white;\n  }\n\n  .reinicio-meta span {\n    color: var(--accent2);\n    font-weight: bold;\n  }\n\n  .reinicio-notes {\n    background: rgba(255, 255, 255, 0.05);\n    border-left: 3px solid var(--accent);\n    padding: 12px;\n    border-radius: 8px;\n    color: #ccc;\n  }\n\n  \/* ======= RESPONSIVE ======= *\/\n  @media (max-width: 900px) {\n    .reinicio-viewport {\n      grid-template-columns: 1fr;\n    }\n    .reinicio-media .gallery img { height: 200px; }\n    .reinicio-media .gallery.two img { height: 180px; }\n  }\n<\/style>\n\n<script>\n  \/* Evita duplicados si por error hay otro bloque viejo en la p\u00e1gina *\/\n  document.querySelectorAll('#reinicios-app').forEach((el, i) => {\n    if (i > 0) el.remove();\n  });\n\n  if (window.__reiniciosMounted) {\n    \/\/ Ya montado: no volver a inicializar\n  } else {\n    window.__reiniciosMounted = true;\n\n    const reinicios = [\n      {\n        id: 1,\n        title: \"Reinicio 1\",\n        price: \"1M\",\n        character: \"Trippi Troppi & Tung Tung Tung Sahur\",\n        imgs: [\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Trippi-Troppi.png\",\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Tung-Tung-Tung-Sahur.png\"\n        ],\n        notes: \"RARE\"\n      },\n      {\n        id: 2,\n        title: \"Reinicio 2\",\n        price: \"3M\",\n        character: \"Boneca Ambalabu & Brr Brr Patapim\",\n        \/* Sustituye estos placeholders por tus URLs cuando quieras *\/\n        imgs: [\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Boneca.png\",\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Brr-Brr-patapim.png\"\n        ],\n        notes: \"RARE & EPIC\"\n      },\n      {\n        id: 3,\n        title: \"Reinicio 3\",\n        price: \"12.5M\",\n        character: \"Trulimero Tulicina & Chimpanzini Bananini\",\n        imgs: [\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Trulimero.png\",\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Chimpanzini.png\"\n        ],\n        notes: \"EPIC & LEGENDARY\"\n      },\n      {\n        id: 4,\n        title: \"Reinicio 4\",\n        price: \"35M\",\n        character: \"Chef Crabracadabra & Glorbo Fruttodrillo\",\n        imgs: [\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Chef.png\",\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Glorbo.png\"\n        ],\n        notes: \"LEGENDARY\"\n      },\n      {\n        id: 5,\n        title: \"Reinicio 5\",\n        price: \"100M\",\n        character: \"Frigo Camelo & Orangutini\",\n        imgs: [\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/frigo.png\",\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/orangutini.png\"\n        ],\n        notes: \"MYTHIC\"\n      },\n      {\n        id: 6,\n        title: \"Reinicio 6\",\n        price: \"250M\",\n        character: \"Bombardiro Crocodilo & Bombombini Gusini\",\n        imgs: [\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Bombardiro.png\",\n          \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Bombini.png\"\n        ],\n        notes: \"MYTHIC\"\n      },\n      { id: 7,  title: \"Reinicio 7\",  price: \"1B\",   character: \"Cocofanto Elefanto\",         img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Cocofanto.png\",              notes: \"BRAINROT GOD\"  },\n      { id: 8,  title: \"Reinicio 8\",  price: \"5B\",   character: \"Tralalero Tralala\",         img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Tralalero.png\",              notes: \"BRAINROT GOD\"  },\n      { id: 9,  title: \"Reinicio 9\",  price: \"25B\",  character: \"Odin Din Din Dun\",          img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Odin.png\",                   notes: \"BRAINROT GOD\"  },\n      { id: 10, title: \"Reinicio 10\", price: \"200B\", character: \"La Vaca Saturno Saturnita\", img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/La-Vaca.png\",               notes: \"BRAINROT GOD\" },\n      { id: 11, title: \"Reinicio 11\", price: \"1T\",   character: \"Torrtuginni Dragonfrutinni\", img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Torrtugini.png\",                    notes: \"BRAINROT GOD\" },\n      { id: 12, title: \"Reinicio 12\", price: \"10T\",  character: \"Trenostruzzo Turbo\",        img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Trenostruzzo.png\",                  notes: \"SECRET\" },\n      { id: 13, title: \"Reinicio 13\", price: \"50T\",  character: \"Orcalero Orcala\",           img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Orcalero.png\",                      notes: \"SECRET\" },\n      { id: 14, title: \"Reinicio 14\", price: \"200T\", character: \"Garamaramadungdung\",        img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/Garamaramadungdung.png\",            notes: \"SECRET\" },\n      { id: 15, title: \"Reinicio 15\", price: \"1Qa\",  character: \"La Grande Combinaci\u00f3n\",     img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/La-Grande-Combinacion.png\",         notes: \"SECRET\" },\n      { id: 16, title: \"Reinicio 16\", price: \"5Qa\",  character: \"La Esok Sekolah\",           img: \"https:\/\/stealthebrainrotweb.com\/wp-content\/uploads\/2025\/11\/La-Esok-Sekolah.png\",                notes: \"SECRET\" }\n    ];\n\n    const $ = (s) => document.querySelector(s);\n    const select   = $('#reinicioSelect');\n    const prevBtn  = $('#prevReinicio');\n    const nextBtn  = $('#nextReinicio');\n    const titleEl  = $('#reinicioTitle');\n    const charEl   = $('#reinicioCharacter');\n    const priceEl  = $('#reinicioPrice');\n    const notesEl  = $('#reinicioNotes');\n    const gallery  = $('#reinicioGallery');\n\n    \/\/ Rellenar selector\n    reinicios.forEach(r => {\n      const opt = document.createElement('option');\n      opt.value = r.id;\n      opt.textContent = r.title.toUpperCase();\n      select.appendChild(opt);\n    });\n\n    function render(id) {\n      const r = reinicios.find(x => x.id === id);\n      if (!r) return;\n\n      \/\/ Pintar im\u00e1genes (1 o 2)\n      gallery.innerHTML = '';\n      const sources = Array.isArray(r.imgs) ? r.imgs : (r.img ? [r.img] : []);\n      sources.forEach(src => {\n        const img = document.createElement('img');\n        img.src = src;\n        img.alt = r.title;\n        gallery.appendChild(img);\n      });\n      gallery.classList.toggle('two', sources.length > 1);\n\n      \/\/ Texto\n      titleEl.textContent = r.title.toUpperCase();\n      charEl.textContent  = r.character || 'Por confirmar';\n      priceEl.textContent = r.price || '\u2014';\n      notesEl.textContent = r.notes || '';\n      select.value = r.id;\n    }\n\n    function index() {\n      return reinicios.findIndex(x => x.id === Number(select.value));\n    }\n\n    prevBtn.addEventListener('click', () => {\n      let i = index(); i = (i <= 0) ? reinicios.length - 1 : i - 1;\n      render(reinicios[i].id);\n    });\n\n    nextBtn.addEventListener('click', () => {\n      let i = index(); i = (i >= reinicios.length - 1) ? 0 : i + 1;\n      render(reinicios[i].id);\n    });\n\n    select.addEventListener('change', () => render(Number(select.value)));\n\n    \/\/ Primera carga\n    render(1);\n  }\n<\/script>","protected":false},"excerpt":{"rendered":"<p>REINICIOS \u25c0 \u25b6 Reinicio 1 Personaje necesario: Por confirmar Precio: \u2014 A\u00f1ade aqu\u00ed notas, requisitos o consejos para completar este reinicio.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-409","page","type-page","status-publish","hentry","entry"],"acf":[],"_links":{"self":[{"href":"https:\/\/stealthebrainrotweb.com\/en\/wp-json\/wp\/v2\/pages\/409","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stealthebrainrotweb.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stealthebrainrotweb.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stealthebrainrotweb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stealthebrainrotweb.com\/en\/wp-json\/wp\/v2\/comments?post=409"}],"version-history":[{"count":23,"href":"https:\/\/stealthebrainrotweb.com\/en\/wp-json\/wp\/v2\/pages\/409\/revisions"}],"predecessor-version":[{"id":486,"href":"https:\/\/stealthebrainrotweb.com\/en\/wp-json\/wp\/v2\/pages\/409\/revisions\/486"}],"wp:attachment":[{"href":"https:\/\/stealthebrainrotweb.com\/en\/wp-json\/wp\/v2\/media?parent=409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}