:root{--rcs-purple-dark: #4a2c6a;--rcs-purple: #6b4c8c;--rcs-purple-light: #e8e0f0;--rcs-white: #ffffff;--rcs-grey-bg: #f5f5f5;--rcs-grey-text: #555;--rcs-text: #1a1a1a;--rcs-radius: 8px;--rcs-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--rcs-font);font-size:16px;line-height:1.5;color:var(--rcs-text);background:var(--rcs-white)}a{color:var(--rcs-purple);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.rcs-header{background:var(--rcs-white);border-bottom:1px solid var(--rcs-purple-light);padding:1rem 2rem}.rcs-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.rcs-logo{font-weight:700;color:var(--rcs-purple-dark);font-size:1.1rem}.rcs-nav{display:flex;gap:1.5rem}.rcs-nav a{color:var(--rcs-text)}.rcs-header-actions{display:flex;align-items:center;gap:.75rem}.rcs-header-user{font-size:.9rem;color:var(--rcs-grey-text);margin-right:.25rem}.rcs-header-logout{display:inline;margin:0}.rcs-btn{display:inline-block;padding:.5rem 1.25rem;border-radius:var(--rcs-radius);font-weight:500;transition:background .2s,color .2s}.rcs-btn-outline{background:transparent;color:var(--rcs-purple);border:1px solid var(--rcs-purple)}.rcs-btn-outline:hover{background:var(--rcs-purple-light);text-decoration:none}.rcs-btn-primary{background:var(--rcs-purple);color:var(--rcs-white);border:1px solid var(--rcs-purple)}.rcs-btn-primary:hover{background:var(--rcs-purple-dark);text-decoration:none}.rcs-lang-switcher{display:flex;align-items:center;gap:.25rem;font-size:.9rem}.rcs-lang-current{color:var(--rcs-grey-text);font-weight:600}.rcs-lang-link{color:var(--rcs-text)}.rcs-lang-link:hover{text-decoration:none;color:var(--rcs-purple)}.rcs-lang-sep{color:var(--rcs-grey-text);margin:0 .1rem}.rcs-footer{background:var(--rcs-grey-bg);padding:2rem;margin-top:3rem}.rcs-footer-inner{max-width:1200px;margin:0 auto}.rcs-footer-brand{margin-bottom:2rem}.rcs-footer-brand p{color:var(--rcs-grey-text);margin:.5rem 0 0;max-width:400px}.rcs-footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem}.rcs-footer-col ul{list-style:none;padding:0;margin:.5rem 0 0}.rcs-footer-col li{margin-bottom:.5rem}.rcs-flash{padding:.75rem 2rem;margin:0;font-size:.95rem}.rcs-flash-success{background:var(--rcs-purple-light);color:var(--rcs-purple-dark)}.rcs-main{min-height:50vh}
