.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-accent: #f59e0b;--color-text: #111827;--color-text-muted: #6b7280;--color-bg: #ffffff;--color-bg-muted: #f9fafb;--color-border: #e5e7eb;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius: .5rem;--shadow-sm: 0 1px 3px rgb(0 0 0 / .1);--shadow-md: 0 4px 12px rgb(0 0 0 / .1);--container-max: 1200px;--container-pad: clamp(1rem, 5vw, 2rem);--theme-toggle-bg: #ffffff;--theme-toggle-text: #111827;--theme-toggle-border: rgba(17,24,39,.18);--theme-toggle-shadow: 0 4px 14px rgba(0,0,0,.2)}:root[data-theme=dark]{--color-primary: #60a5fa;--color-primary-dark: #3b82f6;--color-accent: #f59e0b;--color-text: #e5e7eb;--color-text-muted: #9ca3af;--color-bg: #0f172a;--color-bg-muted: #111827;--color-border: #334155;--theme-toggle-bg: #111827;--theme-toggle-text: #f9fafb;--theme-toggle-border: rgba(255,255,255,.24);--theme-toggle-shadow: 0 6px 18px rgba(0,0,0,.45);color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}body>main{flex:1 0 auto}body>footer{margin-top:auto}img,video{max-width:100%;display:block}a{color:var(--color-primary)}a:hover{color:var(--color-primary-dark)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}#back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s,background .15s}#back-to-top:not([hidden]){opacity:1;transform:translateY(0)}#back-to-top[hidden]{display:flex!important;pointer-events:none}#back-to-top:hover{background:var(--color-primary-dark)}#back-to-top:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}#theme-toggle-global{position:fixed;left:1.25rem;bottom:1.5rem;z-index:998;min-width:7.1rem;height:2.45rem;border-radius:999px;border:2px solid var(--theme-toggle-border);background:var(--theme-toggle-bg);color:var(--theme-toggle-text);font-family:var(--font-sans);font-size:.8rem;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:var(--theme-toggle-shadow);transition:transform .15s,background .2s,color .2s,border-color .2s}#theme-toggle-global:hover{transform:translateY(-1px)}#theme-toggle-global:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}@media(max-width:640px){#theme-toggle-global{left:1rem;bottom:1rem;min-width:6.55rem;height:2.3rem;font-size:.76rem}}html,body{background:var(--color-bg, #fff)}html{height:100%}body{min-height:100vh;min-height:100dvh}.navbar[data-astro-cid-4d4oqtgh]{position:sticky;top:0;z-index:200;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.navbar__inner[data-astro-cid-4d4oqtgh]{display:flex;align-items:center;justify-content:space-between;height:4rem}.navbar__brand[data-astro-cid-4d4oqtgh]{font-size:1.25rem;font-weight:700;text-decoration:none;color:var(--color-text);white-space:nowrap}.navbar__brand[data-astro-cid-4d4oqtgh]:hover{color:var(--color-primary)}.navbar__menu[data-astro-cid-4d4oqtgh]{display:flex}.navbar__list[data-astro-cid-4d4oqtgh]{display:flex;gap:2rem;list-style:none}.navbar__link[data-astro-cid-4d4oqtgh]{text-decoration:none;color:var(--color-text-muted);font-weight:500;transition:color .15s}.navbar__link[data-astro-cid-4d4oqtgh]:hover{color:var(--color-primary)}.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh]{position:relative}.navbar__dropdown-toggle[data-astro-cid-4d4oqtgh]{display:flex;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;font:inherit;padding:0}.navbar__dropdown-arrow[data-astro-cid-4d4oqtgh]{transition:transform .2s;flex-shrink:0;opacity:.7}.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh]:hover .navbar__dropdown-arrow[data-astro-cid-4d4oqtgh],.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh].is-open .navbar__dropdown-arrow[data-astro-cid-4d4oqtgh]{transform:rotate(180deg);opacity:1}.navbar__dropdown[data-astro-cid-4d4oqtgh]{display:none;position:absolute;top:calc(100% + .5rem);left:-.5rem;min-width:160px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 8px 24px #00000026;list-style:none;padding:.35rem 0;z-index:300}.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh]:hover .navbar__dropdown[data-astro-cid-4d4oqtgh],.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh].is-open .navbar__dropdown[data-astro-cid-4d4oqtgh]{display:block}.navbar__dropdown-link[data-astro-cid-4d4oqtgh]{display:block;padding:.6rem 1rem;white-space:nowrap;border-bottom:none}.navbar__dropdown-link[data-astro-cid-4d4oqtgh]:hover{background:var(--color-bg-muted)}.navbar__toggle[data-astro-cid-4d4oqtgh]{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;background:none;border:none;cursor:pointer;padding:.25rem;color:var(--color-text)}.navbar__bar[data-astro-cid-4d4oqtgh]{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}.navbar__toggle[data-astro-cid-4d4oqtgh].is-open .navbar__bar[data-astro-cid-4d4oqtgh]:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle[data-astro-cid-4d4oqtgh].is-open .navbar__bar[data-astro-cid-4d4oqtgh]:nth-child(2){opacity:0}.navbar__toggle[data-astro-cid-4d4oqtgh].is-open .navbar__bar[data-astro-cid-4d4oqtgh]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.footer[data-astro-cid-kmdp2fco]{background:var(--color-text);color:#d1d5db;padding-top:3rem}.footer__inner[data-astro-cid-kmdp2fco]{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem}.footer__brand[data-astro-cid-kmdp2fco]{max-width:240px}.footer__name[data-astro-cid-kmdp2fco]{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.footer__name[data-astro-cid-kmdp2fco]:hover{color:var(--color-accent, #f59e0b)}.footer__tagline[data-astro-cid-kmdp2fco]{margin-top:.5rem;font-size:.9rem;opacity:.75;line-height:1.5}.footer__nav[data-astro-cid-kmdp2fco] ul[data-astro-cid-kmdp2fco],.footer__links[data-astro-cid-kmdp2fco]{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__nav[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco],.footer__links[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .15s}.footer__nav[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]:hover,.footer__links[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]:hover{color:#fff}.footer__social[data-astro-cid-kmdp2fco]{list-style:none;display:flex;gap:1rem;align-items:center}.footer__social[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff14;color:#d1d5db;text-decoration:none;transition:background .15s,color .15s}.footer__social[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]:hover{background:var(--color-primary);color:#fff}.footer__social[data-astro-cid-kmdp2fco] svg[data-astro-cid-kmdp2fco]{width:1.1rem;height:1.1rem}.footer__bottom[data-astro-cid-kmdp2fco]{border-top:1px solid rgb(255 255 255 / .1);padding-block:1.25rem}.footer__bottom[data-astro-cid-kmdp2fco] p[data-astro-cid-kmdp2fco]{font-size:.85rem;opacity:.6;text-align:center}@media(max-width:640px){.footer__inner[data-astro-cid-kmdp2fco]{flex-direction:column;gap:2rem}}:root{--color-primary: #9b1b3b;--color-primary-dark: #7c1531;--color-accent: #e7a34f;--color-text: #2f1d22;--color-text-muted: #70545b;--color-bg: #fdf3ef;--color-bg-muted: #f7e5dd;--color-border: #e3c6bc;--rs-nav-bg: #2d0c18;--rs-nav-border: rgba(252, 214, 183, .16);--rs-nav-text: #fef0e9;--rs-nav-text-muted: rgba(254, 240, 233, .8);--rs-footer-bg-start: #2a0f18;--rs-footer-bg-end: #3a1421;--rs-footer-shell: #220b13;--rs-footer-text: rgba(250, 225, 216, .92);--rs-footer-border: rgba(222, 168, 145, .38)}:root[data-theme=dark]{--color-primary: #df6a84;--color-primary-dark: #cb5671;--color-accent: #f0b367;--color-text: #f8e6e0;--color-text-muted: #d7b4ab;--color-bg: #211017;--color-bg-muted: #2d1720;--color-border: #633644;--rs-nav-bg: #1f0a12;--rs-nav-border: rgba(244, 194, 168, .22);--rs-nav-text: #ffede5;--rs-nav-text-muted: rgba(255, 237, 229, .82);--rs-footer-bg-start: #17070e;--rs-footer-bg-end: #260b14;--rs-footer-shell: #14050b;--rs-footer-text: rgba(246, 221, 211, .93);--rs-footer-border: rgba(220, 160, 140, .44)}body{background:radial-gradient(circle at 84% -8%,rgba(231,163,79,.2),transparent 36%),radial-gradient(circle at 10% 22%,rgba(155,27,59,.12),transparent 34%),linear-gradient(180deg,var(--color-bg) 0%,color-mix(in srgb,var(--color-bg-muted) 68%,white 32%) 100%)}.footer.footer--ruby-studios{--color-text: var(--rs-footer-shell);background:linear-gradient(95deg,var(--rs-footer-bg-start) 0%,var(--rs-footer-bg-end) 100%)!important;color:var(--rs-footer-text)}.footer.footer--ruby-studios .footer__name{color:#fff3ec}.footer.footer--ruby-studios .footer__name:hover{color:var(--color-accent)}.footer.footer--ruby-studios .footer__tagline,.footer.footer--ruby-studios .footer__nav a,.footer.footer--ruby-studios .footer__links a{color:var(--rs-footer-text)}.footer.footer--ruby-studios .footer__nav a:hover,.footer.footer--ruby-studios .footer__links a:hover{color:#fffaf7}.footer.footer--ruby-studios .footer__bottom{border-top-color:var(--rs-footer-border)}.footer.footer--ruby-studios .footer__bottom p{opacity:.82}.ruby-brand{display:flex;align-items:center;gap:.55rem;text-decoration:none}.ruby-brand__gem{flex-shrink:0;filter:drop-shadow(0 0 6px rgba(227,119,145,.6))}.ruby-brand__text{display:flex;flex-direction:column;line-height:1.05}.ruby-brand__name{font-size:1.2rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(120deg,#fca4b8,#e7a34f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ruby-brand__sub{font-size:.6rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#fff3ec9e;margin-top:-1px}.navbar--ruby-studios{--color-bg: var(--rs-nav-bg);--color-border: var(--rs-nav-border);--color-text: var(--rs-nav-text);--color-text-muted: var(--rs-nav-text-muted);background:linear-gradient(90deg,color-mix(in srgb,var(--rs-nav-bg) 86%,black 14%) 0%,var(--rs-nav-bg) 100%);border-bottom-color:var(--rs-nav-border);box-shadow:0 2px 16px #1b080f8f}.navbar--ruby-studios .navbar__brand{color:#fff}.navbar--ruby-studios .navbar__brand:hover{color:var(--color-accent)}.navbar--ruby-studios .navbar__link{color:var(--rs-nav-text-muted);font-weight:500;position:relative;transition:color .2s}.navbar--ruby-studios .navbar__link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--color-accent);border-radius:2px;transform:scaleX(0);transform-origin:left center;transition:transform .22s cubic-bezier(.4,0,.2,1)}.navbar--ruby-studios .navbar__link:hover{color:#fff}.navbar--ruby-studios .navbar__link:hover:after{transform:scaleX(1)}.navbar--ruby-studios .navbar__list li:last-child .navbar__link{border:2px solid rgba(255,235,220,.48);padding:.3rem 1rem;border-radius:999px;color:#fff4ec;font-weight:600;transition:background .15s,border-color .15s,color .15s}.navbar--ruby-studios .navbar__list li:last-child .navbar__link:after{display:none}.navbar--ruby-studios .navbar__list li:last-child .navbar__link:hover{background:#fff2e7;border-color:#fff2e7;color:var(--color-primary)}.navbar--ruby-studios .navbar__bar{background:#fff}@media(max-width:768px){.navbar--ruby-studios .navbar__link:after{display:none}.navbar--ruby-studios .navbar__list li:last-child .navbar__link{background:transparent;border:none;border-bottom:1px solid rgba(255,229,209,.16);border-radius:0;padding:.75rem 0;color:var(--rs-nav-text-muted);font-weight:500}.navbar--ruby-studios .navbar__list li:last-child .navbar__link:hover{background:transparent;color:var(--color-accent)}}
