.tbhsr-search-wrap{position:relative;z-index:50;}
.tbhsr-filter-btn{height:34px;min-width:68px;display:flex;align-items:center;justify-content:center;gap:5px;}
.tbhsr-filter-menu{position:absolute;left:0;top:40px;width:150px;background:#fff;border:1px solid #dfe7ef;border-radius:10px;box-shadow:0 18px 45px rgba(15,23,42,.13);padding:7px;display:none;z-index:1000;}
.tbhsr-filter-menu.show{display:block;}
.tbhsr-filter-menu button{width:100%;height:34px;border:0;background:transparent;border-radius:8px;text-align:left;padding:0 10px;font-size:13px;font-weight:700;color:#263142;display:flex;align-items:center;gap:8px;}
.tbhsr-filter-menu button:hover,.tbhsr-filter-menu button.active{background:#e9f7f3;color:var(--tb-accent);}
.tbhsr-search-box{position:relative;}
.tbhsr-search-box input{width:280px;}
.tbhsr-search-icon{cursor:pointer;}
.tbhsr-search-panel{position:absolute;left:0;right:0;top:42px;background:#fff;border:1px solid #dfe7ef;border-radius:12px;box-shadow:0 22px 55px rgba(15,23,42,.15);display:none;z-index:999;overflow:hidden;min-width:420px;}
.tbhsr-search-panel.show{display:block;}
.tbhsr-search-loader,.tbhsr-search-empty,.tbhsr-search-hint{padding:24px 22px;text-align:center;color:#718096;font-size:13px;}
.tbhsr-search-loader i{font-size:22px;color:var(--tb-accent);display:block;margin-bottom:8px;}
.tbhsr-result-group{border-top:1px solid #edf2f7;}
.tbhsr-result-group:first-child{border-top:0;}
.tbhsr-result-head{display:flex;align-items:center;justify-content:space-between;padding:11px 14px 8px;background:#f8fafc;color:#657184;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;}
.tbhsr-result-head a{font-size:12px;font-weight:800;text-transform:none;letter-spacing:0;color:var(--tb-accent);text-decoration:none;}
.tbhsr-result-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center;padding:10px 14px;text-decoration:none;border-top:1px solid #f1f5f9;color:#1f2937;}
.tbhsr-result-item:hover{background:#f6fbfa;color:#1f2937;}
.tbhsr-result-icon{width:34px;height:34px;border-radius:10px;background:#e9f7f3;color:var(--tb-accent);display:flex;align-items:center;justify-content:center;font-size:16px;}
.tbhsr-result-title{font-size:13px;font-weight:900;color:#172033;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tbhsr-result-sub{font-size:12px;color:#718096;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tbhsr-result-arrow{font-size:16px;color:#a0aec0;}
.tbhsr-reminder-btn{position:relative;}
.tbhsr-reminder-badge{position:absolute;right:-3px;top:-5px;min-width:16px;height:16px;border-radius:999px;background:#e11d48;color:#fff;border:2px solid #fff;font-size:9px;font-weight:900;line-height:12px;text-align:center;padding:0 3px;}
.tbhsr-reminder-drawer{padding:0 0 18px;background:#fff;min-height:100%;}
.tbhsr-reminder-top{padding:18px 20px;background:#fff;border-bottom:1px solid #e8eef5;display:flex;align-items:center;justify-content:space-between;}
.tbhsr-reminder-top h3{margin:0;font-size:18px;font-weight:900;color:#172033;}
.tbhsr-reminder-top span{font-size:12px;font-weight:800;color:var(--tb-accent);background:#e9f7f3;border-radius:999px;padding:6px 10px;}
.tbhsr-reminder-list{padding:14px;display:flex;flex-direction:column;gap:10px;}
.tbhsr-reminder-item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;background:#fff;border:1px solid #e5edf5;border-radius:14px;padding:13px;text-decoration:none;color:#1f2937;box-shadow:0 8px 24px rgba(15,23,42,.04);}
.tbhsr-reminder-item:hover{border-color:#b8e6da;box-shadow:0 12px 30px rgba(var(--tb-accent-rgb),.09);color:#1f2937;}
.tbhsr-reminder-ico{width:40px;height:40px;border-radius:12px;background:#e9f7f3;color:var(--tb-accent);display:flex;align-items:center;justify-content:center;font-size:18px;}
.tbhsr-reminder-title{font-size:14px;font-weight:900;color:#172033;line-height:1.25;margin-bottom:4px;}
.tbhsr-reminder-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#64748b;font-size:12px;font-weight:700;}
.tbhsr-reminder-meta b{font-weight:900;color:#e11d48;}
.tbhsr-reminder-desc{margin-top:7px;color:#7b8794;font-size:12px;line-height:1.4;}
.tbhsr-empty-reminder{height:calc(100vh - 96px);display:flex;align-items:center;justify-content:center;text-align:center;padding:26px;}
.tbhsr-empty-card{background:#fff;border:1px solid #e5edf5;border-radius:18px;padding:32px 28px;max-width:320px;box-shadow:none;}
.tbhsr-empty-card i{width:70px;height:70px;border-radius:50%;background:#e9f7f3;color:var(--tb-accent);display:inline-flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:16px;}
.tbhsr-empty-card h4{font-size:17px;font-weight:900;color:#172033;margin:0 0 8px;}
.tbhsr-empty-card p{font-size:13px;color:#64748b;margin:0;line-height:1.5;}
@media(max-width:760px){.tbhsr-search-box input{width:190px}.tbhsr-search-panel{min-width:320px;right:auto;width:calc(100vw - 24px)}}
.tbhsr-live-reminder-toast{position:fixed;right:22px;bottom:22px;width:330px;background:#fff;border:1px solid #dfe7ef;border-left:4px solid var(--tb-accent);border-radius:16px;box-shadow:0 22px 65px rgba(15,23,42,.18);z-index:99998;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 14px 14px 13px;animation:tbhsrReminderSlide .35s ease-out both;}
.tbhsr-live-reminder-close{position:absolute;right:8px;top:6px;border:0;background:transparent;color:#94a3b8;font-size:18px;line-height:18px;cursor:pointer;}
.tbhsr-live-reminder-ico{width:42px;height:42px;border-radius:13px;background:#e9f7f3;color:var(--tb-accent);display:flex;align-items:center;justify-content:center;font-size:20px;}
.tbhsr-live-reminder-body b{display:block;font-size:14px;font-weight:900;color:#172033;margin-bottom:3px;}
.tbhsr-live-reminder-body span{display:block;font-size:12px;font-weight:700;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tbhsr-live-reminder-view{border:0;background:var(--tb-accent);color:#fff;border-radius:999px;height:32px;padding:0 14px;font-size:12px;font-weight:900;cursor:pointer;margin-right:10px;}
.tbhsr-live-reminder-view:hover{background:#00745f;}
@keyframes tbhsrReminderSlide{from{opacity:0;transform:translate(28px,18px);}to{opacity:1;transform:translate(0,0);}}
@media(max-width:760px){.tbhsr-live-reminder-toast{left:12px;right:12px;bottom:14px;width:auto;}}

.tbhsr-search-panel{max-height:430px;overflow-y:auto;overscroll-behavior:contain;}
.tbhsr-search-panel::-webkit-scrollbar,.tbhsr-reminder-list::-webkit-scrollbar{width:6px;}
.tbhsr-search-panel::-webkit-scrollbar-thumb,.tbhsr-reminder-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;}
.tbhsr-reminder-drawer{min-height:0;height:auto;overflow:hidden;}
.tbhsr-empty-reminder{height:auto;min-height:360px;}
.tbhsr-reminder-list{max-height:calc(100vh - 92px);overflow-y:auto;}


/* Reminder drawer flat empty state */
.tbhsr-reminder-drawer{background:#fff!important;}
.tbhsr-empty-reminder{background:#fff!important;}
.tbhsr-empty-card{border:0!important;box-shadow:none!important;background:#fff!important;}
.tbhsr-empty-card h4{font-weight:600!important;}
body .crm-header .crm-search{gap:0!important;}body .crm-header .search-filter.tbhsr-filter-btn{border-radius:18px 0 0 18px!important;border-right:0!important;margin-right:0!important;}body .crm-header .search-box.tbhsr-search-box{border-radius:0 18px 18px 0!important;margin-left:0!important;}

/* Dynamic accent cleanup for header search and reminders */
.tbhsr-filter-menu button:hover,.tbhsr-filter-menu button.active{background:var(--tb-accent-soft-2)!important;color:var(--tb-accent-text)!important;}
.tbhsr-result-item:hover{background:var(--tb-accent-soft-2)!important;}
.tbhsr-result-icon,.tbhsr-reminder-top span,.tbhsr-reminder-ico,.tbhsr-empty-card i,.tbhsr-live-reminder-ico{background:var(--tb-accent-soft)!important;color:var(--tb-accent-text)!important;}
.tbhsr-reminder-item:hover{border-color:var(--tb-accent-border)!important;box-shadow:0 12px 30px rgba(var(--tb-accent-rgb),.09)!important;}
.tbhsr-live-reminder-view:hover{background:var(--tb-accent-hover)!important;}
