/* SLPT R27 B9D — Recycle Bin visual polish. Presentation only. */
:root{--r27-b9d-slate:#526273;--r27-b9d-red:#9b4652;--r27-b9d-line:rgba(82,98,115,.16)}
.recycle-tabs{padding:5px;border:1px solid var(--r27-b9d-line);border-radius:13px;background:linear-gradient(180deg,rgba(244,247,249,.97),rgba(238,242,245,.95));box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}
.recycle-tabs button{border-radius:9px;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
.recycle-tabs button.active{background:#fff;color:#334151;box-shadow:0 5px 14px rgba(53,68,82,.1)}
.recycle-tabs+.table-wrap{margin-top:13px;border:1px solid var(--r27-b9d-line);border-radius:14px;overflow:hidden;box-shadow:0 11px 28px rgba(53,68,82,.07)}
.recycle-tabs+.table-wrap thead{background:linear-gradient(180deg,rgba(241,245,248,.98),rgba(235,240,244,.97))}
.recycle-tabs+.table-wrap tbody tr{transition:background .15s ease}
.recycle-tabs+.table-wrap tbody tr:hover{background:rgba(82,98,115,.045)}
[data-trash-restore]{border-color:rgba(67,112,91,.25)}
[data-trash-delete]{box-shadow:none}
@media (max-width:720px){.recycle-tabs{display:flex;overflow:auto;scrollbar-width:thin}.recycle-tabs button{flex:0 0 auto}.recycle-tabs+.table-wrap{border-radius:12px}}
html[data-theme="mist-graphite"] .recycle-tabs{background:linear-gradient(180deg,#2d343c,#293038);border-color:rgba(184,199,214,.15)}
html[data-theme="mist-graphite"] .recycle-tabs button.active{background:#3a424c;color:#f4f7fa}
html[data-theme="mist-graphite"] .recycle-tabs+.table-wrap{border-color:rgba(184,199,214,.14)}
html[data-theme="mist-graphite"] .recycle-tabs+.table-wrap thead{background:#303740}
html[data-theme="mist-graphite"] .recycle-tabs+.table-wrap tbody tr:hover{background:rgba(184,199,214,.05)}
@media (prefers-reduced-motion:reduce){.recycle-tabs button,.recycle-tabs+.table-wrap tbody tr{transition:none!important}}
