{"id":23834,"date":"2025-08-08T23:21:40","date_gmt":"2025-08-09T03:21:40","guid":{"rendered":""},"modified":"2026-04-08T05:00:07","modified_gmt":"2026-04-08T09:00:07","slug":"malin-havstrom","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/malin-havstrom\/","title":{"rendered":"Malin Havstrom"},"content":{"rendered":"\n<!-- Character Page HTML for WordPress -->\n<style>\n    \/* Full page background *\/\n    .rpg-background-overlay {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: -1;\n        background-image: url('https:\/\/cdn.midjourney.com\/a23106d2-4bc1-4a23-9dd7-e3afd133530c\/0_0.png');\n        background-size: cover;\n        background-position: center;\n        background-attachment: fixed;\n        background-repeat: no-repeat;\n    }\n    \n    \/* Character page wrapper - transparent, just for positioning *\/\n    .rpg-character-page {\n        position: relative;\n        width: 100%;\n        margin-top: -180px;\n        margin-bottom: -180px;\n        padding: 90px 0;\n        background: transparent;\n    }\n    \n    \/* The black semi-transparent container - only this has the black background *\/\n    .rpg-character-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        background-color: rgba(0, 0, 0, 0.8);\n        box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-character-container {\n        padding: 40px;\n        position: relative;\n    }\n    \n    \/* Header styling *\/\n    .rpg-header {\n        text-align: center;\n        margin-bottom: 30px;\n        color: white;\n    }\n    \n    .rpg-character-name {\n        font-size: 48px;\n        font-weight: 300;\n        letter-spacing: 3px;\n        margin-bottom: 10px;\n        font-family: 'Georgia', serif;\n        text-transform: uppercase;\n        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n        color: white;\n    }\n    \n    .rpg-follower-count {\n        font-size: 18px;\n        color: #ccc;\n        margin-bottom: 30px;\n    }\n    \n    .rpg-follower-count span {\n        color: #ff6b6b;\n        font-weight: bold;\n    }\n    \n    \/* Content section *\/\n    .rpg-content-section {\n        display: flex;\n        gap: 40px;\n        margin-bottom: 40px;\n        align-items: flex-start;\n    }\n    \n    \/* Image carousel *\/\n    .rpg-image-carousel-container {\n        flex: 0 0 400px;\n        position: relative;\n    }\n    \n    .rpg-faction-society {\n        margin-top: 20px;\n        padding: 15px;\n        background: rgba(0, 0, 0, 0.5);\n        border-radius: 10px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n    }\n    \n    .rpg-faction-society p {\n        margin-bottom: 10px;\n        color: #ddd;\n        font-size: 15px;\n    }\n    \n    .rpg-faction-society p:last-child {\n        margin-bottom: 0;\n    }\n    \n    .rpg-faction-society strong {\n        color: white;\n        font-weight: 600;\n    }\n    \n    .rpg-faction-society a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-faction-society a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-image-carousel {\n        position: relative;\n        width: 100%;\n        height: 600px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-carousel-image {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n    }\n    \n    .rpg-carousel-image.active {\n        opacity: 1;\n    }\n    \n    .rpg-carousel-controls {\n        position: absolute;\n        bottom: 20px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 10px;\n        z-index: 10;\n    }\n    \n    .rpg-carousel-dot {\n        width: 12px;\n        height: 12px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.5);\n        cursor: pointer;\n        transition: background-color 0.3s;\n        border: none;\n        padding: 0;\n    }\n    \n    .rpg-carousel-dot.active {\n        background-color: white;\n    }\n    \n    .rpg-carousel-nav {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background-color: rgba(0, 0, 0, 0.5);\n        color: white;\n        border: none;\n        padding: 10px 15px;\n        cursor: pointer;\n        font-size: 24px;\n        transition: background-color 0.3s;\n        z-index: 10;\n        line-height: 1;\n    }\n    \n    .rpg-carousel-nav:hover {\n        background-color: rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-prev {\n        left: 10px;\n    }\n    \n    .rpg-next {\n        right: 10px;\n    }\n    \n    \/* Text blurb with tabs *\/\n    .rpg-text-blurb {\n        flex: 1;\n        color: #ddd;\n        line-height: 1.8;\n        font-size: 16px;\n    }\n    \n    .rpg-text-blurb h3 {\n        color: white;\n        margin-bottom: 20px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-text-blurb p {\n        margin-bottom: 15px;\n        color: #ddd;\n    }\n    \n    .rpg-text-blurb a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-text-blurb a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-text-blurb strong {\n        color: white;\n    }\n    \n    \/* Tab styles *\/\n    .rpg-tabs {\n        width: 100%;\n    }\n    \n    .rpg-tab-buttons {\n        display: flex;\n        border-bottom: 2px solid #444;\n        margin-bottom: 20px;\n        gap: 10px;\n    }\n    \n    .rpg-tab-button {\n        background: transparent;\n        border: none;\n        color: #999;\n        padding: 12px 24px;\n        font-size: 16px;\n        cursor: pointer;\n        position: relative;\n        transition: color 0.3s;\n        font-weight: 300;\n        letter-spacing: 0.5px;\n    }\n    \n    .rpg-tab-button:hover {\n        color: #ccc;\n    }\n    \n    .rpg-tab-button.active {\n        color: white;\n    }\n    \n    .rpg-tab-button.active::after {\n        content: '';\n        position: absolute;\n        bottom: -2px;\n        left: 0;\n        right: 0;\n        height: 2px;\n        background: #ff6b6b;\n    }\n    \n    .rpg-tab-content {\n        display: none;\n        animation: fadeIn 0.3s;\n    }\n    \n    .rpg-tab-content.active {\n        display: block;\n    }\n    \n    .rpg-tab-content.profile-tab {\n        text-align: justify;\n    }\n    \n    .rpg-tab-content.photo-tab {\n        font-family: 'Courier New', Courier, monospace;\n        font-size: 12px;\n        line-height: 1.4;\n        white-space: pre;\n        overflow-x: auto;\n        background: rgba(0, 0, 0, 0.3);\n        padding: 20px;\n        border-radius: 5px;\n        color: #ddd;\n    }\n    \n    @keyframes fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n    \n    \/* Video carousel *\/\n    .rpg-video-section {\n        margin-top: 40px;\n    }\n    \n    .rpg-video-section h3 {\n        color: white;\n        text-align: center;\n        margin-bottom: 30px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-video-carousel {\n        position: relative;\n        width: 100%;\n        height: 500px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-video-item {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n        pointer-events: none;\n    }\n    \n    .rpg-video-item.active {\n        opacity: 1;\n        pointer-events: auto;\n    }\n    \n    .rpg-video-placeholder {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 100%;\n        color: #666;\n        font-size: 18px;\n    }\n    \n    .rpg-video-item iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n        border-radius: 10px;\n    }\n    \n    \/* Force visibility for our iframes *\/\n    .rpg-protected-iframe {\n        display: block !important;\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 1300px) {\n        .rpg-character-inner {\n            margin: 0 20px;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .rpg-character-container {\n            padding: 20px;\n        }\n        \n        .rpg-content-section {\n            flex-direction: column;\n        }\n        \n        .rpg-image-carousel-container {\n            flex: 1;\n            width: 100%;\n            max-width: 100%;\n        }\n        \n        .rpg-character-name {\n            font-size: 36px;\n        }\n        \n        .rpg-image-carousel {\n            height: 400px;\n        }\n        \n        .rpg-video-carousel {\n            height: 300px;\n        }\n        \n        .rpg-character-inner {\n            margin: 0 10px;\n        }\n        \n        .rpg-tab-button {\n            padding: 10px 16px;\n            font-size: 14px;\n        }\n        \n        .rpg-tab-content.photo-tab {\n            font-size: 10px;\n            padding: 10px;\n        }\n        \n        .rpg-faction-society {\n            margin-bottom: 20px;\n        }\n    }\n<\/style>\n\n<!-- Background image element -->\n<div class=\"rpg-background-overlay\"><\/div>\n\n<!-- Main content -->\n<div class=\"rpg-character-page\">\n    <div class=\"rpg-character-inner\">\n        <div class=\"rpg-character-container\">\n            <div class=\"rpg-header\">\n                <h1 class=\"rpg-character-name\">Malin Havstrom<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#1a2b4c\"><span style=\"color:#1f355c\"><span style=\"color:#243f6c\"><span style=\"color:#29497c\">I<span style=\"color:#2e538c\"><span style=\"color:#355f99\"><span style=\"color:#3d6aa5\">r<span style=\"color:#4576b1\"><span style=\"color:#4d82bd\"><span style=\"color:#568ec7\">i<span style=\"color:#609ad1\"><span style=\"color:#6aa6da\"><span style=\"color:#74b2e2\">d<span style=\"color:#7ebee9\"><span style=\"color:#88caf0\"><span style=\"color:#92d6f5\">e<span style=\"color:#9ce2fa\"><span style=\"color:#a6ecfc\"><span style=\"color:#b0f4fb\">s<span style=\"color:#bbf9f8\"><span style=\"color:#c6fbf3\"><span style=\"color:#d0fced\">c<span style=\"color:#dafbe7\"><span style=\"color:#e3f8e1\"><span style=\"color:#ebf4d9\">e<span style=\"color:#f3efd0\"><span style=\"color:#f9e8c8\"><span style=\"color:#fce0bf\">r<span style=\"color:#fdd7b6\"><span style=\"color:#fdcead\"><span style=\"color:#fcc5a4\">a<span style=\"color:#fabb9c\"><span style=\"color:#f7b094\"><span style=\"color:#f4a68d\">n<span style=\"color:#f19b86\"><span style=\"color:#ee917f\"><span style=\"color:#ea8779\">d<span style=\"color:#e67d73\"><span style=\"color:#e0736e\"><span style=\"color:#da6969\">e<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> | Followers: <span>98,018<\/span><\/div>\n            <\/div>\n            \n            <div class=\"rpg-content-section\">\n                <div class=\"rpg-image-carousel-container\">\n                    <div class=\"rpg-image-carousel\" id=\"rpgImageCarousel\">\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/kgJq4jkd\/malin-2newvid.gif\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/imgur.com\/OEmzeyK.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 2\">\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/mpc9M6n\/malinandmattshort.gif\" class=\"rpg-carousel-image\" alt=\"Character 3\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/SxeBSQV.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 4\">\n                        \n                        <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevImage\">\u2039<\/button>\n                        <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextImage\">\u203a<\/button>\n                        \n                        <div class=\"rpg-carousel-controls\">\n                            <button class=\"rpg-carousel-dot active\" data-index=\"0\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"1\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"2\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"3\"><\/button>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    <div class=\"rpg-faction-society\">\n                        <p><strong>Society:<\/strong> <a href=\"https:\/\/havenrpg.net\/newsite\/game-info\/factions\/#courtbanner\" target=\"_blank\">The Illusium Court<\/a><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"rpg-text-blurb\">\n                    <div class=\"rpg-tabs\">\n                        <div class=\"rpg-tab-buttons\">\n                            <button class=\"rpg-tab-button active\" data-tab=\"profile\">Profile<\/button>\n                            <button class=\"rpg-tab-button\" data-tab=\"photo\">Photo<\/button>\n                        <\/div>\n                        \n                        <div id=\"profile\" class=\"rpg-tab-content profile-tab active\">\n                            <h3>About Me<\/h3>\n                            <p><span style=\"color:#1a2b4c\">How dar<span style=\"color:#1f355c\">ing of <span style=\"color:#243f6c\">you to l<span style=\"color:#29497c\">ook&#8230;<\/p>\n                            <p><span style=\"color:#2e538c\"> Age:<\/p>\n                            <p><span style=\"color:#355f99\">26 (ish)<\/p>\n                            <p><span style=\"color:#3d6aa5\"> Bio:<\/p>\n                            <p><span style=\"color:#4576b1\">Fluent <span style=\"color:#4d82bd\">in Engli<span style=\"color:#568ec7\">sh, Swe<span style=\"color:#609ad1\">dish, a<span style=\"color:#6aa6da\">nd sarca<span style=\"color:#74b2e2\">sm.<\/p>\n                            <p><span style=\"color:#7ebee9\">Can probab<span style=\"color:#88caf0\">ly outs<span style=\"color:#92d6f5\">wim you.<\/p>\n                            <p><span style=\"color:#9ce2fa\">A dan<span style=\"color:#a6ecfc\">delion a<span style=\"color:#b0f4fb\">mong ro<span style=\"color:#bbf9f8\">ses.<\/p>\n                            <p><span style=\"color:#c6fbf3\">Will abso<span style=\"color:#d0fced\">lutely <span style=\"color:#dafbe7\">ask how <span style=\"color:#e3f8e1\">you wou<span style=\"color:#ebf4d9\">ld survi<span style=\"color:#f3efd0\">ve a mo<span style=\"color:#f9e8c8\">ral para<span style=\"color:#fce0bf\">dox ove<span style=\"color:#fdd7b6\">r coffee<span style=\"color:#fdcead\">.<\/p>\n                            <p><span style=\"color:#fcc5a4\">Meaningless<span style=\"color:#fabb9c\"> is not <span style=\"color:#f7b094\">my kink<span style=\"color:#f4a68d\">.<\/p>\n                            <p><span style=\"color:#f19b86\">Attracted to<span style=\"color:#ee917f\">:<\/p>\n                            <p><span style=\"color:#ea8779\">In all hones<span style=\"color:#e67d73\">ty, prob<span style=\"color:#e0736e\">ably no<span style=\"color:#da6969\">t you&#8230;<\/span><\/p>\n                            <p><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p><span style=\"color:#1a2b4c\"> &#8220;<span style=\"color:#1f355c\">We<span style=\"color:#243f6c\"> s<span style=\"color:#29497c\">ho<span style=\"color:#2e538c\">ul<span style=\"color:#355f99\">d <span style=\"color:#3d6aa5\">nev<span style=\"color:#4576b1\">er<span style=\"color:#4d82bd\"> b<span style=\"color:#568ec7\">el<span style=\"color:#609ad1\">ie<span style=\"color:#6aa6da\">ve<span style=\"color:#74b2e2\"> a<span style=\"color:#7ebee9\">nyt<span style=\"color:#88caf0\">hi<span style=\"color:#92d6f5\">ng<span style=\"color:#9ce2fa\"> w<span style=\"color:#a6ecfc\">e <span style=\"color:#b0f4fb\">ha<span style=\"color:#bbf9f8\">ve<span style=\"color:#c6fbf3\"> no<span style=\"color:#d0fced\">t <span style=\"color:#dafbe7\">da<span style=\"color:#e3f8e1\">re<span style=\"color:#ebf4d9\">d <span style=\"color:#f3efd0\">to<span style=\"color:#f9e8c8\"> do<span style=\"color:#fce0bf\">ub<span style=\"color:#fdd7b6\">t.<span style=\"color:#fdcead\">&#8221; <span style=\"color:#fcc5a4\">&#8212;<span style=\"color:#fabb9c\"> C<span style=\"color:#f7b094\">hr<span style=\"color:#f4a68d\">ist<span style=\"color:#f19b86\">in<span style=\"color:#ee917f\">a <span style=\"color:#ea8779\">of<span style=\"color:#e67d73\"> S<span style=\"color:#e0736e\">we<span style=\"color:#da6969\">den<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p><span style=\"color:#da6969\"> <span style=\"color:#e0736e\"><span style=\"color:#e67d73\"> <span style=\"color:#ea8779\"><span style=\"color:#ee917f\">I<span style=\"color:#f19b86\"><span style=\"color:#f4a68d\"><span style=\"color:#f7b094\">f<span style=\"color:#fabb9c\"><span style=\"color:#fcc5a4\"> <span style=\"color:#fdcead\"><span style=\"color:#fdd7b6\">y<span style=\"color:#fce0bf\"><span style=\"color:#f9e8c8\"><span style=\"color:#f3efd0\">o<span style=\"color:#ebf4d9\"><span style=\"color:#e3f8e1\">u<span style=\"color:#dafbe7\"><span style=\"color:#d0fced\"> <span style=\"color:#c6fbf3\"><span style=\"color:#bbf9f8\"><span style=\"color:#b0f4fb\">i<span style=\"color:#a6ecfc\"><span style=\"color:#9ce2fa\">n<span style=\"color:#92d6f5\"><span style=\"color:#88caf0\">s<span style=\"color:#7ebee9\"><span style=\"color:#74b2e2\"><span style=\"color:#6aa6da\">i<span style=\"color:#609ad1\"><span style=\"color:#568ec7\">s<span style=\"color:#4d82bd\"><span style=\"color:#4576b1\">t<span style=\"color:#3d6aa5\"><span style=\"color:#355f99\"><span style=\"color:#2e538c\">.<span style=\"color:#29497c\"><span style=\"color:#243f6c\">.<span style=\"color:#1f355c\"><span style=\"color:#1a2b4c\">.<\/span>   <span style=\"color:#1a2b4c\">N<span style=\"color:#1f355c\">e<span style=\"color:#243f6c\">ve<span style=\"color:#29497c\">r<span style=\"color:#2e538c\"> <span style=\"color:#355f99\">ev<span style=\"color:#3d6aa5\">e<span style=\"color:#4576b1\">r <span style=\"color:#4d82bd\">b<span style=\"color:#568ec7\">r<span style=\"color:#609ad1\">ea<span style=\"color:#6aa6da\">k<span style=\"color:#74b2e2\"> <span style=\"color:#7ebee9\">so<span style=\"color:#88caf0\">m<span style=\"color:#92d6f5\">eo<span style=\"color:#9ce2fa\">n<span style=\"color:#a6ecfc\">e<span style=\"color:#b0f4fb\">&#8216;s<span style=\"color:#bbf9f8\"> <span style=\"color:#c6fbf3\">h<span style=\"color:#d0fced\">ea<span style=\"color:#dafbe7\">r<span style=\"color:#e3f8e1\">t <span style=\"color:#ebf4d9\">&#8211;<span style=\"color:#f3efd0\">&#8211;<span style=\"color:#f9e8c8\"> t<span style=\"color:#fce0bf\">h<span style=\"color:#fdd7b6\">e<span style=\"color:#fdcead\">y <span style=\"color:#fcc5a4\">o<span style=\"color:#fabb9c\">nl<span style=\"color:#f7b094\">y<span style=\"color:#f4a68d\"> <span style=\"color:#f19b86\">ha<span style=\"color:#ee917f\">v<span style=\"color:#ea8779\">e<span style=\"color:#e67d73\"> o<span style=\"color:#e0736e\">n<span style=\"color:#da6969\">e.<\/span>  <span style=\"color:#da6969\">B<span style=\"color:#e0736e\">re<span style=\"color:#e67d73\">ak<span style=\"color:#ea8779\"> <span style=\"color:#ee917f\">th<span style=\"color:#f19b86\">ei<span style=\"color:#f4a68d\">r<span style=\"color:#f7b094\"> b<span style=\"color:#fabb9c\">on<span style=\"color:#fcc5a4\">e<span style=\"color:#fdcead\">s <span style=\"color:#fdd7b6\">in<span style=\"color:#fce0bf\">s<span style=\"color:#f9e8c8\">te<span style=\"color:#f3efd0\">ad<span style=\"color:#ebf4d9\"> <span style=\"color:#e3f8e1\">&#8212;<span style=\"color:#dafbe7\"> t<span style=\"color:#d0fced\">h<span style=\"color:#c6fbf3\">ey<span style=\"color:#bbf9f8\"> h<span style=\"color:#b0f4fb\">a<span style=\"color:#a6ecfc\">ve<span style=\"color:#9ce2fa\"> t<span style=\"color:#92d6f5\">w<span style=\"color:#88caf0\">o <span style=\"color:#7ebee9\">hu<span style=\"color:#74b2e2\">n<span style=\"color:#6aa6da\">dr<span style=\"color:#609ad1\">ed<span style=\"color:#568ec7\"> <span style=\"color:#4d82bd\">an<span style=\"color:#4576b1\">d <span style=\"color:#3d6aa5\">s<span style=\"color:#355f99\">ix<span style=\"color:#2e538c\"> o<span style=\"color:#29497c\">f<span style=\"color:#243f6c\"> t<span style=\"color:#1f355c\">he<span style=\"color:#1a2b4c\">m.<\/span>    <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                        <\/div>\n                        \n                        <div id=\"photo\" class=\"rpg-tab-content photo-tab\"><span style=\"color:#008080\"> _____________________________________________________________________________\n<\/span><span style=\"color:#008080\">| <\/span>Standing on a balcony with a glittering ocean view behind her, this         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>twenty-something has one slender arm lifted high to rest along the curve of <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>her                                                                         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>head, slim digits tousling her very light brown hair and its beach waves    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>while caught-mid laugh. Even with that expressed amusement, those lightly   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>filler-enhanced lips are forming a secretive little smile like she knows    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>something you don&#8217;t. Blue-grey eyes catch the camera sideways beneath a     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>veil of mascara-laden lashes in a sultry, but playful manner.               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This is a lean-limbed sylph whose eyes mirror the sea in her mid-twenties   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>with small B cup breasts.                                                   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She is 5&#8217;9&#8243; and has a lightly sun-kissed glow across her features, <span style=\"color:#875f00\">lon<span style=\"color:#af8700\">g,    <span style=\"color:#008080\">| <\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>li<span style=\"color:#af875f\">ght <span style=\"color:#af8700\">gol<span style=\"color:#875f00\">den <span style=\"color:#af8700\">bro<span style=\"color:#af875f\">wn h<span style=\"color:#af8700\">air <span style=\"color:#875f00\">tha<span style=\"color:#af8700\">t ve<span style=\"color:#af875f\">rge<span style=\"color:#af8700\">s on <span style=\"color:#875f00\">bei<span style=\"color:#af8700\">ng d<span style=\"color:#af875f\">ark <span style=\"color:#af8700\">blo<span style=\"color:#875f00\">nde<span style=\"color:#c0c0c0\">, and blue eyes.    <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>You can see her face, neck, upper chest, legs, arms, and hands.             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Well-defined and rectangular, this twenty-something&#8217;s face shape is         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>softened by long, light golden brown hair that verges on being a dark       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>blonde. Locks fall in loose, natural waves that have a wind-tousled look. A <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>pair of cool, blue-grey eyes rest beneath softly arched eyebrows of medium  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>thickness, and are framed by fine lashes. Those eyes are characterised by   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>an elongated shape and tapered marginally upward at the outer corners.      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Facial features appear softly sculpted via high-set cheekbones and a        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>refined nose narrowing daintily toward a slightly rounded tip. Scattered    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>across the bridge and the high points of her cheeks are cinnamon-hued       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>freckles that bloom against lightly tanned skin. Wide and expressive, her   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>mouth has soft lips that are plush and noticeably full with a gentle        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>plumpness and modern shape suggesting at least a touch of filler. Her       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>jawline has a subtle strength to it, with a somewhat straighter line        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>leading to a more squared chin. It&#8217;s not harsh nor overly sharp, but it     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>does lend her face a certain quiet strength and balanced symmetry.          <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>A slender neck leads to shoulders that are narrow and taut, and collarbones <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>like delicate ridges beneath her soft, gently freckled skin. Arms are long  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>and lithe, roped subtly with muscle from a life filled with activity.       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Wrists are narrow, hands elegant, and they taper to slim digits with neatly <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>kept nails. The lines of her back reveal subtle movement beneath the skin.  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She stands on tall legs that have toned thighs. Calves curve gently before  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>narrowing to her ankles.                                                    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><u>She is using:<\/u>                                                               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#ffd7d7\">a bra<span style=\"color:#ffd7af\">nd new<span style=\"color:#ffd7d7\"> smar<span style=\"color:#ffd7ff\">tphone<span style=\"color:#d7d7ff\"> crad<span style=\"color:#afd7ff\">led in<span style=\"color:#afffff\"> a gl<span style=\"color:#d7ffff\">itter-<span style=\"color:#d7ffd7\">duste<span style=\"color:#ffffd7\">d case<span style=\"color:#c0c0c0\">                 <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#303030\">a s<span style=\"color:#3a3a3a\">hort<span style=\"color:#444444\"> mon<span style=\"color:#4e4e4e\">ochr<span style=\"color:#585858\">ome<span style=\"color:#626262\"> dre<span style=\"color:#6c6c6c\">ss w<span style=\"color:#767676\">orn <span style=\"color:#808080\">lik<span style=\"color:#8a8a8a\">e a <span style=\"color:#949494\">seco<span style=\"color:#9e9e9e\">nd s<span style=\"color:#a8a8a8\">kin <span style=\"color:#b2b2b2\">and<span style=\"color:#bcbcbc\"> acc<span style=\"color:#c6c6c6\">ente<span style=\"color:#d0d0d0\">d on<span style=\"color:#dadada\">ly <span style=\"color:#e4e4e4\">by a<span style=\"color:#eeeeee\"> <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>sil<span style=\"color:#ffffff\">ver <span style=\"color:#ffffff\">belt<span style=\"color:#c0c0c0\">                                                                 <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#3a3a3a\">a pair of <span style=\"color:#870000\">Loub<span style=\"color:#af0000\">outi<span style=\"color:#d70000\">n Ros<span style=\"color:#ff0000\">alie <span style=\"color:#444444\">stilettos artfully winding <span style=\"color:#4e4e4e\">around feet in   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>sculpte<span style=\"color:#585858\">d, black le<span style=\"color:#626262\">ather straps<span style=\"color:#c0c0c0\">                                              <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#626262\">a s<span style=\"color:#6c6c6c\">lend<span style=\"color:#767676\">er b<span style=\"color:#8a8a8a\">race<span style=\"color:#949494\">let <span style=\"color:#9e9e9e\">forg<span style=\"color:#a8a8a8\">ed o<span style=\"color:#b2b2b2\">f pl<span style=\"color:#bcbcbc\">atin<span style=\"color:#c6c6c6\">um a<span style=\"color:#d0d0d0\">nd c<span style=\"color:#dadada\">urvi<span style=\"color:#dadada\">ng i<span style=\"color:#d0d0d0\">nto <span style=\"color:#c6c6c6\">a gr<span style=\"color:#bcbcbc\">acef<span style=\"color:#b2b2b2\">ul       <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>s<span style=\"color:#a8a8a8\">eafa<span style=\"color:#9e9e9e\">rer&#8217;<span style=\"color:#949494\">s kn<span style=\"color:#8a8a8a\">ot a<span style=\"color:#767676\">t it<span style=\"color:#6c6c6c\">s ce<span style=\"color:#626262\">ntre<span style=\"color:#c0c0c0\">                                               <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#87d7d7\">S<\/span>) <span style=\"color:#ffffff\">a crescent <span style=\"color:#ffffd7\">moon<span style=\"color:#eeeeee\"> charm e<span style=\"color:#e4e4e4\">tched w<span style=\"color:#dadada\">ith an O<span style=\"color:#d0d0d0\">ld Norse<span style=\"color:#c6c6c6\"> rune ha<span style=\"color:#bcbcbc\">nging f<span style=\"color:#b2b2b2\">rom a      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>fi<span style=\"color:#a8a8a8\">ne, silv<span style=\"color:#9e9e9e\">er chain<span style=\"color:#c0c0c0\">                                                          <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">C<\/span>) <span style=\"color:#ffffff\">a top-<span style=\"color:#ffffff\">handle<span style=\"color:#eeeeee\">, vint<span style=\"color:#e4e4e4\">age-in<span style=\"color:#dadada\">spired<span style=\"color:#d0d0d0\"> handb<span style=\"color:#c6c6c6\">ag anc<span style=\"color:#bcbcbc\">hored <span style=\"color:#b2b2b2\">via a <span style=\"color:#a8a8a8\">silver<span style=\"color:#9e9e9e\"> clasp<span style=\"color:#c0c0c0\">      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">|_____________________________________________________________________________|\n<\/span><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"rpg-video-section\">\n                <div class=\"rpg-video-carousel\" id=\"rpgVideoCarousel\">\n                    <div class=\"rpg-video-item active\" data-video-id=\"5GUYcnAMZ5c\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    \n                    <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevVideo\">\u2039<\/button>\n                    <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextVideo\">\u203a<\/button>\n                    \n                    <div class=\"rpg-carousel-controls\" style=\"bottom: 30px;\">\n                        <button class=\"rpg-carousel-dot active\" data-video-index=\"0\"><\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\njQuery(document).ready(function($) {\n    'use strict';\n    \n    let currentImageIndex = 0;\n    let currentVideoIndex = 0;\n    let imageAutoAdvance;\n    let videosLoaded = false;\n    let protectionActive = false;\n    \n    \/\/ Tab switching functionality\n    $('.rpg-tab-button').on('click', function() {\n        var tabName = $(this).data('tab');\n        \n        \/\/ Hide all tab contents\n        $('.rpg-tab-content').removeClass('active');\n        \n        \/\/ Remove active class from all buttons\n        $('.rpg-tab-button').removeClass('active');\n        \n        \/\/ Show the selected tab and mark button as active\n        $('#' + tabName).addClass('active');\n        $(this).addClass('active');\n    });\n    \n    \/\/ Function to create and insert iframe\n    function createIframe(videoId) {\n        const iframe = document.createElement('iframe');\n        iframe.src = 'https:\/\/www.youtube.com\/embed\/' + videoId;\n        iframe.setAttribute('allowfullscreen', 'true');\n        iframe.setAttribute('frameborder', '0');\n        iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture');\n        iframe.className = 'rpg-protected-iframe';\n        iframe.style.cssText = 'width: 100%; height: 100%; border: none; border-radius: 10px;';\n        return iframe;\n    }\n    \n    \/\/ Function to load video iframes\n    function loadVideoIframes() {\n        if (videosLoaded) return;\n        \n        console.log('RPG: Loading video iframes...');\n        \n        $('.rpg-video-item').each(function() {\n            const $item = $(this);\n            const videoId = $item.data('video-id');\n            \n            if (videoId && !$item.find('iframe').length) {\n                $item.find('.rpg-video-placeholder').remove();\n                const iframe = createIframe(videoId);\n                $item.append(iframe);\n            }\n        });\n        \n        videosLoaded = true;\n        \n        \/\/ Start protection after a short delay\n        setTimeout(startProtection, 500);\n    }\n    \n    \/\/ Smart protection system\n    function startProtection() {\n        if (protectionActive) return;\n        protectionActive = true;\n        \n        \/\/ Check every second for hidden iframes\n        setInterval(function() {\n            $('.rpg-protected-iframe').each(function() {\n                const $iframe = $(this);\n                const computedStyle = window.getComputedStyle(this);\n                \n                \/\/ Only fix if actually hidden\n                if (computedStyle.display === 'none' || \n                    computedStyle.visibility === 'hidden' || \n                    computedStyle.opacity === '0') {\n                    \n                    console.log('RPG: Fixing hidden iframe');\n                    $iframe.css({\n                        'display': 'block',\n                        'visibility': 'visible',\n                        'opacity': '1'\n                    });\n                }\n            });\n        }, 1000);\n    }\n    \n    \/\/ Image carousel functions\n    function changeImage(direction) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = (currentImageIndex + direction + images.length) % images.length;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    function setCurrentImage(index) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = index;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    \/\/ Video carousel functions\n    function changeVideo(direction) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = (currentVideoIndex + direction + videos.length) % videos.length;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    function setCurrentVideo(index) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = index;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    \/\/ Event handlers\n    $('#rpgPrevImage').on('click', function() {\n        changeImage(-1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgNextImage').on('click', function() {\n        changeImage(1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('.rpg-image-carousel-container .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('index'));\n        setCurrentImage(index);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgPrevVideo').on('click', function() {\n        changeVideo(-1);\n    });\n    \n    $('#rpgNextVideo').on('click', function() {\n        changeVideo(1);\n    });\n    \n    $('.rpg-video-section .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('video-index'));\n        setCurrentVideo(index);\n    });\n    \n    \/\/ Auto-advance image carousel only\n    imageAutoAdvance = setInterval(function() {\n        changeImage(1);\n    }, 5000);\n    \n    \/\/ Load videos after 2 second delay\n    setTimeout(loadVideoIframes, 2000);\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Malin Havstrom @Iridescerande | Followers: 98,018 \u2039 \u203a Society: The Illusium Court Profile Photo About Me How daring of you to look&#8230; Age: 26 (ish) Bio: Fluent in English, Swedish, and sarcasm. Can probably outswim you. A dandelion among roses. Will absolutely ask how you&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16918,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-23834","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23834","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/comments?post=23834"}],"version-history":[{"count":0,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23834\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/16918"}],"wp:attachment":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/media?parent=23834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}