:root{--bg: #f2f4f6;--sidebar-bg: #e8eaed;--sidebar-active: #555c64;--sidebar-text: #333;--primary: #4a90e2;--primary-hover: #357abd;--danger: #e74c3c;--success: #27ae60;--text: #333;--text-muted: #888;--border: #d4d8dc;--card-bg: rgba(255, 255, 255, .92)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:url(/assets/background-D0nni08y.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.35}.header{position:relative;z-index:10;height:56px;background:#fffffff2;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 1px 3px #0000000a}.logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:600;color:#444}.logo-tag{font-size:11px;color:var(--primary);border:1px solid var(--primary);padding:1px 5px;border-radius:3px;font-weight:500}.header-actions a{color:var(--text-muted);text-decoration:none;margin-left:18px;font-size:14px;cursor:pointer}.header-actions a:hover{color:var(--primary)}.header-actions .user-chip{color:var(--text);font-weight:500}.layout{position:relative;z-index:5;display:flex;min-height:calc(100vh - 56px);width:94%;max-width:1920px;margin:0 auto}.sidebar{width:190px;flex-shrink:0;background:var(--sidebar-bg);border-right:1px solid var(--border);padding:16px 0}.menu-group{margin-bottom:4px}.menu-item{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;cursor:pointer;color:var(--sidebar-text);font-size:14px;transition:background .15s,color .15s;-webkit-user-select:none;user-select:none}.menu-item:hover{background:#0000000a}.menu-item.active{background:var(--sidebar-active);color:#fff}.menu-item .arrow{font-size:11px;transition:transform .2s;color:inherit;opacity:.7}.menu-item.open .arrow{transform:rotate(90deg)}.submenu{display:none;background:#00000005}.submenu.open{display:block}.submenu .menu-item{padding-left:36px;font-size:13px}.main{flex:1;padding:18px 24px 40px;min-width:0}.notice-bar{background:#fff6f6;border:1px solid #f5d0d0;color:#c0392b;padding:10px 14px;border-radius:4px;font-size:13px;line-height:1.6;margin-bottom:16px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;box-shadow:0 2px 8px #0000000a;padding:18px;margin-bottom:16px}.filter-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin-bottom:12px;font-size:14px}.filter-row:last-child{margin-bottom:0}.filter-label{color:var(--text-muted);min-width:40px}.filter-options{display:flex;flex-wrap:wrap;gap:6px;flex:1}.filter-chip{padding:4px 12px;border-radius:3px;cursor:pointer;color:#555;font-size:13px;transition:all .15s}.filter-chip:hover{background:#4a90e214}.filter-chip.active{background:var(--primary);color:#fff}.filter-select{padding:5px 10px;border:1px solid var(--border);border-radius:3px;background:#fff;min-width:130px;font-size:13px;color:#555}.dual-range{position:relative;width:240px;height:36px;display:flex;align-items:center}.range-track{position:absolute;left:0;right:0;height:4px;background:#d4d8dc;border-radius:2px}.range-fill{position:absolute;height:4px;background:var(--primary);border-radius:2px}.dual-range input[type=range]{position:absolute;left:0;width:100%;margin:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:0}.dual-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--primary);border:2px solid #fff;box-shadow:0 1px 3px #00000040;cursor:pointer}.dual-range input[type=range]::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--primary);border:2px solid #fff;box-shadow:0 1px 3px #00000040;cursor:pointer}.range-value{color:#555;font-size:13px;min-width:92px}.btn{border:none;border-radius:4px;padding:7px 16px;font-size:13px;cursor:pointer;transition:background .15s;display:inline-flex;align-items:center;gap:5px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#219150}.btn-default{background:#f0f2f5;color:#555;border:1px solid var(--border)}.btn-default:hover{background:#e4e7eb}.header-right{margin-left:auto;display:flex;align-items:center;gap:10px}table{width:100%;border-collapse:collapse;font-size:13px}th{background:#f8f9fa;color:var(--text-muted);font-weight:500;text-align:left;padding:10px 8px;border-bottom:1px solid var(--border)}td{padding:10px 8px;border-bottom:1px solid #eef0f2;vertical-align:middle}tr:hover td{background:#4a90e208}.star{color:#e67e22;font-size:16px;cursor:pointer}.star.empty{color:#d0d4d8}.item-icon{width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;font-weight:600;background:linear-gradient(135deg,#6a8caf,#4a6fa5);border:1px solid rgba(0,0,0,.1);overflow:hidden}.item-icon .part-img{width:100%;height:100%;object-fit:contain;display:block}.link{color:var(--primary);cursor:pointer;text-decoration:none}.link:hover{text-decoration:underline}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:18px;flex-wrap:wrap}.page-btn{min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);background:#fff;color:#555;border-radius:3px;cursor:pointer;font-size:13px}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.footer{position:relative;z-index:5;max-width:1440px;margin:0 auto;padding:20px 24px 30px;display:flex;justify-content:space-around;color:var(--text-muted);font-size:12px;border-top:1px solid var(--border)}.footer-section{text-align:center}.footer-title{color:#555;font-weight:600;margin-bottom:6px;font-size:13px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:none;align-items:center;justify-content:center}.modal-overlay.open{display:flex}.modal{background:#fff;border-radius:6px;width:520px;max-width:92vw;max-height:90vh;overflow:auto;box-shadow:0 10px 40px #0000002e}.modal-header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:16px;font-weight:600}.modal-close{background:none;border:none;font-size:22px;color:var(--text-muted);cursor:pointer}.modal-body{padding:20px}.form-row{display:flex;gap:14px;margin-bottom:14px}.form-group{flex:1}.form-group label{display:block;font-size:13px;color:#555;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:7px 10px;border:1px solid var(--border);border-radius:3px;font-size:13px}.form-group textarea{resize:vertical;min-height:60px}.modal-footer{padding:14px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}.view{display:none}.view.active{display:block}.settings-card{max-width:560px}.menu-toggle{display:none;background:none;border:none;font-size:22px;line-height:1;color:#555;cursor:pointer;padding:4px 8px;margin-right:6px}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:40}.sidebar-overlay.open{display:block}@media (max-width: 768px){.header{padding:0 14px}.menu-toggle{display:inline-block}.logo{font-size:17px}.header-actions a{margin-left:12px}.layout{display:block}.sidebar{position:fixed;top:56px;left:0;bottom:0;width:220px;z-index:50;overflow-y:auto;transform:translate(-100%);transition:transform .25s ease;box-shadow:2px 0 12px #0000001f}.sidebar.open{transform:translate(0)}.main{padding:14px 12px 30px}.filter-row{flex-direction:column;align-items:flex-start;gap:8px}.filter-options{gap:6px}.header-right{margin-left:0;width:100%}.header-right .btn{width:100%;justify-content:center}.dual-range{width:100%}.range-value{min-width:auto}.card table,.card thead,.card tbody,.card tr,.card td{display:block;width:100%;box-sizing:border-box}.card thead{display:none}.card tbody tr{border:1px solid var(--border);border-radius:8px;margin-bottom:12px;padding:4px 2px;background:#fff;box-shadow:0 1px 4px #0000000a}.card tbody tr:hover td{background:transparent}.card tbody td{display:flex;justify-content:space-between;align-items:center;gap:12px;border:none;padding:7px 12px;text-align:right}.card tbody td:before{content:attr(data-label);font-weight:600;color:#888;font-size:12px;text-align:left;flex-shrink:0}.footer{flex-direction:column;gap:16px}.modal{width:100%;max-width:100%;border-radius:0;height:100vh;max-height:100vh}}#regCaptcha{margin:12px 0 4px}
