{"id":23792,"date":"2025-08-07T11:36:03","date_gmt":"2025-08-07T15:36:03","guid":{"rendered":""},"modified":"2026-04-08T05:00:07","modified_gmt":"2026-04-08T09:00:07","slug":"lykaia-nachtlied","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/lykaia-nachtlied\/","title":{"rendered":"Lykaia Nachtlied"},"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:\/\/i.imgur.com\/yk9Wfgb.jpeg');\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\">Lykaia Nachtlied<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#ffffff\">v<span style=\"color:#ffffd7\">e<span style=\"color:#ffffaf\">r<span style=\"color:#ffff87\">s<span style=\"color:#ffff5f\">e<span style=\"color:#ffd700\">sinv<span style=\"color:#ffff5f\">e<span style=\"color:#ffff87\">l<span style=\"color:#ffffaf\">l<span style=\"color:#ffffd7\">u<span style=\"color:#ffffff\">m<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> | Followers: <span>40,357<\/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.imgur.com\/wfeRO0G.jpeg\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/yzc2DBl.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 2\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/MNS2Xlz.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 3\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/MiBXKvI.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 4\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/7LkcUsf.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 5\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/zMr6XUq.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 6\">\n                        <img decoding=\"async\" src=\"https:\/\/imgur.com\/a\/8OH7wzz\" class=\"rpg-carousel-image\" alt=\"Character 7\">\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                            <button class=\"rpg-carousel-dot\" data-index=\"4\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"5\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"6\"><\/button>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    <div class=\"rpg-faction-society\">\n                        <p><strong>Faction:<\/strong> <a href=\"https:\/\/havenrpg.net\/newsite\/game-info\/factions\/#templebanner\" target=\"_blank\">The Temple<\/a><\/p>\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>Operational background. No oversharing, no chase. Fine on my own. I enjoy books.<\/p>\n                            <p>I&#8217;m not hard to understand and emotions waste time results do not care for.<\/p>\n                            <p>PET PEEVES<\/p>\n                            <p>-Messy kills. Loud teammates. False bravado.<\/p>\n                            <p>-Sentiment in the field. Panic on comms. Soft targets playing soldier.<\/p>\n                            <p>-Orders barked instead of spoken.<\/p>\n                            <p>LAST SEEN<\/p>\n                            <p>-Off-grid. Probably watching.<\/p>\n                            <p>-Reading a book. Gun on the table. Not looking for company.<\/p>\n                            <p><span style=\"color:#ff0000\">My matches tend to almost exclusively be professional. Keep that in mind.<\/span><\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p>&#8220;Results dont care about excuses.&#8221;<\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p>Q: Whats my type?  A: Non-compromised.  Q: What do I look for in a partner?  A: 98% mission success rate.  Q: What&#8217;s red and screams?  A: Bad intel.  Q: Favorite kind of date?  A: Extraction.  <\/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>Looking at the camera, her expression is dignified, her posture upright and <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>disinterested.                                                              <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This <span style=\"color:#870000\">brute<\/span> is a silver-haired wraith of flawless poise in her early         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>thirties with small E cup breasts.                                          <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She is 5&#8217;1&#8243; and has <span style=\"color:#ffffff\">p<span style=\"color:#d7ffff\">orcelain pale ski<span style=\"color:#ffffff\">n<\/span><\/span><\/span>, <span style=\"color:#8a8a8a\">s<span style=\"color:#a8a8a8\">i<span style=\"color:#c6c6c6\">l<span style=\"color:#eeeeee\">ver-white h<span style=\"color:#c6c6c6\">a<span style=\"color:#a8a8a8\">i<span style=\"color:#8a8a8a\">r<\/span><\/span><\/span><\/span><\/span><\/span><\/span>, and <span style=\"color:#ffffff\">sn<span style=\"color:#f7fcff\">owf<span style=\"color:#eefbff\">lake   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ebfdff\">pat<span style=\"color:#e4faff\">ter<span style=\"color:#dbf3ff\">ned e<span style=\"color:#ccedff\">yes<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span>.                                                             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You can see her face, neck, upper chest, arms, and hands. More detail is    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>visible for her neck.                                                       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#6c6c6c\">At a glance she passes for a flawlessly built woman of modest height; on    <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>the second, nothing quite resolves. Her proportions are improbably          <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>symmetrical, a thin hourglass frame moving with an unbroken, metronomic     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>ease. Every motion begins and ends exactly where it should, being too       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>consistent to be chance, too calm to feel entirely right. <span style=\"color:#080808\">.<\/span>                 <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#080808\">.<\/span>                                                                           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ffffff\">She has silver white hair that is long and straight and reaches down to the <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>middle of her back when unbound. It is tied in a high ponytail that sits    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>neatly atop the back of her head. The ponytail flows with smooth, even      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>strands while a few shorter bangs frame her face at the front, parted       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>slightly to the side. <span style=\"color:#d7ffff\">Her forehead is smooth and partially obscured by her  <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>side-parted bangs, giving only a subtle glimpse beneath the clean lines of  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>her hair. <span style=\"color:#d7ffff\">Beneath her left eye rests a small red <span style=\"color:#d70000\">teardrop<span style=\"color:#d7ffff\"> mark.<\/span><\/span><\/span> <span style=\"color:#d7ffff\">She has     <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ffffff\">sn<span style=\"color:#f7fcff\">owf<span style=\"color:#eefbff\">lake <span style=\"color:#ebfdff\">pat<span style=\"color:#e4faff\">ter<span style=\"color:#dbf3ff\">ned e<span style=\"color:#ccedff\">yes<span style=\"color:#d7ffff\">. Her eyebrows are finely  shaped and slightly      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>arched, resting low in a way that gives her expression a natural            <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>seriousness, even in moments of calm. <span style=\"color:#d7ffff\">Her lower face is delicately narrow,  <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>the jawline soft but exact. The chin comes to a gentle point, proportioned  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>with clinical accuracy. Her lips hold a light natural color, slightly       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>downturned by default, shaped in a way that suggests emotional absence      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>rather than expression. <span style=\"color:#d7ffff\">She has a slender, straight neck with a smooth,     <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>even tone matching the rest of her complexion connects head and body. The   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>surface is unbroken, almost uniform, showing no irregularities even in      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>motion. <span style=\"color:#080808\">.<\/span>                                                                   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#080808\">.<\/span>                                                                           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#d7ffff\">The upper arms maintain a balanced feminine silhouette, soft curves over    <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>disciplined tone. The deltoids are lightly defined, each contour mirrored   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>exactly from one side to the other as they connect to her slender           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>shoulders. <span style=\"color:#d7ffff\">Her forearms are lean and toned, agile rather than bulky. Gentle <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>contours of underlying muscle shift subtly with motion, always in perfect   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>unison from one side to the other. Faint veins trace beneath the skin in a  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>pattern almost too regular, lending a sinewy elegance without harsh         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>definition. <span style=\"color:#d7ffff\">Her hands are long-fingered and refined, tapering slenderly     <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>from wrist to fingertip. Each finger aligns with exact symmetry, the        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>proportions mirrored perfectly between both hands. The nails are uniformly  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>short and clean, with no variance in length or shape. <span style=\"color:#080808\">.<\/span>                     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#080808\">.<\/span>                                                                           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#d7ffff\">The upper chest is poised between softness and form. The collarbones are    <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>visible but not harsh, set at perfectly matching angles beneath her neck.   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>The area between the shoulders and sternum is clean and open, with no       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>irregularities to the skin&#8217;s tone or texture. <span style=\"color:#080808\">.<\/span>                             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#080808\">.<\/span>                                                                           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#d7ffd7\">She carries a faint, clean scent that consists of delicate notes of white   <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>tea and soft jasmine layered over a whisper of cool musk.                   <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:#5fafd7\">G<\/span>) <span style=\"color:#00afaf\">a <span style=\"color:#00d7d7\">p<span style=\"color:#00ffff\">a<span style=\"color:#5fffff\">i<span style=\"color:#87ffff\">r <span style=\"color:#afffff\">o<span style=\"color:#d7ffff\">f <span style=\"color:#ffffff\">e<span style=\"color:#d7ffff\">a<span style=\"color:#afffff\">r<span style=\"color:#87ffff\">r<span style=\"color:#87ffd7\">i<span style=\"color:#87ffaf\">n<span style=\"color:#87ffd7\">g<span style=\"color:#87ffff\">s <span style=\"color:#5fffff\">s<span style=\"color:#00ffff\">e<span style=\"color:#00d7ff\">t <span style=\"color:#00afd7\">w<span style=\"color:#0087af\">i<span style=\"color:#00afd7\">t<span style=\"color:#00d7ff\">h <span style=\"color:#00ffff\">f<span style=\"color:#5fffff\">r<span style=\"color:#5fd7d7\">o<span style=\"color:#5fafaf\">s<span style=\"color:#5fd7d7\">t<span style=\"color:#5fffff\">v<span style=\"color:#87ffff\">e<span style=\"color:#afffff\">i<span style=\"color:#d7ffff\">n<span style=\"color:#ffffff\">e<span style=\"color:#d7ffff\">d <span style=\"color:#afffff\">d<span style=\"color:#87ffff\">r<span style=\"color:#5fffff\">i<span style=\"color:#5fd7d7\">f<span style=\"color:#5fafaf\">t<span style=\"color:#5fd7d7\">i<span style=\"color:#5fffff\">n<span style=\"color:#00ffff\">g <span style=\"color:#00d7ff\">c<span style=\"color:#00afd7\">r<span style=\"color:#0087af\">y<span style=\"color:#00afaf\">s<span style=\"color:#00d7d7\">t<span style=\"color:#00ffff\">a<span style=\"color:#5fffff\">l<span style=\"color:#87ffff\">s<\/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 style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) a seamless strapless minimalist white bra with light foam cups          <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#00afaf\">F<\/span>) <span style=\"color:#c0eaff\">a stra<span style=\"color:#ceeeff\">pless, snow<span style=\"color:#d9f2ff\">-white min<span style=\"color:#e4faff\">i dress patt<span style=\"color:#ebfdff\">erned with g<span style=\"color:#eefbff\">lowing sno<span style=\"color:#f5fcff\">wflakes<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">C<\/span>) a molded black thigh holster with a low-profile quick release           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#5f875f\">S<\/span>) a thick silver band with a knurled texture and muted polish             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#87d7d7\">S<\/span>) a silver signet ring with faint curves etched across the face           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) a pair of white opaque warm winter tights with merino blend             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) a pair of white lace-up ankle boots with a two inch heel                <span style=\"color:#008080\">| <\/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=\"nZNLJXBl9pw\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"qAkM8QGLbuo\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"p_kCisNUzHY\">\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                        <button class=\"rpg-carousel-dot\" data-video-index=\"2\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"4\"><\/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>Lykaia Nachtlied @versesinvellum | Followers: 40,357 \u2039 \u203a Faction: The Temple Society: The Illusium Court Profile Photo About Me Operational background. No oversharing, no chase. Fine on my own. I enjoy books. I&#8217;m not hard to understand and emotions waste time results do not care&#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-23792","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23792","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=23792"}],"version-history":[{"count":0,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23792\/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=23792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}