/* Single-role permission editor. */
.festivo-roles-page { max-width: 1100px; margin: 0 auto; }.festivo-roles-hero { align-items: flex-end; background: radial-gradient(circle at 87% 15%, rgba(255, 190, 215, 0.88), transparent 26%), linear-gradient(135deg, #211746, #613de2 62%, #a84cc5); border-radius: 24px; color: #fff; display: flex; gap: 1rem; justify-content: space-between; margin-bottom: 1.2rem; padding: clamp(1.5rem, 4vw, 2.7rem); }.festivo-roles-hero h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 900; letter-spacing: -0.065em; line-height: 1; margin: 0.45rem 0 0.7rem; }.festivo-roles-hero p { color: rgba(255, 255, 255, 0.83); font-size: 0.85rem; margin: 0; max-width: 570px; }.festivo-role-picker { background: linear-gradient(135deg, #fbf9ff, #fff5f8); border: 1px solid #e9e3f2; border-radius: 20px; padding: 1.25rem; }.festivo-role-picker h2 { color: #443a5b; font-size: 1rem; font-weight: 900; margin: 0.8rem 0 0.35rem; }.festivo-role-picker p { color: #7e758b; font-size: 0.75rem; line-height: 1.5; }.festivo-permissions-heading { align-items: center; border-top: 1px solid #eeeaf4; display: flex; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.2rem; }.festivo-permissions-heading h3 { color: #4a405c; font-size: 0.9rem; font-weight: 900; margin: 0; }.festivo-permissions-heading p { color: #81798e; font-size: 0.7rem; margin: 0.15rem 0 0; }.festivo-select-all { background: #f0ebff; border-radius: 99px; color: #6548d6; cursor: pointer; font-size: 0.7rem; font-weight: 900; padding: 0.45rem 0.65rem; }.festivo-select-all input { accent-color: #6847ff; margin-right: 0.25rem; }.festivo-permission-grid { display: grid; gap: 0.6rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1rem; }.festivo-permission-option { background: #fbfaff; border: 1px solid #e7e1ef; border-radius: 13px; cursor: pointer; padding: 0.75rem; }.festivo-permission-option input { position: absolute; visibility: hidden; }.festivo-permission-option span { display: grid; gap: 0.12rem; }.festivo-permission-option i { align-items: center; background: #eee8ff; border-radius: 6px; color: #7053de; display: inline-flex; font-size: 0.6rem; height: 16px; justify-content: center; width: 16px; }.festivo-permission-option input:checked + span i { background: #6847ff; color: #fff; }.festivo-permission-option strong { color: #4a405c; font-size: 0.75rem; }.festivo-permission-option small { color: #8a8195; font-size: 0.62rem; }.festivo-role-form-footer { align-items: center; border-top: 1px solid #eeeaf4; display: flex; gap: 1rem; justify-content: space-between; margin-top: 1.5rem; padding-top: 1rem; }.festivo-role-form-footer span { color: #81798e; font-size: 0.7rem; }.festivo-role-form-footer i { color: #7257dd; margin-right: 0.25rem; }
@media (max-width: 575px) { .festivo-roles-hero { align-items: flex-start; flex-direction: column; }.festivo-permission-grid { grid-template-columns: 1fr; }.festivo-role-form-footer { align-items: stretch; flex-direction: column; }.festivo-role-form-footer .btn { width: 100%; } }
