/* Explicit compiled-independent rules: desktop high-density UI */
.rd-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(185px,1fr))!important;gap:8px!important;align-items:start;justify-items:start;width:100%;}
.rd-slot{width:100%;max-width:210px;min-width:0;height:170px;position:relative;border-radius:7px;}
.rd-card{box-sizing:border-box;width:100%;height:170px;padding:6px 8px;display:grid;grid-template-rows:28px 25px 24px 24px 24px 25px;gap:0;border:1px solid hsl(var(--nextui-divider,220 12% 82%));border-radius:7px;background:hsl(var(--nextui-content1,0 0% 100%));color:inherit;font-size:13px;}
.rd-head{display:flex;align-items:center;gap:3px;min-width:0}.rd-check{appearance:auto!important;width:18px;height:18px;flex:none;margin:0 3px 0 0;cursor:pointer;accent-color:#1677ff;outline-offset:3px}.rd-name{min-width:0;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:600;font-size:13px}.rd-status{font-size:11px;white-space:nowrap;color:#b3770a}.rd-status-1{color:#16834b}.rd-status--1,.rd-expired{color:#e5484d}
.rd-handle{width:26px;height:26px;flex:none;border-radius:4px;background:rgba(128,128,128,.13);cursor:grab;touch-action:none;font-size:21px;line-height:24px;user-select:none}.rd-handle:active{cursor:grabbing}
.rd-state{display:flex;align-items:center;gap:4px;font-size:11px}.rd-address{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:24px;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;border-radius:3px;cursor:pointer}.rd-address:hover{background:rgba(128,128,128,.12)}
.rd-flow{display:flex;gap:7px;align-items:center;font-size:12px;white-space:nowrap;overflow:hidden;font-variant-numeric:tabular-nums}.rd-flow span:first-child{color:#357aca}.rd-flow span:last-child{color:#16834b}
.rd-foot{display:flex;align-items:center;justify-content:space-between;min-width:0;border-top:1px solid rgba(128,128,128,.16);font-size:12px}.rd-menu{position:relative}.rd-menu summary{list-style:none;cursor:pointer;width:26px;height:24px;text-align:center;font-size:21px;line-height:22px;border-radius:4px}.rd-menu summary::-webkit-details-marker{display:none}.rd-menu[open]{z-index:70}.rd-menu-items{position:absolute;right:0;bottom:27px;min-width:100px;padding:4px;background:hsl(var(--nextui-content1,0 0% 100%));border:1px solid #8886;border-radius:6px;box-shadow:0 5px 20px #0003}.rd-menu-items button{display:block;width:100%;padding:7px 9px;text-align:left;white-space:nowrap}.rd-menu-items button:hover{background:#8882}
.rd-selected{border:2px solid #3186f5;padding:5px 7px;background:rgba(49,134,245,.08)}.rd-card:focus-within{box-shadow:0 0 0 2px #3186f533}.rd-dragging{outline:2px dashed #3186f5;background:#3186f522}.rd-dragging .rd-card{opacity:.68;box-shadow:0 12px 28px #0005;transform:scale(1.025)}.rd-over:not(.rd-dragging){outline:2px solid #3186f5;outline-offset:2px}.rd-over:not(.rd-dragging):before{content:"";position:absolute;left:-5px;top:0;bottom:0;width:3px;background:#3186f5;}
@media(max-width:430px){.rd-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))!important;gap:6px!important;}.rd-slot{max-width:210px}}
