.rd-tabs{background:hsl(var(--muted) / .75);border-radius:.95rem;flex:1;gap:.25rem;min-width:0;max-width:25rem;padding:.22rem;display:flex}.rd-tab{white-space:nowrap;min-width:0;min-height:2.25rem;color:hsl(var(--muted-foreground));border-radius:.75rem;flex:1 1 0;justify-content:center;align-items:center;gap:.45rem;padding:0 .8rem;font-size:.86rem;font-weight:650;transition:background-color .16s ease-out,color .16s ease-out,box-shadow .16s ease-out;display:inline-flex;position:relative}.rd-tab:hover:not(:disabled){color:hsl(var(--foreground))}.rd-tab[aria-selected=true]{background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:0 1px 2px #00000014,0 3px 10px #0000000f}.rd-tab[aria-selected=true] .rd-tab__icon{color:hsl(var(--primary))}:root[data-tone=dark]:not([data-theme=ios],[data-theme=windows]) .rd-tabs{background:hsl(var(--background) / .75);box-shadow:inset 0 0 0 1px hsl(var(--border))}:root[data-tone=dark]:not([data-theme=ios],[data-theme=windows]) .rd-tab[aria-selected=true]{background:hsl(var(--muted));box-shadow:inset 0 0 0 1px hsl(var(--foreground) / .08), 0 2px 10px #00000059}.rd-tab:disabled{opacity:.45;cursor:not-allowed}.rd-tab:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:1px}.rd-tab__icon{flex:none;width:1rem;height:1rem}.rd-tab__long{text-overflow:ellipsis;overflow:hidden}.rd-tab__short{display:none}@media (max-width:440px){.rd-tab__long{display:none}.rd-tab__short{display:inline}}.rd,.rd-form{flex-direction:column;gap:1rem;display:flex}.rd-panel{flex-direction:column;gap:.85rem;animation:.18s ease-out rd-in;display:flex}@keyframes rd-in{0%{opacity:0;transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){.rd-panel{animation:none}}.rd-hint{color:hsl(var(--muted-foreground));font-size:.8rem;line-height:1.45}.rd-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem .8rem;display:grid}@media (max-width:480px){.rd-fields{grid-template-columns:1fr}}.rd-field{flex-direction:column;gap:.3rem;min-width:0;font-size:.82rem;font-weight:600;display:flex}.rd-field--wide{grid-column:1/-1}.rd-input,.sc-input{border:1px solid hsl(var(--input));background:hsl(var(--background));width:100%;min-height:2.75rem;color:hsl(var(--foreground));border-radius:.8rem;outline:none;padding:0 .8rem;font-size:1rem;font-weight:400;transition:border-color .15s ease-out,box-shadow .15s ease-out}.rd-input:focus,.sc-input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .18)}.rd-input:disabled{opacity:.6;cursor:not-allowed}.rd-input--mono{font-family:var(--font-mono)}.rd-key{display:flex;position:relative}.rd-key .rd-input{padding-right:2.9rem}.rd-eye{width:2.2rem;height:2.2rem;color:hsl(var(--muted-foreground));border-radius:.6rem;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:.3rem;transform:translateY(-50%)}.rd-eye:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.rd-saved{flex-direction:column;gap:.55rem;display:flex}.rd-saved__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.rd-saved__title{letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground));align-items:center;gap:.45rem;font-size:.74rem;font-weight:700;display:inline-flex}.rd-count{background:hsl(var(--muted));letter-spacing:0;text-align:center;font-variant-numeric:tabular-nums;border-radius:9999px;min-width:1.4rem;padding:.05rem .4rem;font-size:.7rem}.rd-gear{border:1px solid hsl(var(--border));background:hsl(var(--background));width:2.25rem;height:2.25rem;color:hsl(var(--muted-foreground));border-radius:9999px;flex:none;justify-content:center;align-items:center;transition:color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;display:inline-flex}.rd-gear svg{transition:transform .42s cubic-bezier(.2,.8,.2,1)}.rd-gear:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .08);color:hsl(var(--primary))}.rd-gear:hover svg{transform:rotate(90deg)}.rd-gear:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}@media (prefers-reduced-motion:reduce){.rd-gear svg{transition:none}}.rd-list{flex-direction:column;gap:.45rem;max-height:min(22rem,44dvh);margin:-3px;padding:3px;display:flex;overflow-y:auto}.rd-item{--cx-color:hsl(var(--muted-foreground) / .5);border:1px solid hsl(var(--border));border-radius:calc(var(--radius) * .85);background:hsl(var(--background) / .6);text-align:left;width:100%;color:hsl(var(--foreground));align-items:center;gap:.75rem;padding:.65rem .75rem .65rem .85rem;transition:border-color .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out,opacity .15s ease-out;display:flex;position:relative}.rd-item:hover:not(:disabled){border-color:hsl(var(--primary) / .45);background:hsl(var(--accent) / .55)}.rd-item[aria-checked=true]{border-color:hsl(var(--primary));background:hsl(var(--primary) / .07);box-shadow:inset 0 0 0 1px hsl(var(--primary)), 0 0 0 4px hsl(var(--primary) / .12)}.rd-item:disabled{opacity:.42;cursor:not-allowed}.rd-item:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.rd-item--manual{background:0 0;border-style:dashed}.rd-item__dot,.sc-card__dot{background:var(--cx-color);width:.75rem;height:.75rem;box-shadow:0 0 0 3px hsl(var(--card)), 0 0 0 4px hsl(var(--border));border-radius:9999px;flex:none}.rd-item__glyph{background:hsl(var(--muted));width:1.75rem;height:1.75rem;color:hsl(var(--muted-foreground));border-radius:.55rem;flex:none;justify-content:center;align-items:center;margin:-.25rem -.25rem -.25rem -.35rem;display:inline-flex}.rd-item__text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.rd-item__label{align-items:center;gap:.35rem;min-width:0;font-size:.92rem;font-weight:700;display:flex}.rd-item__star{color:#f0b505;fill:currentColor;flex:none;width:.85rem;height:.85rem}.rd-item__sub{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono);color:hsl(var(--muted-foreground));font-size:.73rem;overflow:hidden}.rd-item__sub--plain{font-family:inherit}.rd-item__meta{flex:none}.rd-chip{border:1px solid hsl(var(--border));letter-spacing:.02em;color:hsl(var(--muted-foreground));border-radius:9999px;padding:.08rem .45rem;font-size:.66rem;font-weight:700;display:inline-block}.rd-live{color:#1d7c46;background:#27a55e26;border-radius:9999px;align-items:center;gap:.35rem;padding:.12rem .5rem;font-size:.68rem;font-weight:700;display:inline-flex}:root[data-tone=dark] .rd-live{color:#62da96}.rd-live__pulse{background:currentColor;border-radius:9999px;width:.45rem;height:.45rem;animation:1.6s ease-in-out infinite rd-pulse}@keyframes rd-pulse{50%{opacity:.3}}@media (prefers-reduced-motion:reduce){.rd-live__pulse{animation:none}}.rd-item__check{border:1.5px solid hsl(var(--border));color:#0000;border-radius:9999px;flex:none;justify-content:center;align-items:center;width:1.3rem;height:1.3rem;transition:background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;display:inline-flex}.rd-item[aria-checked=true] .rd-item__check{border-color:hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.rd-empty{border:1px dashed hsl(var(--border));border-radius:calc(var(--radius) * .85);text-align:center;color:hsl(var(--muted-foreground));flex-direction:column;align-items:center;gap:.55rem;padding:1rem;font-size:.85rem;display:flex}.rd-empty__icon,.rd-need__icon{background:hsl(var(--primary) / .12);width:2.5rem;height:2.5rem;color:hsl(var(--primary));border-radius:.9rem;flex:none;justify-content:center;align-items:center;display:inline-flex}.rd-need{border:1px solid hsl(var(--primary) / .28);border-radius:calc(var(--radius) * .85);background:hsl(var(--primary) / .06);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.6rem .8rem;padding:.85rem .9rem;display:grid}.rd-need__text{color:hsl(var(--muted-foreground));flex-direction:column;gap:.15rem;font-size:.8rem;line-height:1.4;display:flex}.rd-need__text strong{color:hsl(var(--foreground));font-size:.9rem}.rd-need__btn{grid-column:2;justify-self:start}.rd-or{letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground));align-items:center;gap:.6rem;font-size:.7rem;font-weight:700;display:flex}.rd-or:before,.rd-or:after{content:"";background:hsl(var(--border));flex:1;height:1px}.rd-loading{color:hsl(var(--muted-foreground));padding:.6rem 0;font-size:.82rem}.rd-locked{background:hsl(var(--muted) / .7);color:hsl(var(--muted-foreground));border-radius:.7rem;align-items:flex-start;gap:.45rem;padding:.55rem .7rem;font-size:.76rem;line-height:1.4;display:flex}.rd-locked svg{margin-top:.1rem}.rd-actions{border-top:1px solid hsl(var(--border));gap:.55rem;padding-top:.95rem;display:flex}.rd-btn,.sc-create,.sc-done{border:1px solid hsl(var(--border));background:hsl(var(--background));min-width:0;min-height:2.75rem;color:hsl(var(--foreground));border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.9rem;font-weight:600;transition:background-color .15s ease-out,opacity .15s ease-out,box-shadow .15s ease-out;display:inline-flex}.rd-btn:hover:not(:disabled),.sc-done:hover{background:hsl(var(--accent))}.rd-btn:disabled,.sc-create:disabled{opacity:.5;cursor:not-allowed}.rd-btn--primary,.sc-create{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 8px 20px -10px hsl(var(--primary) / .8);border-color:#0000;flex:1}.rd-btn--primary:hover:not(:disabled),.sc-create:hover:not(:disabled){background:hsl(var(--primary) / .9)}.rd-btn--soft{background:hsl(var(--primary) / .12);min-height:2.3rem;color:hsl(var(--primary));border-color:#0000;font-size:.82rem}.rd-btn--soft:hover:not(:disabled){background:hsl(var(--primary) / .2)}.rd-need__btn{flex:none;min-height:2.3rem;padding:0 .9rem;font-size:.82rem}.rd-share .share-section{margin-top:0}.sc{flex-direction:column;gap:.95rem;display:flex}.sc-card{--cx-color:hsl(var(--muted-foreground) / .5);border:1px solid hsl(var(--primary) / .25);border-radius:calc(var(--radius) * .85);background:linear-gradient(135deg, hsl(var(--primary) / .11), hsl(var(--primary) / .03));align-items:center;gap:.8rem;padding:.85rem .95rem;display:flex}.sc-card__text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.sc-card__label{text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;font-weight:700;overflow:hidden}.sc-card__sub{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono);color:hsl(var(--muted-foreground));font-size:.74rem;overflow:hidden}.sc-card__lock{color:#1f844b;background:#27a55e24;border-radius:9999px;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}:root[data-tone=dark] .sc-card__lock{color:#62da96}.sc-intro{color:hsl(var(--muted-foreground));font-size:.8rem;line-height:1.45}.sc-field{flex-direction:column;gap:.4rem;display:flex}.sc-field__label{align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;display:inline-flex}.sc-pills{flex-wrap:wrap;gap:.35rem;display:flex}.sc-pill{border:1px solid hsl(var(--border));background:hsl(var(--background));font-variant-numeric:tabular-nums;min-width:3rem;min-height:2.2rem;color:hsl(var(--muted-foreground));border-radius:9999px;padding:0 .85rem;font-size:.84rem;font-weight:600;transition:background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out}.sc-pill:hover{border-color:hsl(var(--primary) / .45);color:hsl(var(--foreground))}.sc-pill[aria-checked=true]{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:#0000}.sc-pill:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.sc-note{background:hsl(var(--muted) / .65);color:hsl(var(--muted-foreground));border-radius:.65rem;align-items:center;gap:.45rem;padding:.5rem .65rem;font-size:.76rem;display:flex}.sc-create{width:100%;min-height:2.9rem}.sc-done{width:100%}.sc-error{color:hsl(var(--destructive));font-size:.78rem}
