
/* Shared Rove site chrome for rebuilt/static pages. Scoped to .rove-shell-* to avoid page-content conflicts. */
:root{--rove-bg:#050505;--rove-surface:#101011;--rove-surface2:#161618;--rove-line:#29292d;--rove-text:#f7f7f8;--rove-muted:#a5a5b0;--rove-accent:#ffa800;--rove-accent2:#ff8a00;--rove-max:1120px}
.rove-shell-notice{background:linear-gradient(90deg,#ffb21a,#ffa200);color:#080808;position:relative;z-index:70;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.rove-shell-notice[hidden]{display:none!important}.rove-shell-notice-inner{min-height:50px;display:flex;align-items:center;justify-content:center;gap:8px;width:min(var(--rove-max),calc(100% - 28px));margin:auto;padding:9px 42px;text-align:center;font-size:15px;line-height:1.3}.rove-shell-notice strong{font-weight:850}.rove-shell-notice svg{width:19px;height:19px;flex:none}.rove-shell-notice-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#111;cursor:pointer;font-size:20px}.rove-shell-notice-close:hover{background:rgba(0,0,0,.08)}
.rove-shell-header{position:sticky;top:0;z-index:60;background:rgba(5,5,5,.97);border-bottom:1px solid transparent;backdrop-filter:blur(12px);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--rove-text)}.rove-shell-header-inner{width:min(var(--rove-max),calc(100% - 28px));height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.rove-shell-logo{display:flex;align-items:center;flex:none}.rove-shell-logo img{width:58px!important;height:58px!important;object-fit:contain!important;display:block!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important}.rove-shell-nav{display:flex;align-items:center;justify-content:center;gap:2px;flex:1}.rove-shell-nav>a,.rove-shell-drop>button{display:flex;align-items:center;gap:5px;padding:10px 12px;border:0;border-radius:9px;background:transparent;color:var(--rove-text);font:600 14px/1.1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;white-space:nowrap;cursor:pointer;text-decoration:none}.rove-shell-nav>a:hover,.rove-shell-drop>button:hover{background:var(--rove-accent);color:#111}.rove-shell-drop{position:relative}.rove-shell-drop>button svg{width:14px;height:14px;transition:.2s}.rove-shell-drop:hover>button svg{transform:rotate(180deg)}.rove-shell-dropmenu{position:absolute;left:0;top:calc(100% + 2px);min-width:205px;padding:8px;background:#151517;border:1px solid rgba(255,255,255,.1);border-radius:13px;box-shadow:0 22px 55px rgba(0,0,0,.45);opacity:0;visibility:hidden;transform:translateY(5px);transition:.16s;z-index:80}.rove-shell-drop:hover .rove-shell-dropmenu,.rove-shell-drop:focus-within .rove-shell-dropmenu{opacity:1;visibility:visible;transform:none}.rove-shell-dropmenu a{display:block;padding:10px 12px;border-radius:8px;color:#eee;text-decoration:none;font-size:14px}.rove-shell-dropmenu a:hover{background:var(--rove-accent);color:#111}.rove-shell-actions{display:flex;align-items:center;gap:4px}.rove-shell-iconbtn{width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:#f5f5f5;display:grid;place-items:center;cursor:pointer}.rove-shell-iconbtn:hover{background:rgba(255,255,255,.06)}.rove-shell-iconbtn svg{width:21px;height:21px}.rove-shell-menu-btn{display:none}.rove-shell-mobile{display:none;background:#0c0c0d;border-top:1px solid #222;padding:10px 14px 16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.rove-shell-mobile.open{display:block}.rove-shell-mobile a,.rove-shell-mobile summary{display:block;padding:11px 12px;color:#eee;text-decoration:none;border-radius:9px;cursor:pointer;font-size:14px}.rove-shell-mobile a:hover,.rove-shell-mobile summary:hover{background:#171719;color:var(--rove-accent)}.rove-shell-mobile details>div{padding-left:14px}.rove-shell-mobile summary::marker{color:var(--rove-accent)}
.rove-shell-footer{background:#050505!important;color:var(--rove-text)!important;padding:18px 0 46px!important;border:0!important;text-align:left!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.rove-shell-footer-inner{width:min(var(--rove-max),calc(100% - 28px));margin:auto}.rove-shell-footer-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#101011;padding:36px 38px}.rove-shell-footer-grid{display:grid;grid-template-columns:minmax(240px,1.2fr) 2fr;gap:54px}.rove-shell-footer-brand img{width:105px!important;height:105px!important;object-fit:contain!important;margin:0 0 10px!important;display:block!important}.rove-shell-footer-brand strong{display:block;color:#f6f6f7;font-size:14px;margin-bottom:8px}.rove-shell-footer-brand p{max-width:320px;margin:0;color:#9f9fa8;font-size:14px;line-height:1.65}.rove-shell-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.rove-shell-footer-links h3{margin:0 0 13px;color:#9f9fa8;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.rove-shell-footer-links ul{list-style:none!important;margin:0!important;padding:0!important}.rove-shell-footer-links li{margin:0 0 8px!important;padding:0!important}.rove-shell-footer-links a{color:#e9e9eb!important;text-decoration:none!important;font-size:14px}.rove-shell-footer-links a:hover{color:var(--rove-accent)!important}.rove-shell-footer-bottom{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:18px;color:#96969f;font-size:12px}.rove-shell-cookie{border:0;background:transparent;color:#f5f5f6;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:750;cursor:pointer}.rove-shell-cookie:hover{color:var(--rove-accent)}
@media(max-width:920px){.rove-shell-nav{display:none}.rove-shell-menu-btn{display:grid}.rove-shell-header-inner{height:68px}.rove-shell-footer-grid{grid-template-columns:1fr;gap:32px}.rove-shell-footer-links{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.rove-shell-notice-inner{font-size:12px;padding-left:18px;padding-right:42px}.rove-shell-footer-card{padding:28px 22px}.rove-shell-footer-links{grid-template-columns:repeat(2,1fr)}.rove-shell-footer-bottom{align-items:flex-start;flex-direction:column}.rove-shell-logo img{width:52px!important;height:52px!important}}
