.rd-container{width:380px;background:var(--theme-bg-card);backdrop-filter:blur(var(--theme-blur-amount));border:none;transform:translateX(calc(100% + 60px));transition:transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);}.right-drawer.rd-container{top:20px;right:20px;bottom:calc(var(--bottom-bar-h, 0px) + 20px);height:auto;border-radius:var(--theme-shape-xl);box-shadow:0 12px 32px var(--theme-shadow), 0 4px 12px var(--theme-shadow);}.rd-visible{transform:translateX(0);}@media (max-width:768px){.rd-container{width:100%;}.right-drawer.rd-container{top:0;right:0;bottom:0;height:100vh;border-radius:0;box-shadow:none;}}.rl-tabs{display:flex;border-bottom:1px solid var(--theme-border);}.rl-tab{padding:8px 16px;cursor:pointer;color:var(--theme-text-dim);font-size:var(--theme-type-body);}.rl-tab-active{color:var(--theme-primary);border-bottom:2px solid var(--theme-primary);}.rl-content{flex:1;overflow-y:auto;padding:12px;}.rl-search{display:flex;gap:8px;margin-bottom:12px;}.rl-search-input{flex:1;background:var(--theme-bg-overlay-alpha);border:1px solid var(--theme-border);border-radius:var(--theme-shape-sm);padding:6px 10px;color:var(--theme-text-main);font-size:var(--theme-type-label-md);}.rl-search-btn{background:var(--theme-accent-cyan-alpha);border:none;border-radius:var(--theme-shape-sm);padding:6px 12px;color:var(--theme-primary);cursor:pointer;font-size:var(--theme-type-label-md);}.rl-search-btn:hover{background:var(--theme-accent-cyan-alpha-hover);}.rl-list{display:flex;flex-direction:column;gap:8px;}.rl-item{display:flex;align-items:center;justify-content:space-between;padding:8px;background:var(--theme-bg-card);border-radius:var(--theme-shape-sm);cursor:pointer;}.rl-item:hover{background:var(--theme-accent-cyan-alpha);}.rl-item-info{flex:1;}.rl-item-title{color:var(--theme-text-main);font-size:var(--theme-type-body);}.rl-item-time{color:var(--theme-text-muted);font-size:var(--theme-type-label-sm);}.rl-item-delete{color:var(--theme-text-dim);cursor:pointer;padding:4px;}.rl-item-delete:hover{color:var(--theme-error);}.rl-empty{text-align:center;padding:20px;color:var(--theme-text-muted);font-size:var(--theme-type-body);}.rl-search-results{margin-top:12px;border-top:1px solid var(--theme-border);padding-top:12px;}.rl-search-results-title{color:var(--theme-text-dim);font-size:var(--theme-type-label-md);margin-bottom:8px;}.rl-item-add{color:var(--theme-accent-cyan);cursor:pointer;padding:4px;transition:color 0.2s ease;}.rl-item-add:hover{color:var(--theme-primary-light);}.rl-search-result{cursor:pointer;}.rd-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--theme-border);flex-shrink:0;}.rd-title{font-size:var(--theme-type-body-lg);font-weight:500;color:var(--theme-text-main);}.rd-close-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:var(--theme-shape-sm);transition:all 0.2s ease;color:var(--theme-text-dim);display:flex;align-items:center;justify-content:center;}.rd-close-btn i{font-size:var(--theme-type-body-lg);width:16px;height:16px;display:block;}.rd-close-btn:hover{background:var(--theme-accent-cyan-alpha);color:var(--theme-primary);}.rd-note-info{flex-shrink:0;display:flex;align-items:center;gap:6px;padding:8px 16px;border-top:1px solid var(--theme-border);font-size:var(--theme-type-label-sm);color:var(--theme-text-dim);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.rd-note-info i{font-size:var(--theme-type-label-md);flex-shrink:0;}.rd-note-info span{overflow:hidden;text-overflow:ellipsis;}@media (max-width:768px){.rd-header{padding:14px 16px;}.rd-title{font-size:var(--theme-type-body-lg);}.rd-close-btn{padding:10px;}.rd-close-btn i{font-size:var(--theme-type-title);width:18px;height:18px;}.rd-close-btn:active{background:var(--theme-accent-cyan-alpha);opacity:0.7;}}