.lu4x-lang-nav,
.lu4x-lang-nav * {
box-sizing: border-box;
}
.lu4x-lang-nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 10px;
width: 100%;
margin: 0 0 18px;
}
.lu4x-lang-btn {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 62px;
min-height: 40px;
padding: 10px 17px;
overflow: hidden;
border: 1px solid rgba(224, 195, 247, .42);
border-radius: 999px;
background: linear-gradient(145deg, rgba(132, 78, 181, .96), rgba(82, 43, 118, .96));
box-shadow: 0 8px 22px rgba(46, 22, 68, .25), inset 0 1px 0 rgba(255, 255, 255, .22);
color: #fff !important;
font-family: inherit;
font-size: 13px;
font-weight: 900;
line-height: 1;
letter-spacing: .09em;
text-decoration: none !important;
text-transform: uppercase;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.lu4x-lang-btn::before {
content: "";
position: absolute;
inset: 1px 1px auto;
height: 48%;
border-radius: inherit;
background: linear-gradient(180deg, rgba(255, 255, 255, .18), transparent);
pointer-events: none;
}
.lu4x-lang-btn:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(46, 22, 68, .34), inset 0 1px 0 rgba(255, 255, 255, .28);
filter: brightness(1.08);
}
.lu4x-lang-btn:active {
transform: translateY(0);
}
.lu4x-lang-btn:focus-visible {
outline: 3px solid rgba(194, 139, 235, .38);
outline-offset: 3px;
}
@media (max-width: 520px) {
.lu4x-lang-nav {
justify-content: center;
}
}
RU EN UA
.lu4a1englass-release,
.lu4a1englass-release * {
box-sizing: border-box;
}
.lu4a1englass-release {
/* Isolated glass theme: neutral transparency follows the forum theme; English post namespace. */
--lu4a1englass-page: transparent;
--lu4a1englass-surface: rgba(127, 127, 127, .11);
--lu4a1englass-surface-strong: #ffffff;
--lu4a1englass-surface-soft: rgba(127, 127, 127, .075);
--lu4a1englass-border: rgba(127, 127, 127, .24);
--lu4a1englass-border-strong: rgba(153, 95, 196, .42);
--lu4a1englass-text: currentColor;
--lu4a1englass-muted: currentColor;
--lu4a1englass-title: currentColor;
--lu4a1englass-accent: #9b67bd;
--lu4a1englass-accent-strong: #8751aa;
--lu4a1englass-link-bg: rgba(127, 127, 127, .10);
--lu4a1englass-link-hover: rgba(127, 127, 127, .17);
--lu4a1englass-shadow: 0 20px 54px rgba(0, 0, 0, .18);
--lu4a1englass-card-shadow: 0 10px 28px rgba(0, 0, 0, .11);
--lu4a1englass-glow: rgba(153, 95, 196, .20);
--lu4a1englass-code-bg: rgba(127, 127, 127, .13);
--lu4a1englass-code-text: currentColor;
position: relative;
isolation: isolate;
max-width: 1180px;
margin: 0 auto;
color: inherit !important;
font-family: inherit;
}
#lu4a1englass-220626-v1 :where(h1, h2, p, li, strong) {
color: inherit !important;
}
.lu4a1englass-release__video-wrap {
max-width: 760px;
margin: 0 auto 24px;
padding: 1px;
border-radius: 20px;
background: linear-gradient(135deg, rgba(210, 165, 243, .72), rgba(119, 72, 155, .10));
box-shadow: var(--lu4a1englass-card-shadow);
}
.lu4a1englass-release__video {
display: block;
width: 100%;
max-width: 760px;
margin: 0 auto;
border: 0;
border-radius: 19px;
background: #0d0b0f;
box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}
.lu4a1englass-release__shell {
position: relative;
overflow: hidden;
padding: clamp(20px, 4vw, 34px);
border: 1px solid var(--lu4a1englass-border);
border-radius: 26px;
background: transparent !important;
box-shadow: var(--lu4a1englass-shadow);
backdrop-filter: blur(16px) saturate(115%);
-webkit-backdrop-filter: blur(16px) saturate(115%);
}
.lu4a1englass-release__shell::before,
.lu4a1englass-release__shell::after {
content: "";
position: absolute;
z-index: -1;
width: 330px;
height: 330px;
border-radius: 50%;
background: var(--lu4a1englass-glow);
filter: blur(80px);
pointer-events: none;
}
.lu4a1englass-release__shell::before {
top: -180px;
right: -120px;
}
.lu4a1englass-release__shell::after {
bottom: -220px;
left: -140px;
}
.lu4a1englass-release__hero {
max-width: 860px;
margin: 0 auto 26px;
text-align: center;
}
.lu4a1englass-release__eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
padding: 7px 12px;
border: 1px solid var(--lu4a1englass-border-strong);
border-radius: 999px;
background: var(--lu4a1englass-surface);
color: inherit !important;
font-size: 12px;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
}
.lu4a1englass-release__eyebrow::before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: #55c97a;
box-shadow: 0 0 0 5px rgba(85, 201, 122, .13);
}
.lu4a1englass-release__title {
margin: 0;
color: inherit !important;
font-size: clamp(30px, 5vw, 44px);
font-weight: 950;
line-height: 1.12;
letter-spacing: -.035em;
}
.lu4a1englass-release__subtitle {
margin-top: 10px;
color: inherit !important;
font-size: clamp(15px, 2vw, 18px);
font-weight: 750;
line-height: 1.5;
opacity: .76;
}
.lu4a1englass-card {
border: 1px solid var(--lu4a1englass-border);
border-radius: 20px;
background: var(--lu4a1englass-surface) !important;
background: color-mix(in srgb, currentColor 10%, transparent) !important;
box-shadow: var(--lu4a1englass-card-shadow);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}
.lu4a1englass-release__text {
padding: clamp(20px, 3vw, 28px);
font-size: 15px;
font-weight: 600;
line-height: 1.75;
}
.lu4a1englass-release__text p {
margin: 0 0 1.05em;
}
.lu4a1englass-release__text p:last-child {
margin-bottom: 0;
}
.lu4a1englass-release strong {
color: inherit !important;
font-weight: 850;
}
.lu4a1englass-release__client,
.lu4a1englass-release__supporters {
margin-top: 24px;
padding: clamp(20px, 3vw, 28px);
}
.lu4a1englass-release__client {
text-align: center;
}
.lu4a1englass-release__client-text,
.lu4a1englass-release__supporters-text {
margin: 12px auto 0;
color: inherit !important;
font-size: 15px;
font-weight: 650;
line-height: 1.7;
}
.lu4a1englass-release__client-text {
max-width: 760px;
}
.lu4a1englass-release__download-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 54px;
margin-top: 18px;
padding: 14px 24px;
border: 1px solid var(--lu4a1englass-accent-strong);
border-radius: 14px;
background: var(--lu4a1englass-accent-strong);
box-shadow: 0 9px 22px rgba(65, 30, 85, .20);
color: var(--lu4a1englass-surface-strong) !important;
font-size: 15px;
font-weight: 950;
line-height: 1.3;
text-decoration: none !important;
transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.lu4a1englass-release__download-button::after {
content: "→";
font-size: 18px;
}
.lu4a1englass-release__download-button:hover {
transform: translateY(-2px);
box-shadow: 0 13px 28px rgba(65, 30, 85, .26);
opacity: .94;
}
.lu4a1englass-release__download-button:focus-visible {
outline: 3px solid var(--lu4a1englass-glow);
outline-offset: 3px;
}
.lu4a1englass-release__supporters {
position: relative;
overflow: hidden;
border-color: rgba(190, 139, 45, .38);
text-align: center;
}
.lu4a1englass-release__supporters::before {
content: "";
position: absolute;
top: -90px;
right: -70px;
width: 210px;
height: 210px;
border-radius: 50%;
background: rgba(218, 166, 61, .14);
filter: blur(18px);
pointer-events: none;
}
.lu4a1englass-release__supporters-badge {
position: relative;
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
padding: 7px 12px;
border: 1px solid rgba(190, 139, 45, .38);
border-radius: 999px;
background: rgba(218, 166, 61, .10);
color: inherit !important;
font-size: 12px;
font-weight: 900;
letter-spacing: .05em;
text-transform: uppercase;
}
.lu4a1englass-release__supporters-badge::before {
content: "✦";
color: #c08a25;
font-size: 14px;
}
.lu4a1englass-release__supporters-text {
position: relative;
max-width: 820px;
}
.lu4a1englass-release__supporters-thanks {
margin: 12px 0 0;
color: inherit !important;
font-size: 17px;
font-weight: 900;
line-height: 1.5;
}
.lu4a1englass-release__gift {
margin-top: 24px;
padding: clamp(20px, 3vw, 28px);
text-align: center;
}
.lu4a1englass-release__section-title {
margin: 0;
color: inherit !important;
font-size: clamp(25px, 4vw, 31px);
font-weight: 950;
line-height: 1.2;
letter-spacing: -.02em;
}
.lu4a1englass-release__code {
max-width: 460px;
margin: 16px auto 12px;
padding: 17px 20px;
border: 1px solid rgba(92, 45, 126, .22);
border-radius: 15px;
background: var(--lu4a1englass-code-bg) !important;
box-shadow: 0 8px 22px rgba(65, 30, 85, .14);
color: inherit !important;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: clamp(20px, 4vw, 27px);
font-weight: 950;
letter-spacing: .035em;
overflow-wrap: anywhere;
}
.lu4a1englass-release__code-meta {
color: inherit !important;
font-size: 14px;
font-weight: 700;
line-height: 1.65;
}
.lu4a1englass-release__gift-heading {
margin-top: 24px;
color: inherit !important;
font-size: 18px;
font-weight: 900;
text-align: left;
}
.lu4a1englass-release__gift-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 9px 12px;
margin: 12px 0 0;
padding: 16px;
border: 1px solid var(--lu4a1englass-border);
border-radius: 16px;
background: var(--lu4a1englass-surface-soft) !important;
list-style: none;
text-align: left;
}
.lu4a1englass-release__gift-list li {
position: relative;
min-width: 0;
padding: 8px 10px 8px 28px;
border-radius: 10px;
color: inherit !important;
font-size: 14px;
font-weight: 650;
line-height: 1.45;
}
.lu4a1englass-release__gift-list li::before {
content: "✦";
position: absolute;
left: 9px;
top: 8px;
color: var(--lu4a1englass-accent);
}
.lu4a1englass-release__gift-list li:first-child {
grid-column: 1 / -1;
background: var(--lu4a1englass-surface);
font-weight: 850;
}
.lu4a1englass-release__links {
margin-top: 24px;
padding: clamp(20px, 3vw, 26px) clamp(20px, 3vw, 26px) 0;
overflow: hidden;
}
.lu4a1englass-release__links-layout {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 24px;
}
.lu4a1englass-release__links-content {
flex: 1 1 680px;
min-width: 0;
padding-bottom: 26px;
}
.lu4a1englass-release__links-title {
margin: 0;
color: inherit !important;
font-size: clamp(24px, 4vw, 29px);
font-weight: 950;
line-height: 1.2;
}
.lu4a1englass-release__links-description {
margin-top: 7px;
color: inherit !important;
font-size: 14px;
font-weight: 650;
line-height: 1.5;
}
.lu4a1englass-release__links-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 10px;
margin-top: 18px;
}
.lu4a1englass-release__link {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
min-height: 52px;
padding: 13px 15px;
border: 1px solid var(--lu4a1englass-border-strong);
border-radius: 13px;
background: var(--lu4a1englass-link-bg) !important;
box-shadow: 0 5px 15px rgba(44, 23, 58, .07);
color: inherit !important;
font-size: 14px;
font-weight: 850;
line-height: 1.3;
text-decoration: none !important;
transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.lu4a1englass-release__link::after {
content: "↗";
flex: 0 0 auto;
font-size: 16px;
opacity: .72;
}
.lu4a1englass-release__link:hover {
transform: translateY(-2px);
border-color: var(--lu4a1englass-accent);
background: var(--lu4a1englass-link-hover) !important;
box-shadow: 0 9px 20px rgba(44, 23, 58, .12);
}
.lu4a1englass-release__link:focus-visible {
outline: 3px solid var(--lu4a1englass-glow);
outline-offset: 2px;
}
.lu4a1englass-release__art {
position: relative;
flex: 0 0 240px;
align-self: flex-end;
text-align: center;
pointer-events: none;
user-select: none;
}
.lu4a1englass-release__art::before {
content: "";
position: absolute;
left: 50%;
bottom: 28px;
width: 260px;
height: 260px;
transform: translateX(-50%);
border-radius: 50%;
background: radial-gradient(circle, var(--lu4a1englass-glow), transparent 70%);
}
.lu4a1englass-release__art img {
position: relative;
display: block;
width: 240px;
max-width: 70vw;
height: auto;
border: 0;
filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .25));
}
.lu4a1englass-release__footer {
margin-top: 26px;
color: inherit !important;
font-size: clamp(20px, 3vw, 25px);
font-weight: 950;
line-height: 1.35;
text-align: center;
}
.lu4a1englass-release__client-text,
.lu4a1englass-release__supporters-text,
.lu4a1englass-release__code-meta,
.lu4a1englass-release__links-description {
opacity: .76;
}
@media (max-width: 820px) {
.lu4a1englass-release__links-layout {
display: block;
}
.lu4a1englass-release__art {
width: 200px;
margin: -8px auto 0;
}
.lu4a1englass-release__art img {
width: 200px;
margin: 0 auto;
}
}
@media (max-width: 640px) {
.lu4a1englass-release__shell {
border-radius: 20px;
}
.lu4a1englass-card {
border-radius: 16px;
}
.lu4a1englass-release__gift-list {
grid-template-columns: 1fr;
padding: 12px;
}
.lu4a1englass-release__gift-list li:first-child {
grid-column: auto;
}
.lu4a1englass-release__links-grid {
grid-template-columns: 1fr;
}
.lu4a1englass-release__download-button {
width: 100%;
}
}
@media (prefers-reduced-motion: reduce) {
.lu4a1englass-release__link,
.lu4a1englass-release__download-button {
transition: none;
}
}
Alpha-1 Installed
A New Era of Lu4 Begins
Alpha-1 has been successfully installed on the Lu4 Gamma server
Friends! Today marks the beginning of a new chapter for our project. Many months of development, testing, discussions, debates, experiments, and sleepless nights are now behind us. We have taken another important step toward the version of Liberta Ultimata that we want to show the world.
However, it is important to remember that although we have moved past the Pre-Alpha stage, we are still in the testing stage. New discoveries, new mechanics, fixes, improvements, and many changes still lie ahead. In the near future, you may encounter bugs, technical issues, lag, and unscheduled server restarts. A lot of them. Or perhaps not that many :)
We ask for your understanding and for your help in making the project better. If you encounter an error or a problem, please be sure to report it through the Support section in your Account Dashboard in the menu on the left.
Thank you to everyone who has walked and continues to walk this path with us. Thank you for your support, patience, and faith in the project.
How to Download the Lu4 Client
If you have not yet updated your client from Pre-Alpha to Alpha, or have only just joined us to check out Lu4, you can download the client here:
How to Download the Client
Thank You for Your Support
For Gold Bar Owners
To all owners of Gold Bars who purchased them to support the project, knowing that they provide no in-game benefits: you have received a token of our appreciation in the form of a special gift for your characters.
Thank you for believing in us :)
Gift Code
LIBERTA-ULTIMATA
For Lu4 Gamma Only
Active from 20:00 today until September 1, 2026
Gift Contents:
Box with Ranged Autoloot for 1500 range (3 days)
2 Traveler's Campfire
2 Personal Blessed Scroll of Escape
2 Personal Blessed Scroll of Resurrection
5 Personal Scroll of Escape
20 Personal Greater Healing Potion
3000 Soulshot (D-Grade)
3000 Soulshot (C-Grade)
2000 Soulshot (B-Grade)
1500 Soulshot (A-Grade)
1200 Blessed Spiritshot (D-Grade)
1200 Blessed Spiritshot (C-Grade)
800 Blessed Spiritshot (B-Grade)
600 Blessed Spiritshot (A-Grade)
Useful Lu4 Links
All the latest information about the project, updates, and communities.
Alpha-1 • 22.06.2026 Patch Notes and Changes Lu4 Concept MasterWork & Lu4 Wiki Discord Lu4 Telegram Channel Lu4 Telegram Chat Shilen's Diary Safero Telegram Channel Radio
See you in the game. Welcome to the new era of Lu4