.mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex}.mobile-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer-panel{position:absolute;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 24px #00000026}.mobile-drawer-left{top:0;left:0;bottom:0;width:85%;max-width:320px;animation:slideInLeft .3s ease-out;border-radius:0 16px 16px 0}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-drawer-right{top:0;right:0;bottom:0;width:85%;max-width:320px;animation:slideInRight .3s ease-out;border-radius:16px 0 0 16px}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-drawer-bottom{left:0;right:0;bottom:0;max-height:90vh;animation:slideInBottom .3s ease-out;border-radius:16px 16px 0 0;padding-bottom:env(safe-area-inset-bottom,0)}@keyframes slideInBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-drawer-drag-handle{display:flex;justify-content:center;padding:8px 0 4px;cursor:grab}.mobile-drawer-drag-bar{width:36px;height:4px;background-color:#d1d5db;border-radius:2px}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.mobile-drawer-title{font-size:18px;font-weight:600;color:#0d141c;margin:0}.mobile-drawer-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:none;border:none;cursor:pointer;color:#6b7280;transition:background-color .2s,color .2s}.mobile-drawer-close:hover{background-color:#f3f4f6;color:#0d141c}.mobile-drawer-close .material-symbols-outlined{font-size:24px}.mobile-drawer-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-drawer-panel:has(.mobile-drawer-drag-handle):not(:has(.mobile-drawer-header)) .mobile-drawer-content{padding-top:8px}.mobile-drawer-panel{touch-action:pan-y}.mobile-drawer-left,.mobile-drawer-right{touch-action:pan-x}.mobile-drawer-left,.mobile-drawer-right{padding-top:env(safe-area-inset-top,0)}.mobile-data-card-wrapper{position:relative;margin-bottom:12px}.mobile-data-card-swipe-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;border-radius:12px;overflow:hidden}.mobile-data-card-swipe-action{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;color:#fff;font-size:14px;font-weight:600}.mobile-data-card-swipe-action.left{flex:1;justify-content:flex-start}.mobile-data-card-swipe-action.right{flex:1;justify-content:flex-end}.mobile-data-card-swipe-action .material-symbols-outlined{font-size:20px}.mobile-data-card{position:relative;display:flex;gap:12px;padding:12px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:transform .1s ease-out,box-shadow .2s;cursor:pointer;z-index:1}.mobile-data-card.swiping-left,.mobile-data-card.swiping-right{box-shadow:0 4px 12px #0000001a}.mobile-data-card-image{width:80px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f3f4f6}.mobile-data-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-data-card-content{flex:1;min-width:0}.mobile-data-card-header{margin-bottom:6px}.mobile-data-card-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mobile-data-card-title{font-size:15px;font-weight:600;color:#0d141c;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-data-card-badge{display:inline-flex;padding:2px 8px;font-size:11px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.02em}.mobile-data-card-subtitle{font-size:13px;color:#6b7280;margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-data-card-meta{display:flex;flex-wrap:wrap;gap:8px 16px}.mobile-data-card-meta-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#6b7280}.mobile-data-card-meta-item .material-symbols-outlined{font-size:14px;color:#9ca3af}.mobile-data-card-meta-item .meta-label{color:#9ca3af}.mobile-data-card-meta-item .meta-value{color:#374151;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-data-card-expanded{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.mobile-data-card-menu-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-data-card-menu-btn:active{background:#f3f4f6}.mobile-data-card-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.mobile-data-card-menu{position:absolute;top:40px;right:8px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:51;min-width:160px}.mobile-data-card-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;color:#374151;background:none;border:none;cursor:pointer;text-align:left}.mobile-data-card-menu-item:active{background:#f3f4f6}.mobile-data-card-menu-item.red{color:#dc2626}.mobile-data-card-menu-item.green{color:#16a34a}.mobile-data-card-menu-item.blue{color:#2563eb}.mobile-data-card-menu-item .material-symbols-outlined{font-size:18px}.mobile-data-card-expand-indicator{position:absolute;bottom:4px;left:50%;transform:translate(-50%);color:#9ca3af}.mobile-data-card-expand-indicator .material-symbols-outlined{font-size:18px;transition:transform .2s}.mobile-data-card-expand-indicator .rotate-180{transform:rotate(180deg)}.mobile-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#fff;display:flex;flex-direction:column;animation:slideUp .25s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-picker-header{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#fff;padding-top:max(12px,env(safe-area-inset-top))}.mobile-picker-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;border-radius:50%;color:#374151;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-picker-close:active{background:#f3f4f6}.mobile-picker-title{flex:1;font-size:18px;font-weight:600;color:#0d141c;text-align:center;margin:0}.mobile-picker-header-spacer{width:40px}.mobile-picker-search{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.mobile-picker-search .material-symbols-outlined{color:#9ca3af;font-size:22px}.mobile-picker-search-input{flex:1;border:none;background:none;font-size:16px;color:#0d141c;outline:none}.mobile-picker-search-input::-moz-placeholder{color:#9ca3af}.mobile-picker-search-input::placeholder{color:#9ca3af}.mobile-picker-search-clear{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer}.mobile-picker-search-clear .material-symbols-outlined{font-size:18px}.mobile-picker-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,16px)}.mobile-picker-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f3f4f6;-webkit-tap-highlight-color:transparent;transition:background-color .15s}.mobile-picker-option:active{background:#f3f4f6}.mobile-picker-option.selected{background:#eff6ff}.mobile-picker-option-content{display:flex;flex-direction:column;gap:2px}.mobile-picker-option-label{font-size:16px;font-weight:500;color:#0d141c}.mobile-picker-option.selected .mobile-picker-option-label{color:#2563eb;font-weight:600}.mobile-picker-option-subtitle{font-size:13px;color:#6b7280}.mobile-picker-option-check{color:#2563eb;font-size:22px}.mobile-picker-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#9ca3af}.mobile-picker-loading .material-symbols-outlined{font-size:32px;margin-bottom:12px}.mobile-picker-loading p{font-size:14px;margin:0}.mobile-picker-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#9ca3af}.mobile-picker-empty .material-symbols-outlined{font-size:48px;margin-bottom:12px}.mobile-picker-empty p{font-size:14px;margin:0}
