{"id":2,"date":"2026-01-06T00:04:01","date_gmt":"2026-01-06T00:04:01","guid":{"rendered":"https:\/\/worldrealm.org\/wordpress\/?page_id=2"},"modified":"2026-01-14T03:35:01","modified_gmt":"2026-01-14T03:35:01","slug":"login","status":"publish","type":"page","link":"https:\/\/worldrealm.org\/wordpress\/login\/","title":{"rendered":"World Realm"},"content":{"rendered":"<p><script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script><\/p>\n<style> :root { --bg: #070b12; --bg-alt: #0f1724; --card: #111827; --accent: #38bdf8; --accent-soft: rgba(56, 189, 248, 0.1); --text: #e5e7eb; --muted: #9ca3af; --danger: #f97373; --border: #1f2937; } * { box-sizing: border-box; } body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif; background: radial-gradient(circle at top, #111827 0, #020617 50%, #000 100%); color: var(--text); } a { color: var(--accent); text-decoration: none; } a:hover { text-decoration: underline; } header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: linear-gradient(to right, rgba(2, 6, 23, 0.9), rgba(15, 23, 42, 0.9)); border-bottom: 1px solid var(--border); padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; } .logo { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.9rem; color: var(--muted); } .logo-mark { width: 28px; height: 28px; border-radius: 999px; background: conic-gradient(from 180deg, #38bdf8, #a855f7, #22c55e, #38bdf8); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 24px rgba(56, 189, 248, 0.65); color: #0b1120; font-size: 0.85rem; font-weight: 900; } nav { display: flex; gap: 1rem; font-size: 0.9rem; flex-wrap: wrap; } nav button { background: transparent; border: none; color: var(--muted); cursor: pointer; padding: 0.35rem 0.75rem; border-radius: 999px; transition: background 0.15s, color 0.15s, transform 0.05s; } nav button.active { background: var(--accent-soft); color: var(--accent); } nav button:active { transform: scale(0.97); } .admin-pill { font-size: 0.8rem; border-radius: 999px; padding: 0.25rem 0.7rem; border: 1px dashed var(--border); display: flex; align-items: center; gap: 0.4rem; color: var(--muted); } .admin-dot { width: 8px; height: 8px; border-radius: 999px; background: #f97316; box-shadow: 0 0 8px rgba(248, 113, 113, 0.7); } main { max-width: 1120px; margin: 1.5rem auto 3rem; padding: 0 1rem 2rem; } .hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr); gap: 1.5rem; margin-bottom: 1.75rem; } @media (max-width: 900px) { .hero { grid-template-columns: minmax(0, 1fr); } header { flex-wrap: wrap; gap: 0.5rem; } nav { width: 100%; justify-content: center; } } .hero-main { background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 55%), radial-gradient(circle at bottom right, rgba(94, 234, 212, 0.18), transparent 55%), linear-gradient(to bottom right, #020617, #020617); border-radius: 1.25rem; padding: 1.5rem; border: 1px solid rgba(148, 163, 184, 0.2); position: relative; overflow: hidden; } .hero-tagline { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted); margin-bottom: 0.5rem; } .hero-title { font-size: 1.75rem; line-height: 1.2; margin-bottom: 0.5rem; } .hero-subtitle { font-size: 0.95rem; color: var(--muted); max-width: 32rem; } .hero-metrics { display: flex; gap: 1.5rem; margin-top: 1.5rem; flex-wrap: wrap; } .metric { font-size: 0.85rem; } .metric strong { display: block; font-size: 1.15rem; color: #e5e7eb; } .glow-orbit { position: absolute; inset: 0; pointer-events: none; opacity: 0.45; mix-blend-mode: screen; background: radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.3) 0, transparent 55%), radial-gradient(circle at 80% 30%, rgba(239, 68, 68, 0.35) 0, transparent 60%), radial-gradient(circle at 50% 100%, rgba(52, 211, 153, 0.3) 0, transparent 55%); } .hero-secondary { display: grid; grid-template-rows: auto auto; gap: 0.75rem; } .card { border-radius: 1rem; border: 1px solid var(--border); background: radial-gradient(circle at top left, rgba(15, 23, 42, 1), #020617); padding: 1rem 1.2rem; position: relative; overflow: hidden; } .card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.5rem; } .card-title { font-size: 0.9rem; font-weight: 600; } .card-subtitle { font-size: 0.8rem; color: var(--muted); } .chip { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.16em; padding: 0.2rem 0.6rem; border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.6); color: var(--muted); } .pill-row { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.4rem; } .pill { font-size: 0.75rem; padding: 0.2rem 0.55rem; border-radius: 999px; background: rgba(15, 23, 42, 0.9); border: 1px solid rgba(55, 65, 81, 0.9); color: var(--muted); } section { margin-top: 2rem; } section h2 { font-size: 1.1rem; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.5rem; } section h2 span { font-size: 0.75rem; font-weight: 400; color: var(--muted); text-transform: uppercase; letter-spacing: 0.14em; } .section-desc { font-size: 0.85rem; color: var(--muted); margin-bottom: 1rem; } .grid { display: grid; gap: 1rem; } @media (min-width: 800px) { .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .product-card { background: linear-gradient(to bottom, #020617, #020617); border-radius: 0.9rem; padding: 0.9rem; border: 1px solid var(--border); display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.85rem; position: relative; overflow: hidden; } .product-tag { font-size: 0.7rem; color: var(--muted); } .product-name { font-weight: 600; font-size: 0.9rem; } .product-price-row { display: flex; justify-content: space-between; align-items: center; } .price-current { font-size: 0.95rem; } .price-old { font-size: 0.75rem; color: var(--muted); text-decoration: line-through; } .price-sale { font-size: 0.75rem; color: #f97316; margin-left: 0.25rem; } .product-meta { font-size: 0.75rem; color: var(--muted); } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.3rem; border-radius: 999px; padding: 0.35rem 0.8rem; border: 1px solid var(--border); background: rgba(15, 23, 42, 0.9); color: var(--muted); font-size: 0.8rem; cursor: pointer; margin-top: 0.35rem; } .btn-primary { background: linear-gradient(to right, #38bdf8, #22c55e); border: none; color: #0b1120; font-weight: 600; box-shadow: 0 0 16px rgba(56, 189, 248, 0.48); } .btn:active { transform: scale(0.97); } .classified-card { border-radius: 0.9rem; border: 1px solid var(--border); padding: 0.85rem; background: linear-gradient(to bottom right, #020617, #020617); font-size: 0.85rem; display: flex; flex-direction: column; gap: 0.3rem; } .badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 0.1rem 0.5rem; font-size: 0.7rem; color: var(--muted); border: 1px solid rgba(75, 85, 99, 0.8); gap: 0.25rem; } .badge-dot { width: 7px; height: 7px; border-radius: 999px; background: #22c55e; } .meta-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; color: var(--muted); gap: 0.4rem; flex-wrap: wrap; } .ai-grid { display: grid; gap: 1rem; } @media (min-width: 900px) { .ai-grid { grid-template-columns: 1.5fr 1.2fr; } } .ai-card { border-radius: 1rem; border: 1px solid var(--border); background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.15), transparent 60%), radial-gradient(circle at bottom right, rgba(168, 85, 247, 0.2), transparent 60%), #020617; padding: 0.9rem 1rem; font-size: 0.85rem; } .ai-name { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.15rem; } .ai-sub { font-size: 0.8rem; color: var(--muted); margin-bottom: 0.6rem; } .ai-metrics { display: flex; flex-wrap: wrap; gap: 0.9rem; font-size: 0.8rem; } .ai-metric strong { display: block; font-size: 0.95rem; } .tools-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.7rem; font-size: 0.8rem; } .tool-pill { border-radius: 999px; border: 1px solid var(--border); padding: 0.4rem 0.7rem; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(to right, #020617, #020617); color: var(--muted); } .tool-pill span:first-child { color: #e5e7eb; } .login-chat { display: grid; gap: 1rem; } @media (min-width: 840px) { .login-chat { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr); } } .field { margin-bottom: 0.5rem; font-size: 0.8rem; } .field label { display: block; margin-bottom: 0.25rem; color: var(--muted); } .field input { width: 100%; padding: 0.35rem 0.55rem; border-radius: 0.4rem; border: 1px solid var(--border); background: #020617; color: var(--text); font-size: 0.85rem; } .alert { font-size: 0.8rem; padding: 0.4rem 0.6rem; border-radius: 0.45rem; margin-top: 0.4rem; } .alert-danger { background: rgba(248, 113, 113, 0.08); border: 1px solid rgba(248, 113, 113, 0.5); color: #fecaca; } .alert-soft { background: rgba(148, 163, 184, 0.08); border: 1px dashed rgba(75, 85, 99, 0.7); color: var(--muted); } .chat-window { border-radius: 0.9rem; border: 1px solid var(--border); background: linear-gradient(to bottom right, #020617, #020617); padding: 0.8rem; font-size: 0.8rem; display: flex; flex-direction: column; height: 260px; } .chat-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.4rem; } .chat-log { flex: 1; border-radius: 0.6rem; border: 1px solid var(--border); background: radial-gradient(circle at top left, rgba(15, 23, 42, 1), #020617); padding: 0.5rem; overflow-y: auto; margin-bottom: 0.5rem; } .chat-msg { margin-bottom: 0.4rem; } .chat-msg span { display: inline-block; padding: 0.2rem 0.45rem; border-radius: 0.5rem; max-width: 85%; } .chat-msg.system span { background: rgba(15, 23, 42, 1); color: var(--muted); font-size: 0.75rem; } .chat-msg.user { text-align: right; } .chat-msg.user span { background: rgba(56, 189, 248, 0.16); border: 1px solid rgba(56, 189, 248, 0.5); color: #e0f2fe; } .chat-msg.operator span { background: rgba(22, 163, 74, 0.16); border: 1px solid rgba(74, 222, 128, 0.6); color: #bbf7d0; } .chat-input-row { display: flex; gap: 0.4rem; } .chat-input-row input { flex: 1; padding: 0.35rem 0.5rem; border-radius: 999px; border: 1px solid var(--border); background: #020617; color: var(--text); } .hidden { display: none !important; } .chart-row { display: grid; gap: 1rem; margin-top: 1rem; } @media (min-width: 800px) { .chart-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .chart-card { border-radius: 0.9rem; border: 1px solid var(--border); background: radial-gradient(circle at top left, rgba(15, 23, 42, 1), #020617); padding: 0.8rem; } .iframe-wrapper { margin-top: 2rem; display: flex; justify-content: center; } .iframe-inner { max-width: 1120px; width: 100%; border-radius: 1rem; overflow: hidden; border: 1px solid var(--border); } <\/style>\n\n\n\n\n\n\n<p class=\"has-text-align-left is-style-text-display is-style-text-display--1\" style=\"margin-top:var(--wp--preset--spacing--50);margin-right:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--50);margin-left:var(--wp--preset--spacing--60)\">Transform your space with our exclusive digital prints, featuring a unique X patent watermark for preview purposes. Once your payment is processed, you will receive a high-quality version of the artwork without the watermark, ready to enhance your collection. Choose your preferred print shop, and enjoy seamless processing to ensure you receive exactly what you paid for. Elevate your decor with stunning art that speaks to your style while enjoying a hassle-free purchasing experience.<\/p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2500\" height=\"2500\" src=\"https:\/\/worldrealm.org\/wordpress\/wp-content\/uploads\/2026\/01\/worldrealm1.png\" alt=\"\" class=\"wp-image-27\" srcset=\"https:\/\/worldrealm.org\/wordpress\/wp-content\/uploads\/2026\/01\/worldrealm1.png 2500w, https:\/\/worldrealm.org\/wordpress\/wp-content\/uploads\/2026\/01\/worldrealm1-300x300.png 300w, https:\/\/worldrealm.org\/wordpress\/wp-content\/uploads\/2026\/01\/worldrealm1-1024x1024.png 1024w, https:\/\/worldrealm.org\/wordpress\/wp-content\/uploads\/2026\/01\/worldrealm1-150x150.png 150w, https:\/\/worldrealm.org\/wordpress\/wp-content\/uploads\/2026\/01\/worldrealm1-768x768.png 768w, https:\/\/worldrealm.org\/wordpress\/wp-content\/uploads\/2026\/01\/worldrealm1-1536x1536.png 1536w, https:\/\/worldrealm.org\/wordpress\/wp-content\/uploads\/2026\/01\/worldrealm1-2048x2048.png 2048w\" sizes=\"auto, (max-width: 2500px) 100vw, 2500px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-tag-cloud\">There&#8217;s no content to show here yet.<\/p>","protected":false},"excerpt":{"rendered":"<p>Transform your space with our exclusive digital prints, featuring a unique X patent watermark for preview purposes. Once your payment is processed, you will receive a high-quality version of the artwork without the watermark, ready to enhance your collection. Choose your preferred print shop, and enjoy seamless processing to ensure you receive exactly what you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/worldrealm.org\/wordpress\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/worldrealm.org\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/worldrealm.org\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/worldrealm.org\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/worldrealm.org\/wordpress\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":8,"href":"https:\/\/worldrealm.org\/wordpress\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":89,"href":"https:\/\/worldrealm.org\/wordpress\/wp-json\/wp\/v2\/pages\/2\/revisions\/89"}],"wp:attachment":[{"href":"https:\/\/worldrealm.org\/wordpress\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}