:root {
    --rs-red: #c51f2b;
    --rs-red-dark: #8e111b;
    --rs-gold: #f2b632;
    --rs-gold-light: #ffd66b;
    --rs-ink: #15171b;
    --rs-panel: #202329;
    --rs-panel-light: #292d34;
    --rs-stone: #aeb3bc;
    --rs-paper: #f4f1e9;
    --rs-line: rgba(242, 182, 50, 0.24);
}

html { scroll-behavior: smooth; }
body { min-height: 100%; margin: 0; color: var(--rs-paper); background: var(--rs-ink); font-family: Inter, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1220px; }

.rs-navbar { position: relative; z-index: 50; min-height: 72px; padding: 0; background: #15171b; border-bottom: 1px solid var(--rs-line); box-shadow: 0 7px 24px rgba(0, 0, 0, 0.34); }
.rs-brand { display: flex; align-items: center; gap: 10px; color: #fff !important; font-size: 1.3rem; font-weight: 800; }
.rs-brand-logo { display: block; width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .45)); }
.rs-main-nav { gap: 2px; }
.rs-navbar .nav-link { display: flex; align-items: center; gap: 7px; min-height: 71px; padding: 0 14px !important; color: #d7d8dc; border-bottom: 3px solid transparent; font-size: 0.92rem; font-weight: 650; }
.rs-navbar .nav-link:hover, .rs-navbar .nav-link.active { color: #fff; background: #1d2025; border-bottom-color: var(--rs-gold); }
.rs-navbar .navbar-toggler { color: var(--rs-gold); border: 1px solid var(--rs-line); border-radius: 4px; font-size: 1.6rem; }
.rs-navbar .dropdown-menu { background: #202329; border: 1px solid var(--rs-line); border-radius: 4px; box-shadow: 0 14px 36px rgba(0,0,0,.38); }
.rs-navbar .dropdown-item { color: #e7e7e8; padding: 9px 14px; }
.rs-navbar .dropdown-item:hover { color: #fff; background: var(--rs-red-dark); }
.rs-navbar .rs-register-link { color: var(--rs-gold-light); }

.rs-loyalty-hero { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; align-items: center; margin-bottom: 28px; padding: 30px; background: #1d2025; border: 1px solid var(--rs-line); border-top: 3px solid var(--rs-gold); }
.rs-loyalty-hero h1 { margin: 5px 0 10px; font-size: clamp(2rem, 4vw, 3.4rem); }
.rs-loyalty-hero p { max-width: 720px; margin: 0; color: #c8cbd0; }
.rs-loyalty-kicker, .rs-loyalty-price { color: var(--rs-gold-light); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.rs-loyalty-balance { display: grid; justify-items: center; gap: 4px; padding: 22px; background: #15171b; border: 1px solid rgba(241, 188, 54, .45); text-align: center; }
.rs-loyalty-balance i { color: var(--rs-gold); font-size: 2rem; }
.rs-loyalty-balance span { color: #9ca1aa; font-size: .78rem; text-transform: uppercase; }
.rs-loyalty-balance strong { color: #fff; font-size: 1.35rem; }
.rs-loyalty-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rs-loyalty-product { display: grid; grid-template-rows: auto 1fr auto; gap: 18px; padding: 22px; background: #202329; border: 1px solid var(--rs-line); border-bottom: 3px solid var(--rs-red); }
.rs-loyalty-product-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--rs-gold-light); background: #15171b; border: 1px solid rgba(241, 188, 54, .4); font-size: 1.45rem; }
.rs-loyalty-product h2 { margin: 5px 0 7px; font-size: 1.25rem; }
.rs-loyalty-product p { margin: 0; color: #aeb2b9; }
.rs-loyalty-note { display: flex; gap: 14px; align-items: center; margin-top: 20px; padding: 16px 18px; color: #c8cbd0; background: #1d2025; border-left: 3px solid var(--rs-gold); }
.rs-loyalty-note i { color: var(--rs-gold); font-size: 1.6rem; }

@media (max-width: 991px) {
    .rs-loyalty-hero { grid-template-columns: 1fr; }
    .rs-loyalty-grid { grid-template-columns: 1fr; }
}

.rs-hero { position: relative; min-height: 410px; background: #4e080b; overflow: hidden; }
.rs-hero-image { position: absolute; inset: 0; background-image: url('../images/royalsky-banner.webp'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.rs-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: rgba(24, 3, 4, 0.08); }
.rs-hero-tagline { position: absolute; z-index: 2; left: max(24px, calc((100vw - 1220px) / 2)); bottom: 28px; display: flex; flex-direction: column; padding: 10px 14px; background: rgba(21, 23, 27, 0.86); border-left: 4px solid var(--rs-gold); box-shadow: 0 8px 25px rgba(0,0,0,.3); }
.rs-hero-tagline span { color: var(--rs-gold-light); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.rs-hero-tagline strong { color: #fff; font-size: 1.15rem; }

.rs-status-band { position: relative; z-index: 4; background: #1c1f24; border-top: 1px solid var(--rs-line); border-bottom: 1px solid var(--rs-line); }
.rs-status-grid { display: grid; grid-template-columns: 1.1fr .9fr auto; align-items: stretch; min-height: 104px; }
.rs-status-item { display: flex; align-items: center; gap: 14px; padding: 20px 28px 20px 0; border-right: 1px solid rgba(255,255,255,.08); }
.rs-status-item + .rs-status-item { padding-left: 28px; }
.rs-status-icon { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; color: var(--rs-gold); background: #292d34; border: 1px solid var(--rs-line); border-radius: 6px; font-size: 1.2rem; }
.rs-status-icon.is-online { color: #64d682; }
.rs-status-icon.is-offline { color: #f06b72; }
.rs-status-label { display: block; margin-bottom: 4px; color: var(--rs-stone); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.rs-copy-address { display: flex; align-items: center; gap: 9px; padding: 0; color: #fff; background: none; border: 0; font-size: 1.05rem; }
.rs-copy-address:hover, .rs-copy-address.is-copied { color: var(--rs-gold-light); }
.rs-player-count { display: block; color: #fff; font-size: 1.05rem; }
.rs-player-count small { color: var(--rs-stone); font-weight: 500; }
.rs-player-count.is-offline { color: #f38a90; }
.rs-status-actions { display: flex; align-items: center; padding-left: 28px; }
.rs-btn-discord { min-width: 210px; padding: 12px 18px; color: #fff; background: #5865f2; border: 0; border-radius: 5px; font-weight: 750; }
.rs-btn-discord:hover { color: #fff; background: #4752c4; }
.rs-btn-discord:disabled { color: #c9cbd0; background: #383c44; opacity: 1; }
.rs-btn-gold { color: #1a1710; background: var(--rs-gold); border: 1px solid var(--rs-gold-light); border-radius: 5px; font-weight: 800; }
.rs-btn-gold:hover { color: #fff; background: var(--rs-red); border-color: var(--rs-gold); }

.rs-destinations { padding: 72px 0 82px; background: #202329; }
.rs-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.rs-section-heading h1, .rs-section-heading h2 { margin: 2px 0 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 700; }
.rs-section-heading p { max-width: 500px; margin: 0; color: var(--rs-stone); line-height: 1.6; }
.rs-eyebrow { color: var(--rs-gold); font-size: .73rem; font-weight: 850; text-transform: uppercase; }
.rs-destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rs-destination { display: grid; grid-template-columns: 52px 1fr 26px; align-items: center; gap: 14px; min-height: 112px; padding: 22px; background: #292d34; border: 1px solid rgba(255,255,255,.08); border-bottom: 3px solid var(--rs-red); border-radius: 6px; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.rs-destination:hover { color: #fff; background: #30343c; border-color: var(--rs-gold); transform: translateY(-3px); }
.rs-destination > i:first-child { display: grid; place-items: center; width: 52px; height: 52px; color: var(--rs-gold); background: #1b1e22; border-radius: 5px; font-size: 1.45rem; }
.rs-destination span { min-width: 0; }
.rs-destination strong, .rs-destination small { display: block; }
.rs-destination strong { color: #fff; font-size: 1.06rem; }
.rs-destination small { margin-top: 4px; color: var(--rs-stone); line-height: 1.35; }
.rs-destination > i:last-child { color: var(--rs-gold); }

.rs-news { padding: 76px 0 90px; background: #15171b; }
.rs-news-heading { align-items: center; }
.rs-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--rs-gold-light); font-size: .86rem; font-weight: 750; }
.rs-text-link:hover { color: #fff; }
.rs-news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.rs-news-card { display: grid; grid-template-columns: 185px 1fr; min-height: 210px; overflow: hidden; background: #202329; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; }
.rs-news-image { min-height: 210px; overflow: hidden; background: #571016; }
.rs-news-image img { width: 100%; height: 100%; object-fit: cover; }
.rs-news-image-default { background-image: url('../images/royalsky-banner.webp'); background-position: center; background-size: cover; }
.rs-news-content { display: flex; flex-direction: column; align-items: flex-start; padding: 22px; }
.rs-news-content time { color: var(--rs-gold); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.rs-news-content h3 { margin: 7px 0 10px; color: #fff; font-family: Georgia, serif; font-size: 1.25rem; }
.rs-news-content h3 a:hover { color: var(--rs-gold-light); }
.rs-news-content p { margin: 0 0 14px; color: var(--rs-stone); font-size: .9rem; line-height: 1.5; }
.rs-news-content .rs-text-link { margin-top: auto; }
.rs-empty-news { display: flex; align-items: center; gap: 18px; padding: 28px; background: #202329; border-left: 4px solid var(--rs-gold); }
.rs-empty-news > i { color: var(--rs-gold); font-size: 2rem; }
.rs-empty-news h3 { margin: 0 0 5px; color: #fff; font-size: 1.1rem; }
.rs-empty-news p { margin: 0; color: var(--rs-stone); }

.content { padding: 30px; background: #202329; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; }
.content .card { background: #292d34; border: 1px solid rgba(255,255,255,.09); border-radius: 6px; }
.content .btn-primary { color: #fff; background: var(--rs-red); border-color: var(--rs-red); }
.content .btn-primary:hover { background: var(--rs-red-dark); border-color: var(--rs-gold); }
.content h1, .content h2, .content h3 { color: #fff; }
.content .table-dark { --bs-table-bg: #17191d; }
.rs-alert { color: #fff; background: #2d3036; border: 1px solid var(--rs-line); border-radius: 4px; }

.rs-footer { padding: 34px 0; background: #0f1013; border-top: 1px solid var(--rs-line); }
.rs-footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px 30px; }
.rs-footer-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--rs-gold-light); font-family: Georgia, serif; font-size: 1.3rem; font-weight: 800; }
.rs-footer-brand img { width: 38px; height: 38px; object-fit: contain; }
.rs-footer p { margin: 4px 0 0; color: #868b94; font-size: .82rem; }
.rs-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.rs-footer nav a { color: #c7c9ce; font-size: .82rem; }
.rs-footer nav a:hover { color: var(--rs-gold-light); }
.rs-legal-links { grid-column: 1 / -1; display: flex; gap: 10px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.rs-legal-links a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: #d5d7dc; background: #1a1c21; border: 1px solid rgba(255,255,255,.1); border-radius: 4px; font-size: .8rem; font-weight: 750; }
.rs-legal-links a:hover { color: var(--rs-gold-light); border-color: var(--rs-line); }
.rs-footer small { grid-column: 1 / -1; color: #686d75; }

.rs-adventure-page { min-height: 70vh; background: #15171b; }
.rs-adventure-header { padding: 64px 0 54px; background: #202329; border-bottom: 1px solid var(--rs-line); }
.rs-adventure-header h1 { margin: 5px 0 10px; color: #fff; font-family: Georgia, serif; font-size: 2.7rem; }
.rs-adventure-header p { max-width: 680px; margin: 0 0 22px; color: var(--rs-stone); font-size: 1.02rem; line-height: 1.6; }
.rs-adventure-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.rs-adventure-fullscreen { color: #fff; background: #30343b; border: 1px solid #4d525d; border-radius: 5px; font-weight: 750; }
.rs-adventure-fullscreen:hover { color: var(--rs-gold-light); border-color: var(--rs-gold); }
.rs-worlds-section { padding-top: 32px; padding-bottom: 82px; }
.rs-world-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 240px)); gap: 8px; margin-bottom: 38px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.rs-world-tab { display: flex; min-height: 66px; align-items: center; gap: 13px; padding: 11px 15px; color: #b4b7bd; text-align: left; background: #1d2025; border: 1px solid #353941; border-radius: 5px; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.rs-world-tab:hover { color: #fff; border-color: #5b606a; }
.rs-world-tab.active { color: #fff; background: #292c32; border-color: var(--rs-gold); box-shadow: inset 0 -2px 0 var(--rs-gold); }
.rs-world-tab > i { color: var(--rs-gold); font-size: 1.35rem; }
.rs-world-tab > span { display: grid; gap: 2px; }
.rs-world-tab strong { font-family: Georgia, serif; font-size: 1rem; }
.rs-world-tab small { color: #858a93; font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.rs-world-tab.active small { color: var(--rs-gold-light); }
.rs-world-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.rs-world-intro h2 { margin: 5px 0 8px; color: #fff; font-family: Georgia, serif; font-size: 2.25rem; }
.rs-world-intro p { max-width: 700px; margin: 0; color: #a9adb5; line-height: 1.65; }
.rs-adventure-gallery-section { padding-bottom: 64px; }
.rs-adventure-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: clamp(150px, 12vw, 220px); gap: 10px; }
.rs-gallery-item { position: relative; overflow: hidden; min-width: 0; padding: 0; background: #0b0d10; border: 1px solid #343840; border-radius: 4px; }
.rs-gallery-item-featured { grid-column: span 2; grid-row: span 2; }
.rs-gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease, filter .25s ease; }
.rs-gallery-item > span { position: absolute; right: 10px; bottom: 10px; display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: rgba(12,14,17,.82); border: 1px solid rgba(255,255,255,.2); border-radius: 4px; opacity: 0; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease; }
.rs-gallery-item:hover, .rs-gallery-item:focus-visible { border-color: var(--rs-gold); outline: 0; }
.rs-gallery-item:hover img, .rs-gallery-item:focus-visible img { filter: brightness(1.08); transform: scale(1.025); }
.rs-gallery-item:hover > span, .rs-gallery-item:focus-visible > span { opacity: 1; transform: translateY(0); }
.rs-map-section { padding: 0 0 64px; }
.rs-map-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.rs-map-heading h2 { margin: 4px 0 0; color: #fff; font-family: Georgia, serif; font-size: 2rem; }
.rs-map-legend { color: #e8e8e9; font-size: .82rem; }
.rs-map-legend i { color: var(--rs-gold); }
.rs-adventure-viewer { overflow: hidden; background: #0b0d10; border: 1px solid var(--rs-line); border-radius: 6px; box-shadow: 0 20px 50px rgba(0,0,0,.36); }
.rs-adventure-viewer-bar { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 15px; color: #e9eaec; background: #23262c; border-bottom: 1px solid rgba(255,255,255,.09); font-size: .76rem; font-weight: 800; }
.rs-adventure-viewer-bar span { display: inline-flex; align-items: center; gap: 7px; }
.rs-adventure-viewer-bar span i { color: var(--rs-gold); }
.rs-adventure-viewer-bar a { display: grid; width: 32px; height: 32px; place-items: center; color: #d8dade; background: #17191d; border: 1px solid #41454e; border-radius: 4px; }
.rs-adventure-viewer-bar a:hover { color: var(--rs-gold-light); border-color: var(--rs-gold); }
.rs-adventure-gate { display: grid; min-height: 390px; place-content: center; justify-items: center; gap: 14px; padding: 42px 20px; text-align: center; background: radial-gradient(circle at 50% 45%, rgba(197,151,45,.13), transparent 34%), #111318; }
.rs-adventure-gate > i { color: var(--rs-gold); font-size: 3rem; }
.rs-adventure-gate > div { display: grid; gap: 5px; max-width: 520px; }
.rs-adventure-gate strong { color: #f4f4f5; font-family: Georgia, serif; font-size: 1.35rem; }
.rs-adventure-gate small { color: #90959e; line-height: 1.55; }
.rs-adventure-frame { display: block; width: 100%; height: clamp(520px, 68vh, 760px); background: #080a0d; border: 0; }
.rs-adventure-frame[hidden] { display: none; }
.rs-adventure-map-note { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 13px 15px; background: #202329; border-left: 3px solid var(--rs-gold); }
.rs-adventure-map-note > i { color: var(--rs-gold); font-size: 1.3rem; }
.rs-adventure-map-note span { display: grid; }
.rs-adventure-map-note strong { color: #f0f1f2; font-size: .76rem; }
.rs-adventure-map-note small { color: #858a93; font-size: .66rem; }
.rs-citadel-empty { display: grid; min-height: 480px; place-content: center; justify-items: center; padding: 48px 22px; color: #9ca0a8; text-align: center; background: #1b1d22; border: 1px solid #343840; border-radius: 5px; }
.rs-citadel-empty > i { margin-bottom: 20px; color: var(--rs-gold); font-size: 4.5rem; }
.rs-citadel-empty h2 { margin: 0 0 8px; color: #fff; font-family: Georgia, serif; font-size: 2.3rem; }
.rs-citadel-empty p { margin: 0; }
.rs-gallery-modal .modal-content { overflow: hidden; background: #111318; border: 1px solid #50545d; border-radius: 5px; }
.rs-gallery-modal .modal-header { min-height: 50px; border-bottom-color: rgba(255,255,255,.09); }
.rs-gallery-modal .modal-title { font-family: Georgia, serif; }
.rs-gallery-modal .modal-title b { font-weight: inherit; }
.rs-gallery-modal .modal-title span { color: var(--rs-gold-light); font-family: sans-serif; font-size: .76rem; }
.rs-gallery-modal .btn-close { filter: invert(1); }
.rs-gallery-modal .modal-body { padding: 0; background: #08090b; }
.rs-gallery-modal img { display: block; width: 100%; height: auto; max-height: calc(100vh - 110px); object-fit: contain; }
.rs-world-modal .modal-content { color: var(--rs-paper); background: #202329; border: 1px solid var(--rs-line); border-radius: 6px; }
.rs-world-modal .modal-header { border-bottom-color: rgba(255,255,255,.09); }
.rs-world-modal .modal-title i { margin-right: 7px; color: var(--rs-gold); }
.rs-world-modal .btn-close { filter: invert(1); }
.rs-coming-badge { display: inline-block; margin-bottom: 12px; padding: 5px 9px; color: var(--rs-gold-light); background: #34171a; border: 1px solid rgba(197,31,43,.6); border-radius: 4px; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.rs-world-modal p { margin: 0; color: #c3c6cc; line-height: 1.6; }
.rs-world-facts { margin: 0; }
.rs-world-facts > div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.rs-world-facts > div:last-child { border-bottom: 0; }
.rs-world-facts dt { color: var(--rs-gold); }
.rs-world-facts dd { margin: 0; color: #e5e6e8; }

.rs-auth-page { min-height: calc(100vh - 72px); padding: 64px 0; background: #15171b url('../images/royalsky-banner.webp') center top / cover fixed no-repeat; }
.rs-register-panel { display: grid; grid-template-columns: .8fr 1.2fr; max-width: 960px; margin: 0 auto; overflow: hidden; background: #202329; border: 1px solid var(--rs-line); border-radius: 6px; box-shadow: 0 25px 70px rgba(0,0,0,.55); }
.rs-register-visual { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 46px; background: rgba(24, 9, 10, .94); border-right: 1px solid var(--rs-line); }
.rs-register-visual img { width: 118px; height: 90px; margin-bottom: 20px; object-fit: contain; }
.rs-register-visual h1 { margin: 5px 0 14px; color: #fff; font-family: Georgia, serif; font-size: 2rem; }
.rs-register-visual p { color: #b8bbc2; line-height: 1.6; }
.rs-register-visual a { margin-top: 14px; color: var(--rs-gold-light); font-weight: 750; }
.rs-register-form { padding: 44px; }
.rs-register-form h2 { margin: 0 0 26px; color: #fff; font-size: 1.45rem; }
.rs-register-form .form-control { min-height: 46px; color: #fff; background: #17191d; border-color: #434750; border-radius: 4px; }
.rs-register-form .form-control:focus { border-color: var(--rs-gold); box-shadow: 0 0 0 .18rem rgba(242,182,50,.15); }
.rs-register-terms { margin: 14px 0 0; color: #8e939d; font-size: .75rem; line-height: 1.45; text-align: center; }
.rs-register-terms a { color: var(--rs-gold-light); }

.rs-legal-page { max-width: 920px; }
.rs-legal-page > h1 { margin: 5px 0 25px; font-family: Georgia, serif; }
.rs-legal-content { color: #c7c9ce; line-height: 1.7; }
.rs-legal-content h2 { margin: 30px 0 10px; color: var(--rs-gold-light); font-size: 1.2rem; }
.rs-legal-content .rs-legal-notice { padding: 14px 16px; color: #f4e4bd; background: #342b1b; border-left: 4px solid var(--rs-gold); }

/* Shop */
.rs-nav-cart-count { display: inline-grid; min-width: 20px; height: 20px; place-items: center; padding: 0 5px; color: #17120a; background: var(--rs-gold); border-radius: 10px; font-size: .7rem; font-weight: 900; }
.rs-shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.rs-shop-heading h1 { margin: 3px 0 7px; color: #fff; font-family: Georgia, serif; font-size: 2.25rem; }
.rs-shop-heading p { margin: 0; color: #aeb2ba; }
.rs-shop-eyebrow { color: var(--rs-gold); font-size: .76rem; font-weight: 850; text-transform: uppercase; }
.rs-cart-summary { display: grid; grid-template-columns: 24px auto 26px; align-items: center; gap: 9px; padding: 12px 14px; color: #fff; background: #292d34; border: 1px solid rgba(255,255,255,.11); border-radius: 5px; font-weight: 750; }
.rs-cart-summary:hover { color: var(--rs-gold-light); border-color: var(--rs-gold); }
.rs-cart-summary strong { display: grid; width: 26px; height: 26px; place-items: center; color: #17120a; background: var(--rs-gold); border-radius: 50%; }
.rs-shop-intro { margin-bottom: 22px; padding: 15px 17px; color: #c9cbd0; background: #292d34; border-left: 4px solid var(--rs-gold); }
.rs-shop-intro p { margin: 0; }
.rs-shop-sidebar { display: grid; margin-bottom: 18px; border-top: 3px solid var(--rs-red); }
.rs-shop-sidebar-title { padding: 14px 15px; color: #fff; background: #292d34; font-size: .75rem; font-weight: 850; text-transform: uppercase; }
.rs-shop-sidebar a { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 8px; padding: 13px 15px; color: #c9cbd0; background: #202329; border-top: 1px solid rgba(255,255,255,.07); }
.rs-shop-sidebar a:hover, .rs-shop-sidebar a.active { color: #fff; background: #343840; }
.rs-shop-sidebar a.active i { color: var(--rs-gold); }
.rs-shop-sidebar small { min-width: 23px; text-align: center; color: #8f949d; }
.rs-shop-account { display: flex; align-items: center; gap: 11px; margin: 18px 0 10px; padding: 13px; background: #292d34; border: 1px solid rgba(255,255,255,.08); }
.rs-shop-account img { border-radius: 4px; }
.rs-shop-account div { display: grid; min-width: 0; }
.rs-shop-account small { color: #8f949d; }
.rs-shop-account strong { overflow: hidden; color: #fff; text-overflow: ellipsis; }
.rs-shop-sidebar-actions { display: grid; gap: 7px; }
.rs-shop-sidebar-actions a, .rs-shop-login { display: flex; align-items: center; gap: 9px; padding: 11px 13px; color: #fff; background: #8e111b; border: 1px solid #b51c28; border-radius: 4px; font-weight: 750; }
.rs-shop-sidebar-actions a strong { margin-left: auto; }
.rs-shop-security { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 12px 0; color: #aeb2ba; border-top: 1px solid rgba(255,255,255,.08); }
.rs-shop-security > i { color: #52c77f; font-size: 1.3rem; }
.rs-shop-security div { display: grid; }
.rs-shop-security strong { color: #e7e8ea; font-size: .78rem; }
.rs-shop-security span { font-size: .68rem; }
.rs-product-card { height: 100%; overflow: hidden; background: #202329; border: 1px solid rgba(255,255,255,.09); border-radius: 6px; box-shadow: 0 12px 28px rgba(0,0,0,.22); transition: transform .18s ease, border-color .18s ease; }
.rs-product-card:hover { transform: translateY(-3px); border-color: rgba(242,182,50,.7); }
.rs-product-card > img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; background: #14161a; }
.rs-product-body { display: grid; gap: 17px; padding: 17px; }
.rs-product-body h2 { margin: 0 0 4px; color: #fff; font-size: 1.08rem; }
.rs-product-body p { margin: 0; color: #989da7; font-size: .78rem; }
.rs-product-price { display: flex; align-items: baseline; gap: 8px; }
.rs-product-price del { color: #7f838b; font-size: .78rem; }
.rs-product-price strong { color: var(--rs-gold-light); font-size: 1.25rem; }
.rs-add-form { display: grid; grid-template-columns: 48px 1fr; gap: 7px; }
.rs-add-form input { width: 48px; min-height: 42px; color: #fff; background: #14161a; border: 1px solid #444851; border-radius: 4px; text-align: center; }
.rs-add-form button, .rs-add-form-link { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; padding: 9px 12px; color: #fff; background: #a9101a; border: 1px solid #d02b36; border-radius: 4px; font-weight: 800; }
.rs-add-form button:hover, .rs-add-form-link:hover { color: #fff; background: #c51925; }
.rs-cart-back { color: var(--rs-gold-light); font-weight: 750; }
.rs-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 26px; align-items: start; }
.rs-cart-items { background: #202329; border-top: 3px solid var(--rs-red); }
.rs-cart-item { display: grid; grid-template-columns: 88px minmax(140px, 1fr) 78px 96px 38px; align-items: center; gap: 15px; padding: 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.rs-cart-item > img { width: 88px; height: 88px; object-fit: cover; border-radius: 4px; }
.rs-cart-item-name h2 { margin: 0 0 5px; color: #fff; font-size: 1rem; }
.rs-cart-item-name span, .rs-cart-item label span { color: #91969f; font-size: .72rem; }
.rs-cart-item label { display: grid; gap: 5px; }
.rs-cart-item input { width: 70px; min-height: 38px; color: #fff; background: #14161a; border: 1px solid #454a54; border-radius: 4px; text-align: center; }
.rs-cart-item-total { color: var(--rs-gold-light); text-align: right; }
.rs-cart-remove { display: grid; width: 36px; height: 36px; place-items: center; color: #ef717a; background: #35171a; border: 1px solid #6d2026; border-radius: 4px; }
.rs-cart-list-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 13px 17px; text-align: right; }
.rs-cart-list-actions button { padding: 8px 12px; color: #d8dae0; background: #30343b; border: 1px solid #4a4f59; border-radius: 4px; }
.rs-cart-sync-status { min-width: 92px; color: #8f96a1; font-size: .75rem; text-align: left; }
.is-syncing .rs-cart-sync-status { color: var(--rs-gold-light); }
.has-sync-error .rs-cart-sync-status { color: #ef717a; }
.rs-checkout-form button:disabled { cursor: wait; opacity: .6; }
.rs-cart-summary-panel { padding: 22px; background: #202329; border-top: 3px solid var(--rs-gold); }
.rs-cart-summary-panel > h2 { margin: 0 0 20px; color: #fff; font-size: 1.15rem; }
.rs-cart-total-row { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; color: #b6bac2; }
.rs-cart-discount strong { color: #5ed48a; }
.rs-code-form { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); }
.rs-code-form > label { display: block; margin-bottom: 7px; color: #dfe1e5; font-size: .78rem; font-weight: 750; }
.rs-code-form > div { display: grid; grid-template-columns: 1fr auto; }
.rs-code-form input { min-width: 0; padding: 9px 10px; color: #fff; background: #14161a; border: 1px solid #454a54; border-radius: 4px 0 0 4px; }
.rs-code-form button { padding: 9px 11px; color: #fff; background: #454a54; border: 1px solid #565c67; border-radius: 0 4px 4px 0; }
.rs-applied-code { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding: 8px 10px; color: #cfd2d8; background: #292d34; }
.rs-applied-code button { color: #ef717a; background: none; border: 0; }
.rs-cart-grand-total { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-top: 20px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); }
.rs-cart-grand-total span { color: #fff; font-weight: 800; }
.rs-cart-grand-total strong { color: var(--rs-gold-light); font-size: 1.55rem; }
.rs-checkout-form { margin-top: 20px; }
.rs-checkout-form > button { width: 100%; padding: 12px 14px; color: #fff; background: #a9101a; border: 1px solid #d22b37; border-radius: 4px; font-weight: 850; }
.rs-terms { margin-bottom: 10px; color: #aeb2ba; font-size: .73rem; }
.rs-checkout-note { margin: 13px 0 0; color: #8e939d; font-size: .69rem; text-align: center; }
.rs-cart-clear { margin-top: 16px; }
.rs-cart-clear button { padding: 0; color: #989da7; background: none; border: 0; font-size: .78rem; }
.rs-cart-empty { display: grid; max-width: 560px; justify-items: center; margin: 20px auto 40px; padding: 50px 25px; text-align: center; background: #202329; border-top: 3px solid var(--rs-gold); }
.rs-cart-empty > i { color: var(--rs-gold); font-size: 2.5rem; }
.rs-cart-empty h2 { margin: 14px 0 6px; color: #fff; }
.rs-cart-empty p { color: #9da1aa; }
.rs-cart-empty a { padding: 10px 15px; color: #fff; background: #a9101a; border-radius: 4px; font-weight: 800; }

/* RoyalSky storefront */
body:has(.rs-shop-page) .content { max-width: 1280px; padding: 0; overflow: visible; background: transparent; border: 0; }
.rs-shop-page { padding: 26px; color: #d9dbe0; background: #15171b url('../images/royalsky-banner.webp') center top / 1280px auto no-repeat; }
.rs-store-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 34px; min-height: 158px; padding: 28px 34px; background: rgba(22, 19, 22, .9); border: 1px solid rgba(242,182,50,.28); border-radius: 8px; box-shadow: 0 16px 42px rgba(0,0,0,.34); }
.rs-store-kicker { display: block; margin-bottom: 6px; color: #f2b632; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.rs-store-header h1 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(2.15rem, 4vw, 3.2rem); line-height: 1; }
.rs-store-header p { max-width: 610px; margin: 11px 0 0; color: #b9bac0; font-size: .88rem; }
.rs-store-header-cart { display: grid; grid-template-columns: 42px minmax(86px, auto) 16px; align-items: center; gap: 11px; padding: 11px 13px; color: #fff; background: #242228; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; }
.rs-store-header-cart:hover { color: #fff; border-color: #f2b632; }
.rs-store-header-cart > i:first-child { display: grid; width: 42px; height: 42px; place-items: center; color: #f2b632; background: #3a171b; border-radius: 5px; font-size: 1.1rem; }
.rs-store-header-cart span { display: grid; }
.rs-store-header-cart small { color: #8f929a; font-size: .62rem; text-transform: uppercase; }
.rs-store-header-cart strong { font-size: .82rem; }
.rs-store-header-cart > i:last-child { color: #f2b632; font-size: .78rem; }
.rs-store-categories { display: flex; gap: 8px; margin: 20px 0; padding: 8px; overflow-x: auto; background: rgba(20,21,25,.94); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; }
.rs-store-categories a { display: grid; grid-template-columns: 44px auto; grid-template-rows: auto auto; flex: 1 0 170px; align-items: center; column-gap: 10px; min-height: 72px; padding: 9px 14px; color: #92969f; border: 1px solid transparent; border-radius: 6px; }
.rs-store-categories a:hover, .rs-store-categories a.active { color: #fff; background: #2a2428; border-color: rgba(242,182,50,.42); }
.rs-store-category-icon { display: grid; grid-row: 1 / 3; width: 44px; height: 44px; place-items: center; color: #f2b632; background: #3a171b; border-radius: 5px; font-size: 1.2rem; }
.rs-store-categories strong { align-self: end; font-size: .82rem; }
.rs-store-categories small { align-self: start; color: #777b84; font-size: .62rem; }
.rs-store-layout { display: grid; grid-template-columns: minmax(0, 1fr) 292px; gap: 20px; align-items: start; }
.rs-store-catalog { min-width: 0; padding: 24px; background: rgba(24,25,29,.97); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; }
.rs-store-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.rs-store-section-heading > div > span { color: #d29c29; font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.rs-store-section-heading h2 { margin: 3px 0 5px; color: #fff; font-size: 1.55rem; }
.rs-store-section-heading p { margin: 0; color: #898d96; font-size: .74rem; }
.rs-store-package-count { flex: 0 0 auto; padding: 6px 9px; color: #c9cbd0; background: #282b31; border-radius: 4px; font-size: .67rem; font-weight: 750; }
.rs-store-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.rs-store-product { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #22242a; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; box-shadow: 0 10px 24px rgba(0,0,0,.22); transition: transform .18s ease, border-color .18s ease; }
.rs-store-product:hover { transform: translateY(-3px); border-color: rgba(242,182,50,.65); }
.rs-store-product.is-featured { border-color: rgba(242,182,50,.55); }
.rs-store-product > h3 { min-height: 48px; margin: 0; padding: 14px 15px 9px; color: #fff; font-size: 1.15rem; font-weight: 900; text-transform: uppercase; }
.rs-store-product-badge { position: absolute; z-index: 3; top: 8px; left: 11px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; color: #221704; background: #f2b632; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,.35); font-size: .57rem; font-weight: 900; text-transform: uppercase; }
.rs-store-product:has(.rs-store-product-badge) > h3 { padding-top: 38px; }
.rs-store-product-badge.is-best { color: #fff; background: #b51925; }
.rs-store-product-media { display: grid; min-height: 165px; place-items: center; overflow: hidden; background: #17191e; }
.rs-store-product-media img { display: block; width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; transition: transform .22s ease; }
.rs-store-product:hover .rs-store-product-media img { transform: scale(1.025); }
.rs-store-product-media > i { color: #d92330; font-size: 4rem; }
.rs-store-delivery-ribbon { padding: 8px 10px; color: #211a0e; background: #e7ae33; font-size: .62rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.rs-store-product-footer { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-top: auto; padding: 13px; border-top: 1px solid rgba(255,255,255,.06); }
.rs-store-product-price { display: grid; }
.rs-store-product-price del { color: #737781; font-size: .62rem; }
.rs-store-product-price strong { color: #ffd05d; font-size: 1.18rem; line-height: 1.1; }
.rs-store-product-footer form { display: grid; grid-template-columns: 34px auto; gap: 5px; }
.rs-store-product-footer input { width: 34px; min-height: 35px; color: #fff; background: #15171b; border: 1px solid #444851; border-radius: 4px; text-align: center; }
.rs-store-product-footer button, .rs-store-login-button { display: inline-flex; min-height: 35px; align-items: center; justify-content: center; gap: 6px; padding: 7px 9px; color: #fff; background: #a9101a; border: 1px solid #d42d39; border-radius: 4px; font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.rs-store-product-footer button:hover, .rs-store-login-button:hover { color: #fff; background: #c71c28; }
.rs-store-sidebar { position: sticky; top: 18px; display: grid; gap: 14px; }
.rs-store-account-panel, .rs-store-side-info { overflow: hidden; background: rgba(29,30,35,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.rs-store-account-panel > header { display: flex; align-items: center; gap: 9px; padding: 16px 18px; background: #25272d; border-bottom: 1px solid rgba(255,255,255,.08); }
.rs-store-account-panel > header i { color: #f2b632; font-size: 1.05rem; }
.rs-store-account-panel h2 { margin: 0; color: #fff; font-size: .91rem; text-transform: uppercase; }
.rs-store-account-user { display: flex; align-items: center; gap: 11px; padding: 18px; }
.rs-store-account-user img { border: 2px solid #f2b632; border-radius: 5px; }
.rs-store-account-user span { display: grid; min-width: 0; }
.rs-store-account-user small { color: #858993; font-size: .63rem; }
.rs-store-account-user strong { overflow: hidden; color: #fff; font-size: .88rem; text-overflow: ellipsis; }
.rs-store-account-cart { display: grid; gap: 12px; padding: 15px 18px 18px; border-top: 1px solid rgba(255,255,255,.07); }
.rs-store-account-cart > span { display: flex; align-items: end; justify-content: space-between; }
.rs-store-account-cart small { color: #898d96; }
.rs-store-account-cart strong { color: #ffd05d; font-size: 1.2rem; }
.rs-store-account-cart a, .rs-store-connect { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; color: #fff; background: #a9101a; border: 1px solid #d42d39; border-radius: 5px; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.rs-store-account-cart a:hover, .rs-store-connect:hover { color: #fff; background: #c71c28; }
.rs-store-login-copy { display: grid; justify-items: center; gap: 9px; padding: 23px 20px 15px; text-align: center; }
.rs-store-login-copy > i { color: #f2b632; font-size: 2rem; }
.rs-store-login-copy p { margin: 0; color: #a4a7ae; font-size: .76rem; line-height: 1.5; }
.rs-store-connect { margin: 0 18px 18px; }
.rs-store-side-info { padding: 7px 16px; }
.rs-store-side-info > div { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.rs-store-side-info > div:last-child { border-bottom: 0; }
.rs-store-side-info > div > i { color: #f2b632; font-size: 1.05rem; }
.rs-store-side-info span { display: grid; }
.rs-store-side-info strong { color: #e8e9eb; font-size: .7rem; }
.rs-store-side-info small { color: #747983; font-size: .61rem; }
.rs-store-support { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 20px; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; }
.rs-store-support > div { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 92px; padding: 17px 20px; background: #1c1e23; }
.rs-store-support > div > i { color: #f2b632; font-size: 1.4rem; }
.rs-store-support span { display: grid; }
.rs-store-support strong { color: #fff; font-size: .78rem; }
.rs-store-support small { color: #858a93; font-size: .65rem; line-height: 1.45; }
.rs-store-support a { padding: 8px 10px; color: #fff; background: #5865f2; border-radius: 4px; font-size: .65rem; font-weight: 800; }
.rs-store-empty { grid-column: 1 / -1; padding: 45px; color: #9ba0a9; text-align: center; background: #202329; border: 1px solid rgba(255,255,255,.08); }
.rs-store-empty i { color: #f2b632; font-size: 2rem; }

/* Vote */
body:has(.rs-vote-page) .content { max-width: 1480px; padding: 0; background: transparent; border: 0; }
.rs-vote-page { color: #eef0f3; }
.rs-vote-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 20px; }
.rs-vote-heading h1 { margin: 4px 0 0; font-family: Georgia, serif; font-size: 2.15rem; }
.rs-vote-heading-reward { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: #202329; border: 1px solid rgba(255,255,255,.1); border-left: 3px solid var(--rs-gold); border-radius: 5px; }
.rs-vote-heading-reward > i { color: var(--rs-gold); font-size: 1.25rem; }
.rs-vote-heading-reward span { display: grid; }
.rs-vote-heading-reward strong { color: #fff; font-size: .8rem; }
.rs-vote-heading-reward small { color: #9da2ab; font-size: .68rem; }
.rs-vote-weekly { margin-bottom: 16px; padding: 24px 28px 18px; background: #272b32; border: 1px solid #666c76; border-top: 3px solid var(--rs-gold); border-radius: 6px; box-shadow: 0 14px 32px rgba(0,0,0,.22); }
.rs-vote-weekly h2 { margin: 0 0 22px; font-size: 1rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.rs-vote-weekly > p { margin: 19px 0 0; color: #bdc1c8; font-size: .78rem; text-align: center; }
.rs-vote-weekly > p a, .rs-vote-weekly > p strong { color: var(--rs-gold-light); }
.rs-vote-track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); align-items: start; }
.rs-vote-track::before, .rs-vote-track::after { content: ""; position: absolute; top: 17px; right: 6%; left: 6%; height: 7px; border-radius: 4px; }
.rs-vote-track::before { background: #3a4654; }
.rs-vote-track::after { right: auto; width: var(--vote-progress); max-width: 88%; background: linear-gradient(90deg, var(--rs-red), var(--rs-gold)); }
.rs-vote-milestone { position: relative; z-index: 1; display: grid; justify-items: center; gap: 2px; color: #9197a1; }
.rs-vote-gift { display: grid; width: 40px; height: 40px; place-items: center; color: #d9dde3; background: #344150; border: 2px solid #8190a0; border-radius: 50%; box-shadow: 0 0 0 4px #272b32; }
.rs-vote-milestone.is-complete .rs-vote-gift { color: #221704; background: var(--rs-gold); border-color: var(--rs-gold-light); }
.rs-vote-milestone strong { margin-top: 5px; color: #fff; font-size: .72rem; }
.rs-vote-milestone small { font-size: .58rem; text-transform: uppercase; }
.rs-vote-milestone { cursor: help; outline: none; }
.rs-vote-tooltip {
    position: absolute;
    z-index: 20;
    bottom: calc(100% + 12px);
    left: 50%;
    display: grid;
    min-width: 180px;
    padding: 10px 12px;
    color: #eef1f5;
    text-align: left;
    background: #171a20;
    border: 1px solid rgba(255, 190, 42, .65);
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .45);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity .15s ease, transform .15s ease;
}
.rs-vote-tooltip::after { content: ""; position: absolute; top: 100%; left: 50%; border: 7px solid transparent; border-top-color: rgba(255, 190, 42, .65); transform: translateX(-50%); }
.rs-vote-tooltip b { margin-bottom: 5px; color: var(--rs-gold-light); font-size: .75rem; }
.rs-vote-tooltip span { color: #d8dce3; font-size: .68rem; line-height: 1.45; }
.rs-vote-milestone:hover .rs-vote-tooltip,
.rs-vote-milestone:focus .rs-vote-tooltip { opacity: 1; transform: translate(-50%, 0); }
.rs-vote-columns { display: grid; grid-template-columns: minmax(290px, .92fr) minmax(360px, 1.08fr) minmax(300px, .95fr); gap: 16px; align-items: stretch; }
.rs-vote-panel { min-width: 0; overflow: hidden; background: #2b3038; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.rs-vote-panel > header { display: flex; min-height: 66px; align-items: center; justify-content: center; gap: 9px; padding: 15px 18px; background: #24282f; border-bottom: 1px solid rgba(255,255,255,.12); }
.rs-vote-panel > header > i { color: var(--rs-gold); }
.rs-vote-panel > header h2 { margin: 0; font-size: .98rem; font-weight: 900; text-transform: uppercase; }
.rs-vote-panel > header > span { margin-left: 4px; padding: 5px 8px; color: #c3c7cd; background: #343942; border: 1px solid #515762; border-radius: 4px; font-size: .65rem; }
.rs-vote-panel-body { padding: 16px; }
.rs-vote-card { min-height: 96px; }
.rs-vote-card .spinner-parent { display: none; }
.rs-vote-card.voting .spinner-parent { position: absolute; z-index: 10; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(25,28,33,.86); }
.rs-vote-card .spinner-border { color: var(--rs-gold); }
.rs-vote-login-form { display: grid; gap: 7px; }
.rs-vote-login-form label { color: #b8bdc5; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.rs-vote-login-form > div { display: flex; gap: 8px; }
.rs-vote-login-form .form-control { min-width: 0; color: #fff; background: #181b20; border-color: #515761; border-radius: 4px; }
.rs-vote-connect { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 0 0 auto; color: #fff; background: var(--rs-red); border: 1px solid #e4444f; border-radius: 4px; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.rs-vote-connect:hover { color: #221704; background: var(--rs-gold); border-color: var(--rs-gold-light); }
.rs-vote-sites-intro { margin: 0 0 12px; color: #b8bdc5; font-size: .74rem; line-height: 1.5; }
.rs-vote-site-list { display: grid; gap: 7px; }
.rs-vote-site { display: flex; min-height: 43px; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 11px; color: #fff; background: #20242a; border: 1px solid #454b55; border-radius: 4px; font-size: .75rem; font-weight: 750; }
.rs-vote-site span:first-child { display: flex; min-width: 0; align-items: center; gap: 8px; }
.rs-vote-site i { color: var(--rs-gold); }
.rs-vote-site:hover { color: #fff; background: #343942; border-color: var(--rs-gold); }
.rs-vote-site.disabled { pointer-events: none; opacity: .58; }
.rs-vote-site .vote-timer { color: #fff; background: var(--rs-red); font-size: .6rem; }
.rs-vote-player { display: grid; justify-items: center; min-height: 250px; margin-top: 16px; padding: 18px; overflow: hidden; background: #22262d; border: 1px solid rgba(255,255,255,.08); border-radius: 5px; }
.rs-vote-player img { width: auto; height: 210px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 8px 8px rgba(0,0,0,.45)); }
.rs-vote-player > i { align-self: center; color: #111318; font-size: 9rem; }
.rs-vote-player strong { margin-top: 5px; color: #fff; font-size: .82rem; }
.rs-vote-player small { color: #9fa4ad; font-size: .65rem; text-align: center; }
.rs-vote-notice { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; padding: 12px; color: #d7d9dd; background: #434a54; border-left: 3px solid var(--rs-gold); border-radius: 4px; font-size: .68rem; line-height: 1.5; }
.rs-vote-notice i { flex: 0 0 auto; color: var(--rs-gold-light); }
.rs-vote-rank-list { display: grid; gap: 8px; }
.rs-vote-rank { display: grid; grid-template-columns: 34px 40px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 58px; padding: 8px 11px; color: #eef0f3; background: #3b414b; border: 1px solid transparent; border-radius: 5px; }
.rs-vote-position { display: grid; width: 31px; height: 31px; place-items: center; color: #d8dbe0; border: 2px solid #737b87; border-radius: 50%; font-size: .69rem; font-weight: 900; }
.rs-vote-rank img { border-radius: 3px; image-rendering: pixelated; }
.rs-vote-rank-name { display: grid; min-width: 0; }
.rs-vote-rank-name strong { overflow: hidden; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
.rs-vote-rank-name small { color: #bec2c9; font-size: .58rem; font-style: italic; }
.rs-vote-count { padding: 5px 8px; color: #fff; background: #626a76; border-radius: 12px; font-size: .62rem; white-space: nowrap; }
.rs-vote-rank-1 { background: #8a7429; border-color: #d6bb4f; }
.rs-vote-rank-1 .rs-vote-position { color: #ffe374; border-color: #ffe374; }
.rs-vote-rank-2 { background: #66717e; border-color: #aeb9c6; }
.rs-vote-rank-2 .rs-vote-position { color: #e7edf3; border-color: #e7edf3; }
.rs-vote-rank-3 { background: #79583f; border-color: #bf8d66; }
.rs-vote-rank-3 .rs-vote-position { color: #efb983; border-color: #efb983; }
.rs-vote-empty { display: grid; min-height: 220px; place-items: center; align-content: center; color: #9ba0a9; text-align: center; }
.rs-vote-empty i { color: var(--rs-gold); font-size: 2rem; }
.rs-vote-empty p { margin: 8px 0 0; }
.rs-vote-faq .accordion { --bs-accordion-bg: transparent; --bs-accordion-border-color: rgba(255,255,255,.1); --bs-accordion-btn-color: #f1f2f4; --bs-accordion-active-color: var(--rs-gold-light); --bs-accordion-active-bg: #30353d; --bs-accordion-btn-focus-box-shadow: none; }
.rs-vote-faq .accordion-button { padding: 17px 18px; font-size: .75rem; font-weight: 750; }
.rs-vote-faq .accordion-button::after { filter: invert(1); }
.rs-vote-faq .accordion-body { padding: 0 18px 18px; color: #c1c5cc; font-size: .7rem; line-height: 1.65; }
.rs-vote-goal { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 22px; margin-top: 16px; padding: 17px 20px; background: #24282f; border: 1px solid rgba(255,255,255,.1); border-left: 3px solid var(--rs-red); border-radius: 5px; }
.rs-vote-goal > div:first-child { display: flex; align-items: center; gap: 11px; }
.rs-vote-goal i { color: var(--rs-gold); font-size: 1.3rem; }
.rs-vote-goal span { display: grid; }
.rs-vote-goal strong { font-size: .76rem; }
.rs-vote-goal small { color: #9da2ab; font-size: .65rem; }
.rs-vote-goal .progress { height: 9px; background: #14171b; }
.rs-vote-goal .progress-bar { background: linear-gradient(90deg, var(--rs-red), var(--rs-gold)); }

@media (max-width: 991.98px) {
    .rs-navbar { min-height: 64px; padding: 8px 0; }
    .rs-navbar .navbar-collapse { margin-top: 8px; padding: 8px 0 14px; border-top: 1px solid rgba(255,255,255,.08); }
    .rs-navbar .nav-link { min-height: 44px; padding: 0 10px !important; border-bottom: 0; border-left: 3px solid transparent; }
    .rs-navbar .nav-link:hover, .rs-navbar .nav-link.active { border-left-color: var(--rs-gold); }
    .rs-status-grid { grid-template-columns: 1fr 1fr; }
    .rs-status-item:nth-child(2) { border-right: 0; }
    .rs-status-actions { grid-column: 1 / -1; padding: 0 0 20px; }
    .rs-btn-discord { width: 100%; }
    .rs-destination-grid { grid-template-columns: 1fr; }
    .rs-news-grid { grid-template-columns: 1fr; }
    .rs-register-panel { grid-template-columns: 1fr; }
    .rs-register-visual { border-right: 0; border-bottom: 1px solid var(--rs-line); }
    .rs-cart-layout { grid-template-columns: 1fr; }
    .rs-store-layout { grid-template-columns: 1fr; }
    .rs-store-sidebar { position: static; grid-template-columns: 1fr 1fr; }
    .rs-store-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rs-store-support { grid-template-columns: 1fr; }
    .rs-vote-columns { grid-template-columns: 1fr 1fr; }
    .rs-vote-faq { grid-column: 1 / -1; }
}

@media (max-width: 767.98px) {
    .rs-hero { min-height: 330px; }
    .rs-hero-image { background-position: center; }
    .rs-hero-tagline { left: 16px; bottom: 16px; }
    .rs-status-grid { grid-template-columns: 1fr; }
    .rs-status-item, .rs-status-item + .rs-status-item { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .rs-status-actions { padding-top: 17px; }
    .rs-destinations, .rs-news { padding: 52px 0 60px; }
    .rs-section-heading { display: block; margin-bottom: 24px; }
    .rs-section-heading p, .rs-section-heading > .rs-text-link { margin-top: 14px; }
    .rs-section-heading h1, .rs-section-heading h2 { font-size: 1.65rem; }
    .rs-news-card { grid-template-columns: 1fr; }
    .rs-news-image { min-height: 180px; max-height: 210px; }
    .content { margin-top: 24px !important; margin-bottom: 24px !important; padding: 18px; }
    .rs-footer-inner { grid-template-columns: 1fr; }
    .rs-footer small { grid-column: auto; }
    .rs-adventure-header { padding: 46px 0 40px; }
    .rs-adventure-header h1 { font-size: 2.1rem; }
    .rs-worlds-section { padding-top: 22px; padding-bottom: 54px; }
    .rs-world-tabs { grid-template-columns: 1fr 1fr; margin-bottom: 28px; }
    .rs-world-tab { min-height: 58px; padding: 9px 11px; }
    .rs-world-intro { display: grid; align-items: start; margin-bottom: 32px; }
    .rs-world-intro h2 { font-size: 1.85rem; }
    .rs-adventure-gallery-section { padding-bottom: 48px; }
    .rs-adventure-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(130px, 27vw); gap: 7px; }
    .rs-gallery-item-featured { grid-column: span 2; }
    .rs-map-heading { display: block; }
    .rs-map-legend { display: block; margin-top: 10px; }
    .rs-adventure-gate { min-height: 330px; }
    .rs-adventure-frame { height: 68vh; min-height: 480px; }
    .rs-adventure-map-note { align-items: flex-start; }
    .rs-citadel-empty { min-height: 360px; }
    .rs-register-visual, .rs-register-form { padding: 28px 22px; }
    .rs-register-visual img { width: 90px; height: 70px; }
    .rs-shop-heading { display: grid; align-items: start; }
    .rs-cart-summary { justify-self: start; }
    .rs-cart-item { grid-template-columns: 68px 1fr 36px; gap: 11px; }
    .rs-cart-item > img { width: 68px; height: 68px; }
    .rs-cart-item label { grid-column: 2; }
    .rs-cart-item-total { grid-column: 2; text-align: left; }
    .rs-cart-remove { grid-column: 3; grid-row: 1 / 3; }
    body:has(.rs-shop-page) .content { margin-right: 0 !important; margin-left: 0 !important; border-right: 0; border-left: 0; border-radius: 0; }
    .rs-shop-page { padding: 12px; }
    .rs-store-header { grid-template-columns: 1fr; gap: 20px; min-height: 0; padding: 25px 20px; }
    .rs-store-header h1 { font-size: 2.25rem; }
    .rs-store-header-cart { width: 100%; }
    .rs-store-categories { margin: 12px 0; }
    .rs-store-catalog { padding: 21px 14px; }
    .rs-store-section-heading { display: grid; align-items: start; }
    .rs-store-products { grid-template-columns: 1fr; }
    .rs-store-product-media img { aspect-ratio: 1.25 / 1; }
    .rs-store-sidebar { grid-template-columns: 1fr; }
    .rs-store-support > div { grid-template-columns: 34px minmax(0, 1fr); }
    .rs-store-support a { grid-column: 2; justify-self: start; }
    .rs-vote-heading { display: grid; align-items: start; }
    .rs-vote-heading h1 { font-size: 1.75rem; }
    .rs-vote-weekly { padding: 20px 12px 16px; }
    .rs-vote-track::before, .rs-vote-track::after { top: 14px; }
    .rs-vote-gift { width: 34px; height: 34px; box-shadow: 0 0 0 3px #272b32; font-size: .8rem; }
    .rs-vote-milestone strong { font-size: .64rem; }
    .rs-vote-milestone:first-child .rs-vote-tooltip { left: 0; transform: translate(0, 6px); }
    .rs-vote-milestone:first-child:hover .rs-vote-tooltip,
    .rs-vote-milestone:first-child:focus .rs-vote-tooltip { transform: translate(0, 0); }
    .rs-vote-milestone:first-child .rs-vote-tooltip::after { left: 18px; transform: none; }
    .rs-vote-milestone:last-child .rs-vote-tooltip { right: 0; left: auto; transform: translate(0, 6px); }
    .rs-vote-milestone:last-child:hover .rs-vote-tooltip,
    .rs-vote-milestone:last-child:focus .rs-vote-tooltip { transform: translate(0, 0); }
    .rs-vote-milestone:last-child .rs-vote-tooltip::after { right: 18px; left: auto; transform: none; }
    .rs-vote-columns { grid-template-columns: 1fr; }
    .rs-vote-faq { grid-column: auto; }
    .rs-vote-goal { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .rs-hero { min-height: 280px; }
    .rs-hero-tagline strong { font-size: 1rem; }
    .rs-destination { grid-template-columns: 44px 1fr 20px; padding: 17px; }
    .rs-destination > i:first-child { width: 44px; height: 44px; }
}

/* RoyalSky 2026 — refonte royaume céleste */
:root {
    --rs-red: #e32636;
    --rs-red-dark: #9e1320;
    --rs-ruby: #ff3347;
    --rs-gold: #f4bc45;
    --rs-gold-light: #ffe49a;
    --rs-violet: #7b45dd;
    --rs-violet-soft: #a679ff;
    --rs-ink: #0d0815;
    --rs-panel: #171020;
    --rs-panel-light: #21172d;
    --rs-stone: #b9afc6;
    --rs-paper: #fbf8ff;
    --rs-line: rgba(244, 188, 69, .22);
}

body {
    color: var(--rs-paper);
    background:
        radial-gradient(circle at 10% 8%, rgba(123, 69, 221, .13), transparent 26rem),
        radial-gradient(circle at 92% 36%, rgba(227, 38, 54, .09), transparent 30rem),
        #0d0815;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

::selection {
    color: #180b20;
    background: var(--rs-gold);
}

.container {
    width: min(100% - 40px, 1240px);
    max-width: 1240px;
}

.rs-navbar {
    position: relative;
    z-index: 80;
    min-height: 0;
    padding: 15px 0;
    background: #0d0815;
    border: 0;
    box-shadow: none;
}

.rs-navbar > .container {
    min-height: 70px;
    padding: 0 18px;
    background: rgba(22, 14, 31, .9);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
    backdrop-filter: blur(18px);
}

.rs-home-body .rs-navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
}

.rs-brand {
    gap: 9px;
    color: #fff !important;
    font-size: 1.18rem;
    letter-spacing: -.02em;
}

.rs-brand-logo {
    width: 46px;
    height: 46px;
    filter: drop-shadow(0 6px 10px rgba(227, 38, 54, .28));
}

.rs-main-nav {
    gap: 2px;
}

.rs-navbar .nav-link {
    position: relative;
    min-height: 42px;
    padding: 0 9px !important;
    color: #c9c0d4;
    border: 0;
    border-radius: 10px;
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .01em;
}

.rs-navbar .nav-link i {
    font-size: .86rem;
}

.rs-navbar .nav-link:hover,
.rs-navbar .nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, .07);
    border: 0;
}

.rs-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 4px;
    left: 10px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--rs-gold), var(--rs-ruby));
}

.rs-navbar .rs-nav-shop {
    margin-left: 4px;
    padding-right: 13px !important;
    padding-left: 13px !important;
    color: #1d1110;
    background: linear-gradient(135deg, #ffe083, #f2a82c);
    box-shadow: 0 8px 22px rgba(244, 188, 69, .2);
}

.rs-navbar .rs-nav-shop:hover,
.rs-navbar .rs-nav-shop.active {
    color: #1d1110;
    background: linear-gradient(135deg, #ffeaac, #ffc14f);
}

.rs-navbar .rs-nav-shop.active::after {
    display: none;
}

.rs-account-nav .nav-link {
    white-space: nowrap;
}

.rs-navbar .rs-register-link {
    color: var(--rs-gold-light);
}

.rs-navbar .dropdown-menu {
    padding: 8px;
    background: rgba(24, 15, 34, .98);
    border-color: rgba(255, 255, 255, .1);
    border-radius: 14px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, .45);
}

.rs-navbar .dropdown-item {
    border-radius: 8px;
}

.rs-navbar .dropdown-item:hover {
    background: rgba(227, 38, 54, .22);
}

.rs-home-page {
    overflow: hidden;
}

.rs-hero {
    min-height: clamp(610px, 78vh, 760px);
    background: #26070d;
    isolation: isolate;
}

.rs-hero-image {
    background-position: center;
    transform: scale(1.015);
    animation: rs-hero-breathe 14s ease-in-out infinite alternate;
}

.rs-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 5, 16, .95) 0%, rgba(10, 5, 16, .74) 28%, rgba(10, 5, 16, .12) 57%, rgba(10, 5, 16, .38) 100%),
        linear-gradient(0deg, #0d0815 0%, transparent 28%, rgba(13, 8, 21, .25) 100%);
}

.rs-hero::after {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 70%, transparent);
}

.rs-hero-atmosphere {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
}

.rs-hero-atmosphere::before,
.rs-hero-atmosphere::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(3px);
}

.rs-hero-atmosphere::before {
    top: 26%;
    left: 42%;
    width: 7px;
    height: 7px;
    background: #ffd971;
    box-shadow: 150px 80px 0 -1px rgba(255, 217, 113, .7), 330px -60px 0 -2px #fff, 540px 130px 0 -1px rgba(255, 190, 80, .7);
    animation: rs-sparkle 4s ease-in-out infinite;
}

.rs-hero-atmosphere::after {
    right: -180px;
    bottom: -230px;
    width: 520px;
    height: 520px;
    background: rgba(135, 64, 230, .16);
    filter: blur(70px);
}

.rs-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: clamp(610px, 78vh, 760px);
    align-items: center;
    padding-top: 104px;
    padding-bottom: 70px;
}

.rs-hero-copy {
    width: min(620px, 55vw);
}

.rs-hero-kicker,
.rs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rs-gold);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.rs-hero-kicker {
    margin-bottom: 18px;
    padding: 8px 12px;
    color: var(--rs-gold-light);
    background: rgba(22, 13, 30, .58);
    border: 1px solid rgba(244, 188, 69, .28);
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

.rs-hero-copy h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.1rem, 5.7vw, 5.55rem);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .94;
    text-wrap: balance;
    text-shadow: 0 12px 45px rgba(0, 0, 0, .48);
}

.rs-hero-copy h1 em {
    color: var(--rs-gold-light);
    font-style: italic;
    font-weight: 500;
}

.rs-hero-copy > p {
    max-width: 590px;
    margin: 24px 0 0;
    color: #d8cedf;
    font-size: 1.02rem;
    line-height: 1.7;
    text-shadow: 0 3px 16px #000;
}

.rs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.rs-hero-play,
.rs-hero-discover {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 18px;
    border-radius: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.rs-hero-play {
    color: #24140d;
    background: linear-gradient(135deg, #ffe89c, #f2ac30);
    border: 1px solid #ffecad;
    box-shadow: 0 13px 35px rgba(244, 188, 69, .2);
}

.rs-hero-play span,
.rs-final-cta button span,
.rs-status-cta span {
    display: grid;
    text-align: left;
}

.rs-hero-play small,
.rs-final-cta button small,
.rs-status-cta small {
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1.1;
    text-transform: uppercase;
    opacity: .7;
}

.rs-hero-play strong {
    margin-top: 3px;
    font-size: .95rem;
}

.rs-hero-play:hover,
.rs-hero-play.is-copied {
    transform: translateY(-2px);
    box-shadow: 0 17px 42px rgba(244, 188, 69, .32);
}

.rs-hero-discover {
    color: #fff;
    background: rgba(18, 11, 26, .72);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(12px);
}

.rs-hero-discover:hover {
    color: #fff;
    border-color: rgba(244, 188, 69, .55);
    transform: translateY(-2px);
}

.rs-hero-details {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin-top: 24px;
    color: #bdb1c8;
    font-size: .72rem;
    font-weight: 750;
}

.rs-hero-details span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rs-hero-details i {
    color: var(--rs-gold);
}

.rs-hero-scroll {
    position: absolute;
    z-index: 2;
    bottom: 29px;
    left: 50%;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: rgba(255, 255, 255, .64);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: rs-scroll-cue 2s ease-in-out infinite;
}

.rs-status-band {
    z-index: 8;
    margin-top: -2px;
    background: #0d0815;
    border: 0;
}

.rs-status-grid {
    grid-template-columns: 1fr .8fr .9fr;
    min-height: 116px;
    margin-top: -38px;
    overflow: hidden;
    background: rgba(26, 17, 36, .96);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .38);
    backdrop-filter: blur(16px);
}

.rs-status-item {
    padding: 24px 26px;
    border-right-color: rgba(255, 255, 255, .08);
}

.rs-status-item + .rs-status-item {
    padding-left: 26px;
}

.rs-status-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    color: var(--rs-gold);
    background: linear-gradient(145deg, rgba(244, 188, 69, .13), rgba(123, 69, 221, .12));
    border-color: rgba(244, 188, 69, .22);
    border-radius: 13px;
}

.rs-status-label {
    color: #92869e;
    letter-spacing: .12em;
}

.rs-copy-address {
    font-size: 1rem;
}

.rs-status-actions {
    padding: 13px;
}

.rs-status-cta {
    display: flex;
    width: 100%;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(227, 38, 54, .86), rgba(138, 21, 51, .94)),
        #9e1320;
    border: 1px solid rgba(255, 106, 118, .45);
    border-radius: 13px;
}

.rs-status-cta:hover {
    color: #fff;
    background: linear-gradient(135deg, #f02d40, #ad1830);
}

.rs-status-cta small {
    color: #ffd5d8;
}

.rs-status-cta strong {
    margin-top: 4px;
    font-size: .9rem;
}

.rs-status-cta > i {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.rs-destinations {
    padding: 112px 0 118px;
    background:
        radial-gradient(circle at 100% 0, rgba(123, 69, 221, .13), transparent 34rem),
        #0d0815;
}

.rs-section-heading {
    align-items: end;
    margin-bottom: 42px;
}

.rs-section-heading h1,
.rs-section-heading h2,
.rs-pillars-intro h2,
.rs-final-cta h2 {
    margin: 8px 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 4.2vw, 4.15rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.rs-section-heading p {
    max-width: 440px;
    color: #a99eb5;
    font-size: .94rem;
}

.rs-destination-grid {
    grid-template-columns: 1.35fr .75fr;
    grid-template-rows: repeat(2, minmax(230px, 1fr));
    gap: 18px;
}

.rs-destination {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0;
    padding: 26px;
    overflow: hidden;
    background: #1b1224;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    isolation: isolate;
}

.rs-destination::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background-position: center;
    background-size: cover;
    transition: transform .45s ease, filter .45s ease;
}

.rs-destination::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(0deg, rgba(10, 5, 15, .98), rgba(10, 5, 15, .18) 78%);
}

.rs-destination-featured {
    grid-row: span 2;
    min-height: 478px;
}

.rs-destination-featured::before {
    background-image: url('../images/citadelle/citadelle-12.webp');
}

.rs-destination-shop::before {
    background-image:
        radial-gradient(circle at 72% 35%, rgba(255, 51, 71, .7), transparent 12rem),
        linear-gradient(135deg, #481022, #1b1028);
}

.rs-destination-vote::before {
    background-image:
        radial-gradient(circle at 78% 25%, rgba(244, 188, 69, .42), transparent 10rem),
        linear-gradient(135deg, #2d174d, #171021);
}

.rs-destination-shop::after,
.rs-destination-vote::after {
    background:
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, .035) 50%, transparent 51%),
        linear-gradient(0deg, rgba(10, 5, 15, .92), rgba(10, 5, 15, .08));
    background-size: 46px 46px, auto;
}

.rs-destination:hover {
    color: #fff;
    background: #1b1224;
    border-color: rgba(244, 188, 69, .48);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .3);
    transform: translateY(-5px);
}

.rs-destination:hover::before {
    filter: saturate(1.08) brightness(1.06);
    transform: scale(1.035);
}

.rs-card-number {
    position: absolute;
    top: 22px;
    left: 24px;
    color: rgba(255, 255, 255, .45);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.rs-destination-copy {
    display: grid;
}

.rs-destination-copy small {
    color: var(--rs-gold);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rs-destination-copy strong {
    margin-top: 5px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    letter-spacing: -.035em;
}

.rs-destination-copy em {
    max-width: 490px;
    margin-top: 7px;
    color: #c6bdcf;
    font-size: .78rem;
    font-style: normal;
    line-height: 1.55;
}

.rs-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #fff;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
}

.rs-card-link i {
    color: var(--rs-gold);
    transition: transform .2s ease;
}

.rs-destination:hover .rs-card-link i {
    transform: translateX(4px);
}

.rs-pillars {
    padding: 112px 0;
    background:
        linear-gradient(rgba(13, 8, 21, .82), rgba(13, 8, 21, .94)),
        url('../images/citadelle/citadelle-01.webp') center / cover fixed;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.rs-pillars-intro {
    display: grid;
    grid-template-columns: 1.2fr .7fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 52px;
}

.rs-pillars-intro h2 {
    max-width: 720px;
}

.rs-pillars-intro p {
    margin: 0 0 6px;
    color: #b2a8be;
    line-height: 1.7;
}

.rs-pillar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;
}

.rs-pillar {
    min-height: 230px;
    padding: 28px;
    background: rgba(18, 11, 27, .82);
    backdrop-filter: blur(16px);
}

.rs-pillar + .rs-pillar {
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.rs-pillar > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 28px;
    color: var(--rs-gold);
    background: rgba(244, 188, 69, .09);
    border: 1px solid rgba(244, 188, 69, .2);
    border-radius: 14px;
    font-size: 1.2rem;
}

.rs-pillar strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
}

.rs-pillar p {
    margin: 10px 0 0;
    color: #9f95aa;
    font-size: .77rem;
    line-height: 1.6;
}

.rs-news {
    padding: 112px 0 122px;
    background:
        radial-gradient(circle at 0 90%, rgba(227, 38, 54, .08), transparent 28rem),
        #100a18;
}

.rs-news-card {
    grid-template-columns: minmax(180px, .65fr) 1fr;
    min-height: 240px;
    background: #191122;
    border-color: rgba(255, 255, 255, .09);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.rs-news-image {
    min-height: 240px;
}

.rs-news-content {
    padding: 27px;
}

.rs-news-content h3 {
    font-size: 1.45rem;
}

.rs-news-content p {
    color: #a89eb3;
}

.rs-final-cta {
    padding: 0 0 110px;
    background: #100a18;
}

.rs-final-cta-inner {
    position: relative;
    padding: 70px clamp(28px, 7vw, 90px);
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(19, 8, 27, .98) 0%, rgba(19, 8, 27, .84) 48%, rgba(19, 8, 27, .25)),
        url('../images/royalsky-banner.webp') center / cover;
    border: 1px solid rgba(244, 188, 69, .2);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

.rs-final-cta h2 {
    max-width: 680px;
}

.rs-final-cta p {
    max-width: 520px;
    margin: 18px 0 26px;
    color: #c4b9cd;
}

.rs-final-cta button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    gap: 13px;
    padding: 10px 18px;
    color: #24140d;
    background: linear-gradient(135deg, #ffe89c, #f2ac30);
    border: 1px solid #ffecad;
    border-radius: 14px;
}

.rs-final-cta button > i {
    font-size: 1.2rem;
}

.rs-final-cta button strong {
    margin-top: 3px;
}

.rs-final-cta button:hover,
.rs-final-cta button.is-copied {
    box-shadow: 0 14px 38px rgba(244, 188, 69, .28);
    transform: translateY(-2px);
}

.content {
    background: rgba(23, 16, 32, .96);
    border-color: rgba(255, 255, 255, .09);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.content .card {
    background: #21172d;
    border-color: rgba(255, 255, 255, .09);
    border-radius: 14px;
}

.rs-store-catalog,
.rs-store-product,
.rs-store-account-panel,
.rs-store-side-info,
.rs-store-support,
.rs-vote-panel,
.rs-vote-weekly {
    border-radius: 16px;
}

.rs-store-catalog,
.rs-store-account-panel,
.rs-store-side-info,
.rs-vote-panel {
    background: rgba(25, 17, 34, .97);
}

.rs-store-product {
    background: #21172d;
    border-color: rgba(255, 255, 255, .1);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
}

.rs-store-product:hover {
    border-color: rgba(244, 188, 69, .72);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .34);
    transform: translateY(-5px);
}

.rs-store-product-footer button,
.rs-store-login-button,
.rs-store-account-cart a,
.rs-store-connect,
.content .btn-primary {
    background: linear-gradient(135deg, #e52a3b, #ad1525);
    border-color: rgba(255, 105, 117, .55);
}

.rs-footer {
    padding: 52px 0 36px;
    background: #09060e;
    border-top-color: rgba(255, 255, 255, .07);
}

.rs-footer-brand {
    color: var(--rs-gold-light);
    font-size: 1.45rem;
}

.rs-footer-brand img {
    width: 45px;
    height: 45px;
}

.rs-footer nav a,
.rs-legal-links a {
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.rs-footer nav a:hover {
    transform: translateY(-1px);
}

@keyframes rs-hero-breathe {
    from { transform: scale(1.015); }
    to { transform: scale(1.045); }
}

@keyframes rs-sparkle {
    0%, 100% { opacity: .35; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-7px); }
}

@keyframes rs-scroll-cue {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 6px); }
}

@media (max-width: 1199.98px) {
    .rs-navbar .nav-link {
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: .7rem;
    }

    .rs-navbar .nav-link i {
        display: none;
    }

    .rs-brand {
        font-size: 1.08rem;
    }

    .rs-brand-logo {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 991.98px) {
    .rs-navbar {
        padding: 10px 0;
    }

    .rs-navbar > .container {
        min-height: 62px;
        padding: 7px 14px;
        border-radius: 15px;
    }

    .rs-navbar .navbar-collapse {
        margin-top: 7px;
        padding: 9px 0 10px;
        border-top-color: rgba(255, 255, 255, .08);
    }

    .rs-navbar .nav-link {
        min-height: 42px;
        padding: 0 12px !important;
        border: 0;
        border-radius: 9px;
        font-size: .78rem;
    }

    .rs-navbar .nav-link i {
        display: inline-block;
    }

    .rs-navbar .nav-link.active::after {
        top: 9px;
        right: auto;
        bottom: 9px;
        left: 2px;
        width: 2px;
        height: auto;
    }

    .rs-navbar .rs-nav-shop {
        margin: 5px 0;
    }

    .rs-navbar .rs-nav-shop.active::after {
        display: none;
    }

    .rs-hero,
    .rs-hero-content {
        min-height: 660px;
    }

    .rs-hero-copy {
        width: min(650px, 76vw);
    }

    .rs-status-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rs-status-actions {
        grid-column: 1 / -1;
        padding: 12px;
    }

    .rs-status-cta {
        min-height: 72px;
    }

    .rs-pillar-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rs-pillar:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .rs-pillar:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .08);
    }
}

@media (max-width: 767.98px) {
    .container {
        width: min(100% - 28px, 1240px);
    }

    .rs-hero,
    .rs-hero-content {
        min-height: 700px;
    }

    .rs-hero-image {
        background-position: 57% center;
    }

    .rs-hero::before {
        background:
            linear-gradient(90deg, rgba(10, 5, 16, .92), rgba(10, 5, 16, .38)),
            linear-gradient(0deg, #0d0815 0%, rgba(13, 8, 21, .28) 50%, rgba(13, 8, 21, .5) 100%);
    }

    .rs-hero-content {
        align-items: flex-end;
        padding-top: 118px;
        padding-bottom: 82px;
    }

    .rs-hero-copy {
        width: 100%;
    }

    .rs-hero-copy h1 {
        font-size: clamp(2.85rem, 13vw, 4.2rem);
    }

    .rs-hero-copy > p {
        font-size: .9rem;
        line-height: 1.6;
    }

    .rs-hero-actions {
        display: grid;
    }

    .rs-hero-play,
    .rs-hero-discover {
        width: 100%;
    }

    .rs-hero-details {
        gap: 10px 15px;
    }

    .rs-hero-scroll {
        display: none;
    }

    .rs-status-grid {
        grid-template-columns: 1fr;
        margin-top: -24px;
        border-radius: 16px;
    }

    .rs-status-item,
    .rs-status-item + .rs-status-item {
        padding: 18px;
    }

    .rs-status-actions {
        padding: 10px;
    }

    .rs-destinations,
    .rs-pillars,
    .rs-news {
        padding-top: 78px;
        padding-bottom: 82px;
    }

    .rs-section-heading,
    .rs-pillars-intro {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 32px;
    }

    .rs-section-heading h1,
    .rs-section-heading h2,
    .rs-pillars-intro h2,
    .rs-final-cta h2 {
        font-size: clamp(2.25rem, 10vw, 3.25rem);
    }

    .rs-destination-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .rs-destination,
    .rs-destination-featured {
        grid-row: auto;
        min-height: 330px;
        padding: 23px;
    }

    .rs-destination-shop,
    .rs-destination-vote {
        min-height: 250px;
    }

    .rs-pillar-grid {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .rs-pillar {
        min-height: 0;
        padding: 24px;
    }

    .rs-pillar + .rs-pillar {
        border-top: 1px solid rgba(255, 255, 255, .08);
        border-left: 0;
    }

    .rs-pillar > span {
        margin-bottom: 20px;
    }

    .rs-news-card {
        grid-template-columns: 1fr;
    }

    .rs-final-cta {
        padding-bottom: 74px;
    }

    .rs-final-cta-inner {
        padding: 48px 24px;
        border-radius: 19px;
    }

    .rs-footer {
        padding-top: 42px;
    }
}

@media (max-width: 420px) {
    .rs-hero,
    .rs-hero-content {
        min-height: 720px;
    }

    .rs-hero-kicker {
        font-size: .58rem;
    }

    .rs-hero-details {
        display: grid;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .rs-hero-image,
    .rs-hero-atmosphere::before,
    .rs-hero-scroll {
        animation: none;
    }

    .rs-destination,
    .rs-destination::before,
    .rs-card-link i {
        transition: none;
    }
}

/* RoyalSky V3 — direction plus proche d'un portail Minecraft illustré. */
.rs-v2-body header {
    top: 168px;
}

.rs-v2-body .rs-navbar {
    padding: 0;
}

.rs-v2-body .rs-v3-home-nav {
    width: min(850px, calc(100% - 32px));
    min-height: 76px;
    padding: 7px 10px;
    background: rgba(24, 17, 48, .94);
    border: 2px solid rgba(255,255,255,.08);
    border-radius: 23px;
    box-shadow: 0 18px 45px rgba(31, 13, 57, .32), inset 0 1px rgba(255,255,255,.08);
    backdrop-filter: blur(13px);
}

.rs-v3-home-links {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.rs-v2-body .rs-v3-home-links .nav-link {
    min-height: 57px;
    padding: 0 20px !important;
    color: #fff;
    background: transparent;
    border-radius: 15px;
    font-size: .87rem;
    font-weight: 950;
    letter-spacing: .015em;
    text-transform: uppercase;
    text-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.rs-v2-body .rs-v3-home-links .nav-link:hover {
    color: #fff;
    background: rgba(255,255,255,.1);
    transform: translateY(-2px);
}

.rs-v2-body .rs-v3-home-links .rs-v3-vote-link {
    color: #fff;
    background: linear-gradient(135deg, #ee42a0, #be2d7f);
    box-shadow: 0 8px 22px rgba(238,66,160,.35), inset 0 1px rgba(255,255,255,.3);
}

.rs-v2-body .rs-v3-home-links .rs-v3-shop-link {
    color: #36210b;
    background: linear-gradient(135deg, #ffd65c, #f2a92f);
    box-shadow: 0 8px 22px rgba(242,169,47,.32), inset 0 1px rgba(255,255,255,.38);
}

.rs-v2-body .rs-v3-home-links .rs-v3-account-link {
    padding: 0 14px !important;
}

.rs-v3-hero {
    min-height: max(760px, 100vh);
    background: #63d8f5;
}

.rs-v3-hero::after {
    display: none;
}

.rs-v3-hero-bg {
    inset: 0;
    background-image: url('../images/royalsky-hero-v4-cartoon.webp');
    background-position: center center;
    filter: none;
    transform: none;
    animation: rs-v3-hero-zoom 18s ease-in-out infinite alternate;
}

.rs-v3-hero-vignette {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(28,18,61,.12), transparent 22% 68%, rgba(22,10,42,.62) 100%),
        linear-gradient(90deg, rgba(26,12,52,.08), transparent 18% 82%, rgba(26,12,52,.08));
}

.rs-v3-hero-inner {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    max-width: none;
    height: max(760px, 100vh);
    padding: 0;
}

.rs-v3-brandmark {
    position: absolute;
    top: 20px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    filter: drop-shadow(0 6px 5px rgba(29,13,57,.3));
    transform: translateX(-50%) rotate(-2deg);
}

.rs-v3-hero-logo {
    width: 100px;
    height: 112px;
    object-fit: contain;
}

.rs-v3-brandmark > span {
    display: grid;
    margin-left: -15px;
    transform: skew(-5deg);
}

.rs-v3-brandmark strong {
    color: #fff;
    font-family: Inter, 'Segoe UI', sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.45rem);
    font-weight: 1000;
    letter-spacing: -.08em;
    line-height: .86;
    text-shadow: 0 5px 0 #5b2b99, 0 9px 18px rgba(38,15,67,.28);
}

.rs-v3-brandmark small {
    margin-top: 8px;
    color: #ffe06d;
    font-size: .62rem;
    font-weight: 1000;
    letter-spacing: .22em;
    text-align: center;
    text-transform: uppercase;
}

.rs-v3-play-panel {
    position: absolute;
    right: 50%;
    bottom: 28px;
    display: grid;
    width: min(720px, calc(100vw - 32px));
    justify-items: center;
    padding: 17px 22px;
    color: #fff;
    background: rgba(25,16,50,.91);
    border: 2px solid rgba(255,255,255,.12);
    border-radius: 24px;
    box-shadow: 0 20px 55px rgba(27,11,48,.35), inset 0 1px rgba(255,255,255,.09);
    backdrop-filter: blur(14px);
    transform: translateX(50%);
}

.rs-v3-new-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffe06d;
    font-size: .66rem;
    font-weight: 1000;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rs-v3-play-panel h1 {
    margin: 4px 0 8px;
    color: #fff;
    font-family: Inter, 'Segoe UI', sans-serif;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    font-weight: 1000;
    letter-spacing: -.04em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
}

.rs-v3-connect-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 12px;
    color: rgba(255,255,255,.7);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.rs-v3-connect-flow i { color: #f04ba4; font-size: .58rem; }

.rs-v3-ip-button {
    display: flex;
    width: min(430px, 100%);
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 9px 8px 20px;
    color: #2a1740;
    background: #fff;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(8,3,16,.24);
    transition: transform .22s ease, box-shadow .22s ease;
}

.rs-v3-ip-button:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(8,3,16,.3); }
.rs-v3-ip-button > span:first-child { display: grid; text-align: left; }
.rs-v3-ip-button small { color: #a045d1; font-size: .59rem; font-weight: 1000; letter-spacing: .12em; }
.rs-v3-ip-button strong { font-size: 1.05rem; font-weight: 1000; }
.rs-v3-copy-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: linear-gradient(135deg,#ee42a0,#a33dd1); border-radius: 12px; }

.rs-v3-live-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 9px;
    color: rgba(255,255,255,.68);
    font-size: .68rem;
    font-weight: 800;
}

.rs-v3-live-row strong { color: #fff; }
.rs-v3-live-row .rs-v2-live-dot { width: 7px; height: 7px; box-shadow: 0 0 0 3px rgba(88,228,153,.17); }

.rs-v3-hero .rs-v2-scroll {
    right: 22px;
    bottom: 31px;
    left: auto;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
    transform: none;
}

.rs-v2-home .rs-v2-heading h2,
.rs-v2-home .rs-v2-adventure-copy h2,
.rs-v2-home .rs-v2-final h2,
.rs-v2-home .rs-v2-feature h3,
.rs-v2-home .rs-v2-action-card strong,
.rs-v2-home .rs-v2-news-card h3 {
    font-family: Inter, 'Segoe UI', sans-serif;
    font-weight: 1000;
    letter-spacing: -.045em;
}

.rs-v2-join {
    background: #fff;
}

.rs-v2-join::before {
    height: 36px;
    background: #23133f;
    clip-path: polygon(0 0,100% 0,100% 15%,82% 80%,58% 32%,32% 92%,0 34%);
}

.rs-v2-heading > span,
.rs-v2-news-heading > div > span {
    color: #e73e9b;
}

.rs-v2-step {
    border: 0;
    box-shadow: 0 16px 42px rgba(53,38,87,.11);
}

.rs-v2-step-featured {
    background: linear-gradient(145deg,#ed49a5,#9e3bd0);
}

.rs-v2-adventure {
    background: linear-gradient(135deg,#861057,#c92887 48%,#7c2ec2);
}

.rs-v2-experience,
.rs-v2-actions {
    background: #f4f2ff;
}

.rs-v2-feature,
.rs-v2-news-card,
.rs-v2-action-card,
.rs-v2-step {
    border-radius: 22px;
}

@keyframes rs-v3-hero-zoom {
    from { transform: scale(1); }
    to { transform: scale(1.035); }
}

@media (max-width: 991.98px) {
    .rs-v2-body header { top: 128px; }
    .rs-v2-body .rs-v3-home-nav { width: min(760px, calc(100% - 24px)); min-height: 64px; }
    .rs-v2-body .rs-v3-home-nav .navbar-toggler { margin-left: auto; color: #fff; border: 0; }
    .rs-v2-body .rs-v3-home-nav .navbar-collapse { position: absolute; top: 72px; right: 0; left: 0; margin: 0; padding: 10px; background: rgba(24,17,48,.97); border-radius: 18px; box-shadow: 0 18px 38px rgba(24,10,43,.28); }
    .rs-v3-home-links { align-items: stretch; }
    .rs-v2-body .rs-v3-home-links .nav-link { min-height: 46px; }
    .rs-v3-brandmark { top: 12px; }
    .rs-v3-hero-logo { width: 76px; height: 92px; }
    .rs-v3-brandmark strong { font-size: 2.4rem; }
}

@media (max-width: 767.98px) {
    .rs-v3-hero,.rs-v3-hero-inner { min-height: 760px; height: 100svh; }
    .rs-v3-hero-bg { background-position: 50% center; }
    .rs-v3-play-panel { bottom: 22px; width: calc(100vw - 22px); padding: 15px 12px; border-radius: 20px; }
    .rs-v3-play-panel h1 { font-size: 1.38rem; }
    .rs-v3-connect-flow { font-size: .58rem; }
    .rs-v3-hero .rs-v2-scroll { display: none; }
}

@media (max-width: 479.98px) {
    .rs-v2-body header { top: 116px; }
    .rs-v2-body .rs-v3-home-nav { min-height: 58px; border-radius: 17px; }
    .rs-v3-brandmark { top: 8px; }
    .rs-v3-hero-logo { width: 64px; height: 78px; }
    .rs-v3-brandmark strong { font-size: 2rem; }
    .rs-v3-brandmark small { font-size: .48rem; }
    .rs-v3-play-panel h1 { font-size: 1.2rem; }
    .rs-v3-new-badge { font-size: .56rem; }
    .rs-v3-connect-flow span:first-child,
    .rs-v3-connect-flow i:first-of-type { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .rs-v3-hero-bg { animation: none !important; }
}

/* RoyalSky V2 — structure éditoriale inspirée des grands portails Minecraft,
   conservant l'identité royale et la page Aventure du serveur. */
:root {
    --rs-v2-ink: #180d28;
    --rs-v2-violet: #6f35c7;
    --rs-v2-violet-dark: #3d176d;
    --rs-v2-purple: #9c5cf0;
    --rs-v2-gold: #f4c55a;
    --rs-v2-cream: #fff9ef;
    --rs-v2-paper: #f6efff;
    --rs-v2-white: #ffffff;
    --rs-v2-muted: #756887;
    --rs-v2-radius: 28px;
    --rs-v2-shadow: 0 24px 70px rgba(35, 13, 61, .18);
}

.rs-v2-body {
    color: var(--rs-v2-ink);
    background: var(--rs-v2-cream);
}

.rs-v2-body header {
    position: absolute;
    z-index: 80;
    top: 0;
    right: 0;
    left: 0;
}

.rs-v2-body .rs-navbar {
    padding: 16px 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.rs-v2-body .rs-navbar > .container {
    min-height: 68px;
    padding: 8px 14px 8px 18px;
    background: rgba(25, 11, 42, .76);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    box-shadow: 0 16px 50px rgba(10, 3, 20, .25);
    backdrop-filter: blur(18px);
}

.rs-v2-body .rs-navbar.is-scrolled > .container {
    background: rgba(25, 11, 42, .94);
    border-color: rgba(244, 197, 90, .26);
}

.rs-v2-body .rs-brand span,
.rs-v2-body .rs-navbar .nav-link,
.rs-v2-body .rs-login-link {
    color: #fff;
}

.rs-v2-body .rs-navbar .nav-link {
    min-height: 46px;
    padding: 0 11px !important;
    border: 0;
    border-radius: 13px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.rs-v2-body .rs-navbar .nav-link:hover,
.rs-v2-body .rs-navbar .nav-link.active {
    color: #251333;
    background: var(--rs-v2-gold);
}

.rs-v2-body .rs-navbar .nav-link.active::after,
.rs-v2-body .rs-main-nav::before {
    display: none;
}

.rs-v2-body .rs-navbar .rs-nav-shop,
.rs-v2-body .rs-register-link {
    color: #241130;
    background: #fff;
}

.rs-v2-body .rs-navbar .rs-nav-shop:hover,
.rs-v2-body .rs-register-link:hover {
    color: #241130;
    background: var(--rs-v2-gold);
}

.rs-v2-home {
    overflow: clip;
    background: var(--rs-v2-cream);
}

.rs-v2-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: min(940px, 100vh);
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #1b0a31;
}

.rs-v2-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(23, 8, 40, .97) 0%, rgba(23, 8, 40, .78) 42%, rgba(23, 8, 40, .28) 72%, rgba(23, 8, 40, .58) 100%),
        linear-gradient(0deg, #1a0a2c 0%, transparent 22% 80%, rgba(12, 4, 23, .44) 100%);
}

.rs-v2-hero-bg {
    position: absolute;
    z-index: -1;
    inset: -4%;
    background: url('../images/royalsky-banner.webp') center 42% / cover no-repeat;
    filter: saturate(1.12) contrast(1.04);
    transform: scale(1.04);
    animation: rs-v2-hero-breathe 14s ease-in-out infinite alternate;
}

.rs-v2-hero-sky {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.rs-v2-cloud {
    position: absolute;
    width: 58vw;
    height: 22vw;
    opacity: .38;
    background:
        radial-gradient(ellipse at 24% 60%, rgba(255,255,255,.48), transparent 26%),
        radial-gradient(ellipse at 50% 48%, rgba(225,209,255,.32), transparent 31%),
        radial-gradient(ellipse at 78% 58%, rgba(255,255,255,.32), transparent 27%);
    filter: blur(18px);
    mix-blend-mode: screen;
}

.rs-v2-cloud-a { top: 12%; left: -20%; animation: rs-v2-cloud 16s ease-in-out infinite alternate; }
.rs-v2-cloud-b { right: -20%; bottom: 0; opacity: .5; animation: rs-v2-cloud 20s ease-in-out -7s infinite alternate-reverse; }

.rs-v2-spark {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff0ae;
    border-radius: 50%;
    box-shadow: 0 0 22px 8px rgba(244,197,90,.3);
    animation: rs-v2-spark 4s ease-in-out infinite;
}

.rs-v2-spark-a { top: 24%; right: 13%; }
.rs-v2-spark-b { right: 45%; bottom: 23%; width: 5px; height: 5px; animation-delay: -1.7s; }
.rs-v2-spark-c { top: 38%; left: 48%; width: 4px; height: 4px; animation-delay: -2.8s; }

.rs-v2-hero-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(330px, .72fr);
    gap: clamp(42px, 7vw, 108px);
    align-items: center;
    padding-top: 130px;
    padding-bottom: 90px;
}

.rs-v2-hero-copy { max-width: 720px; }

.rs-v2-label,
.rs-v2-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    color: #fff4c5;
    background: rgba(244,197,90,.12);
    border: 1px solid rgba(244,197,90,.42);
    border-radius: 999px;
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rs-v2-hero-logo {
    display: block;
    width: clamp(180px, 20vw, 310px);
    height: 105px;
    margin: 24px 0 7px -22px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0,0,0,.32));
}

.rs-v2-hero h1,
.rs-v2-heading h2,
.rs-v2-adventure-copy h2,
.rs-v2-final h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 800;
    letter-spacing: -.045em;
}

.rs-v2-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.2rem, 6vw, 6.5rem);
    line-height: .93;
    text-shadow: 0 10px 32px rgba(0,0,0,.28);
}

.rs-v2-hero h1 em,
.rs-v2-adventure-copy h2 em {
    color: var(--rs-v2-gold);
    font-style: normal;
}

.rs-v2-hero-copy > p {
    max-width: 650px;
    margin: 27px 0 30px;
    color: rgba(255,255,255,.84);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.72;
}

.rs-v2-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.rs-v2-ip-button,
.rs-v2-adventure-button {
    display: inline-flex;
    min-height: 68px;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.rs-v2-ip-button {
    min-width: 310px;
    color: #24122f;
    background: var(--rs-v2-gold);
}

.rs-v2-ip-button:hover { background: #ffdc79; transform: translateY(-4px); box-shadow: 0 20px 42px rgba(20,8,31,.32); }
.rs-v2-ip-button > span:nth-child(2) { display: grid; flex: 1; text-align: left; }
.rs-v2-ip-button small { opacity: .7; font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.rs-v2-ip-button strong { font-size: 1rem; font-weight: 900; }
.rs-v2-ip-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--rs-v2-violet); border-radius: 13px; font-size: 1.2rem; }

.rs-v2-adventure-button {
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.24);
    font-weight: 850;
    backdrop-filter: blur(12px);
}

.rs-v2-adventure-button:hover { color: #251333; background: #fff; transform: translateY(-4px); }

.rs-v2-live-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 23px; color: rgba(255,255,255,.62); font-size: .82rem; }
.rs-v2-live-row strong { color: #fff; }
.rs-v2-live-dot { width: 10px; height: 10px; background: #ef5c6e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(239,92,110,.14); }
.rs-v2-live-dot.is-online { background: #58e499; box-shadow: 0 0 0 5px rgba(88,228,153,.14); }

.rs-v2-hero-card {
    position: relative;
    display: block;
    aspect-ratio: .78;
    overflow: hidden;
    color: #fff;
    border: 2px solid rgba(255,255,255,.26);
    border-radius: 40px;
    box-shadow: 0 35px 90px rgba(8,2,17,.48);
    transform: rotate(3deg);
    transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .35s ease;
}

.rs-v2-hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,6,30,.96), transparent 58%); }
.rs-v2-hero-card:hover { color: #fff; box-shadow: 0 44px 100px rgba(8,2,17,.62); transform: rotate(0) translateY(-10px); }
.rs-v2-hero-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.rs-v2-hero-card:hover > img { transform: scale(1.07); }
.rs-v2-hero-card-copy { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 6px; }
.rs-v2-hero-card-copy small { color: #f5cb68; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rs-v2-hero-card-copy strong { font-family: Georgia, serif; font-size: clamp(1.65rem, 2.5vw, 2.45rem); line-height: 1.02; }
.rs-v2-hero-card-copy > span { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-size: .82rem; font-weight: 850; text-transform: uppercase; }

.rs-v2-scroll { position: absolute; z-index: 4; bottom: 24px; left: 50%; display: grid; justify-items: center; gap: 3px; color: rgba(255,255,255,.66); font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.rs-v2-scroll:hover { color: #fff; }
.rs-v2-scroll i { animation: rs-v2-scroll 1.8s ease-in-out infinite; }

.rs-v2-join,
.rs-v2-experience,
.rs-v2-news { padding: clamp(80px, 9vw, 132px) 0; }

.rs-v2-join { position: relative; background: var(--rs-v2-cream); }
.rs-v2-join::before { content: ""; position: absolute; top: -1px; right: 0; left: 0; height: 46px; background: #1a0a2c; clip-path: polygon(0 0,100% 0,100% 8%,72% 58%,45% 22%,18% 76%,0 35%); }

.rs-v2-heading { display: flex; max-width: 760px; flex-direction: column; align-items: flex-start; margin-bottom: 45px; }
.rs-v2-heading-centered { align-items: center; margin-right: auto; margin-left: auto; text-align: center; }
.rs-v2-heading > span,
.rs-v2-news-heading > div > span { color: var(--rs-v2-violet); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rs-v2-heading h2 { margin: 9px 0 11px; color: var(--rs-v2-ink); font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1; }
.rs-v2-heading p { margin: 0; color: var(--rs-v2-muted); font-size: 1.03rem; line-height: 1.65; }

.rs-v2-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.rs-v2-step { position: relative; min-height: 310px; padding: 34px; overflow: hidden; background: #fff; border: 1px solid rgba(89,51,118,.1); border-radius: var(--rs-v2-radius); box-shadow: 0 17px 50px rgba(56,26,79,.09); transition: transform .3s ease, box-shadow .3s ease; }
.rs-v2-step:hover { box-shadow: var(--rs-v2-shadow); transform: translateY(-8px); }
.rs-v2-step-featured { color: #fff; background: linear-gradient(145deg, #7f43d4, #4a1d7d); }
.rs-v2-step-number { position: absolute; top: 22px; right: 26px; color: rgba(70,36,94,.12); font-size: 4rem; font-weight: 950; line-height: 1; }
.rs-v2-step-featured .rs-v2-step-number { color: rgba(255,255,255,.13); }
.rs-v2-step-icon { display: grid; width: 58px; height: 58px; place-items: center; color: var(--rs-v2-violet); background: #f0e5ff; border-radius: 18px; font-size: 1.45rem; }
.rs-v2-step-featured .rs-v2-step-icon { color: #3c1764; background: var(--rs-v2-gold); }
.rs-v2-step h3 { margin: 54px 0 10px; color: var(--rs-v2-ink); font-size: 1.25rem; font-weight: 900; }
.rs-v2-step-featured h3 { color: #fff; }
.rs-v2-step p { margin: 0; color: var(--rs-v2-muted); line-height: 1.65; }
.rs-v2-step-featured p { color: rgba(255,255,255,.72); }
.rs-v2-step button { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: 16px; padding: 14px 16px; color: #2d153b; background: #fff; border: 0; border-radius: 13px; }

.rs-v2-adventure { position: relative; padding: clamp(90px, 10vw, 150px) 0; color: #fff; background: linear-gradient(135deg, #35145c, #6f35c7 56%, #9b52de); }
.rs-v2-adventure::before { content: ""; position: absolute; inset: 0; opacity: .14; background: radial-gradient(circle at 20% 20%, #fff 0 1px, transparent 2px) 0 0 / 28px 28px; }
.rs-v2-adventure-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.82fr); gap: clamp(55px, 8vw, 120px); align-items: center; }
.rs-v2-adventure-gallery { position: relative; min-height: 580px; }
.rs-v2-shot { position: absolute; overflow: hidden; margin: 0; background: #211033; border: 5px solid #fff; border-radius: 25px; box-shadow: 0 24px 65px rgba(24,7,39,.34); }
.rs-v2-shot img { width: 100%; height: 100%; object-fit: cover; }
.rs-v2-shot-main { z-index: 2; top: 3%; left: 0; width: 72%; height: 78%; transform: rotate(-3deg); }
.rs-v2-shot-top { z-index: 1; top: 0; right: 0; width: 43%; height: 42%; transform: rotate(5deg); }
.rs-v2-shot-bottom { z-index: 3; right: 2%; bottom: 1%; width: 49%; height: 46%; transform: rotate(3deg); }
.rs-v2-gallery-badge { position: absolute; z-index: 4; bottom: 8%; left: 4%; display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; color: #2d153b; background: var(--rs-v2-gold); border-radius: 14px; box-shadow: 0 14px 30px rgba(26,8,41,.28); font-weight: 900; }
.rs-v2-adventure-copy .rs-v2-section-tag { color: #2a1239; background: var(--rs-v2-gold); border-color: transparent; }
.rs-v2-adventure-copy h2 { margin: 20px 0 22px; color: #fff; font-size: clamp(2.5rem, 4.6vw, 4.8rem); line-height: .98; }
.rs-v2-adventure-copy > p { color: rgba(255,255,255,.78); font-size: 1.04rem; line-height: 1.72; }
.rs-v2-adventure-copy ul { display: grid; gap: 12px; margin: 25px 0 30px; padding: 0; list-style: none; }
.rs-v2-adventure-copy li { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.rs-v2-adventure-copy li i { display: grid; width: 25px; height: 25px; place-items: center; color: #321441; background: var(--rs-v2-gold); border-radius: 50%; }
.rs-v2-adventure-copy > a { display: inline-flex; align-items: center; gap: 11px; padding: 16px 20px; color: #2b1539; background: #fff; border-radius: 15px; font-weight: 900; transition: gap .25s ease, transform .25s ease; }
.rs-v2-adventure-copy > a:hover { gap: 17px; transform: translateY(-3px); }

.rs-v2-experience { background: var(--rs-v2-paper); }
.rs-v2-feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(260px,1fr)); gap: 18px; }
.rs-v2-feature { position: relative; min-height: 290px; overflow: hidden; color: #fff; border-radius: 30px; box-shadow: 0 20px 58px rgba(47,18,72,.14); }
.rs-v2-feature-large { grid-row: 1 / 3; }
.rs-v2-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(22,8,36,.94), transparent 72%); }
.rs-v2-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.16,1,.3,1); }
.rs-v2-feature:hover img { transform: scale(1.07); }
.rs-v2-feature > div { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; }
.rs-v2-feature > div > span { color: var(--rs-v2-gold); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rs-v2-feature h3 { margin: 5px 0 7px; color: #fff; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.4vw, 2.5rem); }
.rs-v2-feature p { max-width: 560px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; }

.rs-v2-actions { padding: 0 0 clamp(80px,9vw,130px); background: var(--rs-v2-paper); }
.rs-v2-action-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.rs-v2-action-card { display: flex; min-height: 150px; align-items: center; gap: 20px; padding: 28px; overflow: hidden; color: #fff; border-radius: 26px; box-shadow: var(--rs-v2-shadow); transition: transform .3s ease; }
.rs-v2-action-card:hover { color: #fff; transform: translateY(-7px); }
.rs-v2-action-shop { background: linear-gradient(135deg,#4e1d80,#8645d6); }
.rs-v2-action-vote { color: #2c1637; background: linear-gradient(135deg,#f2b942,#ffe08b); }
.rs-v2-action-vote:hover { color: #2c1637; }
.rs-v2-action-icon { display: grid; width: 68px; height: 68px; flex: 0 0 auto; place-items: center; color: #321540; background: #fff; border-radius: 21px; font-size: 1.7rem; }
.rs-v2-action-card > span:nth-child(2) { display: grid; flex: 1; }
.rs-v2-action-card small { opacity: .72; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.rs-v2-action-card strong { font-family: Georgia,serif; font-size: clamp(1.35rem,2vw,2rem); }
.rs-v2-action-card > i { font-size: 1.5rem; }

.rs-v2-news { background: #fff; }
.rs-v2-news-heading { display: flex; max-width: none; flex-direction: row; align-items: end; justify-content: space-between; gap: 30px; }
.rs-v2-news-heading > div h2 { margin: 9px 0 0; }
.rs-v2-news-heading > a { display: inline-flex; align-items: center; gap: 8px; color: var(--rs-v2-violet); font-weight: 900; }
.rs-v2-news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 19px; }
.rs-v2-news-card { overflow: hidden; background: #fff; border: 1px solid rgba(71,35,97,.1); border-radius: 25px; box-shadow: 0 14px 44px rgba(55,24,77,.09); transition: transform .3s ease, box-shadow .3s ease; }
.rs-v2-news-card:hover { box-shadow: var(--rs-v2-shadow); transform: translateY(-7px); }
.rs-v2-news-media { display: block; aspect-ratio: 16/9; overflow: hidden; }
.rs-v2-news-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.rs-v2-news-card:hover .rs-v2-news-media img { transform: scale(1.06); }
.rs-v2-news-card > div { padding: 25px; }
.rs-v2-news-card time { color: var(--rs-v2-violet); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rs-v2-news-card h3 { margin: 8px 0; font-family: Georgia,serif; font-size: 1.45rem; }
.rs-v2-news-card h3 a { color: var(--rs-v2-ink); }
.rs-v2-news-card p { color: var(--rs-v2-muted); line-height: 1.6; }
.rs-v2-news-card > div > a { display: inline-flex; align-items: center; gap: 7px; color: var(--rs-v2-violet); font-weight: 900; }
.rs-v2-empty-news { display: flex; align-items: center; gap: 18px; padding: 30px; color: var(--rs-v2-ink); background: var(--rs-v2-paper); border-radius: 24px; }
.rs-v2-empty-news > i { font-size: 2rem; color: var(--rs-v2-violet); }
.rs-v2-empty-news h3,.rs-v2-empty-news p { margin: 0; }

.rs-v2-final { position: relative; padding: clamp(90px,11vw,160px) 0; overflow: hidden; color: #fff; text-align: center; background: #1a0a2c url('../images/royalsky-banner.webp') center 58% / cover no-repeat; }
.rs-v2-final::before { content: ""; position: absolute; inset: 0; background: rgba(24,8,41,.86); }
.rs-v2-final-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.rs-v2-final-inner > img { width: 125px; height: 84px; object-fit: contain; filter: drop-shadow(0 12px 20px rgba(0,0,0,.28)); }
.rs-v2-final-inner > span { margin-top: 12px; color: var(--rs-v2-gold); font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.rs-v2-final h2 { margin: 12px 0; color: #fff; font-size: clamp(2.7rem,5vw,5.5rem); line-height: .95; }
.rs-v2-final p { color: rgba(255,255,255,.74); font-size: 1.05rem; }
.rs-v2-final button { display: inline-flex; min-width: 260px; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; padding: 15px 20px; color: #2b1539; background: var(--rs-v2-gold); border: 0; border-radius: 17px; box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.rs-v2-final button > span { display: grid; text-align: left; }
.rs-v2-final button small { font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rs-v2-final button strong { font-weight: 950; }

.rs-v2-body .rs-footer { color: rgba(255,255,255,.72); background: #10051d; border-top: 1px solid rgba(255,255,255,.08); }

@keyframes rs-v2-hero-breathe { from { transform: scale(1.04); } to { transform: scale(1.085); } }
@keyframes rs-v2-cloud { from { transform: translateX(-3%); } to { transform: translateX(9%); } }
@keyframes rs-v2-spark { 0%,100% { opacity:.35; transform:translateY(0) scale(.8); } 50% { opacity:1; transform:translateY(-13px) scale(1.2); } }
@keyframes rs-v2-scroll { 0%,100% { transform:translateY(0); } 50% { transform:translateY(6px); } }

@media (max-width: 1199.98px) {
    .rs-v2-body .rs-navbar .nav-link { padding: 0 8px !important; font-size: .7rem; }
    .rs-v2-hero-inner { grid-template-columns: minmax(0,1fr) 320px; gap: 44px; }
}

@media (max-width: 991.98px) {
    .rs-v2-body .rs-navbar { padding: 10px 0; }
    .rs-v2-body .rs-navbar > .container { min-height: 60px; border-radius: 18px; }
    .rs-v2-body .rs-navbar .navbar-collapse { margin-top: 10px; padding: 12px; background: rgba(18,7,31,.96); border: 0; border-radius: 16px; }
    .rs-v2-body .rs-navbar .nav-link { min-height: 43px; padding: 0 12px !important; border: 0; }
    .rs-v2-hero { min-height: auto; }
    .rs-v2-hero-inner { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 110px; text-align: center; }
    .rs-v2-hero-copy { max-width: 760px; margin: 0 auto; }
    .rs-v2-hero-logo { margin-right: auto; margin-left: auto; }
    .rs-v2-hero-copy > p { margin-right: auto; margin-left: auto; }
    .rs-v2-hero-actions,.rs-v2-live-row { justify-content: center; }
    .rs-v2-hero-card { display: none; }
    .rs-v2-adventure-grid { grid-template-columns: 1fr; }
    .rs-v2-adventure-gallery { min-height: 520px; }
    .rs-v2-adventure-copy { max-width: 680px; }
}

@media (max-width: 767.98px) {
    .rs-v2-hero h1 { font-size: clamp(3rem,13vw,4.7rem); }
    .rs-v2-hero-logo { width: 190px; height: 86px; }
    .rs-v2-label { font-size: .62rem; }
    .rs-v2-ip-button,.rs-v2-adventure-button { width: 100%; }
    .rs-v2-steps,.rs-v2-feature-grid,.rs-v2-action-grid,.rs-v2-news-grid { grid-template-columns: 1fr; }
    .rs-v2-feature-grid { grid-template-rows: none; }
    .rs-v2-feature,.rs-v2-feature-large { grid-row: auto; min-height: 360px; }
    .rs-v2-step { min-height: 270px; }
    .rs-v2-adventure-gallery { min-height: 410px; }
    .rs-v2-shot { border-width: 3px; border-radius: 18px; }
    .rs-v2-shot-main { width: 78%; height: 72%; }
    .rs-v2-shot-top { width: 42%; height: 36%; }
    .rs-v2-shot-bottom { width: 52%; height: 42%; }
    .rs-v2-news-heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 479.98px) {
    .rs-v2-body .rs-navbar > .container { margin-right: 10px; margin-left: 10px; }
    .rs-v2-hero-inner { padding-top: 130px; }
    .rs-v2-hero h1 { font-size: 2.9rem; }
    .rs-v2-ip-button { min-width: 0; }
    .rs-v2-adventure-gallery { min-height: 330px; }
    .rs-v2-gallery-badge { bottom: 4%; padding: 9px 12px; font-size: .72rem; }
    .rs-v2-adventure-copy h2 { font-size: 2.55rem; }
    .rs-v2-feature { min-height: 330px; }
    .rs-v2-action-card { min-height: 130px; padding: 20px; }
    .rs-v2-action-icon { width: 54px; height: 54px; border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .rs-v2-home *,
    .rs-v2-home *::before,
    .rs-v2-home *::after { animation: none !important; transition-duration: .01ms !important; }
}

/* Rina-inspired motion system: layered depth, animated tabs and tactile cards. */
:root {
    --rs-ease-spring: cubic-bezier(.16, 1, .3, 1);
    --rs-ease-soft: cubic-bezier(.22, 1, .36, 1);
}

body[data-rs-page] {
    overflow-x: clip;
}

.rs-navbar {
    perspective: 1100px;
}

.rs-navbar > .container {
    transition:
        min-height .35s var(--rs-ease-spring),
        background-color .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        transform .35s var(--rs-ease-spring);
}

.rs-navbar.is-scrolled > .container {
    min-height: 66px;
    background: rgba(15, 8, 23, .93);
    border-color: rgba(244, 188, 69, .2);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .05);
    transform: translateY(3px);
}

.rs-brand-logo {
    transform-origin: 50% 70%;
    transition: transform .45s var(--rs-ease-spring), filter .35s ease;
}

.rs-brand:hover .rs-brand-logo {
    filter: drop-shadow(0 8px 12px rgba(244, 188, 69, .26));
    transform: translateY(-3px) rotateY(-12deg) rotateZ(-3deg) scale(1.06);
}

.rs-main-nav {
    --rs-nav-x: 0px;
    --rs-nav-w: 0px;
    position: relative;
    isolation: isolate;
}

.rs-main-nav::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: var(--rs-nav-w);
    opacity: 0;
    background:
        linear-gradient(180deg, rgba(255, 232, 156, .16), rgba(244, 188, 69, .05)),
        rgba(255, 255, 255, .025);
    border: 1px solid rgba(244, 188, 69, .28);
    border-radius: 12px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 10px 24px rgba(0, 0, 0, .2);
    transform: translate3d(var(--rs-nav-x), 0, 0);
    transition:
        width .4s var(--rs-ease-spring),
        transform .4s var(--rs-ease-spring),
        opacity .2s ease;
}

.rs-main-nav.has-glider::before {
    opacity: 1;
}

.rs-navbar .nav-link {
    transform-style: preserve-3d;
    transition:
        color .22s ease,
        background-color .22s ease,
        border-color .22s ease,
        transform .28s var(--rs-ease-spring),
        text-shadow .22s ease;
}

.rs-navbar .nav-link:hover {
    text-shadow: 0 0 18px rgba(255, 215, 117, .26);
    transform: translateY(-2px) rotateX(6deg);
}

.rs-navbar .nav-link i {
    transition: color .2s ease, transform .35s var(--rs-ease-spring);
}

.rs-navbar .nav-link:hover i {
    transform: translateZ(18px) rotate(-6deg) scale(1.12);
}

.rs-navbar .nav-link.active::after {
    animation: rs-tab-pulse 2.8s ease-in-out infinite;
}

.rs-hero {
    perspective: 1300px;
    transform-style: preserve-3d;
    isolation: isolate;
}

.rs-hero-image,
.rs-hero-parallax [data-rs-depth] {
    --rs-layer-x: 0px;
    --rs-layer-y: 0px;
    will-change: transform;
}

.rs-hero-image {
    animation: none;
    transform: translate3d(var(--rs-layer-x), var(--rs-layer-y), -45px) scale(1.075);
    transition: transform .22s linear;
}

.rs-hero-parallax {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
}

.rs-hero-cloud {
    position: absolute;
    width: 62vw;
    height: 22vw;
    min-height: 150px;
    opacity: .34;
    background:
        radial-gradient(ellipse at 20% 58%, rgba(231, 218, 246, .27), transparent 30%),
        radial-gradient(ellipse at 48% 48%, rgba(190, 164, 221, .2), transparent 32%),
        radial-gradient(ellipse at 75% 62%, rgba(238, 229, 248, .2), transparent 27%);
    filter: blur(17px);
    mix-blend-mode: screen;
}

.rs-hero-cloud-back {
    top: 10%;
    left: -14%;
    transform: translate3d(var(--rs-layer-x), var(--rs-layer-y), 10px);
    animation: rs-cloud-drift 18s ease-in-out infinite alternate;
}

.rs-hero-cloud-front {
    right: -18%;
    bottom: 3%;
    opacity: .42;
    transform: translate3d(var(--rs-layer-x), var(--rs-layer-y), 80px) scale(1.2);
    animation: rs-cloud-drift 14s ease-in-out -5s infinite alternate-reverse;
}

.rs-hero-sigil {
    position: absolute;
    top: 50%;
    right: clamp(5%, 10vw, 13%);
    display: grid;
    width: clamp(180px, 20vw, 310px);
    aspect-ratio: 1;
    place-items: center;
    opacity: .9;
    transform: translate3d(var(--rs-layer-x), calc(-50% + var(--rs-layer-y)), 120px) rotateY(-8deg);
    filter: drop-shadow(0 32px 32px rgba(0, 0, 0, .42));
    animation: rs-sigil-float 6.2s ease-in-out infinite;
}

.rs-hero-sigil::before,
.rs-hero-sigil::after,
.rs-hero-sigil-ring {
    content: "";
    position: absolute;
    inset: 4%;
    border: 1px solid rgba(244, 188, 69, .32);
    border-radius: 50%;
}

.rs-hero-sigil::before {
    background: radial-gradient(circle, rgba(122, 66, 207, .25), rgba(12, 6, 19, .08) 54%, transparent 68%);
    box-shadow: 0 0 80px rgba(133, 73, 223, .22), inset 0 0 38px rgba(244, 188, 69, .08);
}

.rs-hero-sigil::after {
    inset: 14%;
    border-style: dashed;
    border-color: rgba(255, 221, 128, .3);
    animation: rs-ring-spin 24s linear infinite;
}

.rs-hero-sigil-ring {
    inset: -3%;
    border-color: transparent;
    background: conic-gradient(from 90deg, transparent 0 20%, rgba(244, 188, 69, .7) 26%, transparent 33% 65%, rgba(135, 74, 230, .62) 73%, transparent 80%);
    -webkit-mask: radial-gradient(circle, transparent 68%, #000 69% 70%, transparent 71%);
    mask: radial-gradient(circle, transparent 68%, #000 69% 70%, transparent 71%);
    animation: rs-ring-spin 17s linear infinite reverse;
}

.rs-hero-sigil img {
    position: relative;
    z-index: 2;
    width: 62%;
    height: 62%;
    object-fit: contain;
    filter: drop-shadow(0 13px 18px rgba(0, 0, 0, .42));
    animation: rs-crown-bob 4.2s ease-in-out infinite;
}

.rs-hero-orb {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle at 35% 30%, #fff9dc, #f4bc45 35%, #8f42d6 70%, transparent 72%);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(244, 188, 69, .75);
}

.rs-hero-orb-one {
    top: 27%;
    right: 8%;
    transform: translate3d(var(--rs-layer-x), var(--rs-layer-y), 150px);
    animation: rs-orb-drift 5s ease-in-out infinite;
}

.rs-hero-orb-two {
    right: 38%;
    bottom: 18%;
    width: 7px;
    height: 7px;
    transform: translate3d(var(--rs-layer-x), var(--rs-layer-y), 190px);
    animation: rs-orb-drift 4.2s ease-in-out -1.6s infinite reverse;
}

.rs-hero-shard {
    position: absolute;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #ffe59a, #9d4fe5 55%, #39164f);
    border: 1px solid rgba(255, 245, 205, .5);
    border-radius: 4px 11px 4px 11px;
    box-shadow: 0 0 24px rgba(141, 70, 218, .4);
}

.rs-hero-shard-one {
    top: 31%;
    right: 34%;
    transform: translate3d(var(--rs-layer-x), var(--rs-layer-y), 180px) rotate(32deg);
    animation: rs-shard-float 5.6s ease-in-out infinite;
}

.rs-hero-shard-two {
    right: 5%;
    bottom: 28%;
    width: 13px;
    height: 13px;
    transform: translate3d(var(--rs-layer-x), var(--rs-layer-y), 120px) rotate(-22deg);
    animation: rs-shard-float 4.8s ease-in-out -2s infinite reverse;
}

.rs-hero-copy {
    animation: rs-hero-copy-in .9s var(--rs-ease-soft) both;
}

.rs-hero-kicker {
    position: relative;
    overflow: hidden;
}

.rs-hero-kicker::after {
    content: "";
    position: absolute;
    top: -80%;
    bottom: -80%;
    left: -40%;
    width: 28%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
    transform: rotate(18deg);
    animation: rs-shimmer-sweep 5s ease-in-out 1.2s infinite;
}

.rs-hero-play,
.rs-hero-discover,
.rs-final-cta button,
.rs-status-cta,
.rs-store-product-footer button,
.rs-store-login-button,
.rs-store-connect,
.content .btn-primary {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.rs-hero-play::after,
.rs-hero-discover::after,
.rs-final-cta button::after,
.rs-status-cta::after,
.rs-store-product-footer button::after,
.rs-store-login-button::after,
.rs-store-connect::after,
.content .btn-primary::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -120%;
    bottom: -120%;
    left: -45%;
    width: 32%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
    transform: rotate(18deg) translateX(-180%);
    transition: transform .7s var(--rs-ease-soft);
}

.rs-hero-play:hover::after,
.rs-hero-discover:hover::after,
.rs-final-cta button:hover::after,
.rs-status-cta:hover::after,
.rs-store-product-footer button:hover::after,
.rs-store-login-button:hover::after,
.rs-store-connect:hover::after,
.content .btn-primary:hover::after {
    transform: rotate(18deg) translateX(650%);
}

.rs-motion-ready .rs-reveal {
    opacity: 0;
    filter: blur(7px);
    translate: 0 30px;
    transition:
        opacity .7s var(--rs-ease-soft) var(--rs-reveal-delay, 0ms),
        filter .7s var(--rs-ease-soft) var(--rs-reveal-delay, 0ms),
        translate .7s var(--rs-ease-soft) var(--rs-reveal-delay, 0ms);
}

.rs-motion-ready .rs-reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
}

.rs-tilt {
    --rs-tilt-x: 0deg;
    --rs-tilt-y: 0deg;
    --rs-glow-x: 50%;
    --rs-glow-y: 50%;
    transform: perspective(950px) rotateX(var(--rs-tilt-x)) rotateY(var(--rs-tilt-y));
    transform-style: preserve-3d;
    transition:
        transform .16s ease-out,
        translate .35s var(--rs-ease-spring),
        border-color .25s ease,
        box-shadow .35s ease;
    will-change: transform;
}

.rs-tilt:hover {
    translate: 0 -6px;
    box-shadow:
        0 25px 55px rgba(0, 0, 0, .38),
        inset 0 1px rgba(255, 255, 255, .07);
}

.rs-tilt > img,
.rs-tilt .rs-destination-copy,
.rs-tilt .rs-card-link,
.rs-tilt .rs-store-product-media,
.rs-tilt .rs-news-content,
.rs-tilt > header {
    transform: translateZ(18px);
}

.rs-destination.rs-tilt:hover {
    transform: perspective(950px) rotateX(var(--rs-tilt-x)) rotateY(var(--rs-tilt-y));
}

.rs-destination,
.rs-store-product,
.rs-vote-panel,
.rs-news-card,
.rs-pillar {
    background-image: radial-gradient(circle at var(--rs-glow-x, 50%) var(--rs-glow-y, 50%), rgba(255, 230, 157, .075), transparent 35%);
}

.rs-destination-shop::before {
    animation: rs-gradient-breathe 6s ease-in-out infinite alternate;
}

.rs-destination-vote::before {
    animation: rs-gradient-breathe 7s ease-in-out -2s infinite alternate-reverse;
}

.rs-pillar > span {
    transform-style: preserve-3d;
    transition: transform .42s var(--rs-ease-spring), box-shadow .3s ease, color .25s ease;
}

.rs-pillar:hover > span {
    color: #fff1b8;
    box-shadow: 0 10px 28px rgba(244, 188, 69, .15);
    transform: translateY(-6px) rotateY(-14deg) rotateZ(-4deg) scale(1.08);
}

.rs-store-categories,
.nav-tabs {
    perspective: 1000px;
}

.rs-store-categories a,
.nav-tabs .nav-link,
.rs-shop-sidebar a {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition:
        color .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        box-shadow .3s ease,
        transform .35s var(--rs-ease-spring);
}

.rs-store-categories a::after,
.nav-tabs .nav-link::after,
.rs-shop-sidebar a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--rs-gold), transparent);
    box-shadow: 0 0 13px rgba(244, 188, 69, .5);
    transition: right .35s var(--rs-ease-spring), left .35s var(--rs-ease-spring);
}

.rs-store-categories a:hover,
.nav-tabs .nav-link:hover,
.rs-shop-sidebar a:hover {
    transform: translateY(-4px) rotateX(5deg);
}

.rs-store-categories a.active,
.nav-tabs .nav-link.active,
.rs-shop-sidebar a.active {
    box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 13px 28px rgba(0, 0, 0, .22);
    transform: translateY(-2px) translateZ(15px);
}

.rs-store-categories a.active::after,
.nav-tabs .nav-link.active::after,
.rs-shop-sidebar a.active::after {
    right: 12%;
    left: 12%;
}

.rs-store-category-icon,
.rs-shop-sidebar a > i {
    transition: transform .4s var(--rs-ease-spring), filter .3s ease;
}

.rs-store-categories a:hover .rs-store-category-icon,
.rs-shop-sidebar a:hover > i {
    filter: drop-shadow(0 6px 8px rgba(244, 188, 69, .28));
    transform: translateZ(24px) rotateY(-18deg) scale(1.08);
}

.rs-store-product-media {
    perspective: 850px;
}

.rs-store-product-media img {
    transition: filter .35s ease, transform .55s var(--rs-ease-spring);
}

.rs-store-product:hover .rs-store-product-media img {
    filter: saturate(1.12) brightness(1.05) drop-shadow(0 18px 20px rgba(0, 0, 0, .28));
    transform: translateZ(34px) scale(1.045) rotateX(2deg);
}

.rs-store-product-badge {
    animation: rs-badge-bob 3.2s ease-in-out infinite;
}

.rs-vote-heading-reward > i,
.rs-vote-gift {
    animation: rs-crown-bob 3.2s ease-in-out infinite;
}

.rs-vote-track::after {
    background-size: 200% 100%;
    animation: rs-progress-flow 3s linear infinite;
}

.rs-vote-site {
    position: relative;
    overflow: hidden;
    transition:
        color .22s ease,
        background-color .22s ease,
        border-color .22s ease,
        transform .3s var(--rs-ease-spring),
        box-shadow .3s ease;
}

.rs-vote-site::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35%;
    width: 25%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
    transform: skewX(-18deg);
    transition: left .55s var(--rs-ease-soft);
}

.rs-vote-site:hover {
    box-shadow: 0 11px 24px rgba(0, 0, 0, .24);
    transform: translateX(5px);
}

.rs-vote-site:hover::before {
    left: 115%;
}

.rs-vote-player {
    perspective: 950px;
}

.rs-vote-player img {
    transform-origin: 50% 90%;
    animation: rs-player-float 4.6s ease-in-out infinite;
}

.rs-vote-rank {
    transition: border-color .25s ease, box-shadow .3s ease, transform .32s var(--rs-ease-spring);
}

.rs-vote-rank:hover {
    z-index: 2;
    box-shadow: 0 13px 28px rgba(0, 0, 0, .28);
    transform: translateX(6px) scale(1.015);
}

.rs-vote-rank-1 {
    position: relative;
    background-size: 180% 100%;
    animation: rs-rank-gold 5s ease-in-out infinite alternate;
}

.accordion-button {
    transition: color .22s ease, background-color .22s ease, padding-left .3s var(--rs-ease-spring);
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    padding-left: 24px;
}

.accordion-button::after {
    transition: transform .35s var(--rs-ease-spring), filter .25s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg) scale(1.08);
}

@keyframes rs-tab-pulse {
    0%, 100% { opacity: .62; box-shadow: 0 0 0 rgba(244, 188, 69, 0); }
    50% { opacity: 1; box-shadow: 0 0 14px rgba(244, 188, 69, .38); }
}

@keyframes rs-cloud-drift {
    from { margin-left: -2%; scale: 1; }
    to { margin-left: 5%; scale: 1.08; }
}

@keyframes rs-sigil-float {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -14px; }
}

@keyframes rs-crown-bob {
    0%, 100% { translate: 0 0; rotate: -2deg; }
    50% { translate: 0 -7px; rotate: 2deg; }
}

@keyframes rs-ring-spin {
    to { rotate: 360deg; }
}

@keyframes rs-orb-drift {
    0%, 100% { margin: 0; opacity: .45; scale: .85; }
    50% { margin: -15px 0 0 8px; opacity: 1; scale: 1.18; }
}

@keyframes rs-shard-float {
    0%, 100% { margin-top: 0; filter: brightness(.9); }
    50% { margin-top: -18px; filter: brightness(1.25); }
}

@keyframes rs-hero-copy-in {
    from { opacity: 0; filter: blur(10px); translate: -32px 18px; }
    to { opacity: 1; filter: blur(0); translate: 0 0; }
}

@keyframes rs-shimmer-sweep {
    0%, 72% { transform: rotate(18deg) translateX(-200%); opacity: 0; }
    78% { opacity: 1; }
    100% { transform: rotate(18deg) translateX(650%); opacity: 0; }
}

@keyframes rs-gradient-breathe {
    from { filter: saturate(.9) brightness(.88); transform: scale(1.01); }
    to { filter: saturate(1.16) brightness(1.08); transform: scale(1.07); }
}

@keyframes rs-badge-bob {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -3px; }
}

@keyframes rs-progress-flow {
    from { background-position: 0 0; }
    to { background-position: 200% 0; }
}

@keyframes rs-player-float {
    0%, 100% { filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .45)); transform: translateY(0) rotateY(-4deg); }
    50% { filter: drop-shadow(0 18px 12px rgba(0, 0, 0, .35)); transform: translateY(-9px) rotateY(5deg); }
}

@keyframes rs-rank-gold {
    from { filter: saturate(.92); }
    to { filter: saturate(1.18) brightness(1.05); }
}

@media (max-width: 1199.98px) {
    .rs-hero-sigil {
        right: 2%;
        width: 210px;
        opacity: .62;
    }
}

@media (max-width: 991.98px) {
    .rs-main-nav::before {
        display: none;
    }

    .rs-navbar .nav-link:hover {
        transform: translateX(5px);
    }

    .rs-hero-sigil {
        top: 29%;
        right: -50px;
        width: 190px;
        opacity: .36;
    }
}

@media (max-width: 767.98px) {
    .rs-hero-parallax {
        opacity: .72;
    }

    .rs-hero-sigil {
        top: 25%;
        right: -58px;
        width: 170px;
        opacity: .3;
    }

    .rs-hero-cloud {
        width: 110vw;
        height: 42vw;
    }

    .rs-hero-shard-one {
        right: 19%;
    }

    .rs-tilt,
    .rs-tilt:hover,
    .rs-destination.rs-tilt:hover {
        translate: 0 0;
        transform: none;
    }

    .rs-motion-ready .rs-reveal {
        translate: 0 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rs-navbar *,
    .rs-hero *,
    .rs-reveal,
    .rs-tilt,
    .rs-store-categories *,
    .rs-vote-page * {
        animation: none !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .rs-motion-ready .rs-reveal {
        opacity: 1;
        filter: none;
        translate: 0 0;
    }

    .rs-hero-image,
    .rs-hero-parallax [data-rs-depth],
    .rs-tilt,
    .rs-tilt:hover {
        transform: none !important;
    }
}

/* V3 final cascade: keep these rules last so legacy home styles cannot win. */
.rs-v2-body header { top: 168px; }
.rs-v2-body .rs-v3-home-nav {
    width: min(850px, calc(100% - 32px));
    min-height: 76px;
    padding: 7px 10px;
    background: rgba(24, 17, 48, .94);
    border: 2px solid rgba(255,255,255,.08);
    border-radius: 23px;
    box-shadow: 0 18px 45px rgba(31,13,57,.32), inset 0 1px rgba(255,255,255,.08);
}
.rs-v3-hero::after { display: none; }
.rs-v2-hero.rs-v3-hero { min-height: max(760px,100vh); background: #63d8f5; }
.rs-v2-hero-bg.rs-v3-hero-bg {
    inset: 0;
    background-image: url('../images/royalsky-hero-v4-cartoon.webp');
    background-position: center center;
    background-size: cover;
    filter: none;
    transform: none;
    animation: rs-v3-hero-zoom 18s ease-in-out infinite alternate;
}
.rs-v3-hero .rs-v3-hero-inner { display: block; max-width: none; height: max(760px,100vh); padding: 0; }
.rs-v3-hero .rs-v3-play-panel h1 {
    margin: 4px 0 8px;
    color: #fff;
    font-family: Inter,'Segoe UI',sans-serif;
    font-size: clamp(1.45rem,2.3vw,2rem);
    font-weight: 1000;
    letter-spacing: -.04em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
}

@media (max-width: 991.98px) {
    .rs-v2-body header { top: 128px; }
}

@media (max-width: 767.98px) {
    .rs-v2-hero.rs-v3-hero,
    .rs-v3-hero .rs-v3-hero-inner { min-height: 760px; height: 100svh; }
    .rs-v2-hero-bg.rs-v3-hero-bg { background-position: 50% center; }
    .rs-v3-hero .rs-v3-play-panel h1 { font-size: 1.38rem; }
}

@media (max-width: 479.98px) {
    .rs-v2-body header { top: 116px; }
    .rs-v3-hero .rs-v3-play-panel h1 { font-size: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
    .rs-v2-hero-bg.rs-v3-hero-bg { animation: none !important; }
}

/* RoyalSky V5 — langage cartoon commun à toutes les pages intérieures. */
:root {
    --rs-rina-navy: #21163f;
    --rs-rina-navy-2: #30205a;
    --rs-rina-pink: #ec3f9d;
    --rs-rina-pink-dark: #bd277b;
    --rs-rina-yellow: #ffc84f;
    --rs-rina-cyan: #36c9ed;
    --rs-rina-purple: #8d43d4;
    --rs-rina-paper: #f5f3ff;
    --rs-rina-ink: #291b40;
    --rs-rina-muted: #746b86;
    --rs-rina-line: rgba(51,32,80,.1);
    --rs-rina-card-shadow: 0 18px 48px rgba(47,31,78,.11);
}

body.rs-inner-body {
    color: var(--rs-rina-ink);
    background: var(--rs-rina-paper);
    font-family: Inter, 'Segoe UI', Arial, sans-serif;
}

body.rs-inner-body > #app > header {
    position: relative;
    z-index: 70;
    padding: 16px 0;
    background: linear-gradient(180deg,#39c9eb,#78def3);
}

body.rs-inner-body > #app > header::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .2;
    background: url('../images/royalsky-hero-v4-cartoon.webp') center 18% / cover;
}

body.rs-inner-body .rs-navbar {
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.rs-inner-body .rs-navbar > .container {
    min-height: 70px;
    padding: 8px 14px;
    background: rgba(32,22,62,.96);
    border: 2px solid rgba(255,255,255,.08);
    border-radius: 22px;
    box-shadow: 0 15px 36px rgba(35,21,63,.26), inset 0 1px rgba(255,255,255,.08);
}

body.rs-inner-body .rs-brand span,
body.rs-inner-body .rs-navbar .nav-link { color: #fff; }
body.rs-inner-body .rs-brand-logo { width: 44px; height: 48px; }
body.rs-inner-body .rs-brand span { font-size: 1rem; font-weight: 950; }
body.rs-inner-body .rs-navbar .nav-link { min-height: 48px; padding: 0 10px !important; border: 0; border-radius: 13px; font-size: .72rem; font-weight: 950; text-transform: uppercase; }
body.rs-inner-body .rs-navbar .nav-link:hover,
body.rs-inner-body .rs-navbar .nav-link.active { color: #fff; background: rgba(255,255,255,.1); }
body.rs-inner-body .rs-navbar .nav-link.active { background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-pink-dark)); box-shadow: 0 7px 18px rgba(236,63,157,.28); }
body.rs-inner-body .rs-navbar .rs-nav-shop { color: #35210e; background: linear-gradient(135deg,#ffd765,#eea52c); }
body.rs-inner-body .rs-navbar .rs-nav-shop:hover,
body.rs-inner-body .rs-navbar .rs-nav-shop.active { color: #35210e; background: linear-gradient(135deg,#ffe287,#f2ae37); }
body.rs-inner-body .rs-navbar .nav-link.active::after,
body.rs-inner-body .rs-main-nav::before { display: none; }
body.rs-inner-body .rs-register-link { color: #25163d !important; background: #fff; }

body.rs-inner-body main.container.content {
    max-width: 1240px;
    margin-top: 38px !important;
    margin-bottom: 80px !important;
}

.rs-rina-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rs-rina-pink);
    font-size: .69rem;
    font-weight: 1000;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rs-rina-page-hero {
    display: flex;
    min-height: 260px;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    padding: 42px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg,rgba(32,22,63,.94),rgba(32,22,63,.55)),
        url('../images/royalsky-hero-v4-cartoon.webp') center 43% / cover;
    border-radius: 27px;
    box-shadow: var(--rs-rina-card-shadow);
}

.rs-rina-page-hero .rs-rina-page-kicker { color: #ffe178; }
.rs-rina-page-hero h1 { margin: 9px 0 10px; color: #fff; font-size: clamp(2.3rem,4vw,4.2rem); font-weight: 1000; letter-spacing: -.055em; line-height: .95; }
.rs-rina-page-hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.rs-rina-search { display: flex; min-width: 300px; padding: 6px; background: #fff; border-radius: 16px; box-shadow: 0 12px 28px rgba(16,6,30,.26); }
.rs-rina-search input { min-width: 0; flex: 1; padding: 0 13px; color: var(--rs-rina-ink); background: transparent; border: 0; outline: 0; }
.rs-rina-search button { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border: 0; border-radius: 12px; }

/* Actualités */
.rs-rina-news-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 26px; }
.rs-rina-news-card { display: grid; grid-template-columns: 44% 1fr; min-height: 280px; overflow: hidden; background: #fff; border: 1px solid var(--rs-rina-line); border-radius: 23px; box-shadow: var(--rs-rina-card-shadow); transition: transform .28s ease,box-shadow .28s ease; }
.rs-rina-news-card:hover { box-shadow: 0 25px 60px rgba(47,31,78,.17); transform: translateY(-6px); }
.rs-rina-news-image { position: relative; display: block; min-height: 100%; overflow: hidden; }
.rs-rina-news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rs-rina-news-card:hover .rs-rina-news-image img { transform: scale(1.06); }
.rs-rina-news-image span { position: absolute; right: 14px; bottom: 14px; display: grid; width: 40px; height: 40px; place-items: center; color: #fff; background: var(--rs-rina-pink); border-radius: 12px; }
.rs-rina-news-card > div { display: flex; flex-direction: column; align-items: flex-start; padding: 25px; }
.rs-rina-news-card time { color: var(--rs-rina-pink); font-size: .65rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.rs-rina-news-card h2 { margin: 8px 0; font-size: 1.45rem; font-weight: 1000; letter-spacing: -.035em; line-height: 1.05; }
.rs-rina-news-card h2 a { color: var(--rs-rina-ink); }
.rs-rina-news-card p { color: var(--rs-rina-muted); font-size: .88rem; line-height: 1.55; }
.rs-rina-news-card > div > a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--rs-rina-purple); font-size: .78rem; font-weight: 950; text-transform: uppercase; }
.rs-rina-empty { grid-column: 1/-1; padding: 55px; color: var(--rs-rina-muted); background: #fff; border-radius: 24px; text-align: center; box-shadow: var(--rs-rina-card-shadow); }
.rs-rina-empty > i { color: var(--rs-rina-pink); font-size: 2.7rem; }
.rs-rina-empty h2 { color: var(--rs-rina-ink); }
.rs-rina-pagination { margin-top: 30px; }

.rs-rina-article { max-width: 930px; margin: 0 auto; }
.rs-rina-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--rs-rina-purple); font-weight: 900; }
.rs-rina-article > header { padding: 44px; color: #fff; background: linear-gradient(135deg,var(--rs-rina-navy),var(--rs-rina-purple)); border-radius: 26px 26px 0 0; }
.rs-rina-article > header .rs-rina-page-kicker { color: #ffe178; }
.rs-rina-article > header h1 { margin: 10px 0 14px; color: #fff; font-size: clamp(2.25rem,4.5vw,4.7rem); font-weight: 1000; letter-spacing: -.06em; line-height: .95; }
.rs-rina-article > header p { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; color: rgba(255,255,255,.7); }
.rs-rina-article > figure { margin: 0; aspect-ratio: 16/8; overflow: hidden; }
.rs-rina-article > figure img { width: 100%; height: 100%; object-fit: cover; }
.rs-rina-article-content { padding: clamp(28px,5vw,58px); color: #4d435c; background: #fff; font-size: 1.03rem; line-height: 1.8; }
.rs-rina-article-content h2,.rs-rina-article-content h3 { color: var(--rs-rina-ink); font-weight: 1000; }
.rs-rina-article > footer { padding: 0 45px 38px; background: #fff; border-radius: 0 0 26px 26px; }
.rs-rina-like { padding: 11px 17px; color: #fff; background: var(--rs-rina-pink); border: 0; border-radius: 13px; font-weight: 900; }
.rs-rina-comments { max-width: 930px; margin: 28px auto 0; }
.rs-rina-comments > h2 { font-weight: 1000; }
.rs-rina-comments > article { display: grid; grid-template-columns: 54px 1fr; gap: 15px; margin: 13px 0; padding: 20px; background: #fff; border-radius: 18px; box-shadow: 0 10px 30px rgba(47,31,78,.08); }
.rs-rina-comments > article img { border-radius: 15px; }
.rs-rina-comment-head { display: flex; justify-content: space-between; gap: 15px; }
.rs-rina-comment-head time { color: var(--rs-rina-muted); font-size: .72rem; }
.rs-rina-comments > form { display: grid; gap: 11px; margin-top: 20px; padding: 25px; background: #fff; border-radius: 20px; box-shadow: var(--rs-rina-card-shadow); }
.rs-rina-comments textarea { padding: 14px; border: 2px solid #ece7f6; border-radius: 14px; outline: 0; }
.rs-rina-comments form button { justify-self: start; padding: 12px 18px; color: #fff; background: var(--rs-rina-pink); border: 0; border-radius: 13px; font-weight: 900; }
.rs-rina-guest-note { margin-top: 18px; padding: 17px; color: var(--rs-rina-purple); background: #ebe2ff; border-radius: 15px; }

/* Connexion et inscription */
.rs-rina-auth,
body.rs-register-body .rs-auth-page { min-height: calc(100vh - 102px); padding: 55px 0 80px; background: linear-gradient(180deg,#8ae5f6 0 24%,var(--rs-rina-paper) 24%); }
.rs-rina-auth-shell { display: grid; grid-template-columns: .9fr 1.1fr; max-width: 1050px; overflow: hidden; background: #fff; border-radius: 28px; box-shadow: 0 28px 80px rgba(42,26,70,.18); }
.rs-rina-auth-shell > .alert { grid-column: 1/-1; }
.rs-rina-auth-art { position: relative; display: flex; min-height: 620px; flex-direction: column; align-items: flex-start; justify-content: end; padding: 45px; overflow: hidden; color: #fff; background: linear-gradient(0deg,rgba(30,16,57,.96),rgba(30,16,57,.12)),url('../images/royalsky-hero-v4-cartoon.webp') 46% center/cover; }
.rs-rina-auth-art > img { position: absolute; top: 24px; left: 28px; width: 90px; height: 90px; object-fit: contain; }
.rs-rina-auth-art .rs-rina-page-kicker { color: #ffe178; }
.rs-rina-auth-art h1 { margin: 13px 0; color: #fff; font-size: clamp(2.4rem,4vw,4.2rem); font-weight: 1000; letter-spacing: -.06em; line-height: .9; }
.rs-rina-auth-art p { color: rgba(255,255,255,.75); line-height: 1.6; }
.rs-rina-auth-art > a { display: inline-flex; align-items: center; gap: 8px; color: #ffe178; font-weight: 950; }
.rs-rina-auth-card { padding: clamp(35px,6vw,70px); }
.rs-rina-auth-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 20px; color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border-radius: 17px; font-size: 1.5rem; }
.rs-rina-auth-card h2 { margin: 8px 0 8px; font-size: 2.2rem; font-weight: 1000; letter-spacing: -.045em; }
.rs-rina-auth-card > p { color: var(--rs-rina-muted); }
.rs-rina-auth-card form { margin-top: 28px; }
.rs-rina-auth-card .form-label { color: var(--rs-rina-ink); font-size: .76rem; font-weight: 900; }
.rs-rina-input { display: flex; align-items: center; gap: 4px; padding: 0 12px; background: #f7f5fc; border: 2px solid #ece7f5; border-radius: 14px; }
.rs-rina-input:focus-within { border-color: var(--rs-rina-purple); }
.rs-rina-input > i { color: var(--rs-rina-purple); }
.rs-rina-input .form-control { min-height: 50px; color: var(--rs-rina-ink); background: transparent; border: 0; box-shadow: none; }
.rs-rina-auth-options { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 18px 0; font-size: .8rem; }
.rs-rina-auth-options a,.rs-rina-auth-switch a { color: var(--rs-rina-purple); font-weight: 900; }
.rs-rina-submit { width: 100%; min-height: 54px; margin-top: 12px; color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border: 0; border-radius: 15px; box-shadow: 0 12px 25px rgba(190,43,130,.22); font-weight: 950; }
.rs-rina-auth-switch { margin: 22px 0 0; text-align: center; font-size: .83rem; }

body.rs-register-body .rs-auth-page { background: linear-gradient(180deg,#8ae5f6 0 24%,var(--rs-rina-paper) 24%); }
body.rs-register-body .rs-register-panel { overflow: hidden; background: #fff; border: 0; border-radius: 28px; box-shadow: 0 28px 80px rgba(42,26,70,.18); }
body.rs-register-body .rs-register-visual { background: linear-gradient(0deg,rgba(30,16,57,.96),rgba(30,16,57,.12)),url('../images/royalsky-hero-v4-cartoon.webp') 46% center/cover; }
body.rs-register-body .rs-register-form { color: var(--rs-rina-ink); background: #fff; }
body.rs-register-body .rs-register-form h2 { font-weight: 1000; }
body.rs-register-body .rs-register-form .form-control { min-height: 50px; color: var(--rs-rina-ink); background: #f7f5fc; border: 2px solid #ece7f5; border-radius: 14px; }
body.rs-register-body .rs-btn-gold { color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border: 0; border-radius: 15px; }

/* Aventure */
body.rs-adventure-body .rs-adventure-page { color: var(--rs-rina-ink); background: var(--rs-rina-paper); }
body.rs-adventure-body .rs-adventure-header { display: grid; min-height: 330px; align-items: end; padding: 55px 0; background: linear-gradient(90deg,rgba(30,17,57,.88),rgba(30,17,57,.25)),url('../images/royalsky-hero-v4-cartoon.webp') center 48%/cover; border: 0; }
body.rs-adventure-body .rs-adventure-header .rs-eyebrow { color: #ffe178; }
body.rs-adventure-body .rs-adventure-header h1 { margin: 8px 0; color: #fff; font-family: Inter,'Segoe UI',sans-serif; font-size: clamp(2.5rem,5vw,5.4rem); font-weight: 1000; letter-spacing: -.06em; line-height: .93; }
body.rs-adventure-body .rs-adventure-header p { color: rgba(255,255,255,.78); }
body.rs-adventure-body .rs-worlds-section { padding-top: 35px; padding-bottom: 80px; }
body.rs-adventure-body .rs-world-tabs { gap: 12px; padding: 9px; background: #fff; border: 0; border-radius: 20px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-adventure-body .rs-world-tab { color: var(--rs-rina-muted); background: transparent; border: 0; border-radius: 14px; }
body.rs-adventure-body .rs-world-tab.active { color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); box-shadow: 0 10px 24px rgba(182,47,146,.24); }
body.rs-adventure-body .rs-world-intro { color: var(--rs-rina-ink); background: #fff; border: 0; border-radius: 22px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-adventure-body .rs-world-intro h2,
body.rs-adventure-body .rs-map-heading h2 { color: var(--rs-rina-ink); font-family: Inter,'Segoe UI',sans-serif; font-weight: 1000; letter-spacing: -.04em; }
body.rs-adventure-body .rs-world-intro p { color: var(--rs-rina-muted); }
body.rs-adventure-body .rs-btn-gold { color: #2d1d3f; background: var(--rs-rina-yellow); border: 0; border-radius: 13px; }
body.rs-adventure-body .rs-adventure-fullscreen { color: #fff; background: var(--rs-rina-navy); border: 0; border-radius: 13px; }
body.rs-adventure-body .rs-adventure-viewer { border: 6px solid #fff; border-radius: 22px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-adventure-body .rs-adventure-viewer-bar { background: var(--rs-rina-navy); }
body.rs-adventure-body .rs-adventure-gate { background: radial-gradient(circle at 50% 45%,rgba(141,67,212,.15),transparent 38%),#fff; }
body.rs-adventure-body .rs-adventure-gate strong { color: var(--rs-rina-ink); font-family: Inter,'Segoe UI',sans-serif; }
body.rs-adventure-body .rs-adventure-gate small { color: var(--rs-rina-muted); }
body.rs-adventure-body .rs-adventure-map-note { color: var(--rs-rina-ink); background: #fff; border-left-color: var(--rs-rina-pink); border-radius: 15px; box-shadow: 0 10px 28px rgba(47,31,78,.08); }
body.rs-adventure-body .rs-gallery-item { border: 5px solid #fff; border-radius: 19px; box-shadow: 0 14px 32px rgba(47,31,78,.13); }

/* Boutique */
body.rs-shop-body main.container.content { max-width: 1380px; padding: 0; }
body.rs-shop-body .rs-shop-page { padding: 0; color: var(--rs-rina-ink); background: transparent; }
body.rs-shop-body .rs-store-header { min-height: 280px; align-items: end; padding: 42px; color: #fff; background: linear-gradient(90deg,rgba(33,22,63,.93),rgba(33,22,63,.35)),url('../images/royalsky-hero-v4-cartoon.webp') center 48%/cover; border: 0; border-radius: 27px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-shop-body .rs-store-kicker { color: #ffe178; }
body.rs-shop-body .rs-store-header h1 { color: #fff; font-family: Inter,'Segoe UI',sans-serif; font-size: clamp(2.5rem,5vw,5rem); font-weight: 1000; letter-spacing: -.06em; line-height: .92; }
body.rs-shop-body .rs-store-header p { color: rgba(255,255,255,.78); }
body.rs-shop-body .rs-store-header-cart { color: var(--rs-rina-ink); background: var(--rs-rina-yellow); border: 0; border-radius: 16px; box-shadow: 0 12px 28px rgba(32,16,54,.25); }
body.rs-shop-body .rs-store-categories { gap: 12px; padding: 26px 0 18px; border: 0; }
body.rs-shop-body .rs-store-categories a { color: var(--rs-rina-muted); background: #fff; border: 2px solid transparent; border-radius: 17px; box-shadow: 0 10px 28px rgba(47,31,78,.08); }
body.rs-shop-body .rs-store-categories a.active { color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border: 0; box-shadow: 0 12px 28px rgba(181,47,145,.24); }
body.rs-shop-body .rs-store-category-icon { color: var(--rs-rina-purple); background: #eee6ff; border-radius: 12px; }
body.rs-shop-body .rs-store-categories a.active .rs-store-category-icon { color: var(--rs-rina-ink); background: var(--rs-rina-yellow); }
body.rs-shop-body .rs-store-catalog,
body.rs-shop-body .rs-store-account-panel,
body.rs-shop-body .rs-store-side-info,
body.rs-shop-body .rs-store-support { color: var(--rs-rina-ink); background: #fff; border: 0; border-radius: 22px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-shop-body .rs-store-section-heading h2,
body.rs-shop-body .rs-store-account-panel h2 { color: var(--rs-rina-ink); font-family: Inter,'Segoe UI',sans-serif; font-weight: 1000; }
body.rs-shop-body .rs-store-section-heading p,
body.rs-shop-body .rs-store-account-panel p,
body.rs-shop-body .rs-store-side-info small { color: var(--rs-rina-muted); }
body.rs-shop-body .rs-store-product { color: var(--rs-rina-ink); background: #f8f6ff; border: 2px solid transparent; border-radius: 20px; box-shadow: none; }
body.rs-shop-body .rs-store-product:hover { border-color: rgba(141,67,212,.25); box-shadow: 0 17px 40px rgba(47,31,78,.12); }
body.rs-shop-body .rs-store-product h3 { color: var(--rs-rina-ink); font-weight: 1000; }
body.rs-shop-body .rs-store-product-media { background: #fff; border-radius: 17px; }
body.rs-shop-body .rs-store-delivery-ribbon { color: var(--rs-rina-purple); background: #ece2ff; }
body.rs-shop-body .rs-store-product-price strong { color: var(--rs-rina-ink); }
body.rs-shop-body .rs-store-product-footer button,
body.rs-shop-body .rs-store-login-button,
body.rs-shop-body .rs-store-connect { color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border: 0; border-radius: 13px; }
body.rs-shop-body .rs-store-product-badge { color: #2d1d3f; background: var(--rs-rina-yellow); }
body.rs-shop-body .rs-store-product-badge.is-best { color: #fff; background: var(--rs-rina-pink); }

/* Vote, classement et fidélité */
body.rs-vote-body .rs-vote-page { color: var(--rs-rina-ink); }
body.rs-vote-body .rs-vote-heading { min-height: 275px; align-items: end; padding: 42px; color: #fff; background: linear-gradient(90deg,rgba(32,22,63,.94),rgba(32,22,63,.35)),url('../images/royalsky-hero-v4-cartoon.webp') center 47%/cover; border: 0; border-radius: 27px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-vote-body .rs-vote-heading h1 { color: #fff; font-family: Inter,'Segoe UI',sans-serif; font-size: clamp(2.5rem,4.8vw,4.8rem); font-weight: 1000; letter-spacing: -.06em; line-height: .93; }
body.rs-vote-body .rs-vote-heading .rs-eyebrow { color: #ffe178; }
body.rs-vote-body .rs-vote-heading-reward { color: var(--rs-rina-ink); background: var(--rs-rina-yellow); border: 0; border-radius: 17px; }
body.rs-vote-body .rs-vote-weekly,
body.rs-vote-body .rs-vote-panel,
body.rs-vote-body .rs-vote-goal { color: var(--rs-rina-ink); background: #fff; border: 0; border-radius: 22px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-vote-body .rs-vote-weekly h2,
body.rs-vote-body .rs-vote-panel > header h2 { color: var(--rs-rina-ink); font-family: Inter,'Segoe UI',sans-serif; font-weight: 1000; }
body.rs-vote-body .rs-vote-panel > header { color: var(--rs-rina-ink); background: #f4f0fc; border: 0; }
body.rs-vote-body .rs-vote-action > header { color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); }
body.rs-vote-body .rs-vote-action > header h2 { color: #fff; }
body.rs-vote-body .rs-vote-ranking > header { color: #2d1d3f; background: var(--rs-rina-yellow); }
body.rs-vote-body .rs-vote-ranking > header h2 { color: #2d1d3f; }
body.rs-vote-body .rs-vote-track::before { background: #eee8f6; }
body.rs-vote-body .rs-vote-track::after { background: linear-gradient(90deg,var(--rs-rina-pink),var(--rs-rina-purple),var(--rs-rina-cyan)); }
body.rs-vote-body .rs-vote-gift { color: #fff; background: var(--rs-rina-purple); }
body.rs-vote-body .rs-vote-site { color: var(--rs-rina-ink); background: #f7f4fc; border: 1px solid var(--rs-rina-line); border-radius: 14px; }
body.rs-vote-body .rs-vote-connect { color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border: 0; border-radius: 13px; }
body.rs-vote-body .rs-vote-rank { color: var(--rs-rina-ink); background: #f7f4fc; border: 0; border-radius: 15px; }
body.rs-vote-body .rs-vote-rank-1 { background: linear-gradient(90deg,#fff4cb,#ffe090); }
body.rs-vote-body .accordion-item { background: #fff; border-color: var(--rs-rina-line); }
body.rs-vote-body .accordion-button { color: var(--rs-rina-ink); background: #fff; }
body.rs-vote-body .accordion-body { color: var(--rs-rina-muted); background: #faf8ff; }

body.rs-loyalty-body .rs-loyalty-hero { min-height: 275px; align-items: end; padding: 42px; color: #fff; background: linear-gradient(90deg,rgba(32,22,63,.94),rgba(32,22,63,.35)),url('../images/royalsky-hero-v4-cartoon.webp') center 47%/cover; border: 0; border-radius: 27px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-loyalty-body .rs-loyalty-hero h1 { color: #fff; font-family: Inter,'Segoe UI',sans-serif; font-size: clamp(2.45rem,4.8vw,4.7rem); font-weight: 1000; letter-spacing: -.06em; line-height: .93; }
body.rs-loyalty-body .rs-loyalty-hero p { color: rgba(255,255,255,.78); }
body.rs-loyalty-body .rs-loyalty-kicker { color: #ffe178; }
body.rs-loyalty-body .rs-loyalty-balance { color: var(--rs-rina-ink); background: var(--rs-rina-yellow); border: 0; border-radius: 17px; }
body.rs-loyalty-body .rs-loyalty-product,
body.rs-loyalty-body .rs-loyalty-note { color: var(--rs-rina-ink); background: #fff; border: 0; border-radius: 21px; box-shadow: var(--rs-rina-card-shadow); }
body.rs-loyalty-body .rs-loyalty-product h2 { color: var(--rs-rina-ink); font-weight: 1000; }
body.rs-loyalty-body .rs-loyalty-product p { color: var(--rs-rina-muted); }
body.rs-loyalty-body .rs-loyalty-product-icon { color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border-radius: 17px; }
body.rs-loyalty-body .rs-loyalty-price { color: var(--rs-rina-purple); background: #eee5ff; }
body.rs-loyalty-body .rs-loyalty-product .btn-primary { color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border: 0; border-radius: 13px; }

body.rs-inner-body .rs-footer { color: rgba(255,255,255,.72); background: var(--rs-rina-navy); border: 0; }

@media (max-width: 1199.98px) {
    body.rs-inner-body .rs-navbar .nav-link { padding: 0 7px !important; font-size: .65rem; }
    .rs-rina-news-grid { grid-template-columns: 1fr; }
}

@media (max-width: 991.98px) {
    body.rs-inner-body > #app > header { padding: 10px 0; }
    body.rs-inner-body .rs-navbar > .container { min-height: 60px; border-radius: 18px; }
    body.rs-inner-body .rs-navbar .navbar-collapse { margin-top: 9px; padding: 10px; background: rgba(32,22,63,.98); border: 0; border-radius: 16px; }
    body.rs-inner-body .rs-navbar .nav-link { min-height: 44px; padding: 0 12px !important; }
    .rs-rina-page-hero { align-items: flex-start; flex-direction: column; }
    .rs-rina-search { width: 100%; min-width: 0; }
    .rs-rina-auth-shell { grid-template-columns: 1fr; }
    .rs-rina-auth-art { min-height: 420px; }
}

@media (max-width: 767.98px) {
    body.rs-inner-body main.container.content { margin-top: 22px !important; }
    .rs-rina-page-hero { min-height: 240px; padding: 28px; }
    .rs-rina-page-hero h1 { font-size: 2.65rem; }
    .rs-rina-news-card { grid-template-columns: 1fr; }
    .rs-rina-news-image { min-height: 220px; }
    .rs-rina-article > header { padding: 30px; }
    .rs-rina-auth { padding: 25px 10px 55px; }
    .rs-rina-auth-art { min-height: 350px; padding: 30px; }
    .rs-rina-auth-card { padding: 32px 24px; }
    body.rs-adventure-body .rs-adventure-header,
    body.rs-shop-body .rs-store-header,
    body.rs-vote-body .rs-vote-heading,
    body.rs-loyalty-body .rs-loyalty-hero { min-height: 250px; padding: 30px 22px; border-radius: 20px; }
}

/* RoyalSky V6 — densité, détails et correction de la connexion. */
body.rs-inner-body main.container.content {
    color: var(--rs-rina-ink);
    background: transparent !important;
}

body.rs-inner-body main.container.content::before,
body.rs-inner-body main.container.content::after {
    content: "";
    position: fixed;
    z-index: -1;
    width: 260px;
    height: 260px;
    opacity: .11;
    background: radial-gradient(circle,var(--rs-rina-purple) 0 2px,transparent 3px) 0 0/23px 23px;
    border-radius: 50%;
    pointer-events: none;
}
body.rs-inner-body main.container.content::before { top: 25%; left: -100px; }
body.rs-inner-body main.container.content::after { right: -90px; bottom: 7%; background-color: rgba(236,63,157,.08); }

.rs-rina-auth-shell {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(700px,auto);
    align-items: stretch;
}
.rs-rina-auth-shell > .rs-rina-auth-art { grid-column: 1; grid-row: 1; min-height: 700px; }
.rs-rina-auth-shell > .rs-rina-auth-card { grid-column: 2; grid-row: 1; align-self: stretch; }
.rs-rina-auth-art::before,
.rs-rina-auth-art::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 55px;
    opacity: .42;
    background: radial-gradient(ellipse at 25% 60%,#fff 0 28%,transparent 30%),radial-gradient(ellipse at 55% 48%,#fff 0 35%,transparent 37%),radial-gradient(ellipse at 82% 63%,#fff 0 25%,transparent 27%);
    filter: blur(2px);
}
.rs-rina-auth-art::before { top: 125px; left: -38px; }
.rs-rina-auth-art::after { top: 215px; right: -40px; transform: scale(.75); }
.rs-rina-auth-art > * { position: relative; z-index: 1; }
.rs-rina-auth-highlights { display: grid; width: 100%; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 17px 0 20px; }
.rs-rina-auth-highlights > span { display: grid; min-width: 0; gap: 2px; padding: 12px 10px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; backdrop-filter: blur(8px); }
.rs-rina-auth-highlights i { color: #ffe178; font-size: 1.08rem; }
.rs-rina-auth-highlights strong { font-size: .75rem; }
.rs-rina-auth-highlights small { overflow: hidden; color: rgba(255,255,255,.64); font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.rs-rina-auth-card { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.rs-rina-auth-card::before { content: ""; position: absolute; top: -75px; right: -70px; width: 190px; height: 190px; opacity: .11; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border-radius: 42% 58% 63% 37%; transform: rotate(25deg); }
.rs-rina-auth-card::after { content: "✦"; position: absolute; right: 32px; bottom: 25px; color: rgba(141,67,212,.12); font-size: 4.5rem; }
.rs-rina-auth-card > * { position: relative; z-index: 1; }
.rs-rina-auth-mini-benefits { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 -5px; }
.rs-rina-auth-mini-benefits span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; color: var(--rs-rina-purple); background: #f0e8ff; border-radius: 999px; font-size: .63rem; font-weight: 900; }
.rs-rina-secure-note { display: flex; align-items: center; gap: 11px; margin-top: 20px; padding: 13px; color: #376b58; background: #eaf9f1; border: 1px solid #cceedd; border-radius: 13px; }
.rs-rina-secure-note > i { font-size: 1.12rem; }
.rs-rina-secure-note > span { display: grid; }
.rs-rina-secure-note strong { font-size: .72rem; }
.rs-rina-secure-note small { color: #638375; font-size: .62rem; }
.rs-rina-auth-switch { padding-top: 16px; border-top: 1px solid #eee9f5; }

body.rs-register-body .rs-register-panel { grid-template-columns: 1fr 1fr; }
body.rs-register-body .rs-register-visual { display: flex; min-height: 760px; flex-direction: column; justify-content: end; }
body.rs-register-body .rs-register-visual > img { position: absolute; top: 28px; left: 32px; }

.rs-rina-news-grid > :only-child { grid-column: 1/-1; min-height: 340px; grid-template-columns: 42% 1fr; }
.rs-rina-news-grid > :only-child h2 { max-width: 520px; font-size: clamp(1.8rem,3vw,3rem); }
.rs-rina-news-grid > :only-child p { max-width: 610px; font-size: .98rem; }
.rs-rina-news-page::after { content: "play.royalsky.fr"; display: flex; min-height: 82px; align-items: center; justify-content: center; margin-top: 24px; color: #fff; background: linear-gradient(135deg,var(--rs-rina-pink),var(--rs-rina-purple)); border-radius: 21px; box-shadow: var(--rs-rina-card-shadow); font-size: clamp(1.25rem,3vw,2.2rem); font-weight: 1000; letter-spacing: -.03em; }

.rs-rina-page-hero,
body.rs-shop-body .rs-store-header,
body.rs-vote-body .rs-vote-heading,
body.rs-loyalty-body .rs-loyalty-hero { position: relative; isolation: isolate; }
.rs-rina-page-hero::after,
body.rs-shop-body .rs-store-header::after,
body.rs-vote-body .rs-vote-heading::after,
body.rs-loyalty-body .rs-loyalty-hero::after { content: ""; position: absolute; z-index: -1; top: 18px; right: 20px; width: 115px; height: 115px; opacity: .12; background: repeating-conic-gradient(from 0deg,#fff 0 12deg,transparent 12deg 24deg); border-radius: 50%; }

.rs-adventure-header-badges,
.rs-store-quickfacts,
.rs-loyalty-quickfacts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.rs-adventure-header-badges span,
.rs-store-quickfacts span,
.rs-loyalty-quickfacts span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .66rem; font-weight: 850; backdrop-filter: blur(8px); }
.rs-adventure-header-badges i,
.rs-store-quickfacts i,
.rs-loyalty-quickfacts i { color: #ffe178; }

body.rs-shop-body .rs-store-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
    gap: 12px;
    overflow: visible;
    padding: 20px 0;
    background: transparent !important;
    border: 0 !important;
    scrollbar-width: none;
}
body.rs-shop-body .rs-store-categories::-webkit-scrollbar { display: none; }
body.rs-shop-body .rs-store-categories a { min-width: 0; min-height: 92px; }
body.rs-shop-body .rs-store-layout { align-items: start; gap: 20px; }
body.rs-shop-body .rs-store-catalog { padding: clamp(22px,3vw,35px); }
body.rs-shop-body .rs-store-products { gap: 17px; }
body.rs-shop-body .rs-store-support { margin-top: 20px; }

body.rs-vote-body .rs-vote-weekly { position: relative; overflow: hidden; }
body.rs-vote-body .rs-vote-weekly::before { content: "✦"; position: absolute; top: -18px; right: 22px; color: rgba(141,67,212,.08); font-size: 7rem; }
body.rs-vote-body .rs-vote-milestone strong { color: var(--rs-rina-ink); }
body.rs-vote-body .rs-vote-milestone small { color: var(--rs-rina-muted); }
body.rs-vote-body .rs-vote-weekly > p { color: var(--rs-rina-muted); }
body.rs-vote-body .rs-vote-weekly > p a { color: var(--rs-rina-purple); font-weight: 900; }
body.rs-vote-body .rs-vote-columns { gap: 18px; }
body.rs-vote-body .rs-vote-panel { overflow: hidden; }

body.rs-adventure-body .rs-worlds-section { position: relative; }
body.rs-adventure-body .rs-worlds-section::before { content: ""; position: absolute; z-index: -1; top: 120px; right: -100px; width: 230px; height: 230px; opacity: .12; background: radial-gradient(circle,var(--rs-rina-pink) 0 3px,transparent 4px) 0 0/25px 25px; border-radius: 50%; }
body.rs-adventure-body .rs-world-intro { padding: 30px; }
body.rs-adventure-body .rs-adventure-gallery { gap: 13px; }
body.rs-adventure-body .rs-gallery-item:hover { box-shadow: 0 23px 52px rgba(47,31,78,.22); transform: translateY(-5px) rotate(-.5deg); }

body.rs-loyalty-body .rs-loyalty-grid { gap: 18px; }
body.rs-loyalty-body .rs-loyalty-product { position: relative; overflow: hidden; }
body.rs-loyalty-body .rs-loyalty-product::after { content: ""; position: absolute; right: -38px; bottom: -45px; width: 120px; height: 120px; opacity: .08; background: var(--rs-rina-purple); border-radius: 50%; }

@media (max-width: 991.98px) {
    .rs-rina-auth-shell { grid-template-columns: 1fr; grid-template-rows: auto auto; }
    .rs-rina-auth-shell > .rs-rina-auth-art { grid-column: 1; grid-row: 1; min-height: 430px; }
    .rs-rina-auth-shell > .rs-rina-auth-card { grid-column: 1; grid-row: 2; }
    body.rs-register-body .rs-register-panel { grid-template-columns: 1fr; }
    body.rs-register-body .rs-register-visual { min-height: 440px; }
}

@media (max-width: 767.98px) {
    .rs-rina-auth-highlights { grid-template-columns: 1fr; }
    .rs-rina-auth-highlights > span { grid-template-columns: 24px 1fr; align-items: center; }
    .rs-rina-auth-highlights small { grid-column: 2; }
    .rs-rina-news-grid > :only-child { grid-template-columns: 1fr; }
    .rs-adventure-header-badges,.rs-store-quickfacts,.rs-loyalty-quickfacts { display: grid; }
    .rs-adventure-header-badges span,.rs-store-quickfacts span,.rs-loyalty-quickfacts span { justify-content: center; }
}

/* RoyalSky V7 — interface Vote reconstruite. */
body.rs-vote-v7-body { --v7-ink:#26193b; --v7-muted:#756c84; --v7-pink:#e93a9c; --v7-purple:#8745d9; --v7-violet:#5b35bd; --v7-yellow:#ffd455; --v7-cyan:#64d8e9; }
body.rs-vote-v7-body main.container.content { max-width: 1240px; }
.rs-v7-vote-page { position: relative; display: grid; gap: 20px; padding-bottom: 20px; color: var(--v7-ink); }
.rs-v7-vote-page::before { content:""; position:absolute; z-index:-1; top:520px; left:-150px; width:310px; height:310px; opacity:.1; background:radial-gradient(circle,var(--v7-purple) 0 3px,transparent 4px) 0 0/24px 24px; border-radius:50%; }
.rs-v7-vote-page h1,.rs-v7-vote-page h2,.rs-v7-vote-page strong { font-family:Inter,'Segoe UI',sans-serif; }

.rs-v7-vote-hero { position:relative; display:grid; min-height:500px; grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr); align-items:center; gap:50px; padding:54px 62px; overflow:hidden; color:#fff; background:linear-gradient(90deg,rgba(34,19,67,.97) 0%,rgba(51,25,91,.9) 47%,rgba(36,18,67,.38) 100%),url('../images/royalsky-hero-v4-cartoon.webp') center 42%/cover; border-radius:30px; box-shadow:0 25px 65px rgba(49,28,84,.24); isolation:isolate; }
.rs-v7-vote-hero::before { content:""; position:absolute; z-index:-1; width:520px; height:520px; right:-150px; top:-240px; border:82px solid rgba(255,255,255,.07); border-radius:50%; }
.rs-v7-vote-hero::after { content:"✦"; position:absolute; z-index:-1; left:49%; bottom:16px; color:rgba(255,212,85,.18); font-size:8rem; transform:rotate(12deg); }
.rs-v7-kicker { display:inline-flex; align-items:center; gap:8px; color:var(--v7-yellow); font-size:.69rem; font-weight:950; letter-spacing:.12em; text-transform:uppercase; }
.rs-v7-vote-hero-copy h1 { max-width:620px; margin:14px 0 18px; color:#fff; font-size:clamp(3.1rem,5.6vw,5.7rem); font-weight:1000; letter-spacing:-.075em; line-height:.87; }
.rs-v7-vote-hero-copy h1 em { color:var(--v7-yellow); font-style:normal; }
.rs-v7-vote-hero-copy > p { max-width:540px; margin:0 0 26px; color:rgba(255,255,255,.78); font-size:1rem; line-height:1.65; }
.rs-v7-primary-cta { display:inline-flex; min-width:250px; align-items:center; justify-content:space-between; gap:22px; padding:9px 10px 9px 18px; color:#25183b; background:var(--v7-yellow); border:3px solid rgba(255,255,255,.38); border-radius:16px; box-shadow:0 12px 28px rgba(0,0,0,.22); font-size:.78rem; font-weight:950; text-transform:uppercase; transition:.22s ease; }
.rs-v7-primary-cta > span { display:flex; align-items:center; gap:9px; }
.rs-v7-primary-cta > i { display:grid; width:36px; height:36px; place-items:center; color:#fff; background:var(--v7-pink); border-radius:11px; }
.rs-v7-primary-cta:hover { color:#25183b; transform:translateY(-3px); box-shadow:0 18px 34px rgba(0,0,0,.27); }

.rs-v7-reward-stack { position:relative; display:grid; gap:10px; padding:24px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius:24px; backdrop-filter:blur(13px); box-shadow:0 25px 50px rgba(19,10,38,.24); }
.rs-v7-stack-label { margin-bottom:2px; color:rgba(255,255,255,.7); font-size:.64rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.rs-v7-reward-card { display:grid; min-height:80px; grid-template-columns:54px minmax(0,1fr) auto; align-items:center; gap:14px; padding:12px 15px; color:var(--v7-ink); background:#fff; border-radius:17px; box-shadow:0 8px 22px rgba(22,11,43,.15); transform-origin:right center; transition:.2s ease; }
.rs-v7-reward-card:hover { transform:translateX(-5px) rotate(-.5deg); }
.rs-v7-reward-icon { display:grid; width:52px; height:52px; place-items:center; color:#fff; background:linear-gradient(135deg,var(--v7-pink),var(--v7-purple)); border-radius:15px; font-size:1.28rem; box-shadow:0 7px 15px rgba(135,69,217,.25); }
.rs-v7-reward-fly .rs-v7-reward-icon { color:#234052; background:linear-gradient(135deg,#a9f3ff,var(--v7-cyan)); }
.rs-v7-reward-point .rs-v7-reward-icon { color:#49330c; background:linear-gradient(135deg,#fff0a5,var(--v7-yellow)); }
.rs-v7-reward-card > span:nth-child(2) { display:grid; min-width:0; gap:2px; }
.rs-v7-reward-card strong { color:var(--v7-ink); font-size:.84rem; font-weight:950; }
.rs-v7-reward-card small { color:var(--v7-muted); font-size:.63rem; }
.rs-v7-reward-card > b { padding:6px 9px; color:var(--v7-purple); background:#f2e9fc; border-radius:10px; font-size:.68rem; }

.rs-v7-how { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; align-items:center; gap:10px; padding:15px; background:#fff; border:1px solid rgba(91,53,189,.08); border-radius:22px; box-shadow:0 15px 40px rgba(56,37,86,.1); }
.rs-v7-how article { position:relative; display:grid; min-height:88px; grid-template-columns:48px minmax(0,1fr); align-items:center; gap:13px; padding:14px 18px; overflow:hidden; background:#f8f5fd; border-radius:16px; }
.rs-v7-how article > span { position:absolute; right:10px; bottom:-14px; color:rgba(135,69,217,.07); font-size:4.3rem; font-weight:1000; line-height:1; }
.rs-v7-how article > i { display:grid; width:47px; height:47px; place-items:center; color:#fff; background:linear-gradient(135deg,var(--v7-pink),var(--v7-purple)); border-radius:14px; font-size:1.15rem; box-shadow:0 8px 17px rgba(135,69,217,.2); }
.rs-v7-how article:nth-of-type(2) > i { background:linear-gradient(135deg,var(--v7-purple),#5741c5); }
.rs-v7-how article:nth-of-type(3) > i { color:#412b08; background:linear-gradient(135deg,#ffe37d,var(--v7-yellow)); }
.rs-v7-how article > div { position:relative; z-index:1; display:grid; gap:3px; }
.rs-v7-how strong { font-size:.77rem; font-weight:950; }
.rs-v7-how small { color:var(--v7-muted); font-size:.6rem; }
.rs-v7-how-arrow { color:#c7b8de; }

.rs-v7-vote-workspace { display:grid; grid-template-columns:minmax(0,1.13fr) minmax(380px,.87fr); gap:20px; align-items:start; }
.rs-v7-vote-box { min-width:0; overflow:hidden; background:#fff; border:1px solid rgba(82,56,121,.08); border-radius:24px; box-shadow:0 18px 48px rgba(56,37,86,.11); }
.rs-v7-box-header { display:flex; min-height:94px; align-items:center; gap:14px; padding:19px 22px; background:#f8f5fd; border-bottom:1px solid #eee8f6; }
.rs-v7-box-icon { display:grid; width:52px; height:52px; flex:0 0 auto; place-items:center; color:#fff; background:linear-gradient(135deg,var(--v7-pink),var(--v7-purple)); border-radius:16px; box-shadow:0 9px 20px rgba(135,69,217,.22); font-size:1.2rem; }
.rs-v7-box-header > div { display:grid; min-width:0; gap:2px; }
.rs-v7-box-header > div > span { color:var(--v7-pink); font-size:.58rem; font-weight:950; letter-spacing:.11em; text-transform:uppercase; }
.rs-v7-box-header h2 { margin:0; color:var(--v7-ink); font-size:1.15rem; font-weight:1000; letter-spacing:-.025em; }
.rs-v7-live-pill { display:inline-flex; align-items:center; gap:7px; margin-left:auto; padding:7px 10px; color:#158455; background:#e8f9f0; border-radius:999px; font-size:.58rem; font-weight:900; text-transform:uppercase; }
.rs-v7-live-pill i { width:7px; height:7px; background:#20ba75; border-radius:50%; box-shadow:0 0 0 4px rgba(32,186,117,.13); }
.rs-v7-action-body { padding:24px; }
.rs-v7-vote-card { min-height:190px; }
.rs-v7-vote-card .spinner-parent { display:none; }
.rs-v7-vote-card.voting .spinner-parent { position:absolute; z-index:10; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.9); border-radius:18px; }
.rs-v7-vote-login-form { display:grid; gap:7px; }
.rs-v7-vote-login-form > label { color:var(--v7-ink); font-size:1.15rem; font-weight:1000; }
.rs-v7-vote-login-form > p { margin:0 0 12px; color:var(--v7-muted); font-size:.7rem; }
.rs-v7-pseudo-field { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:8px; padding:7px; background:#f6f2fb; border:2px solid #e4d9f0; border-radius:16px; transition:.2s ease; }
.rs-v7-pseudo-field:focus-within { border-color:var(--v7-purple); box-shadow:0 0 0 4px rgba(135,69,217,.1); }
.rs-v7-pseudo-field > i { margin-left:10px; color:var(--v7-purple); }
.rs-v7-pseudo-field .form-control { min-width:0; padding:11px 5px; color:var(--v7-ink); background:transparent; border:0; box-shadow:none; font-size:.78rem; }
.rs-v7-vote-submit { display:inline-flex; min-height:44px; align-items:center; justify-content:center; gap:8px; padding:10px 17px; color:#fff; background:linear-gradient(135deg,var(--v7-pink),var(--v7-purple)); border:0; border-radius:12px; box-shadow:0 8px 18px rgba(135,69,217,.2); font-size:.68rem; font-weight:950; text-transform:uppercase; }
.rs-v7-vote-submit:hover { color:#fff; filter:brightness(1.05); transform:translateY(-1px); }
.rs-v7-auth-required { display:flex; align-items:center; gap:14px; margin-bottom:14px; padding:18px; background:#f8f5fd; border:1px solid #e8def2; border-radius:17px; }
.rs-v7-auth-required > span { display:grid; width:48px; height:48px; flex:0 0 auto; place-items:center; color:var(--v7-purple); background:#eee4fa; border-radius:14px; font-size:1.15rem; }
.rs-v7-auth-required > div { display:grid; gap:3px; }
.rs-v7-auth-required strong { font-size:.82rem; }
.rs-v7-auth-required small { color:var(--v7-muted); font-size:.65rem; line-height:1.5; }
.rs-v7-sites-heading { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-bottom:14px; }
.rs-v7-sites-heading > div { display:grid; gap:2px; }
.rs-v7-sites-heading strong { font-size:.95rem; }
.rs-v7-sites-heading small { color:var(--v7-muted); font-size:.64rem; }
.rs-v7-sites-heading > span { padding:6px 9px; color:var(--v7-purple); background:#f0e8fa; border-radius:9px; font-size:.6rem; font-weight:900; }
.rs-v7-vote-site-list { display:grid; gap:9px; }
body.rs-vote-v7-body .rs-v7-vote-site { display:grid; min-height:68px; grid-template-columns:44px minmax(0,1fr) auto auto; align-items:center; gap:12px; padding:10px 13px; color:var(--v7-ink); background:#f8f5fd; border:1px solid #e8def2; border-radius:15px; }
body.rs-vote-v7-body .rs-v7-vote-site::before { display:none; }
body.rs-vote-v7-body .rs-v7-vote-site:hover { color:var(--v7-ink); background:#fff; border-color:var(--v7-purple); box-shadow:0 9px 22px rgba(82,56,121,.1); transform:translateY(-2px); }
.rs-v7-site-mark { display:grid!important; width:43px; height:43px; place-items:center; color:#fff; background:linear-gradient(135deg,var(--v7-pink),var(--v7-purple)); border-radius:13px; }
.rs-v7-site-name { display:grid!important; gap:2px!important; }
.rs-v7-site-name strong { font-size:.75rem; }
.rs-v7-site-name small { color:var(--v7-muted); font-size:.58rem; }
.rs-v7-site-arrow { color:var(--v7-purple)!important; }
.rs-v7-offline-note { display:flex; align-items:center; gap:12px; margin-top:18px; padding:13px 15px; color:#4c4160; background:#fff9e5; border:1px solid #f4dfa0; border-radius:15px; }
.rs-v7-offline-note > i { color:#d29c13; font-size:1.05rem; }
.rs-v7-offline-note > span { display:grid; gap:1px; }
.rs-v7-offline-note strong { font-size:.68rem; }
.rs-v7-offline-note small { color:#7d6e46; font-size:.59rem; }
.rs-v7-empty-state { display:grid; min-height:180px; place-items:center; align-content:center; gap:6px; color:var(--v7-muted); text-align:center; }
.rs-v7-empty-state > i { color:var(--v7-purple); font-size:2rem; }
.rs-v7-empty-state strong { color:var(--v7-ink); font-size:.8rem; }
.rs-v7-empty-state span { font-size:.65rem; }

.rs-v7-weekly .rs-v7-box-icon { color:#523808; background:linear-gradient(135deg,#ffe784,var(--v7-yellow)); }
.rs-v7-week-score { display:flex; align-items:baseline; margin-left:auto; color:var(--v7-muted); font-size:.65rem; }
.rs-v7-week-score strong { color:var(--v7-purple); font-size:1.22rem; }
.rs-v7-weekly-body { padding:20px 22px; }
.rs-v7-progress-login { display:flex; align-items:center; justify-content:center; gap:7px; margin-bottom:15px; padding:10px; color:var(--v7-purple); background:#f2eafb; border-radius:11px; font-size:.61rem; font-weight:850; }
.rs-v7-progress-summary { display:grid; grid-template-columns:92px 1fr; align-items:center; gap:17px; margin-bottom:18px; padding:15px; background:linear-gradient(135deg,#f8f4fd,#fff9e8); border-radius:17px; }
.rs-v7-progress-ring { position:relative; display:grid; width:88px; height:88px; place-items:center; background:conic-gradient(var(--v7-pink),var(--v7-purple) var(--progress),#e9e1f1 var(--progress)); border-radius:50%; }
.rs-v7-progress-ring::before { content:""; position:absolute; inset:8px; background:#fff; border-radius:50%; }
.rs-v7-progress-ring > span { position:relative; display:grid; justify-items:center; }
.rs-v7-progress-ring strong { color:var(--v7-ink); font-size:1.05rem; }
.rs-v7-progress-ring small { color:var(--v7-muted); font-size:.52rem; }
.rs-v7-progress-summary > div:last-child { display:grid; gap:2px; }
.rs-v7-progress-summary > div:last-child > span { color:var(--v7-pink); font-size:.55rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.rs-v7-progress-summary > div:last-child > strong { font-size:.88rem; }
.rs-v7-progress-summary > div:last-child > small { color:var(--v7-muted); font-size:.6rem; }
.rs-v7-milestone-list { position:relative; display:grid; gap:7px; }
.rs-v7-milestone-list::before { content:""; position:absolute; top:20px; bottom:20px; left:19px; width:2px; background:#e6dcef; }
.rs-v7-milestone { position:relative; display:grid; min-height:52px; grid-template-columns:40px 49px minmax(0,1fr) auto; align-items:center; gap:8px; padding:6px 9px 6px 0; background:#faf8fd; border:1px solid transparent; border-radius:13px; }
.rs-v7-milestone.is-next { background:#fff9e5; border-color:#f1da8e; }
.rs-v7-milestone.is-complete { background:#ecf9f2; }
.rs-v7-milestone-check { position:relative; z-index:1; display:grid; width:40px; height:40px; place-items:center; color:#fff; background:var(--v7-purple); border:4px solid #fff; border-radius:50%; font-size:.68rem; }
.rs-v7-milestone.is-complete .rs-v7-milestone-check { background:#27b778; }
.rs-v7-milestone-number { display:grid; justify-items:center; padding-right:8px; border-right:1px solid #e7dfee; }
.rs-v7-milestone-number strong { font-size:.74rem; }
.rs-v7-milestone-number small { color:var(--v7-muted); font-size:.5rem; text-transform:uppercase; }
.rs-v7-milestone-rewards { display:grid; gap:1px; }
.rs-v7-milestone-rewards strong { font-size:.66rem; }
.rs-v7-milestone-rewards small { color:var(--v7-muted); font-size:.55rem; }
.rs-v7-next-label { padding:5px 7px; color:#8b6710; background:#ffe994; border-radius:7px; font-size:.5rem; font-weight:900; text-transform:uppercase; }
.rs-v7-reset-note { margin:12px 0 0; color:var(--v7-muted); font-size:.55rem; text-align:center; }

.rs-v7-community-grid { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr); gap:20px; align-items:start; }
.rs-v7-ranking-header { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; padding:28px; color:#fff; background:linear-gradient(135deg,#342052,#6b38bd); }
.rs-v7-ranking-header > div > span { color:var(--v7-yellow); font-size:.61rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.rs-v7-ranking-header h2 { margin:6px 0 4px; color:#fff; font-size:1.6rem; font-weight:1000; letter-spacing:-.04em; }
.rs-v7-ranking-header p { margin:0; color:rgba(255,255,255,.65); font-size:.66rem; }
.rs-v7-month-badge { display:inline-flex; align-items:center; gap:7px; padding:8px 10px; color:#fff; background:rgba(255,255,255,.13); border:1px solid rgba(255,255,255,.17); border-radius:10px; font-size:.57rem; font-weight:850; white-space:nowrap; }
.rs-v7-rank-list { display:grid; gap:8px; padding:18px; }
.rs-v7-rank { display:grid; min-height:72px; grid-template-columns:39px 52px minmax(0,1fr) auto; align-items:center; gap:12px; padding:9px 14px; background:#f8f5fd; border:1px solid transparent; border-radius:16px; transition:.18s ease; }
.rs-v7-rank:hover { background:#fff; border-color:#e4d7f0; box-shadow:0 8px 20px rgba(65,43,97,.08); transform:translateX(3px); }
.rs-v7-rank-position { display:grid; width:36px; height:36px; place-items:center; color:var(--v7-purple); background:#ece3f7; border-radius:11px; font-size:.7rem; font-weight:950; }
.rs-v7-rank img { border:3px solid #fff; border-radius:12px; box-shadow:0 5px 12px rgba(44,27,70,.14); image-rendering:pixelated; }
.rs-v7-rank-name { display:grid; min-width:0; gap:2px; }
.rs-v7-rank-name strong { overflow:hidden; color:var(--v7-ink); font-size:.77rem; text-overflow:ellipsis; white-space:nowrap; }
.rs-v7-rank-name small { color:var(--v7-muted); font-size:.55rem; }
.rs-v7-rank-count { display:grid; justify-items:end; }
.rs-v7-rank-count strong { color:var(--v7-purple); font-size:.94rem; }
.rs-v7-rank-count small { color:var(--v7-muted); font-size:.5rem; text-transform:uppercase; }
.rs-v7-rank-1 { background:linear-gradient(90deg,#fff9e6,#fff1ad); border-color:#f4d66e; }
.rs-v7-rank-1 .rs-v7-rank-position { color:#754f00; background:var(--v7-yellow); box-shadow:0 5px 12px rgba(213,158,13,.25); }
.rs-v7-rank-2 .rs-v7-rank-position { color:#566170; background:#dce3eb; }
.rs-v7-rank-3 .rs-v7-rank-position { color:#784a2d; background:#eed1b9; }
.rs-v7-side-stack { display:grid; gap:20px; }
.rs-v7-why-card { position:relative; padding:30px; overflow:hidden; color:#fff; background:linear-gradient(145deg,var(--v7-pink),#9b42cd 62%,#6b39bf); border-radius:24px; box-shadow:0 18px 45px rgba(147,50,174,.23); }
.rs-v7-why-card::after { content:"♥"; position:absolute; right:-25px; bottom:-56px; color:rgba(255,255,255,.09); font-size:12rem; transform:rotate(-12deg); }
.rs-v7-why-icon { display:grid; width:53px; height:53px; margin-bottom:19px; place-items:center; color:var(--v7-pink); background:#fff; border-radius:17px; box-shadow:0 9px 20px rgba(73,26,91,.2); font-size:1.2rem; }
.rs-v7-why-card .rs-v7-kicker { color:#ffe481; }
.rs-v7-why-card h2 { position:relative; z-index:1; margin:10px 0 11px; color:#fff; font-size:1.65rem; font-weight:1000; letter-spacing:-.045em; line-height:1.05; }
.rs-v7-why-card > p { position:relative; z-index:1; margin:0 0 20px; color:rgba(255,255,255,.76); font-size:.69rem; line-height:1.65; }
.rs-v7-why-card > div { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:7px; }
.rs-v7-why-card > div > span { display:grid; justify-items:center; gap:5px; padding:10px 5px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.15); border-radius:11px; font-size:.53rem; text-align:center; }
.rs-v7-why-card > div i { color:var(--v7-yellow); font-size:.9rem; }
.rs-v7-faq > header { display:flex; align-items:center; gap:12px; padding:19px 21px; background:#f8f5fd; border-bottom:1px solid #ece4f3; }
.rs-v7-faq > header > span { display:grid; width:43px; height:43px; place-items:center; color:#fff; background:var(--v7-purple); border-radius:13px; }
.rs-v7-faq > header > div { display:grid; gap:1px; }
.rs-v7-faq > header small { color:var(--v7-pink); font-size:.53rem; font-weight:900; text-transform:uppercase; }
.rs-v7-faq > header h2 { margin:0; color:var(--v7-ink); font-size:.95rem; font-weight:1000; }
body.rs-vote-v7-body .rs-v7-faq .accordion { --bs-accordion-bg:#fff; --bs-accordion-border-color:#eee7f4; --bs-accordion-btn-color:var(--v7-ink); --bs-accordion-active-color:var(--v7-purple); --bs-accordion-active-bg:#faf7fd; --bs-accordion-btn-focus-box-shadow:none; }
body.rs-vote-v7-body .rs-v7-faq .accordion-button { padding:15px 18px; color:var(--v7-ink); background:#fff; font-size:.65rem; font-weight:850; }
body.rs-vote-v7-body .rs-v7-faq .accordion-button:not(.collapsed) { color:var(--v7-purple); background:#faf7fd; }
body.rs-vote-v7-body .rs-v7-faq .accordion-body { padding:0 18px 17px; color:var(--v7-muted); background:#faf7fd; font-size:.62rem; line-height:1.6; }
.rs-v7-community-goal { display:grid; grid-template-columns:58px 280px 1fr; align-items:center; gap:18px; padding:20px 24px; color:#fff; background:linear-gradient(100deg,#2e1d4b,#513087); border-radius:22px; box-shadow:0 16px 40px rgba(48,28,78,.18); }
.rs-v7-goal-icon { display:grid; width:55px; height:55px; place-items:center; color:#412b08; background:var(--v7-yellow); border-radius:17px; font-size:1.2rem; }
.rs-v7-goal-copy { display:grid; gap:1px; }
.rs-v7-goal-copy > span { color:var(--v7-yellow); font-size:.52rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.rs-v7-goal-copy strong { font-size:.84rem; }
.rs-v7-goal-copy small { color:rgba(255,255,255,.63); font-size:.57rem; }
.rs-v7-goal-progress > div:first-child { display:flex; justify-content:space-between; margin-bottom:7px; color:rgba(255,255,255,.68); font-size:.56rem; }
.rs-v7-goal-progress > div:first-child strong { color:#fff; font-size:.65rem; }
.rs-v7-goal-progress .progress { height:10px; overflow:visible; background:rgba(255,255,255,.13); border-radius:99px; }
.rs-v7-goal-progress .progress-bar { background:linear-gradient(90deg,var(--v7-pink),var(--v7-yellow)); border-radius:99px; box-shadow:0 0 16px rgba(255,212,85,.35); }

@media (max-width: 1099.98px) {
    .rs-v7-vote-hero { grid-template-columns:1fr 390px; gap:28px; padding:45px 40px; }
    .rs-v7-vote-workspace,.rs-v7-community-grid { grid-template-columns:1fr; }
    .rs-v7-side-stack { grid-template-columns:1fr 1fr; }
}
@media (max-width: 849.98px) {
    .rs-v7-vote-hero { grid-template-columns:1fr; padding:40px; background-position:38% center; }
    .rs-v7-reward-stack { grid-template-columns:repeat(3,1fr); }
    .rs-v7-stack-label { grid-column:1/-1; }
    .rs-v7-reward-card { min-height:150px; grid-template-columns:1fr; justify-items:center; align-content:center; text-align:center; }
    .rs-v7-reward-card > b { position:absolute; margin:0 0 105px 75px; }
    .rs-v7-how { grid-template-columns:1fr; }
    .rs-v7-how-arrow { display:none; }
    .rs-v7-side-stack { grid-template-columns:1fr; }
}
@media (max-width: 575.98px) {
    body.rs-vote-v7-body main.container.content { padding-right:11px; padding-left:11px; }
    .rs-v7-vote-page { gap:13px; }
    .rs-v7-vote-hero { min-height:auto; gap:27px; padding:30px 20px; border-radius:21px; }
    .rs-v7-vote-hero-copy h1 { margin-top:12px; font-size:3rem; }
    .rs-v7-vote-hero-copy > p { font-size:.78rem; }
    .rs-v7-primary-cta { width:100%; min-width:0; }
    .rs-v7-reward-stack { grid-template-columns:1fr; padding:13px; }
    .rs-v7-stack-label { grid-column:auto; }
    .rs-v7-reward-card { min-height:70px; grid-template-columns:46px 1fr auto; justify-items:stretch; text-align:left; }
    .rs-v7-reward-icon { width:45px; height:45px; }
    .rs-v7-reward-card > b { position:static; margin:0; }
    .rs-v7-how { padding:10px; border-radius:18px; }
    .rs-v7-how article { min-height:76px; }
    .rs-v7-box-header { min-height:82px; padding:15px; }
    .rs-v7-box-icon { width:45px; height:45px; }
    .rs-v7-box-header h2 { font-size:.93rem; }
    .rs-v7-live-pill { padding:6px; font-size:0; }
    .rs-v7-live-pill i { margin:0; }
    .rs-v7-action-body,.rs-v7-weekly-body { padding:15px; }
    .rs-v7-pseudo-field { grid-template-columns:auto 1fr; }
    .rs-v7-pseudo-field .rs-v7-vote-submit { grid-column:1/-1; width:100%; }
    .rs-v7-progress-summary { grid-template-columns:75px 1fr; gap:12px; padding:11px; }
    .rs-v7-progress-ring { width:72px; height:72px; }
    .rs-v7-milestone { grid-template-columns:36px 42px minmax(0,1fr); }
    .rs-v7-milestone-check { width:36px; height:36px; }
    .rs-v7-milestone-list::before { left:17px; }
    .rs-v7-next-label { display:none; }
    .rs-v7-ranking-header { display:grid; padding:22px; }
    .rs-v7-ranking-header h2 { font-size:1.35rem; }
    .rs-v7-month-badge { width:max-content; }
    .rs-v7-rank-list { padding:10px; }
    .rs-v7-rank { grid-template-columns:34px 44px minmax(0,1fr) auto; gap:8px; padding:8px; }
    .rs-v7-rank img { width:44px; height:44px; }
    .rs-v7-why-card { padding:24px 20px; }
    .rs-v7-community-goal { grid-template-columns:48px 1fr; padding:17px; }
    .rs-v7-goal-icon { width:47px; height:47px; }
    .rs-v7-goal-progress { grid-column:1/-1; }
}

/* RoyalSky V8 — Vote inspiré des interfaces de serveurs Minecraft. */
body.rs-vote-v7-body {
    --mc-bg:#151724;
    --mc-panel:#202337;
    --mc-panel-2:#292d45;
    --mc-line:#3b405f;
    --mc-text:#f4f5fb;
    --mc-muted:#a9aec3;
    --mc-gold:#f6bd3c;
    --mc-pink:#d93c96;
    --mc-cyan:#41c7df;
    background:#e9e8f0;
}
body.rs-vote-v7-body main.container.content { max-width:1220px; }
.rs-v7-vote-page { gap:14px; color:var(--mc-text); }
.rs-v7-vote-page::before { display:none; }
.rs-v7-vote-page h1,.rs-v7-vote-page h2,.rs-v7-vote-page strong { font-family:Inter,'Segoe UI',sans-serif; }

.rs-v7-vote-hero {
    min-height:370px;
    grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
    gap:32px;
    padding:38px 44px;
    background:linear-gradient(90deg,rgba(17,18,31,.97) 0%,rgba(22,23,39,.88) 58%,rgba(22,23,39,.52) 100%),url('../images/royalsky-hero-v4-cartoon.webp') center 45%/cover;
    border:2px solid #343954;
    border-bottom:5px solid var(--mc-gold);
    border-radius:6px;
    box-shadow:0 8px 0 rgba(28,30,47,.14);
}
.rs-v7-vote-hero::before,.rs-v7-vote-hero::after { display:none; }
.rs-v7-kicker { color:var(--mc-gold); font-size:.68rem; letter-spacing:.08em; }
.rs-v7-vote-hero-copy h1 {
    max-width:620px;
    margin:10px 0 13px;
    font-size:clamp(2.8rem,5vw,4.8rem);
    letter-spacing:-.055em;
    line-height:.91;
    text-transform:uppercase;
}
.rs-v7-vote-hero-copy h1 em { color:#fff; font-style:normal; text-shadow:3px 3px 0 #7d2f7d; }
.rs-v7-vote-hero-copy > p { max-width:510px; margin-bottom:20px; color:#c7cada; font-size:.82rem; line-height:1.55; }
.rs-v7-primary-cta {
    min-width:230px;
    padding:0;
    color:#201a0c;
    background:var(--mc-gold);
    border:2px solid #ffdc77;
    border-bottom:4px solid #b9780a;
    border-radius:4px;
    box-shadow:none;
    font-size:.7rem;
}
.rs-v7-primary-cta > span { padding:13px 15px; }
.rs-v7-primary-cta > i { width:42px; height:42px; background:#bd8313; border-left:1px solid rgba(46,31,5,.16); border-radius:0; }
.rs-v7-primary-cta:hover { color:#201a0c; box-shadow:none; transform:translateY(1px); }

.rs-v7-reward-stack {
    gap:7px;
    padding:14px;
    background:rgba(19,21,34,.94);
    border:2px solid #3c4261;
    border-radius:5px;
    box-shadow:none;
    backdrop-filter:none;
}
.rs-v7-stack-label { padding:2px 4px 8px; color:#c8cada; font-size:.6rem; border-bottom:1px solid #363b58; }
.rs-v7-reward-card {
    min-height:68px;
    grid-template-columns:46px minmax(0,1fr) auto;
    gap:11px;
    padding:9px 11px;
    color:var(--mc-text);
    background:#282c43;
    border:1px solid #414762;
    border-left:3px solid var(--mc-pink);
    border-radius:3px;
    box-shadow:none;
}
.rs-v7-reward-card:hover { background:#303550; transform:none; }
.rs-v7-reward-icon {
    width:44px;
    height:44px;
    color:#fff;
    background:#3a2146;
    border:1px solid #804070;
    border-radius:3px;
    box-shadow:none;
}
.rs-v7-reward-fly { border-left-color:var(--mc-cyan); }
.rs-v7-reward-fly .rs-v7-reward-icon { color:#80e5f5; background:#1d3947; }
.rs-v7-reward-point { border-left-color:var(--mc-gold); }
.rs-v7-reward-point .rs-v7-reward-icon { color:var(--mc-gold); background:#47391b; }
.rs-v7-reward-card strong { color:#fff; font-size:.75rem; }
.rs-v7-reward-card small { color:var(--mc-muted); font-size:.57rem; }
.rs-v7-reward-card > b { color:var(--mc-gold); background:#171925; border:1px solid #464b64; border-radius:2px; }

.rs-v7-how {
    grid-template-columns:1fr 1px 1fr 1px 1fr;
    gap:0;
    padding:0;
    background:var(--mc-panel);
    border:2px solid var(--mc-line);
    border-radius:5px;
    box-shadow:none;
}
.rs-v7-how article {
    min-height:82px;
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
    padding:13px 18px;
    background:transparent;
    border-radius:0;
}
.rs-v7-how article > span { right:10px; bottom:-13px; color:rgba(255,255,255,.035); font-size:3.8rem; }
.rs-v7-how article > i,.rs-v7-how article:nth-of-type(2) > i,.rs-v7-how article:nth-of-type(3) > i {
    width:42px;
    height:42px;
    color:var(--mc-gold);
    background:#171925;
    border:1px solid #464b68;
    border-radius:3px;
    box-shadow:none;
}
.rs-v7-how strong { color:#fff; font-size:.7rem; text-transform:uppercase; }
.rs-v7-how small { color:var(--mc-muted); font-size:.56rem; }
.rs-v7-how-arrow { width:1px; height:44px; overflow:hidden; color:transparent; background:#3b405d; }

.rs-v7-vote-workspace,.rs-v7-community-grid { gap:14px; }
.rs-v7-vote-box {
    background:var(--mc-panel);
    border:2px solid var(--mc-line);
    border-radius:5px;
    box-shadow:none;
}
.rs-v7-box-header {
    min-height:78px;
    gap:12px;
    padding:14px 17px;
    background:#292d45;
    border-bottom:2px solid #3b405f;
}
.rs-v7-box-icon {
    width:45px;
    height:45px;
    color:var(--mc-gold);
    background:#181a28;
    border:1px solid #4a4f6b;
    border-radius:3px;
    box-shadow:none;
}
.rs-v7-box-header > div > span { color:var(--mc-gold); font-size:.52rem; letter-spacing:.08em; }
.rs-v7-box-header h2 { color:#fff; font-size:1rem; letter-spacing:0; text-transform:uppercase; }
.rs-v7-live-pill { color:#77d9a7; background:#192c27; border:1px solid #295541; border-radius:3px; font-size:.52rem; }
.rs-v7-action-body,.rs-v7-weekly-body { padding:17px; }
.rs-v7-vote-card { min-height:150px; }
.rs-v7-vote-login-form > label { color:#fff; font-size:.9rem; text-transform:uppercase; }
.rs-v7-vote-login-form > p { color:var(--mc-muted); font-size:.62rem; }
.rs-v7-pseudo-field {
    padding:5px;
    background:#151724;
    border:2px solid #414661;
    border-radius:3px;
}
.rs-v7-pseudo-field:focus-within { border-color:var(--mc-gold); box-shadow:none; }
.rs-v7-pseudo-field > i { color:var(--mc-gold); }
.rs-v7-pseudo-field .form-control { color:#fff; font-size:.7rem; }
.rs-v7-pseudo-field .form-control::placeholder { color:#777e98; }
.rs-v7-vote-submit {
    min-height:42px;
    color:#1f1808;
    background:var(--mc-gold);
    border:1px solid #ffe08a;
    border-bottom:3px solid #ae720c;
    border-radius:3px;
    box-shadow:none;
    font-size:.62rem;
}
.rs-v7-vote-submit:hover { color:#1f1808; background:#ffd162; filter:none; transform:translateY(1px); }
.rs-v7-auth-required { background:#181a28; border:1px solid #424761; border-radius:3px; }
.rs-v7-auth-required > span { color:var(--mc-gold); background:#2b2f46; border:1px solid #464c68; border-radius:3px; }
.rs-v7-auth-required strong { color:#fff; }
.rs-v7-auth-required small { color:var(--mc-muted); }
.rs-v7-sites-heading strong { color:#fff; }
.rs-v7-sites-heading small { color:var(--mc-muted); }
.rs-v7-sites-heading > span { color:var(--mc-gold); background:#171925; border:1px solid #444a65; border-radius:3px; }
body.rs-vote-v7-body .rs-v7-vote-site {
    min-height:62px;
    padding:8px 10px;
    color:#fff;
    background:#292d45;
    border:1px solid #414761;
    border-left:3px solid var(--mc-cyan);
    border-radius:3px;
}
body.rs-vote-v7-body .rs-v7-vote-site:hover { color:#fff; background:#323750; border-color:var(--mc-gold); box-shadow:none; transform:none; }
.rs-v7-site-mark { width:40px; height:40px; color:var(--mc-cyan); background:#182c39; border:1px solid #31546a; border-radius:3px; }
.rs-v7-site-name strong { color:#fff; }
.rs-v7-site-name small { color:var(--mc-muted); }
.rs-v7-site-arrow { color:var(--mc-gold)!important; }
.rs-v7-offline-note { color:#ddd3b7; background:#2c281c; border:1px solid #5b4e28; border-left:3px solid var(--mc-gold); border-radius:3px; }
.rs-v7-offline-note strong { color:#fff; }
.rs-v7-offline-note small { color:#bdb291; }

.rs-v7-weekly .rs-v7-box-icon { color:var(--mc-gold); background:#272313; border-color:#62572d; }
.rs-v7-week-score { color:var(--mc-muted); }
.rs-v7-week-score strong { color:var(--mc-gold); }
.rs-v7-progress-login { color:#d7d9e5; background:#181a28; border:1px solid #3e435d; border-radius:3px; }
.rs-v7-progress-summary {
    grid-template-columns:80px 1fr;
    gap:14px;
    margin-bottom:12px;
    padding:12px;
    background:#191b2a;
    border:1px solid #393e59;
    border-radius:3px;
}
.rs-v7-progress-ring { width:76px; height:76px; background:conic-gradient(var(--mc-gold) var(--progress),#34384f var(--progress)); border-radius:50%; }
.rs-v7-progress-ring::before { inset:7px; background:#202337; }
.rs-v7-progress-ring strong,.rs-v7-progress-summary > div:last-child > strong { color:#fff; }
.rs-v7-progress-ring small,.rs-v7-progress-summary > div:last-child > small { color:var(--mc-muted); }
.rs-v7-progress-summary > div:last-child > span { color:var(--mc-gold); }
.rs-v7-milestone-list { gap:5px; }
.rs-v7-milestone-list::before { background:#3b4058; }
.rs-v7-milestone {
    min-height:48px;
    background:#292d45;
    border:1px solid #3d425d;
    border-radius:3px;
}
.rs-v7-milestone.is-next { background:#332d1d; border-color:#826722; }
.rs-v7-milestone.is-complete { background:#1e332d; border-color:#315b49; }
.rs-v7-milestone-check { color:var(--mc-gold); background:#181a28; border-color:var(--mc-panel); border-radius:3px; }
.rs-v7-milestone.is-complete .rs-v7-milestone-check { color:#8de3b8; background:#204638; }
.rs-v7-milestone-number { border-color:#444963; }
.rs-v7-milestone-number strong,.rs-v7-milestone-rewards strong { color:#fff; }
.rs-v7-milestone-number small,.rs-v7-milestone-rewards small,.rs-v7-reset-note { color:var(--mc-muted); }
.rs-v7-next-label { color:#241b08; background:var(--mc-gold); border-radius:2px; }

.rs-v7-ranking-header {
    padding:22px;
    color:#fff;
    background:#292d45;
    border-bottom:2px solid var(--mc-line);
}
.rs-v7-ranking-header > div > span { color:var(--mc-gold); }
.rs-v7-ranking-header h2 { margin-top:4px; font-size:1.25rem; letter-spacing:0; text-transform:uppercase; }
.rs-v7-ranking-header p { color:var(--mc-muted); }
.rs-v7-month-badge { background:#181a28; border-color:#474d68; border-radius:3px; }
.rs-v7-rank-list { gap:5px; padding:12px; }
.rs-v7-rank {
    min-height:66px;
    padding:7px 11px;
    color:#fff;
    background:#292d45;
    border:1px solid #3c415c;
    border-radius:3px;
}
.rs-v7-rank:hover { background:#30354f; border-color:#5c6384; box-shadow:none; transform:none; }
.rs-v7-rank-position { color:var(--mc-gold); background:#181a28; border:1px solid #494e68; border-radius:3px; }
.rs-v7-rank img { border:2px solid #454a64; border-radius:3px; box-shadow:none; }
.rs-v7-rank-name strong { color:#fff; }
.rs-v7-rank-name small,.rs-v7-rank-count small { color:var(--mc-muted); }
.rs-v7-rank-count strong { color:var(--mc-gold); }
.rs-v7-rank-1 { background:#37301d; border-color:#806924; }
.rs-v7-rank-1 .rs-v7-rank-position { color:#211a08; background:var(--mc-gold); box-shadow:none; }
.rs-v7-rank-2 .rs-v7-rank-position { color:#e7eaf0; background:#626a7f; }
.rs-v7-rank-3 .rs-v7-rank-position { color:#ffe0c5; background:#76513c; }

.rs-v7-why-card {
    padding:24px;
    color:#fff;
    background:#27213d;
    border:2px solid #51496d;
    border-left:5px solid var(--mc-pink);
    border-radius:5px;
    box-shadow:none;
}
.rs-v7-why-card::after { display:none; }
.rs-v7-why-icon { width:46px; height:46px; margin-bottom:14px; color:var(--mc-pink); background:#191724; border:1px solid #5a3a5b; border-radius:3px; box-shadow:none; }
.rs-v7-why-card h2 { margin:7px 0 9px; font-size:1.25rem; letter-spacing:0; text-transform:uppercase; }
.rs-v7-why-card > p { color:#bbb8c8; font-size:.63rem; }
.rs-v7-why-card > div { gap:5px; }
.rs-v7-why-card > div > span { background:#1c1928; border-color:#49415d; border-radius:3px; }
.rs-v7-faq > header { background:#292d45; border-bottom:2px solid var(--mc-line); }
.rs-v7-faq > header > span { color:var(--mc-gold); background:#181a28; border:1px solid #4a4f69; border-radius:3px; }
.rs-v7-faq > header small { color:var(--mc-gold); }
.rs-v7-faq > header h2 { color:#fff; text-transform:uppercase; }
body.rs-vote-v7-body .rs-v7-faq .accordion { --bs-accordion-bg:var(--mc-panel); --bs-accordion-border-color:#383d57; --bs-accordion-btn-color:#fff; --bs-accordion-active-color:var(--mc-gold); --bs-accordion-active-bg:#292d45; }
body.rs-vote-v7-body .rs-v7-faq .accordion-button { color:#fff; background:var(--mc-panel); }
body.rs-vote-v7-body .rs-v7-faq .accordion-button:not(.collapsed) { color:var(--mc-gold); background:#292d45; }
body.rs-vote-v7-body .rs-v7-faq .accordion-button::after { filter:invert(1); }
body.rs-vote-v7-body .rs-v7-faq .accordion-body { color:#b8bdce; background:#292d45; }
.rs-v7-community-goal {
    color:#fff;
    background:#202337;
    border:2px solid var(--mc-line);
    border-left:5px solid var(--mc-gold);
    border-radius:5px;
    box-shadow:none;
}
.rs-v7-goal-icon { color:#241a06; background:var(--mc-gold); border-radius:3px; }
.rs-v7-goal-copy > span { color:var(--mc-gold); }
.rs-v7-goal-progress .progress { background:#10121d; border:1px solid #41465f; border-radius:2px; }
.rs-v7-goal-progress .progress-bar { background:var(--mc-gold); border-radius:0; box-shadow:none; }
.rs-v7-empty-state { color:var(--mc-muted); }
.rs-v7-empty-state > i { color:var(--mc-gold); }
.rs-v7-empty-state strong { color:#fff; }

@media (max-width: 849.98px) {
    .rs-v7-vote-hero { grid-template-columns:1fr; padding:30px; }
    .rs-v7-reward-stack { grid-template-columns:1fr; }
    .rs-v7-stack-label { grid-column:auto; }
    .rs-v7-reward-card { min-height:64px; grid-template-columns:46px 1fr auto; justify-items:stretch; align-content:center; text-align:left; }
    .rs-v7-reward-card > b { position:static; margin:0; }
}
@media (max-width: 575.98px) {
    .rs-v7-vote-hero { padding:25px 18px; border-radius:4px; }
    .rs-v7-vote-hero-copy h1 { font-size:2.65rem; }
    .rs-v7-how { grid-template-columns:1fr; }
    .rs-v7-how article + article { border-top:1px solid var(--mc-line); }
    .rs-v7-box-header,.rs-v7-vote-box,.rs-v7-why-card,.rs-v7-community-goal { border-radius:4px; }
}

/* RoyalSky V9 — structure sobre inspirée de SmeltBlock et Rinaorc. */
body.rs-vote-v9-body { background:#ececf2; }
body.rs-vote-v9-body main.container.content { max-width:1220px; color:#29263a; }
.rs-v9-page { display:grid; gap:18px; padding-bottom:24px; }

.rs-v9-title { display:grid; justify-items:center; padding:34px 20px 26px; text-align:center; }
.rs-v9-title > span { color:#d43991; font-size:.64rem; font-weight:900; letter-spacing:.22em; }
.rs-v9-title h1 { margin:2px 0 3px; color:#27223a; font-size:clamp(2.7rem,5vw,4.4rem); font-weight:1000; letter-spacing:-.06em; line-height:1; }
.rs-v9-title p { margin:0; color:#777284; font-size:.76rem; font-weight:600; }
.rs-v9-rewards { display:flex; flex-wrap:wrap; justify-content:center; gap:7px; margin-top:17px; }
.rs-v9-rewards span { display:inline-flex; align-items:center; gap:7px; padding:7px 11px; color:#4d475a; background:#fff; border:1px solid #dad7e2; border-radius:5px; font-size:.61rem; font-weight:800; }
.rs-v9-rewards i { color:#d43991; }

.rs-v9-week { padding:22px 28px 18px; background:#303546; border:1px solid #474d61; border-radius:7px; box-shadow:0 5px 14px rgba(40,37,55,.12); }
.rs-v9-section-title { display:flex; align-items:center; justify-content:center; gap:18px; margin-bottom:21px; color:#fff; text-align:center; }
.rs-v9-section-title h2 { margin:0; color:#fff; font-size:.91rem; font-weight:950; letter-spacing:.02em; }
.rs-v9-section-title > span { padding:5px 8px; color:#d8dbe4; background:#252937; border-radius:4px; font-size:.56rem; }
.rs-v9-section-title > span strong { color:#55caea; }
.rs-v9-track { position:relative; display:grid; grid-template-columns:repeat(6,1fr); }
.rs-v9-track::before,.rs-v9-track::after { content:""; position:absolute; top:17px; right:7%; left:7%; height:8px; border-radius:99px; }
.rs-v9-track::before { background:#3d485b; }
.rs-v9-track::after { right:auto; width:min(var(--progress),86%); background:#31add5; }
.rs-v9-step { position:relative; z-index:1; display:grid; justify-items:center; gap:3px; color:#fff; text-align:center; }
.rs-v9-gift { display:grid; width:42px; height:42px; place-items:center; color:#fff; background:#147ea8; border:2px solid #54c8ee; border-radius:50%; box-shadow:0 0 0 4px #303546; }
.rs-v9-step.is-done .rs-v9-gift { color:#26311d; background:#a8d857; border-color:#d8f399; }
.rs-v9-step > strong { margin-top:6px; font-size:.64rem; font-weight:900; }
.rs-v9-step > small { color:#adb3c2; font-size:.53rem; line-height:1.35; }
.rs-v9-connect-progress { margin:15px 0 0; color:#b9bdc9; font-size:.61rem; text-align:center; }
.rs-v9-connect-progress a { color:#5fd5f4; font-weight:900; }

.rs-v9-columns { display:grid; grid-template-columns:minmax(270px,.9fr) minmax(340px,1.15fr) minmax(280px,.95fr); gap:14px; align-items:stretch; }
.rs-v9-panel { min-width:0; overflow:hidden; background:#363b4b; border:1px solid #4a5063; border-radius:7px; box-shadow:0 5px 14px rgba(40,37,55,.12); }
.rs-v9-panel > header { display:flex; min-height:67px; align-items:center; justify-content:space-between; gap:10px; padding:17px 18px; border-bottom:1px solid #505668; }
.rs-v9-panel > header h2 { margin:0; color:#fff; font-size:.93rem; font-weight:950; letter-spacing:.01em; }
.rs-v9-panel > header > span { padding:5px 8px; color:#fff; background:#262a38; border:1px solid #5e6475; border-radius:4px; font-size:.54rem; font-weight:850; }
.rs-v9-panel-body { padding:15px; }
.rs-v9-vote-card { min-height:70px; }
.rs-v9-vote-card .spinner-parent { display:none; }
.rs-v9-vote-card.voting .spinner-parent { position:absolute; z-index:5; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(54,59,75,.92); }
.rs-v9-name-form > div { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:7px; }
.rs-v9-name-form .form-control { min-width:0; height:40px; padding:8px 10px; color:#302d3d; background:#fff; border:0; border-radius:5px; box-shadow:none; font-size:.67rem; }
.rs-v9-button { display:inline-flex; min-height:40px; align-items:center; justify-content:center; gap:6px; padding:8px 11px; color:#fff; background:#35b9e1; border:0; border-bottom:3px solid #1688b0; border-radius:5px; font-size:.56rem; font-weight:950; }
.rs-v9-button:hover { color:#fff; background:#27a9d1; }
.rs-v9-login-message { margin:0 0 9px; color:#d0d3dc; font-size:.65rem; }
.rs-v9-site-list { display:grid; gap:8px; }
body.rs-vote-v9-body .rs-v9-site { display:grid; min-height:61px; grid-template-columns:37px minmax(0,1fr) auto; align-items:center; gap:9px; padding:8px 9px; color:#302b3a; background:#fff; border:1px solid #e4e0e7; border-left:4px solid #e63998; border-radius:6px; box-shadow:none; }
body.rs-vote-v9-body .rs-v9-site:nth-child(even) { border-left-color:#8d4be5; }
body.rs-vote-v9-body .rs-v9-site::before { display:none; }
body.rs-vote-v9-body .rs-v9-site:hover { color:#302b3a; background:#fbf9fc; border-color:#d73f96; transform:none; }
.rs-v9-site-number { color:#dc3a94; font-size:1.1rem; font-weight:1000; }
.rs-v9-site > span:nth-child(2) { display:grid!important; gap:2px!important; }
.rs-v9-site > span:nth-child(2) strong { font-size:.65rem; }
.rs-v9-site > span:nth-child(2) small { color:#8a8492; font-size:.51rem; }
.rs-v9-site > b { padding:7px 8px; color:#fff; background:#df3d98; border-radius:4px; font-size:.5rem; white-space:nowrap; }
.rs-v9-site:nth-child(even) > b { background:#8d4be5; }
.rs-v9-site .vote-timer:not(:empty) { grid-column:3; color:#fff; background:#697084; font-size:.48rem; }
.rs-v9-player { display:grid; min-height:216px; justify-items:center; align-content:end; gap:2px; margin-top:14px; padding:12px; overflow:hidden; background:#2e3342; border-radius:6px; }
.rs-v9-player img { width:auto; height:168px; object-fit:contain; image-rendering:pixelated; filter:drop-shadow(0 7px 5px rgba(0,0,0,.32)); }
.rs-v9-player > i { color:#222633; font-size:8rem; }
.rs-v9-player strong { color:#fff; font-size:.67rem; }
.rs-v9-player small { color:#aeb3c0; font-size:.52rem; }
.rs-v9-offline { display:flex; gap:8px; margin:12px 0; padding:10px; color:#e4e6ec; background:#5b6273; border-radius:5px; font-size:.56rem; line-height:1.45; }
.rs-v9-offline i { flex:0 0 auto; color:#64d7f4; }
.rs-v9-how { padding-top:12px; border-top:1px solid #505668; }
.rs-v9-how h3 { margin:0 0 9px; color:#fff; font-size:.66rem; font-weight:950; }
.rs-v9-how ol { display:grid; gap:5px; margin:0; padding-left:18px; color:#bdc1cd; font-size:.56rem; line-height:1.45; }

.rs-v9-ranks { display:grid; gap:7px; }
.rs-v9-rank { display:grid; min-height:59px; grid-template-columns:33px 42px minmax(0,1fr) auto; align-items:center; gap:8px; padding:7px 9px; color:#fff; background:#555c6d; border-radius:6px; }
.rs-v9-rank-1 { color:#3e3822; background:#b5a650; }
.rs-v9-rank-2 { color:#323640; background:#9ca5b2; }
.rs-v9-rank-3 { color:#4f3829; background:#c09470; }
.rs-v9-position { display:grid; width:31px; height:31px; place-items:center; color:#fff; background:rgba(25,27,38,.24); border-radius:50%; font-size:.58rem; font-weight:950; }
.rs-v9-rank img { border-radius:4px; image-rendering:pixelated; }
.rs-v9-rank > span:nth-child(3) { display:grid; min-width:0; }
.rs-v9-rank > span:nth-child(3) strong { overflow:hidden; font-size:.66rem; text-overflow:ellipsis; white-space:nowrap; }
.rs-v9-rank > span:nth-child(3) small { color:inherit; opacity:.75; font-size:.49rem; }
.rs-v9-rank > b { padding:5px 7px; color:#fff; background:rgba(27,29,41,.26); border-radius:9px; font-size:.61rem; white-space:nowrap; }
.rs-v9-rank > b small { font-size:.46rem; font-weight:600; }

body.rs-vote-v9-body .rs-v9-faq .accordion { --bs-accordion-bg:transparent; --bs-accordion-border-color:#505668; --bs-accordion-btn-color:#fff; --bs-accordion-active-color:#fff; --bs-accordion-active-bg:transparent; --bs-accordion-btn-focus-box-shadow:none; }
body.rs-vote-v9-body .rs-v9-faq .accordion-item { color:#fff; background:transparent; border-color:#505668; }
body.rs-vote-v9-body .rs-v9-faq .accordion-button { padding:16px 17px; color:#fff; background:transparent; font-size:.62rem; font-weight:800; line-height:1.35; }
body.rs-vote-v9-body .rs-v9-faq .accordion-button::after { filter:invert(1); transform:scale(.72); }
body.rs-vote-v9-body .rs-v9-faq .accordion-body { padding:0 17px 15px; color:#c2c6d0; background:transparent; font-size:.57rem; line-height:1.55; }
.rs-v9-empty { margin:0; padding:25px 10px; color:#bfc3ce; font-size:.62rem; text-align:center; }
.rs-v9-goal { display:grid; grid-template-columns:240px 1fr; align-items:center; gap:20px; padding:15px 18px; background:#303546; border:1px solid #474d61; border-radius:7px; }
.rs-v9-goal > div:first-child { display:grid; }
.rs-v9-goal strong { color:#fff; font-size:.65rem; }
.rs-v9-goal small { color:#aeb3c1; font-size:.53rem; }
.rs-v9-goal .progress { height:9px; background:#202432; }
.rs-v9-goal .progress-bar { background:#3dc2e8; }

@media (max-width: 1099.98px) {
    .rs-v9-columns { grid-template-columns:1fr 1fr; }
    .rs-v9-faq { grid-column:1/-1; }
}
@media (max-width: 767.98px) {
    .rs-v9-week { padding:20px 12px 15px; overflow-x:auto; }
    .rs-v9-track { min-width:650px; }
    .rs-v9-columns { grid-template-columns:1fr; }
    .rs-v9-faq { grid-column:auto; }
    .rs-v9-goal { grid-template-columns:1fr; }
}
@media (max-width: 575.98px) {
    body.rs-vote-v9-body main.container.content { padding-right:10px; padding-left:10px; }
    .rs-v9-title { padding:24px 10px 17px; }
    .rs-v9-title h1 { font-size:3rem; }
    .rs-v9-rewards { display:grid; width:100%; }
    .rs-v9-rewards span { justify-content:center; }
    .rs-v9-section-title { display:grid; gap:7px; }
    .rs-v9-panel,.rs-v9-week,.rs-v9-goal { border-radius:5px; }
}

/* RoyalSky V11 — nouvelles couleurs Boutique/Vote et illustrations de section. */
body.rs-inner-body .rs-navbar .rs-nav-shop {
    color:#fff;
    background:linear-gradient(135deg,#9b5de5,#6841be);
    box-shadow:0 7px 18px rgba(112,64,190,.28);
}
body.rs-inner-body .rs-navbar .rs-nav-shop:hover,
body.rs-inner-body .rs-navbar .rs-nav-shop.active {
    color:#fff;
    background:linear-gradient(135deg,#ab6bee,#774dcb);
}
body.rs-inner-body .rs-navbar .rs-nav-vote {
    color:#183544;
    background:linear-gradient(135deg,#72e4f4,#39badb);
    box-shadow:0 7px 18px rgba(54,201,237,.24);
}
body.rs-inner-body .rs-navbar .rs-nav-vote:hover,
body.rs-inner-body .rs-navbar .rs-nav-vote.active {
    color:#12313f;
    background:linear-gradient(135deg,#8cecf7,#45c8e7);
    box-shadow:0 7px 18px rgba(54,201,237,.3);
}
.rs-v2-body .rs-v3-home-links .rs-v3-vote-link {
    color:#173743;
    background:linear-gradient(135deg,#78e5f3,#38bcdc);
    box-shadow:0 8px 22px rgba(56,188,220,.3),inset 0 1px rgba(255,255,255,.45);
}
.rs-v2-body .rs-v3-home-links .rs-v3-shop-link {
    color:#fff;
    background:linear-gradient(135deg,#a163e5,#6a42be);
    box-shadow:0 8px 22px rgba(106,66,190,.3),inset 0 1px rgba(255,255,255,.28);
}

.rs-v9-title {
    position:relative;
    min-height:220px;
    align-content:center;
    overflow:hidden;
    isolation:isolate;
}
.rs-v9-title > *:not(.rs-v11-title-art) { position:relative; z-index:2; }
.rs-v11-title-art {
    position:absolute;
    z-index:0;
    bottom:0;
    width:300px;
    height:205px;
    opacity:.96;
    background-image:url('../images/royalsky-hero-v4-cartoon.webp');
    background-repeat:no-repeat;
    background-size:720px auto;
    pointer-events:none;
    filter:saturate(.92);
}
.rs-v11-title-art-left {
    left:0;
    background-position:18% 55%;
    -webkit-mask-image:linear-gradient(90deg,#000 40%,transparent 100%);
    mask-image:linear-gradient(90deg,#000 40%,transparent 100%);
}
.rs-v11-title-art-right {
    right:0;
    background-position:82% 55%;
    -webkit-mask-image:linear-gradient(270deg,#000 40%,transparent 100%);
    mask-image:linear-gradient(270deg,#000 40%,transparent 100%);
}
.rs-v9-title > span:not(.rs-v11-title-art) { color:#7e4fca; }
.rs-v9-title h1 { color:#30234b; }

.rs-v11-illustrated-section,
.rs-v11-illustrated-panel { position:relative; isolation:isolate; }
.rs-v11-illustrated-section::before,
.rs-v11-illustrated-section::after {
    content:"";
    position:absolute;
    z-index:0;
    top:0;
    bottom:0;
    width:210px;
    opacity:.18;
    background-repeat:no-repeat;
    background-size:cover;
    pointer-events:none;
}
.rs-v11-illustrated-section::before {
    left:0;
    background-image:linear-gradient(90deg,transparent,#303546),url('../images/adventure/thumbs/adventure-03.webp');
    background-position:center;
    -webkit-mask-image:linear-gradient(90deg,#000,transparent);
    mask-image:linear-gradient(90deg,#000,transparent);
}
.rs-v11-illustrated-section::after {
    right:0;
    background-image:linear-gradient(270deg,transparent,#303546),url('../images/citadelle/thumbs/citadelle-04.webp');
    background-position:center;
    -webkit-mask-image:linear-gradient(270deg,#000,transparent);
    mask-image:linear-gradient(270deg,#000,transparent);
}
.rs-v11-illustrated-section > * { position:relative; z-index:1; }
.rs-v11-illustrated-panel::after {
    content:"";
    position:absolute;
    z-index:0;
    right:0;
    bottom:0;
    left:0;
    height:310px;
    opacity:.13;
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:cover;
    -webkit-mask-image:linear-gradient(transparent,#000);
    mask-image:linear-gradient(transparent,#000);
    pointer-events:none;
}
.rs-v9-my-votes.rs-v11-illustrated-panel::after { background-image:url('../images/adventure/thumbs/adventure-07.webp'); }
.rs-v9-ranking.rs-v11-illustrated-panel::after {
    opacity:.2;
    background-image:url('../images/citadelle/thumbs/citadelle-09.webp');
}
.rs-v9-faq.rs-v11-illustrated-panel::after {
    opacity:.16;
    background-image:url('../images/adventure/thumbs/adventure-12.webp');
}
.rs-v11-illustrated-panel > * { position:relative; z-index:1; }
.rs-v9-player {
    background:
        linear-gradient(rgba(32,36,50,.76),rgba(32,36,50,.94)),
        url('../images/adventure/thumbs/adventure-05.webp') center/cover;
}
.rs-v9-panel > header { background:rgba(52,57,75,.94); }
.rs-v9-ranking > header { border-top:4px solid #9560db; }
.rs-v9-my-votes > header { border-top:4px solid #3fc3e4; }
.rs-v9-faq > header { border-top:4px solid #f2b84b; }

@media (max-width: 899.98px) {
    .rs-v11-title-art { width:220px; opacity:.55; }
}
@media (max-width: 575.98px) {
    .rs-v9-title { min-height:250px; }
    .rs-v11-title-art { width:170px; height:160px; opacity:.38; background-size:570px auto; }
    .rs-v11-illustrated-section::before,.rs-v11-illustrated-section::after { width:100px; opacity:.11; }
}

/* RoyalSky V12 — décor continu du Monde Aventure. */
body.rs-adventure-body { background:#21183b; }
body.rs-adventure-body .rs-adventure-page {
    color:#fff;
    background:
        linear-gradient(180deg,rgba(32,22,59,.72),rgba(25,18,48,.9)),
        url('../images/adventure/adventure-01.webp') center top/cover fixed;
}
body.rs-adventure-body .rs-worlds-section {
    position:relative;
    z-index:1;
    padding-top:38px;
}
body.rs-adventure-body .rs-worlds-section::after {
    content:"";
    position:absolute;
    z-index:-1;
    inset:0 -40px 20px;
    background:rgba(23,16,44,.3);
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    box-shadow:0 25px 70px rgba(11,7,24,.27);
    backdrop-filter:blur(2px);
}
body.rs-adventure-body .rs-world-tabs {
    color:#fff;
    background:rgba(29,20,55,.9);
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 14px 34px rgba(10,6,23,.28);
    backdrop-filter:blur(10px);
}
body.rs-adventure-body .rs-world-tab { color:rgba(255,255,255,.74); }
body.rs-adventure-body .rs-world-tab:hover { color:#fff; background:rgba(255,255,255,.08); }
body.rs-adventure-body .rs-world-tab.active {
    color:#fff;
    background:linear-gradient(135deg,#a24fd7,#6346c8);
    box-shadow:0 9px 22px rgba(9,5,22,.27);
}
body.rs-adventure-body .rs-world-tab small { color:inherit; opacity:.7; }
body.rs-adventure-body .rs-world-intro {
    position:relative;
    overflow:hidden;
    color:#fff;
    background:
        linear-gradient(90deg,rgba(27,18,52,.96),rgba(35,24,65,.78)),
        url('../images/adventure/thumbs/adventure-04.webp') right center/46% auto no-repeat;
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 18px 42px rgba(9,5,22,.28);
    backdrop-filter:blur(8px);
}
body.rs-adventure-body #citadelle-panel .rs-world-intro {
    background:
        linear-gradient(90deg,rgba(27,18,52,.96),rgba(35,24,65,.76)),
        url('../images/citadelle/thumbs/citadelle-03.webp') right center/46% auto no-repeat;
}
body.rs-adventure-body .rs-world-intro h2,
body.rs-adventure-body .rs-map-heading h2 { color:#fff; text-shadow:0 3px 12px rgba(0,0,0,.28); }
body.rs-adventure-body .rs-world-intro p { color:rgba(255,255,255,.76); }
body.rs-adventure-body .rs-world-intro .rs-eyebrow,
body.rs-adventure-body .rs-map-heading .rs-eyebrow { color:#ffd35c; }
body.rs-adventure-body .rs-map-heading { padding:0 4px; }
body.rs-adventure-body .rs-map-legend { color:rgba(255,255,255,.7); }
body.rs-adventure-body .rs-map-legend i { color:#ffd35c; }
body.rs-adventure-body .rs-adventure-viewer {
    overflow:hidden;
    background:#21173d;
    border-color:rgba(255,255,255,.92);
    box-shadow:0 20px 50px rgba(9,5,22,.32);
}
body.rs-adventure-body .rs-adventure-gate {
    color:#fff;
    background:
        radial-gradient(circle at 50% 40%,rgba(120,77,208,.35),transparent 42%),
        linear-gradient(rgba(28,19,54,.88),rgba(28,19,54,.94)),
        url('../images/adventure/thumbs/adventure-08.webp') center/cover;
}
body.rs-adventure-body .rs-adventure-gate > i { color:#ffd35c; }
body.rs-adventure-body .rs-adventure-gate strong { color:#fff; }
body.rs-adventure-body .rs-adventure-gate small { color:rgba(255,255,255,.7); }
body.rs-adventure-body .rs-adventure-map-note {
    color:#fff;
    background:rgba(30,21,56,.88);
    border:1px solid rgba(255,255,255,.13);
    border-left:4px solid #42c8e8;
    box-shadow:0 12px 30px rgba(9,5,22,.23);
    backdrop-filter:blur(8px);
}
body.rs-adventure-body .rs-adventure-map-note strong { color:#fff; }
body.rs-adventure-body .rs-adventure-map-note small { color:rgba(255,255,255,.68); }
body.rs-adventure-body .rs-adventure-gallery-section {
    padding:28px;
    background:rgba(25,17,48,.7);
    border:1px solid rgba(255,255,255,.1);
    border-radius:22px;
    box-shadow:0 18px 44px rgba(8,5,20,.24);
    backdrop-filter:blur(6px);
}
body.rs-adventure-body .rs-gallery-item {
    border-color:rgba(255,255,255,.86);
    box-shadow:0 14px 32px rgba(4,3,12,.3);
}
body.rs-adventure-body .rs-gallery-item:hover { box-shadow:0 20px 46px rgba(4,3,12,.4); }
body.rs-adventure-body .rs-btn-gold { box-shadow:0 8px 20px rgba(255,190,57,.18); }

@media (max-width: 767.98px) {
    body.rs-adventure-body .rs-adventure-page { background-attachment:scroll; background-size:auto 100%; }
    body.rs-adventure-body .rs-worlds-section::after { inset:0 -4px 14px; border-radius:20px; }
    body.rs-adventure-body .rs-world-intro,
    body.rs-adventure-body #citadelle-panel .rs-world-intro { background-size:cover; }
    body.rs-adventure-body .rs-adventure-gallery-section { padding:16px; border-radius:17px; }
}

/* RoyalSky V13 — Vote dans la même ambiance que Monde Aventure. */
body.rs-vote-v9-body {
    color:#fff;
    background:
        linear-gradient(180deg,rgba(31,21,58,.72),rgba(22,15,43,.92)),
        url('../images/citadelle/citadelle-01.webp') center top/cover fixed;
}
body.rs-vote-v9-body main.container.content {
    position:relative;
    max-width:1280px;
    padding:28px;
    color:#fff;
    background:rgba(23,16,44,.34)!important;
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    box-shadow:0 25px 70px rgba(8,5,20,.3);
    backdrop-filter:blur(3px);
}
body.rs-vote-v9-body main.container.content::before,
body.rs-vote-v9-body main.container.content::after { display:none; }
body.rs-vote-v9-body .rs-v9-page { color:#fff; }
body.rs-vote-v9-body .rs-v9-title {
    min-height:300px;
    padding:40px 24px;
    color:#fff;
    background:
        linear-gradient(90deg,rgba(30,18,58,.92),rgba(35,21,64,.5)),
        url('../images/royalsky-hero-v4-cartoon.webp') center 45%/cover;
    border:1px solid rgba(255,255,255,.15);
    border-radius:23px;
    box-shadow:0 18px 46px rgba(8,5,20,.28);
}
body.rs-vote-v9-body .rs-v11-title-art { display:none; }
body.rs-vote-v9-body .rs-v9-title > span:not(.rs-v11-title-art) { color:#ffd65c; }
body.rs-vote-v9-body .rs-v9-title h1 {
    color:#fff;
    text-shadow:0 5px 20px rgba(0,0,0,.4);
}
body.rs-vote-v9-body .rs-v9-title p { color:rgba(255,255,255,.8); }
body.rs-vote-v9-body .rs-v9-rewards span {
    color:#fff;
    background:rgba(28,20,52,.78);
    border-color:rgba(255,255,255,.18);
    box-shadow:0 8px 20px rgba(8,5,20,.2);
    backdrop-filter:blur(8px);
}
body.rs-vote-v9-body .rs-v9-rewards i { color:#5ed8f2; }
body.rs-vote-v9-body .rs-v9-week {
    background:rgba(35,39,58,.91);
    border-color:rgba(255,255,255,.14);
    box-shadow:0 18px 44px rgba(8,5,20,.25);
    backdrop-filter:blur(10px);
}
body.rs-vote-v9-body .rs-v9-panel {
    background:rgba(43,47,68,.9);
    border-color:rgba(255,255,255,.14);
    box-shadow:0 18px 44px rgba(8,5,20,.25);
    backdrop-filter:blur(9px);
}
body.rs-vote-v9-body .rs-v9-panel > header {
    background:rgba(31,34,52,.9);
    border-color:rgba(255,255,255,.13);
}
body.rs-vote-v9-body .rs-v9-player {
    background:
        linear-gradient(rgba(25,18,48,.55),rgba(25,18,48,.9)),
        url('../images/adventure/thumbs/adventure-05.webp') center/cover;
}
body.rs-vote-v9-body .rs-v9-offline {
    background:rgba(92,99,121,.72);
    border:1px solid rgba(255,255,255,.1);
}
body.rs-vote-v9-body .rs-v9-how { border-color:rgba(255,255,255,.14); }
body.rs-vote-v9-body .rs-v9-ranking.rs-v11-illustrated-panel::after {
    opacity:.28;
    background-image:url('../images/citadelle/thumbs/citadelle-09.webp');
}
body.rs-vote-v9-body .rs-v9-faq.rs-v11-illustrated-panel::after {
    opacity:.22;
    background-image:url('../images/adventure/thumbs/adventure-12.webp');
}
body.rs-vote-v9-body .rs-v9-goal {
    background:rgba(34,38,57,.9);
    border-color:rgba(255,255,255,.14);
    box-shadow:0 16px 40px rgba(8,5,20,.24);
    backdrop-filter:blur(9px);
}
body.rs-vote-v9-body .rs-v9-connect-progress,
body.rs-vote-v9-body .rs-v9-step > small { color:rgba(255,255,255,.65); }

@media (max-width: 767.98px) {
    body.rs-vote-v9-body { background-attachment:scroll; background-size:auto 100%; }
    body.rs-vote-v9-body main.container.content { padding:14px; border-radius:19px; }
    body.rs-vote-v9-body .rs-v9-title { min-height:250px; padding:30px 16px; border-radius:17px; }
}
@media (max-width: 575.98px) {
    body.rs-vote-v9-body main.container.content { padding:10px; }
}

/* RoyalSky V14 — décors continus Boutique et Fidélité. */
body.rs-shop-body {
    color:#fff;
    background:
        linear-gradient(180deg,rgba(30,20,57,.74),rgba(21,14,41,.93)),
        url('../images/adventure/adventure-10.webp') center top/cover fixed;
}
body.rs-shop-body main.container.content {
    max-width:1440px;
    padding:28px;
    color:#fff;
    background:rgba(22,15,43,.35)!important;
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    box-shadow:0 25px 70px rgba(8,5,20,.3);
    backdrop-filter:blur(3px);
}
body.rs-shop-body main.container.content::before,
body.rs-shop-body main.container.content::after { display:none; }
body.rs-shop-body .rs-shop-page { color:#fff; }
body.rs-shop-body .rs-store-header { border:1px solid rgba(255,255,255,.15); box-shadow:0 18px 46px rgba(8,5,20,.28); }
body.rs-shop-body .rs-store-categories a {
    color:rgba(255,255,255,.78);
    background:rgba(31,22,57,.9);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 12px 28px rgba(8,5,20,.2);
    backdrop-filter:blur(8px);
}
body.rs-shop-body .rs-store-categories a:hover { color:#fff; background:rgba(45,31,78,.94); }
body.rs-shop-body .rs-store-categories a.active {
    color:#fff;
    background:linear-gradient(135deg,#a25dde,#6746c5);
    border-color:rgba(255,255,255,.12);
}
body.rs-shop-body .rs-store-catalog,
body.rs-shop-body .rs-store-account-panel,
body.rs-shop-body .rs-store-side-info,
body.rs-shop-body .rs-store-support {
    color:#fff;
    background:rgba(29,21,53,.9);
    border:1px solid rgba(255,255,255,.13);
    box-shadow:0 18px 44px rgba(8,5,20,.25);
    backdrop-filter:blur(9px);
}
body.rs-shop-body .rs-store-section-heading h2,
body.rs-shop-body .rs-store-account-panel h2,
body.rs-shop-body .rs-store-account-panel strong,
body.rs-shop-body .rs-store-side-info strong,
body.rs-shop-body .rs-store-support strong { color:#fff; }
body.rs-shop-body .rs-store-section-heading p,
body.rs-shop-body .rs-store-account-panel p,
body.rs-shop-body .rs-store-side-info small,
body.rs-shop-body .rs-store-support small { color:rgba(255,255,255,.64); }
body.rs-shop-body .rs-store-product {
    color:#fff;
    background:rgba(49,39,75,.92);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 12px 30px rgba(8,5,20,.2);
}
body.rs-shop-body .rs-store-product:hover {
    background:rgba(58,45,88,.96);
    border-color:rgba(103,202,233,.45);
    box-shadow:0 18px 40px rgba(8,5,20,.3);
}
body.rs-shop-body .rs-store-product h3,
body.rs-shop-body .rs-store-product-price strong { color:#fff; }
body.rs-shop-body .rs-store-product-media { background:rgba(255,255,255,.94); }
body.rs-shop-body .rs-store-product-description,
body.rs-shop-body .rs-store-product p { color:rgba(255,255,255,.66); }
body.rs-shop-body .rs-store-delivery-ribbon { color:#e6d6ff; background:rgba(119,73,191,.34); }
body.rs-shop-body .rs-store-account-panel > header { background:rgba(25,18,45,.88); border-color:rgba(255,255,255,.1); }
body.rs-shop-body .rs-store-account-cart,
body.rs-shop-body .rs-store-side-info > div { border-color:rgba(255,255,255,.1); }
body.rs-shop-body .rs-store-support { background:rgba(29,21,53,.88); }
body.rs-shop-body .rs-store-support > div { background:transparent; }
body.rs-shop-body .rs-store-empty { color:rgba(255,255,255,.7); background:rgba(29,21,53,.88); border-color:rgba(255,255,255,.1); }

body.rs-loyalty-body {
    color:#fff;
    background:
        linear-gradient(180deg,rgba(30,20,57,.72),rgba(20,14,39,.93)),
        url('../images/citadelle/citadelle-06.webp') center top/cover fixed;
}
body.rs-loyalty-body main.container.content {
    max-width:1320px;
    padding:28px;
    color:#fff;
    background:rgba(22,15,43,.35)!important;
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    box-shadow:0 25px 70px rgba(8,5,20,.3);
    backdrop-filter:blur(3px);
}
body.rs-loyalty-body main.container.content::before,
body.rs-loyalty-body main.container.content::after { display:none; }
body.rs-loyalty-body .rs-loyalty-hero { border:1px solid rgba(255,255,255,.15); box-shadow:0 18px 46px rgba(8,5,20,.28); }
body.rs-loyalty-body .rs-loyalty-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
body.rs-loyalty-body .rs-loyalty-product {
    color:#fff;
    background:rgba(34,25,61,.91);
    border:1px solid rgba(255,255,255,.13);
    border-top:4px solid #aeb5c5;
    box-shadow:0 16px 40px rgba(8,5,20,.24);
    backdrop-filter:blur(9px);
}
body.rs-loyalty-body .rs-loyalty-product:nth-child(2) { border-top-color:#9b63e2; }
body.rs-loyalty-body .rs-loyalty-product:nth-child(3) { border-top-color:#e34aa7; }
body.rs-loyalty-body .rs-loyalty-product:nth-child(4) { border-top-color:#ffd25d; }
body.rs-loyalty-body .rs-loyalty-product h2 { color:#fff; }
body.rs-loyalty-body .rs-loyalty-product p { color:rgba(255,255,255,.65); }
body.rs-loyalty-body .rs-loyalty-product-icon {
    color:#fff;
    background:linear-gradient(135deg,#8791a7,#596175);
    box-shadow:0 9px 22px rgba(8,5,20,.2);
}
body.rs-loyalty-body .rs-loyalty-product:nth-child(2) .rs-loyalty-product-icon { background:linear-gradient(135deg,#ad72ea,#7146c8); }
body.rs-loyalty-body .rs-loyalty-product:nth-child(3) .rs-loyalty-product-icon { background:linear-gradient(135deg,#f260b4,#a82d7d); }
body.rs-loyalty-body .rs-loyalty-product:nth-child(4) .rs-loyalty-product-icon { color:#3c2a08; background:linear-gradient(135deg,#ffe58b,#e9ad25); }
body.rs-loyalty-body .rs-loyalty-price { color:#fff; background:rgba(126,80,197,.38); }
body.rs-loyalty-body .rs-loyalty-product:nth-child(4) .rs-loyalty-price { color:#3b2908; background:#ffd35d; }
body.rs-loyalty-body .rs-loyalty-note {
    color:#fff;
    background:rgba(30,22,54,.9);
    border:1px solid rgba(255,255,255,.13);
    border-left:4px solid #43c8e8;
    box-shadow:0 15px 38px rgba(8,5,20,.23);
    backdrop-filter:blur(8px);
}
body.rs-loyalty-body .rs-loyalty-note i { color:#5bd7f2; }
body.rs-loyalty-body .rs-loyalty-product::after { background:#fff; opacity:.035; }

@media (max-width: 1099.98px) {
    body.rs-loyalty-body .rs-loyalty-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
    body.rs-shop-body,body.rs-loyalty-body { background-attachment:scroll; background-size:auto 100%; }
    body.rs-shop-body main.container.content,
    body.rs-loyalty-body main.container.content { padding:14px; border-radius:19px; }
}
@media (max-width: 575.98px) {
    body.rs-loyalty-body .rs-loyalty-grid { grid-template-columns:1fr; }
    body.rs-shop-body main.container.content,
    body.rs-loyalty-body main.container.content { padding:10px; }
}

/* RoyalSky V15 — profil joueur dans la nouvelle direction artistique. */
body.rs-profile-body {
    color:#fff;
    background:
        linear-gradient(180deg,rgba(27,18,52,.74),rgba(17,11,35,.95)),
        url('../images/citadelle/citadelle-05.webp') center top/cover fixed;
}
body.rs-profile-body main.container.content {
    max-width:1320px;
    padding:28px;
    background:rgba(20,13,40,.38)!important;
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    box-shadow:0 25px 70px rgba(8,5,20,.34);
    backdrop-filter:blur(4px);
}
body.rs-profile-body main.container.content::before,
body.rs-profile-body main.container.content::after { display:none; }
.rs-profile-page { display:grid; gap:22px; }
.rs-profile-hero {
    position:relative;
    min-height:300px;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr);
    align-items:center;
    gap:32px;
    overflow:hidden;
    padding:44px 46px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:24px;
    background:
        linear-gradient(90deg,rgba(28,17,55,.96) 8%,rgba(41,23,73,.78) 52%,rgba(40,24,70,.42)),
        url('../images/royalsky-hero-v4-cartoon.webp') center 47%/cover;
    box-shadow:0 20px 48px rgba(7,4,18,.32);
    isolation:isolate;
}
.rs-profile-hero::after {
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:4px;
    background:linear-gradient(90deg,#f2ba3e,#a052df,#43c9e8);
}
.rs-profile-hero-copy { position:relative; z-index:1; max-width:590px; }
.rs-profile-eyebrow {
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#ffd45f;
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.17em;
    text-transform:uppercase;
}
.rs-profile-hero h1 {
    margin:10px 0 8px;
    color:#fff;
    font-size:clamp(2.7rem,5vw,4.8rem);
    font-weight:950;
    letter-spacing:-.055em;
    text-shadow:0 6px 22px rgba(0,0,0,.36);
}
.rs-profile-hero-copy p { max-width:540px; margin:0; color:rgba(255,255,255,.76); font-size:1.05rem; }
.rs-profile-identity {
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px;
    background:rgba(25,16,49,.86);
    border:1px solid rgba(255,255,255,.17);
    border-radius:20px;
    box-shadow:0 18px 38px rgba(6,3,16,.3);
    backdrop-filter:blur(10px);
}
.rs-profile-avatar-wrap { position:relative; flex:0 0 auto; }
.rs-profile-avatar { width:108px; height:108px; border:4px solid #fff; border-radius:18px; object-fit:cover; image-rendering:auto; box-shadow:0 12px 26px rgba(5,3,14,.35); }
.rs-profile-online {
    position:absolute;
    right:-5px;
    bottom:-5px;
    display:grid;
    width:30px;
    height:30px;
    place-items:center;
    color:#173428;
    background:#66e49a;
    border:4px solid #21143d;
    border-radius:50%;
    font-size:.8rem;
    font-weight:900;
}
.rs-profile-label { color:rgba(255,255,255,.58); font-size:.76rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.rs-profile-identity h2 { margin:3px 0 9px; color:#fff; font-size:1.8rem; font-weight:900; }
.rs-profile-role { display:inline-flex; align-items:center; gap:6px; padding:6px 11px; border-radius:8px; font-size:.78rem; font-weight:900; }
.rs-profile-overview { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.rs-profile-stat {
    display:flex;
    min-width:0;
    align-items:center;
    gap:13px;
    padding:17px;
    background:rgba(30,21,55,.91);
    border:1px solid rgba(255,255,255,.13);
    border-radius:16px;
    box-shadow:0 12px 28px rgba(7,4,18,.2);
    backdrop-filter:blur(9px);
}
.rs-profile-stat-icon { display:grid; flex:0 0 43px; width:43px; height:43px; place-items:center; border-radius:12px; font-size:1.1rem; }
.rs-profile-stat-icon-gold { color:#4a3308; background:linear-gradient(135deg,#ffe17c,#e8aa26); }
.rs-profile-stat-icon-purple { color:#fff; background:linear-gradient(135deg,#b06ee9,#7145c9); }
.rs-profile-stat-icon-blue { color:#143541; background:linear-gradient(135deg,#7be7f4,#3ac2e1); }
.rs-profile-stat-icon-pink { color:#fff; background:linear-gradient(135deg,#f36bb8,#bb348a); }
.rs-profile-stat div { min-width:0; }
.rs-profile-stat small { display:block; color:rgba(255,255,255,.55); font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; }
.rs-profile-stat strong { display:block; overflow:hidden; color:#fff; font-size:.96rem; text-overflow:ellipsis; white-space:nowrap; }
.rs-profile-game-id { font-size:.76rem!important; }
.rs-profile-command-center { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr); gap:18px; }
.rs-profile-account-panel,
.rs-profile-shortcuts,
.rs-profile-form-card {
    background:rgba(30,21,55,.91);
    border:1px solid rgba(255,255,255,.13);
    border-radius:20px;
    box-shadow:0 16px 38px rgba(7,4,18,.23);
    backdrop-filter:blur(9px);
}
.rs-profile-account-panel { overflow:hidden; }
.rs-profile-panel-heading { display:flex; align-items:center; justify-content:space-between; padding:22px 24px; background:rgba(22,15,42,.66); border-bottom:1px solid rgba(255,255,255,.09); }
.rs-profile-panel-heading h2,
.rs-profile-shortcuts h2,
.rs-profile-section-title h2 { margin:3px 0 0; color:#fff; font-weight:900; }
.rs-profile-panel-heading > i { color:rgba(255,212,95,.25); font-size:3.2rem; }
.rs-profile-details { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:rgba(255,255,255,.08); }
.rs-profile-details > div { min-width:0; padding:18px 20px; background:rgba(30,21,55,.98); }
.rs-profile-details span { display:block; margin-bottom:5px; color:rgba(255,255,255,.55); font-size:.73rem; font-weight:800; text-transform:uppercase; }
.rs-profile-details span i { margin-right:5px; color:#54d0ec; }
.rs-profile-details strong { display:block; overflow:hidden; color:#fff; font-size:.9rem; text-overflow:ellipsis; white-space:nowrap; }
.rs-profile-actions { display:flex; flex-wrap:wrap; gap:10px; padding:20px; }
.rs-profile-actions form { margin:0; }
.rs-profile-action {
    display:flex;
    min-height:56px;
    align-items:center;
    gap:10px;
    padding:10px 14px;
    color:#fff;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.11);
    border-radius:12px;
    text-decoration:none;
    transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
button.rs-profile-action { font:inherit; text-align:left; }
.rs-profile-action:hover { color:#fff; transform:translateY(-2px); background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.22); }
.rs-profile-action > i { font-size:1.2rem; }
.rs-profile-action span { display:grid; }
.rs-profile-action strong { font-size:.84rem; }
.rs-profile-action small { color:rgba(255,255,255,.52); font-size:.68rem; }
.rs-profile-action-primary > i { color:#ffd45f; }
.rs-profile-action-danger > i { color:#ff7c91; }
.rs-profile-action-discord > i { color:#899bff; }
.rs-profile-shortcuts { padding:22px; }
.rs-profile-shortcuts h2 { margin-bottom:14px; }
.rs-profile-shortcuts > a { display:grid; grid-template-columns:38px 1fr auto; align-items:center; gap:11px; margin-top:9px; padding:12px; color:#fff; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.09); border-radius:12px; text-decoration:none; transition:.18s ease; }
.rs-profile-shortcuts > a:hover { transform:translateX(3px); background:rgba(255,255,255,.1); border-color:rgba(84,208,236,.34); }
.rs-profile-shortcuts > a > i:first-child { display:grid; width:38px; height:38px; place-items:center; color:#35234e; background:#ffd45f; border-radius:10px; }
.rs-profile-shortcuts > a:nth-of-type(2) > i:first-child { background:#63daf0; }
.rs-profile-shortcuts > a:nth-of-type(3) > i:first-child { color:#fff; background:#a765e2; }
.rs-profile-shortcuts a span { display:grid; }
.rs-profile-shortcuts a strong { font-size:.88rem; }
.rs-profile-shortcuts a small { color:rgba(255,255,255,.51); font-size:.7rem; }
.rs-profile-shortcuts a > i:last-child { color:rgba(255,255,255,.45); }
.rs-profile-verification { display:flex; align-items:center; gap:15px; padding:17px 19px; background:rgba(91,62,23,.88); border:1px solid rgba(255,211,92,.3); border-left:4px solid #ffd35c; border-radius:15px; }
.rs-profile-verification > i { color:#ffd35c; font-size:1.5rem; }
.rs-profile-verification div { flex:1; }
.rs-profile-verification strong { color:#fff; }
.rs-profile-verification p { margin:2px 0 0; color:rgba(255,255,255,.65); font-size:.82rem; }
.rs-profile-section-title { display:flex; align-items:end; justify-content:space-between; margin-top:10px; padding:0 3px; }
.rs-profile-section-title p { margin:0; color:rgba(255,255,255,.58); }
.rs-profile-settings-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; align-items:start; }
.rs-profile-form-card { overflow:hidden; padding:0; }
.rs-profile-form-card > header { display:flex; align-items:center; gap:13px; padding:19px 21px; background:rgba(22,15,42,.68); border-bottom:1px solid rgba(255,255,255,.09); }
.rs-profile-form-card > header > span { display:grid; flex:0 0 43px; width:43px; height:43px; place-items:center; color:#37244d; background:linear-gradient(135deg,#ffe17b,#e9ad2a); border-radius:12px; font-size:1.1rem; }
.rs-profile-form-card > header h2 { margin:0; color:#fff; font-size:1.16rem; font-weight:900; }
.rs-profile-form-card > header p { margin:2px 0 0; color:rgba(255,255,255,.5); font-size:.76rem; }
.rs-profile-form-card > form,
.rs-profile-form-card > .card-body { padding:20px 21px; }
.rs-profile-form-card .form-label { color:rgba(255,255,255,.74); font-size:.78rem; font-weight:800; }
.rs-profile-form-card .form-control {
    min-height:45px;
    color:#fff;
    background:rgba(12,8,27,.58);
    border:1px solid rgba(255,255,255,.16);
    border-radius:10px;
    box-shadow:none;
}
.rs-profile-form-card .form-control:focus { color:#fff; background:rgba(12,8,27,.72); border-color:#67d8ee; box-shadow:0 0 0 3px rgba(83,205,234,.13); }
.rs-profile-form-card .form-control::file-selector-button { min-height:43px; color:#fff; background:#593a88; border:0; }
.rs-profile-form-card .form-text { color:rgba(255,255,255,.45); }
.rs-profile-submit,
.rs-profile-delete { display:inline-flex; min-height:42px; align-items:center; justify-content:center; gap:7px; padding:9px 16px; border:0; border-radius:10px; font-weight:900; transition:.18s ease; }
.rs-profile-submit { color:#362306; background:linear-gradient(135deg,#ffdc6b,#f0b431); box-shadow:0 8px 20px rgba(232,170,36,.18); }
.rs-profile-submit:hover { color:#271904; transform:translateY(-1px); filter:brightness(1.05); }
.rs-profile-delete { color:#fff; background:rgba(225,55,83,.18); border:1px solid rgba(255,100,126,.25); }
.rs-profile-delete:hover { background:rgba(225,55,83,.3); }

@media (max-width:1099.98px) {
    .rs-profile-hero { grid-template-columns:1fr; min-height:360px; }
    .rs-profile-identity { max-width:500px; }
    .rs-profile-overview { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .rs-profile-command-center { grid-template-columns:1fr; }
}
@media (max-width:767.98px) {
    body.rs-profile-body { background-attachment:scroll; background-size:auto 100%; }
    body.rs-profile-body main.container.content { padding:14px; border-radius:19px; }
    .rs-profile-page { gap:14px; }
    .rs-profile-hero { min-height:420px; padding:30px 22px; border-radius:18px; background-position:58% center; }
    .rs-profile-overview,
    .rs-profile-settings-grid { grid-template-columns:1fr; }
    .rs-profile-details { grid-template-columns:1fr; }
    .rs-profile-section-title { display:block; }
    .rs-profile-section-title p { margin-top:7px; }
}
@media (max-width:575.98px) {
    body.rs-profile-body main.container.content { padding:9px; }
    .rs-profile-hero { padding:25px 17px; }
    .rs-profile-identity { align-items:flex-start; padding:15px; }
    .rs-profile-avatar { width:78px; height:78px; border-radius:14px; }
    .rs-profile-identity h2 { font-size:1.35rem; }
    .rs-profile-overview { grid-template-columns:1fr; }
    .rs-profile-actions { display:grid; }
    .rs-profile-actions form,.rs-profile-action { width:100%; }
    .rs-profile-verification { align-items:flex-start; flex-wrap:wrap; }
    .rs-profile-verification form { width:100%; }
}
