{"title":"Phoenix Editor Creations","description":null,"products":[{"product_id":"custom-phoenix-editor-created-league-ladders","title":"Custom 'Phoenix Editor' Created League Ladders","description":"\u003cstyle\u003e\n  .rc-phoenix-product {\n    --rc-bg: #121417;\n    --rc-panel: #1d2025;\n    --rc-panel-soft: #252930;\n    --rc-orange: #ff9418;\n    --rc-orange-dark: #d96500;\n    --rc-pink: #f05473;\n    --rc-blue: #35bce7;\n    --rc-green: #54c980;\n    --rc-text: #f8f8f8;\n    --rc-muted: #c4c8cf;\n    --rc-line: rgba(255, 255, 255, 0.11);\n\n    box-sizing: border-box;\n    overflow: hidden;\n    margin: 24px 0;\n    border: 1px solid var(--rc-line);\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at 90% 0%, rgba(53, 188, 231, 0.13), transparent 28%),\n      radial-gradient(circle at 5% 30%, rgba(255, 148, 24, 0.15), transparent 30%),\n      var(--rc-bg);\n    color: var(--rc-text);\n    font-family: inherit;\n    line-height: 1.6;\n    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);\n  }\n\n  .rc-phoenix-product *,\n  .rc-phoenix-product *::before,\n  .rc-phoenix-product *::after {\n    box-sizing: border-box;\n  }\n\n  .rc-phoenix-hero {\n    position: relative;\n    padding: 48px 34px 40px;\n    text-align: center;\n  }\n\n  .rc-phoenix-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n    padding: 7px 14px;\n    border: 1px solid rgba(255, 148, 24, 0.4);\n    border-radius: 999px;\n    background: rgba(255, 148, 24, 0.1);\n    color: #ffb45c;\n    font-size: 0.8rem;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .rc-phoenix-hero h2 {\n    margin: 0;\n    color: var(--rc-text);\n    font-size: clamp(2rem, 6vw, 3.6rem);\n    line-height: 1.04;\n    letter-spacing: -0.04em;\n  }\n\n  .rc-phoenix-hero h2 span {\n    color: var(--rc-orange);\n  }\n\n  .rc-phoenix-intro {\n    max-width: 760px;\n    margin: 20px auto 0;\n    color: var(--rc-muted);\n    font-size: 1.06rem;\n  }\n\n  .rc-phoenix-intro strong {\n    color: var(--rc-text);\n  }\n\n  .rc-phoenix-section {\n    padding: 0 28px 40px;\n  }\n\n  .rc-phoenix-section-title {\n    margin: 0 0 20px;\n    color: var(--rc-text);\n    font-size: clamp(1.45rem, 4vw, 2rem);\n    line-height: 1.2;\n    text-align: center;\n  }\n\n  .rc-phoenix-routes {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .rc-phoenix-route {\n    --route-colour: var(--rc-orange);\n\n    position: relative;\n    overflow: hidden;\n    padding: 26px;\n    border: 1px solid var(--rc-line);\n    border-radius: 18px;\n    background: linear-gradient(145deg, var(--rc-panel), var(--rc-panel-soft));\n  }\n\n  .rc-phoenix-route::after {\n    position: absolute;\n    right: -35px;\n    bottom: -55px;\n    width: 130px;\n    height: 130px;\n    border-radius: 50%;\n    background: var(--route-colour);\n    opacity: 0.08;\n    content: \"\";\n  }\n\n  .rc-phoenix-route--assisted {\n    --route-colour: var(--rc-blue);\n  }\n\n  .rc-phoenix-route-number {\n    display: inline-grid;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 18px;\n    place-items: center;\n    border-radius: 12px;\n    background: var(--route-colour);\n    color: #111;\n    font-size: 1.15rem;\n    font-weight: 900;\n  }\n\n  .rc-phoenix-route h3 {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 10px;\n    color: var(--rc-text);\n    font-size: 1.3rem;\n    line-height: 1.2;\n  }\n\n  .rc-phoenix-route p {\n    position: relative;\n    z-index: 1;\n    margin: 0;\n    color: var(--rc-muted);\n  }\n\n  .rc-phoenix-route strong {\n    color: var(--rc-text);\n  }\n\n  .rc-phoenix-buying-panel {\n    padding: 28px;\n    border: 1px solid rgba(255, 148, 24, 0.25);\n    border-radius: 20px;\n    background:\n      linear-gradient(135deg, rgba(255, 148, 24, 0.11), rgba(240, 84, 115, 0.06)),\n      var(--rc-panel);\n  }\n\n  .rc-phoenix-buying-intro {\n    max-width: 760px;\n    margin: -7px auto 24px;\n    color: var(--rc-muted);\n    text-align: center;\n  }\n\n  .rc-phoenix-buying-intro strong {\n    color: var(--rc-text);\n  }\n\n  .rc-phoenix-steps {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .rc-phoenix-step {\n    position: relative;\n    padding: 21px 15px;\n    border: 1px solid var(--rc-line);\n    border-radius: 16px;\n    background: rgba(255, 255, 255, 0.045);\n    text-align: center;\n  }\n\n  .rc-phoenix-step-icon {\n    display: grid;\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 13px;\n    place-items: center;\n    border-radius: 14px;\n    background: linear-gradient(135deg, var(--rc-orange), var(--rc-orange-dark));\n    color: #111;\n    font-size: 1.15rem;\n    font-weight: 900;\n    box-shadow: 0 8px 22px rgba(255, 148, 24, 0.2);\n  }\n\n  .rc-phoenix-step h3 {\n    margin: 0 0 7px;\n    color: var(--rc-text);\n    font-size: 0.98rem;\n    line-height: 1.25;\n  }\n\n  .rc-phoenix-step p {\n    margin: 0;\n    color: var(--rc-muted);\n    font-size: 0.86rem;\n    line-height: 1.5;\n  }\n\n  .rc-phoenix-step strong {\n    color: var(--rc-text);\n  }\n\n  .rc-phoenix-important {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    max-width: 820px;\n    margin: 20px auto 0;\n    padding: 16px 18px;\n    border-left: 4px solid var(--rc-orange);\n    border-radius: 10px;\n    background: rgba(255, 148, 24, 0.08);\n    color: var(--rc-muted);\n  }\n\n  .rc-phoenix-important-icon {\n    flex: 0 0 auto;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--rc-orange);\n    color: #111;\n    font-weight: 900;\n  }\n\n  .rc-phoenix-important strong {\n    color: var(--rc-text);\n  }\n\n  .rc-phoenix-includes {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .rc-phoenix-include {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n    padding: 16px;\n    border-radius: 14px;\n    background: rgba(84, 201, 128, 0.08);\n    color: var(--rc-muted);\n  }\n\n  .rc-phoenix-tick {\n    flex: 0 0 auto;\n    display: grid;\n    width: 24px;\n    height: 24px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--rc-green);\n    color: #102016;\n    font-size: 0.8rem;\n    font-weight: 900;\n  }\n\n  .rc-phoenix-include strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--rc-text);\n  }\n\n  .rc-phoenix-faq {\n    display: grid;\n    gap: 10px;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .rc-phoenix-faq details {\n    overflow: hidden;\n    border: 1px solid var(--rc-line);\n    border-radius: 14px;\n    background: var(--rc-panel);\n  }\n\n  .rc-phoenix-faq summary {\n    position: relative;\n    padding: 18px 52px 18px 20px;\n    color: var(--rc-text);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .rc-phoenix-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rc-phoenix-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    color: var(--rc-orange);\n    font-size: 1.5rem;\n    line-height: 1;\n    content: \"+\";\n    transform: translateY(-50%);\n  }\n\n  .rc-phoenix-faq details[open] summary::after {\n    content: \"\\2212\";\n  }\n\n  .rc-phoenix-answer {\n    padding: 0 20px 20px;\n    color: var(--rc-muted);\n  }\n\n  .rc-phoenix-answer p {\n    margin: 0;\n  }\n\n  .rc-phoenix-answer strong {\n    color: var(--rc-text);\n  }\n\n  .rc-phoenix-launch {\n    position: relative;\n    overflow: hidden;\n    padding: 46px 28px;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(53, 188, 231, 0.16), transparent 45%),\n      linear-gradient(135deg, rgba(255, 148, 24, 0.16), rgba(240, 84, 115, 0.1)),\n      var(--rc-panel);\n    text-align: center;\n  }\n\n  .rc-phoenix-launch::before {\n    position: absolute;\n    top: -90px;\n    left: 50%;\n    width: 360px;\n    height: 180px;\n    border-radius: 50%;\n    background: var(--rc-orange);\n    opacity: 0.08;\n    filter: blur(40px);\n    content: \"\";\n    transform: translateX(-50%);\n  }\n\n  .rc-phoenix-launch-content {\n    position: relative;\n    z-index: 1;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  .rc-phoenix-launch-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: #ffb45c;\n    font-size: 0.78rem;\n    font-weight: 900;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .rc-phoenix-launch h3 {\n    margin: 0 0 10px;\n    color: var(--rc-text);\n    font-size: clamp(1.7rem, 5vw, 2.6rem);\n    line-height: 1.15;\n  }\n\n  .rc-phoenix-launch p {\n    max-width: 630px;\n    margin: 0 auto 24px;\n    color: var(--rc-muted);\n    font-size: 1rem;\n  }\n\n  .rc-phoenix-launch-button {\n    position: relative;\n    display: inline-flex;\n    overflow: hidden;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    min-width: min(100%, 330px);\n    padding: 17px 27px;\n    border: 1px solid #ffb653;\n    border-radius: 14px;\n    background: linear-gradient(135deg, #ffae35, var(--rc-orange) 48%, #ed7300);\n    color: #17120b !important;\n    font-size: 1.05rem;\n    font-weight: 900;\n    line-height: 1.2;\n    text-decoration: none !important;\n    box-shadow:\n      0 12px 28px rgba(255, 148, 24, 0.28),\n      inset 0 1px 0 rgba(255, 255, 255, 0.35);\n    transform: translateY(0);\n    transition:\n      transform 180ms ease,\n      box-shadow 180ms ease,\n      filter 180ms ease;\n  }\n\n  .rc-phoenix-launch-button::before {\n    position: absolute;\n    top: -30%;\n    left: -45%;\n    width: 35%;\n    height: 160%;\n    background: rgba(255, 255, 255, 0.35);\n    content: \"\";\n    filter: blur(3px);\n    transform: rotate(18deg);\n    animation: rcPhoenixShine 3.8s ease-in-out infinite;\n  }\n\n  .rc-phoenix-launch-button:hover {\n    color: #17120b !important;\n    filter: brightness(1.06);\n    box-shadow:\n      0 16px 36px rgba(255, 148, 24, 0.38),\n      inset 0 1px 0 rgba(255, 255, 255, 0.4);\n    transform: translateY(-3px);\n  }\n\n  .rc-phoenix-launch-button:focus-visible {\n    outline: 3px solid var(--rc-blue);\n    outline-offset: 4px;\n  }\n\n  .rc-phoenix-launch-arrow {\n    display: inline-grid;\n    width: 27px;\n    height: 27px;\n    place-items: center;\n    border-radius: 50%;\n    background: rgba(0, 0, 0, 0.15);\n    font-size: 1.1rem;\n    transition: transform 180ms ease;\n  }\n\n  .rc-phoenix-launch-button:hover .rc-phoenix-launch-arrow {\n    transform: translateX(4px);\n  }\n\n  .rc-phoenix-launch-note {\n    display: block;\n    margin-top: 12px;\n    color: #aeb3bb;\n    font-size: 0.82rem;\n  }\n\n  @keyframes rcPhoenixShine {\n    0%,\n    55% {\n      left: -45%;\n    }\n\n    75%,\n    100% {\n      left: 125%;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .rc-phoenix-launch-button::before {\n      animation: none;\n    }\n\n    .rc-phoenix-launch-button,\n    .rc-phoenix-launch-arrow {\n      transition: none;\n    }\n  }\n\n  @media (max-width: 980px) {\n    .rc-phoenix-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .rc-phoenix-step:last-child {\n      grid-column: 1 \/ -1;\n    }\n  }\n\n  @media (max-width: 800px) {\n    .rc-phoenix-routes,\n    .rc-phoenix-includes {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .rc-phoenix-hero {\n      padding: 36px 20px 30px;\n    }\n\n    .rc-phoenix-section {\n      padding-right: 16px;\n      padding-left: 16px;\n    }\n\n    .rc-phoenix-buying-panel {\n      padding: 22px 14px;\n    }\n\n    .rc-phoenix-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .rc-phoenix-step:last-child {\n      grid-column: auto;\n    }\n\n    .rc-phoenix-launch {\n      padding: 38px 18px;\n    }\n\n    .rc-phoenix-launch-button {\n      width: 100%;\n      min-width: 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rc-phoenix-product\"\u003e\n\n  \u003csection class=\"rc-phoenix-hero\"\u003e\n    \u003cdiv class=\"rc-phoenix-kicker\"\u003e\n      Designed by you · Made by Retrocrafts\n    \u003c\/div\u003e\n\n    \u003ch2\u003eHere's how this \u003cspan\u003eworks!\u003c\/span\u003e\n\u003c\/h2\u003e\n\n    \u003cp class=\"rc-phoenix-intro\"\u003e\n      This isn't an off-the-shelf league ladder. It is a genuinely custom\n      Retrocrafts ladder, \u003cstrong\u003edesigned by you in the Phoenix Editor\u003c\/strong\u003e\n      and professionally produced by us.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rc-phoenix-section\"\u003e\n    \u003ch2 class=\"rc-phoenix-section-title\"\u003e\n      Choose how you want to create\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"rc-phoenix-routes\"\u003e\n\n      \u003carticle class=\"rc-phoenix-route\"\u003e\n        \u003cdiv class=\"rc-phoenix-route-number\"\u003eA\u003c\/div\u003e\n\n        \u003ch3\u003eBuild it completely yourself\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Start with a blank project and take full creative control in the\n          \u003cstrong\u003ePhoenix Editor\u003c\/strong\u003e. Add your league and division names,\n          enter every team, choose the colours and create the background,\n          title artwork and finishing touches yourself.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"rc-phoenix-route rc-phoenix-route--assisted\"\u003e\n        \u003cdiv class=\"rc-phoenix-route-number\"\u003eB\u003c\/div\u003e\n\n        \u003ch3\u003eUse our Project-assisted route\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Want a head start? You can use the\n          \u003cstrong\u003efree tools we've developed for use in ChatGPT\u003c\/strong\u003e\n          to help research or invent your league, organise the divisions,\n          prepare the teams, select suitable colours and build your starter\n          project. Open the result in Phoenix, make any final changes you\n          fancy, and it is ready to order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rc-phoenix-section\"\u003e\n    \u003cdiv class=\"rc-phoenix-buying-panel\"\u003e\n\n      \u003ch2 class=\"rc-phoenix-section-title\"\u003e\n        Designed it? Love it? Here's how to buy it\n      \u003c\/h2\u003e\n\n      \u003cp class=\"rc-phoenix-buying-intro\"\u003e\n        You can experiment in Phoenix before committing to a purchase.\n        \u003cstrong\u003eOnly buy when you have created a ladder you genuinely want us\n        to make.\u003c\/strong\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rc-phoenix-steps\"\u003e\n\n        \u003carticle class=\"rc-phoenix-step\"\u003e\n          \u003cdiv class=\"rc-phoenix-step-icon\"\u003e1\u003c\/div\u003e\n          \u003ch3\u003eDesign your ladder\u003c\/h3\u003e\n          \u003cp\u003e\n            Create and customise your ladder in the Phoenix Editor.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"rc-phoenix-step\"\u003e\n          \u003cdiv class=\"rc-phoenix-step-icon\"\u003e2\u003c\/div\u003e\n          \u003ch3\u003eAdd this product to your cart\u003c\/h3\u003e\n          \u003cp\u003e\n            If you love your finished design, return to this page and click\n            \u003cstrong\u003eAdd to Cart\u003c\/strong\u003e.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"rc-phoenix-step\"\u003e\n          \u003cdiv class=\"rc-phoenix-step-icon\"\u003e3\u003c\/div\u003e\n          \u003ch3\u003eComplete your purchase\u003c\/h3\u003e\n          \u003cp\u003e\n            Check out as normal. Once your order is placed, you will receive\n            your unique order reference.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"rc-phoenix-step\"\u003e\n          \u003cdiv class=\"rc-phoenix-step-icon\"\u003e4\u003c\/div\u003e\n          \u003ch3\u003eReturn to Phoenix\u003c\/h3\u003e\n          \u003cp\u003e\n            Go back to your finished design and click\n            \u003cstrong\u003eOrder This Ladder\u003c\/strong\u003e.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"rc-phoenix-step\"\u003e\n          \u003cdiv class=\"rc-phoenix-step-icon\"\u003e5\u003c\/div\u003e\n          \u003ch3\u003eSubmit your design\u003c\/h3\u003e\n          \u003cp\u003e\n            Enter your order reference and submit the project. We will match\n            your ladder design to your purchase and take it from there.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-phoenix-important\"\u003e\n        \u003cspan class=\"rc-phoenix-important-icon\"\u003e!\u003c\/span\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003ePlease don't close or reset your finished project before\n          submitting it.\u003c\/strong\u003e\n          Save your project in Phoenix so you have a copy available until your\n          design has been successfully sent to us.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rc-phoenix-section\"\u003e\n    \u003ch2 class=\"rc-phoenix-section-title\"\u003e\n      Your finished set\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"rc-phoenix-includes\"\u003e\n\n      \u003cdiv class=\"rc-phoenix-include\"\u003e\n        \u003cspan class=\"rc-phoenix-tick\"\u003e✓\u003c\/span\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eYour custom ladder\u003c\/strong\u003e\n          Professionally produced from the Phoenix design you submit.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-phoenix-include\"\u003e\n        \u003cspan class=\"rc-phoenix-tick\"\u003e✓\u003c\/span\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMatching team tabs\u003c\/strong\u003e\n          Created using your chosen team names, colours and details.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-phoenix-include\"\u003e\n        \u003cspan class=\"rc-phoenix-tick\"\u003e✓\u003c\/span\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eA completely personal design\u003c\/strong\u003e\n          Current football, classic seasons, fantasy leagues—or something\n          entirely your own.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rc-phoenix-section\"\u003e\n    \u003ch2 class=\"rc-phoenix-section-title\"\u003e\n      A few quick questions\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"rc-phoenix-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I get the pictured ladder?\u003c\/summary\u003e\n\n        \u003cdiv class=\"rc-phoenix-answer\"\u003e\n          \u003cp\u003e\n            \u003cstrong\u003eNo—the ladder pictured is an example of what Phoenix can\n            create.\u003c\/strong\u003e With this product, you design your own ladder and\n            we produce that design for you. The pictured English Football\n            League ladder may soon be available separately from our gallery.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill you be doing the full range of off-the-peg League Ladders like you've done in previous seasons?\u003c\/summary\u003e\n\n        \u003cdiv class=\"rc-phoenix-answer\"\u003e\n          \u003cp\u003e\n            No. I just don't have the time! That's why I've created Phoenix,\n            and when you combine it with the AI League Generator tool, you can\n            create any league you can think of in minutes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I have to pay before I start designing?\u003c\/summary\u003e\n\n        \u003cdiv class=\"rc-phoenix-answer\"\u003e\n          \u003cp\u003e\n            No. You can open Phoenix, experiment with the editor and create\n            your ladder first. If you produce something you would like\n            Retrocrafts to make, return to this page and purchase the custom\n            ladder.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need to use ChatGPT?\u003c\/summary\u003e\n\n        \u003cdiv class=\"rc-phoenix-answer\"\u003e\n          \u003cp\u003e\n            Not at all. You can build your entire design yourself inside the\n            Phoenix Editor. Our free ChatGPT-based project tools are simply\n            available if you would like help researching, organising or\n            creating your league.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it have to be a current football league?\u003c\/summary\u003e\n\n        \u003cdiv class=\"rc-phoenix-answer\"\u003e\n          \u003cp\u003e\n            No. You can recreate a favourite season, build a fantasy or gaming\n            league, combine teams from different countries, or invent\n            something completely original.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat should I check before submitting my design?\u003c\/summary\u003e\n\n        \u003cdiv class=\"rc-phoenix-answer\"\u003e\n          \u003cp\u003e\n            Please take a final look at your team names, ground details,\n            division titles, colours, positions and artwork. Your physical\n            product will be created from the project you submit.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rc-phoenix-launch\"\u003e\n    \u003cdiv class=\"rc-phoenix-launch-content\"\u003e\n\n      \u003cspan class=\"rc-phoenix-launch-label\"\u003e\n        Your blank canvas is waiting\n      \u003c\/span\u003e\n\n      \u003ch3\u003eReady to create your league?\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Open the Retrocrafts Phoenix Editor and start designing. Experiment\n        with the teams, colours, divisions and artwork—and don't pay for\n        anything until you have created a ladder you love.\n      \u003c\/p\u003e\n\n      \u003ca class=\"rc-phoenix-launch-button\" href=\"https:\/\/phoenix-five.sidaho.chatgpt.site\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        Launch the Phoenix Editor\n        \u003cspan class=\"rc-phoenix-launch-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003cspan class=\"rc-phoenix-launch-note\"\u003e\n        Opens the Phoenix Editor in a new browser tab\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"Retrocrafts Collectible League Ladders","offers":[{"title":"Default Title","offer_id":55629144424824,"sku":null,"price":29.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2429\/7159\/files\/ChatGPTImageAug11_2026_08_04_05PM.png?v=1786475091"}],"url":"https:\/\/leagueladders.club\/collections\/phoenix-editor-creations.oembed","provider":"Retrocrafts Collectible League Ladders","version":"1.0","type":"link"}