{"product_id":"haven-dashboard","title":"Dreamlight Haven Dashboard","description":"\u003cstyle\u003e\n  \/*\n  ==========================================================\n  DREAMLIGHT HAVEN DASHBOARD — FULL-WIDTH PRODUCT PAGE\n  ==========================================================\n  *\/\n\n  html,\n  body {\n    overflow-x: hidden;\n  }\n\n  .haven-full-width {\n    --haven-navy: #17132f;\n    --haven-dark-purple: #2d1d4f;\n    --haven-purple: #4d2c73;\n    --haven-lavender: #8965ad;\n    --haven-gold: #d8b66a;\n    --haven-light-gold: #f0dca4;\n    --haven-cream: #f8f2e7;\n    --haven-parchment: #efe2cb;\n    --haven-white: #ffffff;\n    --haven-text: #312a3c;\n\n    position: relative;\n    left: 50%;\n    width: 100vw;\n    max-width: none;\n    margin-left: -50vw;\n    padding: 20px clamp(15px, 3vw, 45px) 60px;\n    background:\n      radial-gradient(circle at 10% 10%, rgba(137, 101, 173, 0.12), transparent 28%),\n      radial-gradient(circle at 90% 50%, rgba(216, 182, 106, 0.12), transparent 30%),\n      #f8f2e7;\n    color: var(--haven-text);\n    font-family: Georgia, \"Times New Roman\", serif;\n    line-height: 1.7;\n    box-sizing: border-box;\n  }\n\n  .haven-full-width *,\n  .haven-full-width *::before,\n  .haven-full-width *::after {\n    box-sizing: border-box;\n  }\n\n  .haven-inner {\n    width: 100%;\n    max-width: 1450px;\n    margin: 0 auto;\n  }\n\n  .haven-full-width h1,\n  .haven-full-width h2,\n  .haven-full-width h3,\n  .haven-full-width p {\n    margin-top: 0;\n  }\n\n  .haven-full-width h2 {\n    margin-bottom: 16px;\n    color: var(--haven-purple);\n    font-size: clamp(1.8rem, 4vw, 2.7rem);\n    line-height: 1.2;\n    text-align: center;\n  }\n\n  .haven-full-width h3 {\n    color: var(--haven-purple);\n  }\n\n  .haven-full-width p {\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  \/* HERO *\/\n\n  .haven-hero {\n    position: relative;\n    min-height: 550px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: clamp(60px, 9vw, 120px) clamp(22px, 5vw, 75px);\n    border: 2px solid var(--haven-gold);\n    border-radius: 30px;\n    background:\n      radial-gradient(circle at 15% 15%, rgba(216, 182, 106, 0.25), transparent 28%),\n      radial-gradient(circle at 85% 80%, rgba(137, 101, 173, 0.42), transparent 35%),\n      linear-gradient(\n        145deg,\n        var(--haven-navy) 0%,\n        var(--haven-dark-purple) 52%,\n        var(--haven-purple) 100%\n      );\n    color: var(--haven-white);\n    text-align: center;\n    box-shadow: 0 25px 65px rgba(23, 19, 47, 0.25);\n  }\n\n  .haven-hero::before {\n    content: \"✦\";\n    position: absolute;\n    top: 25px;\n    left: 4%;\n    color: var(--haven-gold);\n    font-size: clamp(50px, 8vw, 110px);\n    opacity: 0.35;\n  }\n\n  .haven-hero::after {\n    content: \"✧\";\n    position: absolute;\n    right: 4%;\n    bottom: 15px;\n    color: var(--haven-gold);\n    font-size: clamp(60px, 9vw, 130px);\n    opacity: 0.3;\n  }\n\n  .haven-hero-content {\n    position: relative;\n    z-index: 2;\n    width: 100%;\n    max-width: 1000px;\n  }\n\n  .haven-eyebrow {\n    margin-bottom: 14px;\n    color: var(--haven-gold);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 0.82rem;\n    font-weight: bold;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  .haven-hero h1 {\n    margin-bottom: 20px;\n    color: var(--haven-white);\n    font-size: clamp(2.8rem, 8vw, 6rem);\n    line-height: 1;\n  }\n\n  .haven-hero-description {\n    max-width: 800px;\n    margin: 0 auto 28px;\n    color: #f6effb;\n    font-size: clamp(1rem, 2vw, 1.25rem);\n  }\n\n  .haven-price-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 28px;\n    padding: 12px 28px;\n    border: 1px solid var(--haven-gold);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.08);\n    color: var(--haven-gold);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 1.45rem;\n    font-weight: bold;\n  }\n\n  .haven-hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n\n  .haven-badge {\n    padding: 10px 17px;\n    border: 1px solid rgba(216, 182, 106, 0.45);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.07);\n    color: #fffaf0;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 0.9rem;\n  }\n\n  \/* GENERAL SECTIONS *\/\n\n  .haven-section {\n    margin-top: 40px;\n    padding: clamp(35px, 5vw, 70px);\n    border: 1px solid rgba(216, 182, 106, 0.6);\n    border-radius: 26px;\n    background: rgba(248, 242, 231, 0.96);\n    box-shadow: 0 14px 38px rgba(49, 42, 60, 0.08);\n  }\n\n  .haven-section-intro {\n    max-width: 900px;\n    margin: 0 auto 35px;\n    text-align: center;\n  }\n\n  \/* INTRODUCTION *\/\n\n  .haven-intro-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .haven-intro-card {\n    padding: 30px;\n    border-left: 5px solid var(--haven-gold);\n    border-radius: 16px;\n    background: var(--haven-white);\n    box-shadow: 0 8px 22px rgba(49, 42, 60, 0.06);\n  }\n\n  .haven-intro-card h3 {\n    margin-bottom: 8px;\n    font-size: 1.35rem;\n  }\n\n  .haven-intro-card p {\n    margin-bottom: 0;\n  }\n\n  \/* FEATURES *\/\n\n  .haven-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .haven-feature-card {\n    padding: 28px 24px;\n    border: 1px solid rgba(77, 44, 115, 0.16);\n    border-radius: 20px;\n    background: var(--haven-white);\n    box-shadow: 0 9px 25px rgba(49, 42, 60, 0.07);\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .haven-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 14px 30px rgba(49, 42, 60, 0.12);\n  }\n\n  .haven-feature-icon {\n    display: flex;\n    width: 58px;\n    height: 58px;\n    margin-bottom: 18px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid var(--haven-gold);\n    border-radius: 17px;\n    background: linear-gradient(145deg, var(--haven-cream), var(--haven-parchment));\n    font-size: 1.8rem;\n  }\n\n  .haven-feature-card h3 {\n    margin-bottom: 9px;\n    font-size: 1.2rem;\n  }\n\n  .haven-feature-card p {\n    margin-bottom: 0;\n    font-size: 0.94rem;\n  }\n\n  \/* BENEFITS *\/\n\n  .haven-dark-section {\n    background:\n      radial-gradient(circle at top left, rgba(216, 182, 106, 0.2), transparent 30%),\n      linear-gradient(145deg, var(--haven-navy), var(--haven-dark-purple));\n    color: var(--haven-white);\n  }\n\n  .haven-dark-section h2 {\n    color: var(--haven-gold);\n  }\n\n  .haven-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 15px;\n    max-width: 1100px;\n    margin: 30px auto 0;\n  }\n\n  .haven-benefit {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    padding: 17px 19px;\n    border: 1px solid rgba(216, 182, 106, 0.25);\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.07);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .haven-benefit-symbol {\n    flex: 0 0 auto;\n    color: var(--haven-gold);\n    font-weight: bold;\n  }\n\n  \/* ACCESS STEPS *\/\n\n  .haven-step-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .haven-step {\n    padding: 28px 22px;\n    border-radius: 20px;\n    background: var(--haven-white);\n    text-align: center;\n    box-shadow: 0 8px 22px rgba(49, 42, 60, 0.07);\n  }\n\n  .haven-step-number {\n    display: flex;\n    width: 48px;\n    height: 48px;\n    margin: 0 auto 17px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--haven-purple);\n    color: var(--haven-white);\n    font-family: Arial, Helvetica, sans-serif;\n    font-weight: bold;\n  }\n\n  .haven-step h3 {\n    margin-bottom: 8px;\n  }\n\n  .haven-step p {\n    margin-bottom: 0;\n    font-size: 0.92rem;\n  }\n\n  \/* IMPORTANT INFORMATION *\/\n\n  .haven-info-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .haven-info-card {\n    padding: 27px;\n    border-top: 4px solid var(--haven-gold);\n    border-radius: 16px;\n    background: var(--haven-white);\n    box-shadow: 0 8px 22px rgba(49, 42, 60, 0.06);\n  }\n\n  .haven-info-card h3 {\n    margin-bottom: 8px;\n  }\n\n  .haven-info-card p {\n    margin-bottom: 0;\n    font-size: 0.93rem;\n  }\n\n  \/* FAQ *\/\n\n  .haven-faq {\n    max-width: 1050px;\n    margin: 30px auto 0;\n  }\n\n  .haven-faq details {\n    margin-bottom: 14px;\n    overflow: hidden;\n    border: 1px solid rgba(77, 44, 115, 0.18);\n    border-radius: 15px;\n    background: var(--haven-white);\n  }\n\n  .haven-faq summary {\n    cursor: pointer;\n    padding: 19px 22px;\n    color: var(--haven-purple);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 1rem;\n    font-weight: bold;\n  }\n\n  .haven-faq details p {\n    margin: 0;\n    padding: 0 22px 22px;\n  }\n\n  \/* FINAL CTA *\/\n\n  .haven-cta {\n    margin-top: 40px;\n    padding: clamp(55px, 8vw, 95px) 25px;\n    border: 2px solid var(--haven-gold);\n    border-radius: 28px;\n    background:\n      radial-gradient(circle at center top, rgba(216, 182, 106, 0.24), transparent 35%),\n      linear-gradient(145deg, var(--haven-navy), var(--haven-purple));\n    color: var(--haven-white);\n    text-align: center;\n  }\n\n  .haven-cta h2 {\n    color: var(--haven-white);\n  }\n\n  .haven-cta p {\n    max-width: 720px;\n    margin: 0 auto 20px;\n    color: #f5edf9;\n  }\n\n  .haven-cta-price {\n    margin-bottom: 8px;\n    color: var(--haven-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 2.7rem;\n    font-weight: bold;\n  }\n\n  .haven-cta-note {\n    font-size: 0.88rem;\n  }\n\n  .haven-purchase-button {\n    display: inline-flex;\n    min-height: 52px;\n    margin-top: 10px;\n    padding: 14px 30px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid var(--haven-gold);\n    border-radius: 999px;\n    background: var(--haven-gold);\n    color: var(--haven-navy);\n    font-family: Arial, Helvetica, sans-serif;\n    font-weight: bold;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .haven-purchase-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 11px 25px rgba(0, 0, 0, 0.22);\n  }\n\n  .haven-disclaimer {\n    max-width: 1050px;\n    margin: 28px auto 0;\n    padding: 22px;\n    border-radius: 16px;\n    background: #eee6f4;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 0.85rem;\n    text-align: center;\n  }\n\n  \/* TABLET *\/\n\n  @media (max-width: 1100px) {\n    .haven-feature-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .haven-info-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 850px) {\n    .haven-step-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 650px) {\n    .haven-full-width {\n      padding: 10px 12px 40px;\n    }\n\n    .haven-hero {\n      min-height: auto;\n      padding: 60px 20px;\n      border-radius: 20px;\n    }\n\n    .haven-section {\n      margin-top: 25px;\n      padding: 35px 18px;\n      border-radius: 20px;\n    }\n\n    .haven-intro-grid,\n    .haven-feature-grid,\n    .haven-benefit-grid,\n    .haven-step-grid,\n    .haven-info-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .haven-cta {\n      margin-top: 25px;\n      padding: 55px 20px;\n      border-radius: 20px;\n    }\n\n    .haven-purchase-button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"haven-full-width\"\u003e\n  \u003cdiv class=\"haven-inner\"\u003e\n\n    \u003c!-- HERO --\u003e\n\n    \u003csection class=\"haven-hero\"\u003e\n      \u003cdiv class=\"haven-hero-content\"\u003e\n\n        \u003cp class=\"haven-eyebrow\"\u003e\n          Your Complete Dreamlight Valley Companion\n        \u003c\/p\u003e\n\n        \u003ch1\u003eHaven Dashboard\u003c\/h1\u003e\n\n        \u003cp class=\"haven-hero-description\"\u003e\n          Keep your valley organised, track your progress and manage your daily\n          activities through one beautifully designed collection of interactive\n          player tools.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"haven-price-badge\"\u003e£4.99\u003c\/div\u003e\n\n        \u003cdiv class=\"haven-hero-badges\"\u003e\n          \u003cspan class=\"haven-badge\"\u003eInteractive player tools\u003c\/span\u003e\n          \u003cspan class=\"haven-badge\"\u003eProgress tracking\u003c\/span\u003e\n          \u003cspan class=\"haven-badge\"\u003eMembers-only access\u003c\/span\u003e\n          \u003cspan class=\"haven-badge\"\u003eMobile and desktop friendly\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- INTRODUCTION --\u003e\n\n    \u003csection class=\"haven-section\"\u003e\n\n      \u003ch2\u003eWelcome to Your Haven\u003c\/h2\u003e\n\n      \u003cp class=\"haven-section-intro\"\u003e\n        The Haven Dashboard brings your most useful Disney Dreamlight Valley\n        trackers, checklists, calculators and planning tools together in one\n        central members-only area.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"haven-intro-grid\"\u003e\n\n        \u003carticle class=\"haven-intro-card\"\u003e\n          \u003ch3\u003eEverything in One Place\u003c\/h3\u003e\n          \u003cp\u003e\n            Instead of switching between screenshots, notes, spreadsheets and\n            separate checklists, you can organise your gameplay from one\n            central dashboard.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-intro-card\"\u003e\n          \u003ch3\u003eDesigned for Everyday Gameplay\u003c\/h3\u003e\n          \u003cp\u003e\n            Open your dashboard while playing to check daily activities,\n            update your collections, plan your crops and record your progress.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- WHAT IS INCLUDED --\u003e\n\n    \u003csection class=\"haven-section\"\u003e\n\n      \u003ch2\u003eWhat Is Included?\u003c\/h2\u003e\n\n      \u003cp class=\"haven-section-intro\"\u003e\n        Your dashboard includes a growing collection of tools created to make\n        your valley easier to organise and your progress easier to follow.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"haven-feature-grid\"\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e🏰\u003c\/div\u003e\n          \u003ch3\u003eDashboard Home\u003c\/h3\u003e\n          \u003cp\u003e\n            A central home screen giving you quick access to every tracker,\n            planner, checklist and gameplay tool.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e🐟\u003c\/div\u003e\n          \u003ch3\u003eCollection Tracker\u003c\/h3\u003e\n          \u003cp\u003e\n            Track fish, meals, gems, flowers, crops, ingredients, resources and\n            other important collections.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e📖\u003c\/div\u003e\n          \u003ch3\u003eQuest Progress Tracker\u003c\/h3\u003e\n          \u003cp\u003e\n            Record completed quests and keep track of the story and friendship\n            quests you still need to complete.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e☀️\u003c\/div\u003e\n          \u003ch3\u003eDaily Reset Checklist\u003c\/h3\u003e\n          \u003cp\u003e\n            Organise your daily routine, including shops, stalls, discussions,\n            resources and other repeatable activities.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e🌾\u003c\/div\u003e\n          \u003ch3\u003eCrop Profit Calculator\u003c\/h3\u003e\n          \u003cp\u003e\n            Compare crops, plan harvests and calculate estimated Star Coin\n            earnings before you start planting.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e📦\u003c\/div\u003e\n          \u003ch3\u003eStorage Planner\u003c\/h3\u003e\n          \u003cp\u003e\n            Plan storage areas for ingredients, crafting materials, gems,\n            flowers, fish and other collected resources.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e⭐\u003c\/div\u003e\n          \u003ch3\u003eStar Path Tracker\u003c\/h3\u003e\n          \u003cp\u003e\n            Keep your current Star Path duties organised and record the\n            activities you have already completed.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e🗺️\u003c\/div\u003e\n          \u003ch3\u003eValley Planner\u003c\/h3\u003e\n          \u003cp\u003e\n            Organise ideas for your biomes, themed areas, character homes,\n            decorating projects and future builds.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e🎟️\u003c\/div\u003e\n          \u003ch3\u003eHaven Passport\u003c\/h3\u003e\n          \u003cp\u003e\n            Create your personal Haven profile and record your platform,\n            gameplay style, goals and valley priorities.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e✅\u003c\/div\u003e\n          \u003ch3\u003eProgress Overview\u003c\/h3\u003e\n          \u003cp\u003e\n            See what you have completed and quickly identify collections,\n            quests and activities that still need attention.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e💎\u003c\/div\u003e\n          \u003ch3\u003eResource Tracking\u003c\/h3\u003e\n          \u003cp\u003e\n            Keep track of the resources you are collecting for quests,\n            crafting, decorating and valley improvements.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-feature-card\"\u003e\n          \u003cdiv class=\"haven-feature-icon\"\u003e📝\u003c\/div\u003e\n          \u003ch3\u003ePersonal Planning\u003c\/h3\u003e\n          \u003cp\u003e\n            Record your own current goals, priorities, future ideas, building\n            plans and gameplay notes.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- BENEFITS --\u003e\n\n    \u003csection class=\"haven-section haven-dark-section\"\u003e\n\n      \u003ch2\u003ePerfect for Players Who Want To...\u003c\/h2\u003e\n\n      \u003cdiv class=\"haven-benefit-grid\"\u003e\n\n        \u003cdiv class=\"haven-benefit\"\u003e\n          \u003cspan class=\"haven-benefit-symbol\"\u003e✦\u003c\/span\u003e\n          \u003cspan\u003eStop losing track of unfinished quests and collections.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"haven-benefit\"\u003e\n          \u003cspan class=\"haven-benefit-symbol\"\u003e✦\u003c\/span\u003e\n          \u003cspan\u003eKeep their daily valley routine organised.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"haven-benefit\"\u003e\n          \u003cspan class=\"haven-benefit-symbol\"\u003e✦\u003c\/span\u003e\n          \u003cspan\u003ePlan crops and Star Coin-making activities.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"haven-benefit\"\u003e\n          \u003cspan class=\"haven-benefit-symbol\"\u003e✦\u003c\/span\u003e\n          \u003cspan\u003eOrganise storage rooms and resource collections.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"haven-benefit\"\u003e\n          \u003cspan class=\"haven-benefit-symbol\"\u003e✦\u003c\/span\u003e\n          \u003cspan\u003eKeep gameplay notes and plans in one convenient place.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"haven-benefit\"\u003e\n          \u003cspan class=\"haven-benefit-symbol\"\u003e✦\u003c\/span\u003e\n          \u003cspan\u003ePlan biome designs and future valley projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"haven-benefit\"\u003e\n          \u003cspan class=\"haven-benefit-symbol\"\u003e✦\u003c\/span\u003e\n          \u003cspan\u003eSee what has been completed and what is still missing.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"haven-benefit\"\u003e\n          \u003cspan class=\"haven-benefit-symbol\"\u003e✦\u003c\/span\u003e\n          \u003cspan\u003eEnjoy a more structured and relaxing gameplay experience.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- HOW ACCESS WORKS --\u003e\n\n    \u003csection class=\"haven-section\"\u003e\n\n      \u003ch2\u003eHow Access Works\u003c\/h2\u003e\n\n      \u003cp class=\"haven-section-intro\"\u003e\n        The dashboard is accessed directly through the Dreamlight Haven website\n        using the customer account connected to your purchase.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"haven-step-grid\"\u003e\n\n        \u003carticle class=\"haven-step\"\u003e\n          \u003cdiv class=\"haven-step-number\"\u003e1\u003c\/div\u003e\n          \u003ch3\u003ePurchase Access\u003c\/h3\u003e\n          \u003cp\u003e\n            Add the Haven Dashboard to your basket and complete checkout using\n            your preferred email address.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-step\"\u003e\n          \u003cdiv class=\"haven-step-number\"\u003e2\u003c\/div\u003e\n          \u003ch3\u003eSign In\u003c\/h3\u003e\n          \u003cp\u003e\n            Sign into your Dreamlight Haven customer account using the same\n            email address used during checkout.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-step\"\u003e\n          \u003cdiv class=\"haven-step-number\"\u003e3\u003c\/div\u003e\n          \u003ch3\u003eUnlock the Dashboard\u003c\/h3\u003e\n          \u003cp\u003e\n            Your purchase will confirm that your account is eligible to enter\n            the protected dashboard area.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-step\"\u003e\n          \u003cdiv class=\"haven-step-number\"\u003e4\u003c\/div\u003e\n          \u003ch3\u003eBegin Tracking\u003c\/h3\u003e\n          \u003cp\u003e\n            Enter your dashboard and begin organising your valley, quests,\n            collections and daily gameplay.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- IMPORTANT INFORMATION --\u003e\n\n    \u003csection class=\"haven-section\"\u003e\n\n      \u003ch2\u003eImportant Purchase Information\u003c\/h2\u003e\n\n      \u003cdiv class=\"haven-info-grid\"\u003e\n\n        \u003carticle class=\"haven-info-card\"\u003e\n          \u003ch3\u003eDigital Access Only\u003c\/h3\u003e\n          \u003cp\u003e\n            This purchase provides access to an online website feature. No\n            physical item will be posted or delivered.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-info-card\"\u003e\n          \u003ch3\u003eCustomer Account Required\u003c\/h3\u003e\n          \u003cp\u003e\n            You must sign in using the same email address used during checkout\n            so your purchase can be recognised.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-info-card\"\u003e\n          \u003ch3\u003eInternet Required\u003c\/h3\u003e\n          \u003cp\u003e\n            The dashboard is accessed through the Dreamlight Haven website, so\n            an internet connection is required.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-info-card\"\u003e\n          \u003ch3\u003ePersonal Use Only\u003c\/h3\u003e\n          \u003cp\u003e\n            Dashboard access is for the purchasing customer and must not be\n            shared, copied, resold or redistributed.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-info-card\"\u003e\n          \u003ch3\u003eManual Tracking\u003c\/h3\u003e\n          \u003cp\u003e\n            The dashboard does not connect to your game save. You will need to\n            update your own checklists and progress.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"haven-info-card\"\u003e\n          \u003ch3\u003eGame Not Included\u003c\/h3\u003e\n          \u003cp\u003e\n            Disney Dreamlight Valley and its downloadable expansions must be\n            purchased separately through an official platform.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ --\u003e\n\n    \u003csection class=\"haven-section\"\u003e\n\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n      \u003cdiv class=\"haven-faq\"\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eIs the Haven Dashboard a downloadable file?\u003c\/summary\u003e\n          \u003cp\u003e\n            No. The Haven Dashboard is an online members-only area accessed\n            through the Dreamlight Haven website.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDo I need to create a customer account?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. Your customer account allows the website to recognise your\n            purchase and grant access to the protected dashboard.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhich email address should I use?\u003c\/summary\u003e\n          \u003cp\u003e\n            Use the same email address for checkout and your customer account.\n            Using a different email address may prevent your purchase from being\n            recognised automatically.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I use the dashboard on my phone?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. The dashboard is designed for desktop, tablet and mobile use,\n            although larger planning tools may be easier to use on a bigger\n            screen.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes the dashboard connect directly to my game?\u003c\/summary\u003e\n          \u003cp\u003e\n            No. The dashboard is an independent companion tool and cannot read\n            or automatically update your game save.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I share my dashboard access?\u003c\/summary\u003e\n          \u003cp\u003e\n            No. Access is provided to the individual customer who purchased the\n            dashboard and account details should not be shared.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat should I do if my access is not working?\u003c\/summary\u003e\n          \u003cp\u003e\n            Check that you are signed into the customer account using the same\n            email address used at checkout. If the issue continues, contact\n            Dreamlight Haven with your order details.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- FINAL CTA --\u003e\n\n    \u003csection class=\"haven-cta\"\u003e\n\n      \u003cp class=\"haven-eyebrow\"\u003e\n        Enter the Heart of Dreamlight Haven\n      \u003c\/p\u003e\n\n      \u003ch2\u003eStart Organising Your Valley\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Bring your quests, collections, routines and future plans together\n        inside one magical player dashboard.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"haven-cta-price\"\u003e£4.99\u003c\/div\u003e\n\n      \u003cp class=\"haven-cta-note\"\u003e\n        Digital website access only. No physical product will be delivered.\n      \u003c\/p\u003e\n\n      \u003ca class=\"haven-purchase-button\" href=\"#MainContent\" onclick=\"window.scrollTo({top: 0, behavior: 'smooth'}); return false;\"\u003e\n        Return to Purchase Options\n      \u003c\/a\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- DISCLAIMER --\u003e\n\n    \u003cdiv class=\"haven-disclaimer\"\u003e\n      Dreamlight Haven is an unofficial, independently created fan resource and\n      is not affiliated with, authorised by or endorsed by Disney, Pixar or\n      Gameloft. Disney Dreamlight Valley and all related names remain the\n      property of their respective owners.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dreamlight Haven","offers":[{"title":"Default Title","offer_id":60127401902414,"sku":null,"price":4.99,"currency_code":"GBP","in_stock":true}],"url":"https:\/\/dreamlighthaven.com\/products\/haven-dashboard","provider":"Dreamlight Haven","version":"1.0","type":"link"}