.practice-back{display:flex;align-items:center;justify-content:center;min-height:38px;margin:12px 0 0;padding:7px 10px;border:1px solid rgba(98,92,59,.3);border-radius:8px;background:var(--rcl-white);color:var(--rcl-olive-dark);font-size:13px;font-weight:900;text-decoration:none}
.practice-back:hover{border-color:var(--rcl-olive);background:var(--rcl-paper)}
.practice-sync{margin-top:10px;padding:9px 10px;border:1px solid rgba(98,92,59,.18);border-radius:8px;background:rgba(248,243,235,.82);color:var(--rcl-olive-dark);font-size:12px;font-weight:900;line-height:1.4}
.practice-sync small{display:block;min-height:1.4em;margin-top:2px;color:var(--rcl-body);font-weight:700}
.practice-sync [data-state="syncing"]::before{content:"· ";color:#9a7043}
.practice-sync [data-state="synced"]::before{content:"✓ ";color:#52643b}
.practice-sync [data-state="offline"]::before,.practice-sync [data-state="error"]::before{content:"! ";color:#8b5149}
.practice-back:focus-visible{outline:var(--rcl-focus);outline-offset:3px}
@media(max-width:1279px){.practice-sync{margin-bottom:4px}}
@media print{.practice-back,.practice-sync{display:none!important}}

