.shar_list_mask{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.45);z-index:9000;display:flex;align-items:flex-end;justify-content:center;}
.shar_list_sheet{width:100%;max-width:640px;background:#fff;border-radius:16px 16px 0 0;padding:0;box-shadow:0 -4px 20px rgba(0,0,0,.1);animation:sharSlideUp .25s ease;}
@keyframes sharSlideUp{from{transform:translateY(100%);}to{transform:translateY(0);}}
.shar_list_head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0;}
.shar_list_title{font-size:16px;font-weight:600;color:#333;}
.shar_list_close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#999;font-size:18px;}
.shar_list_body{padding:16px 20px 24px;max-height:70vh;overflow-y:auto;}
.shar_list_field{margin-bottom:16px;}
.shar_list_label{font-size:13px;color:#666;margin-bottom:8px;}
.shar_list_seg{display:flex;gap:8px;}
.shar_list_seg_wrap{flex-wrap:wrap;}
.shar_list_seg_item{flex:1;min-width:60px;text-align:center;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#666;background:#fff;min-height:44px;display:flex;align-items:center;justify-content:center;}
.shar_list_seg_item.active{background:#2979ff;border-color:#2979ff;color:#fff;}
.shar_list_pass{display:flex;gap:8px;align-items:center;}
.shar_list_pass input{flex:1;height:44px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fafafa;}
.shar_list_link{color:#2979ff;font-size:13px;padding:0 4px;}
.shar_list_exist{padding:8px 12px;background:#fff7e6;border:1px solid #ffe1a8;border-radius:6px;color:#d46b08;font-size:13px;margin-bottom:12px;}
.shar_list_actions{display:flex;gap:12px;margin-top:8px;}
.shar_list_actions .wrce-btn{flex:1;min-height:44px;}
.shar_list_btn_primary{background:#2979ff;color:#fff;}
.shar_list_btn_ghost{background:#f5f5f5;color:#666;}
.shar_list_btn_danger{background:#fef2f2;color:#ef4444;}
.shar_list_url{padding:10px 12px;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;word-break:break-all;font-size:13px;color:#333;line-height:1.5;}
.shar_list_meta{margin-top:8px;font-size:12px;color:#999;}
.shar_list_passres{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;}
.shar_list_passres span{font-family:monospace;font-size:14px;color:#333;}

/* ===== 查询入口栏 ===== */
.phot-llst-bar{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 1px 4px rgba(0,0,0,.03);}
.phot-llst-chips{flex:1;min-width:0;display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;}
.phot-llst-chips::-webkit-scrollbar{display:none;}
.phot-llst-chip{flex:none;display:inline-flex;align-items:center;gap:4px;padding:5px 10px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;border-radius:14px;font-size:12px;line-height:1;white-space:nowrap;}
.phot-llst-chip .x{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:rgba(79,70,229,.15);color:#4f46e5;font-size:10px;cursor:pointer;}
.phot-llst-chip .x:hover{background:rgba(79,70,229,.3);}
.phot-llst-chip-more{flex:none;display:inline-flex;align-items:center;padding:5px 10px;background:#f3f4f6;color:#6b7280;border-radius:14px;font-size:12px;line-height:1;}
.phot-llst-chip-empty{color:#9ca3af;font-size:13px;padding:5px 4px;}
.phot-llst-bar-acts{flex:none;display:flex;align-items:center;gap:6px;}
.phot-llst-btn-filter,.phot-llst-btn-share{position:relative;display:inline-flex;align-items:center;gap:4px;padding:7px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;color:#374151;font-size:12px;line-height:1;cursor:pointer;}
.phot-llst-btn-filter.is-active{border-color:#4f46e5;color:#4f46e5;background:#eef2ff;}
.phot-llst-btn-share{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:transparent;color:#fff;}
.phot-llst-btn-share:hover{filter:brightness(1.05);}
.phot-llst-bar-dot{position:absolute;top:4px;right:6px;width:6px;height:6px;border-radius:50%;background:#ef4444;}
@media (max-width:380px){.phot-llst-btn-share span{display:none;} .phot-llst-btn-filter span{display:none;}}

/* ===== 结果统计头部 ===== */
.phot-llst-result-head{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;font-size:13px;color:#6b7280;background:#fafafa;}
.phot-llst-result-total em{font-style:normal;font-weight:600;color:#111827;margin:0 2px;}
.phot-llst-result-clear{display:inline-flex;align-items:center;gap:4px;color:#4f46e5;font-size:12px;}
.phot-llst-result-tip{margin:8px 12px 0;padding:8px 12px;background:#fffbeb;color:#92400e;border:1px solid #fde68a;border-radius:8px;font-size:12px;line-height:1.5;display:flex;align-items:center;gap:6px;}

/* ===== 底部上滑筛选面板(TASK008) ===== */
.bottom-sheet-mask{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:998;display:none;}
.bottom-sheet-mask.active{display:block;}
.bottom-sheet{position:fixed;left:0;right:0;bottom:0;z-index:999;background:#fff;border-radius:16px 16px 0 0;max-height:85vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .25s ease;}
.bottom-sheet.active{transform:translateY(0);}
.bottom-sheet-header{flex:none;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #f0f0f0;}
.bottom-sheet-title{font-size:16px;font-weight:600;color:#111827;}
.bottom-sheet-close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#9ca3af;font-size:18px;cursor:pointer;}
.bottom-sheet-body{flex:1;overflow-y:auto;padding:8px 16px 12px;}
.bottom-sheet-footer{flex:none;display:flex;gap:10px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #f0f0f0;background:#fff;}
.phot-llst-foot-btn{flex:1;min-height:44px;border-radius:22px;font-size:15px;}
.sheet-group{margin:14px 0;}
.sheet-group-title{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px;}
.sheet-group-more{font-size:12px;color:#4f46e5;font-weight:500;}
.phot-llst-tagrow{display:flex;flex-wrap:wrap;gap:8px;}
.phot-llst-tag{min-height:34px;padding:7px 14px;background:#f3f4f6;color:#4b5563;border-radius:17px;font-size:13px;line-height:1;display:inline-flex;align-items:center;cursor:pointer;user-select:none;}
.phot-llst-tag.is-on{background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;font-weight:600;box-shadow:inset 0 0 0 1px #c7d2fe;}
.phot-llst-row{min-height:44px;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f9fafb;border-radius:10px;cursor:pointer;}
.phot-llst-row-label{flex:1;color:#111827;font-size:14px;}
.phot-llst-row-label.is-empty{color:#9ca3af;}
.phot-llst-row-arrow{color:#9ca3af;font-size:14px;}
.phot-llst-tags-area{display:flex;flex-direction:column;gap:10px;}
.phot-llst-tags-clas-title{font-size:12px;color:#6b7280;margin-bottom:6px;}
.phot-llst-loading{padding:12px;text-align:center;color:#9ca3af;font-size:13px;}

/* ===== 全屏二级选择器(TASK009) ===== */
.phot-llst-picker{position:fixed;inset:0;background:#fff;z-index:1000;display:none;flex-direction:column;}
.phot-llst-picker.active{display:flex;}
.phot-llst-picker-head{flex:none;display:flex;align-items:center;justify-content:space-between;padding:14px 12px;border-bottom:1px solid #f0f0f0;}
.phot-llst-picker-back{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:#374151;font-size:22px;}
.phot-llst-picker-title{flex:1;text-align:center;font-size:16px;font-weight:600;color:#111827;}
.phot-llst-picker-clear{padding:0 12px;min-width:44px;text-align:right;color:#4f46e5;font-size:13px;line-height:44px;}
.phot-llst-picker-search{flex:none;display:flex;align-items:center;gap:6px;padding:8px 12px;border-bottom:1px solid #f0f0f0;background:#fafafa;}
.phot-llst-picker-search i{color:#9ca3af;}
.phot-llst-picker-search input{flex:1;height:36px;border:none;outline:none;background:transparent;font-size:14px;color:#111827;}
.phot-llst-picker-body{flex:1;overflow-y:auto;padding:8px 0;-webkit-overflow-scrolling:touch;}
.phot-llst-picker-foot{flex:none;display:flex;align-items:center;gap:10px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #f0f0f0;background:#fff;}
.phot-llst-picker-foot-stat{flex:1;color:#6b7280;font-size:13px;}
.phot-llst-picker-foot-stat em{font-style:normal;font-weight:600;color:#4f46e5;margin:0 2px;}
.phot-llst-picker-tabs{flex:none;display:flex;gap:4px;padding:8px 12px;overflow-x:auto;border-bottom:1px solid #f0f0f0;scrollbar-width:none;}
.phot-llst-picker-tabs::-webkit-scrollbar{display:none;}
.phot-llst-picker-tab{flex:none;padding:7px 14px;border-radius:16px;background:#f3f4f6;color:#4b5563;font-size:13px;line-height:1;cursor:pointer;}
.phot-llst-picker-tab.is-on{background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;font-weight:600;}
.phot-llst-picker-row{min-height:60px;display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;}
.phot-llst-picker-row.is-on{background:#eef2ff;}
.phot-llst-picker-row-avatar{flex:none;width:40px;height:40px;border-radius:50%;background:#e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:16px;}
.phot-llst-picker-row-avatar img{width:100%;height:100%;object-fit:cover;}
.phot-llst-picker-row-cover{flex:none;width:50px;height:50px;border-radius:8px;background:#f3f4f6;overflow:hidden;}
.phot-llst-picker-row-cover img{width:100%;height:100%;object-fit:cover;}
.phot-llst-picker-row-main{flex:1;min-width:0;}
.phot-llst-picker-row-name{font-size:14px;color:#111827;font-weight:500;}
.phot-llst-picker-row-sub{font-size:12px;color:#6b7280;margin-top:2px;}
.phot-llst-picker-row-check{flex:none;color:#4f46e5;font-size:16px;visibility:hidden;}
.phot-llst-picker-row.is-on .phot-llst-picker-row-check{visibility:visible;}
.phot-llst-picker-empty{padding:40px 16px;text-align:center;color:#9ca3af;font-size:13px;}
.phot-llst-picker-error{padding:24px 16px;text-align:center;color:#ef4444;font-size:13px;}
.phot-llst-picker-error a{color:#4f46e5;margin-left:8px;}