.sort-toggle-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#64748b;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.sort-toggle-btn:hover{background:#f1f5f9;color:#0367fd}.sort-toggle-btn.active{background:#eff6ff;color:#0367fd}.custom-site-card{-webkit-user-select:none;user-select:none;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.custom-site-card:not(.sort-mode){touch-action:manipulation}.custom-site-card.sort-mode{cursor:grab}.custom-site-card.sort-mode:active{cursor:grabbing}.custom-site-card.dragging{opacity:.4;transform:scale(1.02);box-shadow:0 8px 24px #00000026}.custom-site-card.drag-over{border:2px dashed #0367fd}.drag-grid{touch-action:pan-y}.form-remember{display:flex;align-items:center;gap:8px;margin:4px 0 12px;cursor:pointer}.form-remember input[type=checkbox]{width:16px;height:16px;cursor:pointer}.form-remember label{font-size:13px;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.settings-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:#64748b;font-size:16px;transition:.2s ease}.settings-btn:hover{background:#f1f5f9;color:#0367fd}.settings-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:maskFadeIn .2s ease}.settings-modal{position:relative;width:90%;max-width:420px;background:#fff;border-radius:16px;padding:28px 24px 24px;animation:modalSlideUp .25s ease;transition:background-color .3s ease}.settings-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:transparent;color:#94a3b8;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s ease;z-index:2}.settings-close:hover{background:#f1f5f9;color:#475569}.settings-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:20px}.settings-list{display:flex;flex-direction:column;gap:16px}.setting-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #f1f5f9}.setting-item:last-child{border-bottom:none;padding-bottom:0}.setting-info{flex:1;min-width:0}.setting-label{font-size:15px;font-weight:500;color:#1e293b;margin-bottom:4px}.setting-desc{font-size:13px;color:#94a3b8;line-height:1.4}.switch-btn{position:relative;width:44px;height:24px;border-radius:12px;border:none;background:#cbd5e1;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.switch-btn .switch-dot{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 2px 4px #0000001a}.switch-btn.active{background:#0367fd}.switch-btn.active .switch-dot{transform:translate(20px)}.tooltip-disabled .card-tooltip{display:none!important}html{font-size:100%;touch-action:manipulation}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{background-color:#f8fafc;color:#1e293b;transition:background-color .3s ease,color .3s ease}.app-container{min-height:100vh;display:flex;flex-direction:column;transition:background-color .3s ease}.content-wrapper{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.top-header .content-wrapper{display:flex;align-items:center;justify-content:space-between;position:relative}.top-header{padding:14px 0;transition:background-color .3s ease}.logo{display:flex;align-items:center;gap:10px}.logo-text{font-size:18px;font-weight:700;color:#1e293b;transition:color .3s ease}.header-actions{display:flex;align-items:center;gap:8px}.header-tickets{display:flex;align-items:center;gap:5px;padding:4px 10px;border-radius:16px;background:#6366f11f;color:#6366f1;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;-webkit-user-select:none;user-select:none}.header-tickets:hover{background:#6366f138}.header-tickets i{font-size:13px}.hamburger-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:#64748b;font-size:17px;transition:background .2s,color .2s}.hamburger-btn:hover{background:#f1f5f9;color:#0367fd}.mobile-drawer{position:absolute;top:calc(100% + 4px);right:8px;min-width:170px;background:#374151;border-radius:12px;box-shadow:0 8px 32px #00000052;z-index:3000;overflow:hidden;padding:6px 0;border:1px solid rgba(255,255,255,.08)}.drawer-item{display:flex;align-items:center;gap:10px;width:100%;padding:11px 18px;border:none;background:transparent;font-size:14px;color:#e2e8f0;cursor:pointer;text-decoration:none;transition:background .15s,color .15s;text-align:left}.drawer-item:hover{background:#ffffff1f;color:#fff}.drawer-item i{width:16px;text-align:center;color:#94a3b8;transition:color .15s}.drawer-item:hover i{color:#e2e8f0}@media (max-width: 640px){.header-extra-btns{display:none!important}.hamburger-btn{display:flex!important}}.dark .hamburger-btn:hover{background:#ffffff14;color:#60a5fa}.dark .mobile-drawer{background:#1e293b;border-color:#ffffff0f;box-shadow:0 8px 32px #00000080}.dark .drawer-item{color:#cbd5e1}.dark .drawer-item:hover{background:#ffffff14;color:#f1f5f9}.dark .drawer-item i{color:#475569}.dark .drawer-item:hover i{color:#94a3b8}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px}.modal-box{background:#fff;border-radius:18px;width:100%;max-width:860px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 40px #0000002e;overflow:hidden;animation:modalSlideUp .25s ease}.modal-box-comment{max-width:680px}.lottery-modal{max-width:480px}.rank-modal{max-width:420px}.rank-body{padding:8px 0 4px;max-height:420px;overflow-y:auto;overscroll-behavior:contain}.rank-loading,.rank-empty{text-align:center;color:#94a3b8;padding:32px 0;font-size:14px}.rank-list{display:flex;flex-direction:column;gap:6px}.rank-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;margin:0 4px;background:#f8fafc;transition:background .15s}.rank-item:hover{background:#f1f5f9}.rank-no{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;background:#e2e8f0;color:#64748b}.rank-no-1{background:#fef3c7;color:#d97706}.rank-no-2{background:#f1f5f9;color:#475569}.rank-no-3{background:#fef9ee;color:#b45309}.rank-no-other{background:#f1f5f9;color:#94a3b8}.rank-avatar{flex-shrink:0}.rank-avatar-img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0;display:block}.rank-avatar-fb{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.3)}.rank-info{flex:1;min-width:0}.rank-username{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-level-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#f59e0b;font-weight:600;margin-top:2px}.rank-exp{font-size:15px;font-weight:700;color:#0367fd;flex-shrink:0}.rank-exp span{font-size:11px;color:#94a3b8;font-weight:400;margin-left:1px}.dark .rank-item{background:#121212}.dark .rank-item:hover{background:#1a1a1a}.dark .rank-username{color:#e2e8f0}.dark .rank-no{background:#334155;color:#94a3b8}.dark .rank-no-1{background:#3d2f00;color:#fbbf24}.dark .rank-no-2{background:#1e293b;color:#94a3b8}.dark .rank-no-3{background:#2d1f00;color:#d97706}.lottery-body{padding:16px 20px 20px}.lottery-tickets-tip{text-align:center;font-size:14px;color:#475569;margin-bottom:12px}.lottery-stage{display:flex;align-items:center;justify-content:center;min-height:160px;margin-bottom:14px;position:relative}.lottery-stage-layer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:100%}.lottery-shake-wrap{display:flex;align-items:center;justify-content:center}.lottery-shake-img{width:130px;height:130px;object-fit:contain}.lottery-shake-icon{font-size:80px;line-height:1}@keyframes lottery-shake{0%,to{transform:translate(0) rotate(0) scale(1)}10%{transform:translate(-14px) rotate(-10deg) scale(1.1)}20%{transform:translate(14px) rotate(10deg) scale(1.12)}30%{transform:translate(-16px) rotate(-12deg) scale(1.09)}40%{transform:translate(16px) rotate(12deg) scale(1.12)}50%{transform:translate(-12px) rotate(-9deg) scale(1.1)}60%{transform:translate(12px) rotate(9deg) scale(1.11)}70%{transform:translate(-14px) rotate(-11deg) scale(1.09)}80%{transform:translate(14px) rotate(11deg) scale(1.11)}90%{transform:translate(-6px) rotate(-4deg) scale(1.04)}}.is-shaking .lottery-shake-img,.is-shaking .lottery-shake-icon{animation:lottery-shake .12s ease-in-out infinite}.lottery-img-fade-leave-active{transition:opacity .25s}.lottery-img-fade-leave-to{opacity:0}.lottery-result-box{padding:16px 24px;text-align:center;width:100%}.result-win,.result-miss{background:transparent;border:none}.result-emoji{font-size:36px;margin-bottom:8px}.result-prize-name{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:6px}.result-tickets{font-size:26px;font-weight:800;color:#16a34a}.result-miss-text{font-size:14px;color:#94a3b8}.lottery-result-fade-enter-active{transition:opacity .25s}.lottery-result-fade-enter-from{opacity:0}.lottery-multi-results{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:12px}.lottery-multi-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px;border-radius:8px;font-size:11px;text-align:center;min-height:52px}.multi-win{background:#dcfce7;color:#15803d}.multi-miss{background:#f1f5f9;color:#64748b}.multi-idx{font-size:10px;opacity:.55;line-height:1}.multi-name{font-weight:600;font-size:12px;line-height:1.3;word-break:break-all}.dark .multi-win{background:#14532d;color:#86efac}.dark .multi-miss{background:#1e293b;color:#94a3b8}.ipc-btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background .15s}.ipc-btn-secondary:hover:not(:disabled){background:#e2e8f0}.ipc-btn-secondary:disabled{opacity:.45;cursor:not-allowed}.dark .ipc-btn-secondary{background:#2d2d2d;color:#cbd5e1;border-color:#374151}.dark .ipc-btn-secondary:hover:not(:disabled){background:#374151}.lottery-prize-row{display:flex;align-items:center;gap:4px;background:#f1f5f9;border-radius:20px;padding:3px 10px;font-size:12px}.prize-row-name{color:#334155;font-weight:500}.prize-row-prob{color:#94a3b8}.lottery-draw-btn{padding:10px 28px;font-size:15px;border-radius:10px;min-width:160px}.lottery-entry-btn{color:#f59e0b!important}.lottery-entry-btn:hover{background:#f59e0b1f!important}.dark .lottery-result-box{background:transparent;border-color:transparent}.dark .result-prize-name{color:#f1f5f9}.dark .lottery-prize-row{background:#2d2d2d}.dark .prize-row-name{color:#e2e8f0}.dark .lottery-again-btn{background:#2d2d2d;color:#cbd5e1}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 14px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.modal-title{font-size:16px;font-weight:700;color:#1e293b}.modal-close-btn{width:30px;height:30px;border:none;background:#f1f5f9;border-radius:50%;cursor:pointer;color:#64748b;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .15s}.modal-close-btn:hover{background:#e2e8f0;color:#1e293b}.modal-body{overflow-y:auto;padding:18px 20px;flex:1}.profile-modal-body{display:grid;grid-template-columns:340px 1fr;gap:16px;align-items:start}.comment-modal-body{display:flex;flex-direction:column;gap:14px}.icm-list-card{overflow-y:auto;max-height:420px}.icm-list-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:14px}@media (max-width: 700px){.profile-modal-body{grid-template-columns:1fr}.modal-box{max-height:92vh}.modal-body{max-height:calc(92vh - 60px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}}.ipc-right-col{display:flex;flex-direction:column;gap:14px}.ipc-card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 1px 4px #0000000f}.ipc-top{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.ipc-avatar-wrap{position:relative;width:72px;height:72px;flex-shrink:0;cursor:pointer}.ipc-avatar-img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;display:block}.ipc-avatar-fb{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;border:3px solid #e2e8f0}.ipc-avatar-edit{position:absolute;bottom:0;right:0;width:22px;height:22px;background:#0367fd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;border:2px solid #fff}.ipc-info{flex:1;min-width:0}.ipc-name{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:3px}.ipc-email{font-size:13px;color:#64748b;margin-bottom:6px}.ipc-level-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;font-size:12px;font-weight:600;padding:2px 10px;border-radius:20px}.ipc-exp-wrap{margin-bottom:4px}.ipc-exp-label{display:flex;justify-content:space-between;font-size:12px;color:#64748b;margin-bottom:5px}.ipc-exp-bg{height:7px;background:#f1f5f9;border-radius:4px;overflow:hidden}.ipc-exp-fill{height:100%;background:linear-gradient(90deg,#0367fd,#06b6d4);border-radius:4px;transition:width .6s}.ipc-avatar-picker{margin-top:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.ipc-picker-title{font-size:13px;font-weight:600;color:#475569;margin-bottom:10px}.ipc-avatar-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.ipc-avatar-item{aspect-ratio:1;border-radius:50%;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:border-color .2s}.ipc-avatar-item img{width:100%;height:100%;object-fit:cover}.ipc-avatar-item:hover,.ipc-avatar-item.selected{border-color:#0367fd}.ipc-stats-row{display:flex;gap:12px;margin-bottom:12px}.ipc-stat{flex:1;background:#f8fafc;border-radius:10px;padding:12px;text-align:center;border:1px solid #e2e8f0}.ipc-stat-num{font-size:22px;font-weight:800;color:#0367fd}.ipc-stat-label{font-size:12px;color:#64748b;margin-top:2px}.ipc-checkin-btn{width:100%;height:42px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#0367fd,#06b6d4);color:#fff;transition:opacity .2s}.ipc-checkin-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.ipc-checkin-msg{font-size:13px;text-align:center;margin-top:8px;padding:6px;border-radius:8px}.ipc-checkin-msg.ok{background:#dcfce7;color:#16a34a}.ipc-checkin-msg.err{background:#fee2e2;color:#dc2626}.ipc-section-title{font-size:14px;font-weight:700;color:#1e293b;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ipc-pwd-form{margin-top:14px;display:flex;flex-direction:column;gap:10px}.ipc-input{height:40px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;width:100%;transition:border-color .2s}.ipc-input:focus{border-color:#0367fd}.ipc-btn-primary{width:100%;height:42px;background:#0367fd;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.ipc-btn-primary:hover{background:#0255d4}.ipc-btn-logout{width:100%;height:42px;background:#fee2e2;color:#ef4444;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.icm-textarea{width:100%;height:80px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;resize:none;outline:none;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.icm-textarea:focus{border-color:#0367fd}.icm-item{padding:12px 0;border-bottom:1px solid #f1f5f9}.icm-item:last-child{border-bottom:none}.icm-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.icm-avatar{width:34px;height:34px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;overflow:hidden}.icm-meta{flex:1;min-width:0}.icm-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.icm-username{font-size:13px;font-weight:600;color:#1e293b}.icm-level-tag{display:inline-flex;align-items:center;gap:3px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;font-size:11px;font-weight:600;padding:1px 7px;border-radius:10px}.icm-time{font-size:11px;color:#94a3b8}.icm-reply-btn{font-size:12px;color:#94a3b8;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:3px;transition:color .15s;flex-shrink:0}.icm-reply-btn:hover{color:#0367fd}.icm-content{font-size:14px;color:#334155;line-height:1.65;padding-left:42px}.icm-replies{margin:8px 0 0 42px;display:flex;flex-direction:column;gap:8px}.icm-reply-item{display:flex;gap:8px;background:#f8fafc;border-radius:10px;padding:10px}.icm-reply-avatar{width:26px;height:26px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;overflow:hidden}.icm-reply-body{flex:1;min-width:0}.icm-reply-content{font-size:13px;color:#475569;line-height:1.5;margin-top:3px}.icm-pagination{display:flex;gap:8px;align-items:center;justify-content:center;padding:16px 0 4px}.icm-page-btn{padding:5px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:13px;cursor:pointer;color:#475569;transition:all .15s}.icm-page-btn:hover{border-color:#0367fd;color:#0367fd}.app-toast{position:fixed;bottom:36px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:11px 22px;border-radius:40px;font-size:14px;font-weight:500;color:#fff;box-shadow:0 4px 20px #0000002e;z-index:9999;white-space:nowrap;pointer-events:none}.app-toast.success{background:#16a34a}.app-toast.error{background:#dc2626}.app-toast.info{background:#0367fd}.toast-fade-enter-active,.toast-fade-leave-active{transition:opacity .3s,transform .3s}.toast-fade-enter-from,.toast-fade-leave-to{opacity:0;transform:translate(-50%) translateY(12px)}.dark .modal-box{background:#1e1e1e}.dark .modal-header{border-color:#2d2d2d}.dark .modal-title{color:#f1f5f9}.dark .modal-close-btn{background:#2d2d2d;color:#94a3b8}.dark .modal-close-btn:hover{background:#374151;color:#f1f5f9}.dark .modal-body{color:#e2e8f0}.dark .ipc-card{background:#2d2d2d}.dark .ipc-top{border-color:#2d2d2d}.dark .ipc-name{color:#f1f5f9}.dark .ipc-email{color:#94a3b8}.dark .ipc-exp-bg{background:#374151}.dark .ipc-stat{background:#121212;border-color:#374151}.dark .ipc-stat-label{color:#94a3b8}.dark .ipc-checkin-btn:disabled{background:#374151;color:#64748b}.dark .ipc-section-title{color:#f1f5f9}.dark .ipc-input{background:#121212;border-color:#374151;color:#e2e8f0}.dark .ipc-avatar-picker{background:#121212;border-color:#374151}.ipc-levelup-panel{margin-top:14px;display:flex;flex-direction:column;gap:10px}.ipc-levelup-info{background:#f8fafc;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.ipc-levelup-info-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569}.ipc-levelup-info-item b{color:#1e293b}.ipc-levelup-btn{width:100%;height:42px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;transition:opacity .2s}.ipc-levelup-btn:hover:not(:disabled){opacity:.88}.ipc-levelup-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.dark .ipc-levelup-info{background:#0f172a}.dark .ipc-levelup-info-item{color:#94a3b8}.dark .ipc-levelup-info-item b{color:#e2e8f0}.dark .ipc-levelup-btn:disabled{background:#334155;color:#64748b}.dark .icm-username,.dark .icm-content{color:#f1f5f9}.dark .icm-reply-item{background:#1e1e1e}.dark .icm-reply-content{color:#f1f5f9}.dark .icm-item{border-color:#374151}.dark .icm-textarea{background:#121212;border-color:#374151;color:#f1f5f9}.dark .icm-page-btn{background:#2d2d2d;border-color:#374151;color:#94a3b8}.dark .icm-list-title{color:#f1f5f9}.header-extra-btns{display:flex;align-items:center;gap:4px}.header-notify-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;cursor:pointer;color:#64748b;transition:background .2s,color .2s}.header-notify-wrap:hover{background:#6366f11a;color:#6366f1}.header-notify-wrap i{font-size:16px}.notify-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;pointer-events:none}.notify-panel{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-height:420px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000021;z-index:2000;overflow:hidden;display:flex;flex-direction:column;animation:notifySlideDown .22s ease}@keyframes notifySlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.notify-panel{position:fixed;top:60px;right:8px;left:8px;width:auto;max-height:70vh}}.notify-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:1px solid #f1f5f9}.notify-panel-title{font-size:14px;font-weight:600;color:#1e293b}.notify-panel-header{display:flex;align-items:center;justify-content:space-between}.notify-header-actions{display:flex;align-items:center;gap:10px}.notify-read-all{font-size:12px;color:#6366f1;cursor:pointer}.notify-read-all:hover{text-decoration:underline}.notify-clear-all{font-size:12px;color:#ef4444;cursor:pointer}.notify-clear-all:hover{text-decoration:underline}.notify-list{overflow-y:auto;flex:1}.notify-item{display:flex;align-items:flex-start;gap:8px;padding:10px 16px;cursor:pointer;border-bottom:1px solid #f8fafc;transition:background .15s}.notify-item:hover{background:#f8fafc}.notify-item.unread{background:#fafafe}.notify-item-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:#6366f1;margin-top:5px}.notify-item-body{flex:1;min-width:0}.notify-item-content{font-size:13px;color:#334155;line-height:1.5;word-break:break-all}.notify-item-time{font-size:11px;color:#94a3b8;margin-top:3px}.notify-empty{padding:32px 0;text-align:center;color:#94a3b8;font-size:13px}.dark .notify-panel{background:#1e1e1e;box-shadow:0 8px 32px #0006}.dark .notify-panel-header{border-color:#2d2d2d}.dark .notify-panel-title{color:#f1f5f9}.dark .notify-item{border-color:#2d2d2d}.dark .notify-item:hover,.dark .notify-item.unread{background:#2d2d2d}.dark .notify-item-content{color:#cbd5e1}.about-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:#64748b;transition:.2s ease;text-decoration:none}.about-btn:link,.about-btn:visited,.about-btn:hover,.about-btn:active{text-decoration:none}.about-btn i{font-size:16px}.about-btn:hover{color:#0367fd}.user-account-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:#64748b;transition:.2s ease}.user-account-btn i{font-size:16px}.user-account-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0;display:block;transition:border-color .2s}.user-account-avatar-fb{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;border:2px solid #e2e8f0}.user-account-btn:hover .user-account-avatar{border-color:#0367fd}.user-account-btn:hover{color:#0367fd}.account-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:maskFadeIn .2s ease}.toggle-pwd-panel-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;margin:8px 0 12px;background:#f1f5f9;border:none;border-radius:8px;font-size:14px;color:#334155;cursor:pointer;transition:.2s ease}.toggle-pwd-panel-btn:hover{background:#e2e8f0}.toggle-pwd-panel-btn i{font-size:14px;color:#64748b}.account-modal{position:relative;width:90%;max-width:400px;background:#fff;border-radius:16px;padding:40px 24px 24px;animation:modalSlideUp .25s ease;transition:background-color .3s ease}.account-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:transparent;color:#94a3b8;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s ease;z-index:2}.account-close:hover{background:#f1f5f9;color:#475569}.account-tab-wrap{display:flex;gap:4px;background:#f1f5f9;border-radius:8px;padding:4px;margin-bottom:20px;margin-top:8px}.account-tab{flex:1;text-align:center;padding:8px 0;border-radius:6px;font-size:14px;color:#64748b;cursor:pointer;transition:.2s}.account-tab.active{background:#0367fd;color:#fff}.login-user-info{display:flex;align-items:center;gap:8px;font-size:15px;color:#1e293b;margin-bottom:20px;margin-top:8px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.login-user-info i{font-size:20px;color:#0367fd}.profile-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.profile-avatar-wrap{position:relative;width:72px;height:72px;flex-shrink:0;cursor:pointer;border-radius:50%;overflow:visible}.profile-avatar-img{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;border:3px solid #e2e8f0}.profile-avatar-fallback{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;border:3px solid #e2e8f0}.profile-avatar-edit{position:absolute;bottom:0;right:0;width:22px;height:22px;background:#0367fd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;border:2px solid #fff;box-shadow:0 1px 4px #00000026}.profile-info{flex:1;min-width:0}.profile-username{font-size:17px;font-weight:700;color:#1e293b;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipc-rename-input{font-size:17px;font-weight:700;color:#1e293b;border:none;border-bottom:2px solid #0367fd;outline:none;background:transparent;width:140px;padding:0 2px;line-height:1.2}.profile-email{font-size:13px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.avatar-picker{background:#f8fafc;border-radius:12px;padding:14px;margin-bottom:16px;border:1px solid #e2e8f0}.avatar-picker-title{font-size:13px;font-weight:600;color:#475569;margin-bottom:10px}.avatar-picker-loading,.avatar-picker-empty{text-align:center;color:#94a3b8;font-size:13px;padding:10px 0}.avatar-preset-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.avatar-preset-item{position:relative;cursor:pointer;border-radius:50%;overflow:hidden;aspect-ratio:1;border:3px solid transparent;transition:border-color .2s}.avatar-preset-item img{width:100%;height:100%;object-fit:cover;display:block}.avatar-preset-item:hover{border-color:#0367fd88}.avatar-preset-item.selected{border-color:#0367fd}.avatar-selected-icon{position:absolute;bottom:2px;right:2px;font-size:14px;color:#0367fd;background:#fff;border-radius:50%;line-height:1}.account-form{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.form-item{display:flex;flex-direction:column;gap:6px}.form-item label{font-size:14px;color:#334155;font-weight:500}.form-item input{width:100%;height:40px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;background:#fff;color:#1e293b}.form-item input:focus{border-color:#0367fd}.captcha-row{display:flex;gap:8px;align-items:center}.captcha-input{flex:1;letter-spacing:3px;font-size:15px;font-weight:600;text-align:center}.captcha-canvas{flex-shrink:0;width:110px;height:40px;border-radius:8px;cursor:pointer;border:1.5px solid #e2e8f0;display:block;transition:border-color .2s}.captcha-canvas:hover{border-color:#0367fd}.dark .captcha-canvas{border-color:#334155}.dark .captcha-canvas:hover{border-color:#3b82f6}.email-code-row{display:flex;gap:8px;align-items:stretch}.email-code-input{flex:1;letter-spacing:4px;font-size:16px;font-weight:600;text-align:center}.btn-send-code{flex-shrink:0;min-width:108px;height:40px;padding:0 14px;border:1.5px solid #0367fd;border-radius:8px;background:transparent;color:#0367fd;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .18s,color .18s,border-color .18s,opacity .18s;display:flex;align-items:center;justify-content:center;gap:5px}.btn-send-code:hover:not(:disabled){background:#0367fd;color:#fff}.btn-send-code.counting{border-color:#94a3b8;color:#94a3b8;cursor:not-allowed}.btn-send-code:disabled{opacity:.7;cursor:not-allowed}.email-code-msg{font-size:12px;margin-top:5px;display:flex;align-items:center;gap:4px}.email-code-msg.ok{color:#16a34a}.email-code-msg.err{color:#ef4444}.dark .btn-send-code{border-color:#3b82f6;color:#3b82f6}.dark .btn-send-code:hover:not(:disabled){background:#3b82f6;color:#fff}.dark .btn-send-code.counting{border-color:#475569;color:#475569}.btn-primary{width:100%;height:40px;border-radius:8px;border:none;background:#0367fd;color:#fff;font-size:14px;cursor:pointer;transition:.2s}.btn-primary:hover{background:#0256d4}.btn-logout{width:100%;height:40px;border-radius:8px;border:1px solid #ef4444;background:#fff;color:#ef4444;font-size:14px;cursor:pointer;transition:.2s;margin-top:8px}.btn-logout:hover{background:#fef2f2}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:28px 0;width:100%}.title-section{text-align:center;margin-bottom:4px}.main-title{font-size:34px;font-weight:800;color:#1e293b;margin-bottom:12px}.subtitle{font-size:18px;color:#64748b;font-weight:400}.search-container{width:100%;max-width:750px;margin-bottom:40px;padding:0 16px;position:relative}.home-notice-bar{box-sizing:border-box;width:calc(100% - 32px);max-width:750px;margin:-28px 0 20px;display:flex;align-items:flex-start;background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:10px;padding:9px 14px;font-size:13px;color:#b91c1c;line-height:1.5}.dark .home-notice-bar{background:#ef44441f;border-color:#ef44444d;color:#fca5a5}.search-box{position:relative;width:100%;height:125px;border:2px solid #1e293b;border-radius:22px;background-color:#fff;box-shadow:0 6px 26px #00000014;transition:border-color .24s ease,background-color .3s ease}.search-box:has(.search-input:focus){border-color:#0367fd}.search-input{position:absolute;top:4px;left:14px;width:calc(100% - 24px);height:46px;border:none;outline:none;font-size:16px;padding:10px 50px 10px 0;background:transparent;line-height:1.5;color:#1e293b}.search-input::placeholder{color:#94a3b8;font-size:16px}.search-left-icons{position:absolute;left:14px;bottom:14px;display:flex;gap:8px}.icon-btn{width:34px;height:34px;border:none;border-radius:50%;background:transparent;color:#94a3b8;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease;pointer-events:auto;position:relative;z-index:10}.icon-btn:hover{background-color:#f1f5f9;color:#475569}.icon-btn.primary{background-color:#eff6ff;color:#0367fd}.icon-btn.primary:hover{background-color:#dbeafe}.search-submit{position:absolute;right:14px;bottom:14px;width:32px;height:32px;border:none;border-radius:50%;background-color:#dbeafe;color:#0367fd;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.search-submit:hover{background-color:#bfdbfe}.search-popup{position:absolute;top:100%;left:0;width:100%;margin-top:8px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0000001f;border:1px solid #e2e8f0;z-index:999;overflow:hidden;animation:popupFade .2s ease;transition:background-color .3s ease,border-color .3s ease}@keyframes popupFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.popup-group{padding:16px}.popup-title{display:inline-block;font-size:13px;color:#475569;background-color:#f1f5f9;padding:4px 9px;border-radius:6px;margin-bottom:12px}.engine-list{display:flex;flex-wrap:wrap;gap:10px}.engine-item{padding:4px 6px;border-radius:6px;background:#f5f6fa;cursor:pointer;transition:all .2s ease;min-width:60px;text-align:center}.engine-name{font-size:14px;color:#333;white-space:nowrap}.engine-item:hover{background:#f0f7ff;border-color:#bfdbfe}.engine-item.active{background:#0367fd;border-color:#0367fd}.engine-item.active .engine-name{color:#fff}.site-wrapper{width:100%;max-width:1400px;padding:0 24px}.category-block{margin-bottom:40px}.category-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.header-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.page-buttons{display:flex;gap:8px;flex-shrink:0}.page-btn{width:40px;height:40px;border-radius:50%;border:none;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#64748b;transition:.2s ease}.page-btn:hover:not(:disabled){color:#0367fd;background:#f8fafc}.page-btn:disabled{opacity:.45;cursor:not-allowed;background:#f8fafc}.category-title{font-size:20px;font-weight:700;color:#1e293b;flex-shrink:0;transition:color .3s ease}.add-custom-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#64748b;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.add-custom-btn:hover{background:#f1f5f9;color:#0367fd}.custom-empty-tip{grid-column:1 / -1;text-align:center;padding:30px 0;color:#94a3b8;font-size:14px;background:#fff;border-radius:10px;transition:background-color .3s ease}.custom-site-card{position:relative;z-index:1}.custom-site-card:hover{z-index:10}.custom-delete-btn{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;border:none;background:#0000001a;color:#94a3b8;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:.2s ease;z-index:3}.custom-site-card:hover .custom-delete-btn{opacity:1}.custom-delete-btn:hover{background:#ef4444;color:#fff}.tab-list{display:flex;gap:6px;padding:4px;background:#e2e8f0b2;border-radius:10px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;position:relative}.tab-list::-webkit-scrollbar{display:none}.tab-item{padding:4px 12px;border-radius:6px;background:transparent;color:#64748b;font-size:14px;cursor:pointer;white-space:nowrap;transition:color .2s;flex-shrink:0;position:relative;z-index:1}.tab-item.active{color:#fff}.tab-slider{position:absolute;top:4px;left:0;height:calc(100% - 8px);background:#0367fd;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:0;pointer-events:none}.tab-panel{display:none}.tab-panel.panel-active{display:block}.site-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.site-card{position:relative;z-index:1;display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border-radius:10px;border:none;text-decoration:none;transition:.24s ease;width:100%;min-height:52px;min-width:0;overflow:visible}.site-card:hover{z-index:10;transform:translateY(-4px);box-shadow:0 8px 24px #00000012}.card-tooltip{position:absolute;top:calc(100% + 12px);left:0;width:100%;padding:8px 10px;background:#0367fd;color:#f8fafc;font-size:14px;line-height:1.5;border-radius:2px;text-align:center;white-space:normal;word-break:break-word;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:20}.card-tooltip:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);border-width:0 5px 5px 5px;border-style:solid;border-color:transparent transparent #0367fd transparent}.site-card:hover .card-tooltip,.custom-site-card:hover .card-tooltip{opacity:1;visibility:visible;top:calc(100% + 8px)}.site-logo-wrap{position:relative;width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f1f5f9}.logo-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite linear;z-index:1}.site-logo{position:relative;z-index:2;width:100%;height:100%;border-radius:50%;object-fit:cover;opacity:0;transition:opacity .3s ease}.site-logo.loaded{opacity:1}.logo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:none;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:50%}.site-info{overflow:hidden;position:relative;flex:1;min-width:0}.site-info:after{content:"";position:absolute;right:0;top:0;width:32px;height:100%;background:linear-gradient(to right,transparent,#ffffff);pointer-events:none}.site-name{font-size:15px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;transition:color .3s ease}.site-badge{position:absolute;top:6px;right:6px;z-index:2;-webkit-user-select:none;user-select:none;pointer-events:none}.site-badge img{display:block;width:18px;height:18px;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px}.context-menu{position:fixed;z-index:10000;min-width:160px;background:#fff;border-radius:8px;box-shadow:0 6px 20px #0000001f;border:1px solid #e2e8f0;overflow:hidden;animation:menuFadeIn .15s ease;transition:background-color .3s ease,border-color .3s ease}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.context-menu-item{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:14px;color:#334155;cursor:pointer;transition:background .2s ease;-webkit-user-select:none;user-select:none}.context-menu-item:hover{background:#f1f5f9;color:#0367fd}.context-menu-item i{font-size:14px;width:16px;text-align:center}.back-top-btn{position:fixed;right:24px;bottom:32px;width:44px;height:44px;border-radius:50%;border:none;background:#fff;color:#64748b;font-size:16px;cursor:pointer;box-shadow:0 4px 16px #0000001a;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:999}.back-top-btn:hover{background:#0367fd;color:#fff;transform:translateY(-2px)}.footer{background-color:#fff;padding:24px 0 16px;margin-top:20px;transition:background-color .3s ease}.friend-links{padding-bottom:16px;border-bottom:1px solid #f1f5f9;margin-bottom:16px}.links-group{display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap}.links-title{flex-shrink:0;font-size:14px;font-weight:600;color:#475569;line-height:18px}.links-list{display:flex;flex-wrap:wrap;gap:12px 20px;flex:1}.link-item{font-size:14px;color:#64748b;text-decoration:none;line-height:18px;transition:color .2s ease}.link-item:hover{color:#0367fd}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:13px;color:#94a3b8}.copyright{font-weight:500}.main-logo-img{width:240px;height:auto;margin-bottom:12px;object-fit:contain}.about-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:maskFadeIn .2s ease}@keyframes maskFadeIn{0%{opacity:0}to{opacity:1}}.about-modal{position:relative;width:90%;max-width:420px;background:#fff;border-radius:16px;padding:32px 24px 20px;text-align:center;animation:modalSlideUp .25s ease;transition:background-color .3s ease}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.about-close-btn{position:absolute;top:16px;right:16px;width:28px;height:28px;border:none;background:transparent;color:#94a3b8;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s ease}.about-close-btn:hover{background:#f1f5f9;color:#475569}.about-logo-icon{width:68px;height:68px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.about-logo-img{width:100%;height:100%;object-fit:contain}.about-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:6px}.about-subtitle{font-size:15px;color:#94a3b8;margin-bottom:20px}.about-divider{height:1px;background:#f1f5f9;margin:18px 0}.about-feature-list{list-style:none;text-align:left;display:flex;flex-direction:column;gap:14px}.feature-item{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:#334155;line-height:1.5}.feature-icon{color:#0367fd;font-size:16px;flex-shrink:0;margin-top:2px}.about-contact{text-align:left}.contact-title{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:12px}.contact-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#475569;margin-bottom:10px}.contact-item:last-child{margin-bottom:0}.contact-item i{color:#0367fd;font-size:16px;width:16px;text-align:center}.about-copyright{margin-top:22px;font-size:13px;color:#94a3b8}.custom-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:maskFadeIn .2s ease}.custom-modal{position:relative;width:90%;max-width:460px;background:#fff;border-radius:16px;padding:28px 24px 24px;animation:modalSlideUp .25s ease;transition:background-color .3s ease}.custom-close-btn{position:absolute;top:16px;right:16px;width:28px;height:28px;border:none;background:transparent;color:#94a3b8;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s ease}.custom-close-btn:hover{background:#f1f5f9;color:#475569}.custom-modal-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:20px;padding-right:30px}.form-group{margin-bottom:18px}.form-label{display:block;font-size:14px;font-weight:500;color:#334155;margin-bottom:8px}.form-label .required{color:#ef4444;margin-left:2px}.form-input{width:100%;height:40px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;outline:none;transition:border-color .2s ease;background:#fff}.form-input:focus{border-color:#0367fd}.form-tip{margin-top:6px;font-size:12px;color:#94a3b8}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.btn-cancel{padding:0 20px;height:38px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:14px;cursor:pointer;transition:.2s ease}.btn-cancel:hover{background:#f8fafc}.btn-confirm{padding:0 20px;height:38px;border-radius:8px;border:none;background:#0367fd;color:#fff;font-size:14px;cursor:pointer;transition:.2s ease}.btn-confirm:hover{background:#0256d4}@media (max-width: 900px){.main-title{font-size:28px}.subtitle{font-size:16px}.content-wrapper,.site-wrapper{padding:0 16px}.search-box{height:110px;border-radius:20px}.site-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 640px){.main-logo-img{width:140px}.main-title{font-size:22px}.search-box{height:100px;border-radius:18px}.site-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-title{font-size:16px}.site-badge img{width:18px;height:18px;aspect-ratio:1/1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.back-top-btn{right:16px;bottom:24px;width:40px;height:40px}.card-tooltip{display:none}.account-modal{width:calc(100vw - 24px);max-width:100%;max-height:92vh;overflow-y:auto;padding:20px 16px;border-radius:18px}.avatar-preset-grid{grid-template-columns:repeat(4,1fr);gap:8px}.logo-text{font-size:16px}.search-left-icons{gap:2px}.icon-btn{width:32px;height:32px;font-size:13px}.content-wrapper,.search-container{padding:0 12px}.title-section{margin-bottom:16px}}@media (max-width: 400px){.site-grid{grid-template-columns:repeat(2,1fr);gap:8px}.account-modal{padding:16px 12px}.form-item label{font-size:13px}.form-item input{height:38px;font-size:14px}.btn-primary{height:42px;font-size:14px}.checkin-count{font-size:18px}.profile-avatar-img,.profile-avatar-fallback{width:52px;height:52px}}@keyframes skeleton-loading{0%{background-position:200% center}to{background-position:-200% center}}.dark body{background-color:#121212;color:#e2e8f0}.dark .app-container,.dark .top-header{background-color:#121212}.dark .logo-text{color:#f1f5f9}.dark .settings-btn:hover{background:#1e1e1e;color:#3b82f6}.dark .about-btn:hover,.dark .user-account-btn:hover{color:#3b82f6}.dark .sort-toggle-btn:hover{background:#1e1e1e;color:#3b82f6}.dark .sort-toggle-btn.active{background:#1e293b;color:#3b82f6}.dark .add-custom-btn:hover{background:#1e1e1e;color:#3b82f6}.dark .search-box{background-color:#1e1e1e;border-color:#2d2d2d;box-shadow:0 6px 26px #0000004d}.dark .search-box:has(.search-input:focus){border-color:#3b82f6}.dark .search-input{color:#e2e8f0}.dark .search-input::placeholder{color:#64748b}.dark .icon-btn:hover{background-color:#2d2d2d;color:#cbd5e1}.dark .icon-btn.primary{background-color:#1e293b;color:#3b82f6}.dark .icon-btn.primary:hover{background-color:#334155}.dark .search-submit{background-color:#1e293b;color:#3b82f6}.dark .search-submit:hover{background-color:#334155}.dark .search-popup{background:#1e1e1e;border-color:#2d2d2d;box-shadow:0 10px 30px #0006}.dark .popup-title{color:#94a3b8;background-color:#2d2d2d}.dark .engine-item{background:#2d2d2d}.dark .engine-name{color:#cbd5e1}.dark .engine-item:hover{background:#334155}.dark .engine-item.active{background:#3b82f6}.dark .category-title{color:#f1f5f9}.dark .site-card{background:#1e1e1e}.dark .site-card:hover{box-shadow:0 8px 24px #0000004d}.dark .site-name{color:#e2e8f0}.dark .site-info:after{background:linear-gradient(to right,transparent,#1e1e1e)}.dark .site-logo-wrap{background:#2d2d2d}.dark .logo-fallback{background:#2d2d2d;color:#94a3b8}.dark .logo-skeleton{background:linear-gradient(90deg,#2d2d2d 25%,#333,#2d2d2d 75%);background-size:200% 100%}.dark .custom-empty-tip{background:#1e1e1e;color:#64748b}.dark .card-tooltip{background:#0367fd;color:#f8fafc}.dark .card-tooltip:before{border-color:transparent transparent #0367fd transparent}.dark .tab-list{background:#1e1e1e}.dark .tab-item{color:#94a3b8}.dark .tab-item.active{color:#fff}.dark .tab-slider{background:#3b82f6}.dark .page-btn{background:#1e1e1e;color:#94a3b8}.dark .page-btn:hover:not(:disabled){color:#3b82f6;background:#2d2d2d}.dark .page-btn:disabled{background:#1e1e1e}.dark .footer{background-color:#1e1e1e}.dark .friend-links{border-bottom-color:#2d2d2d}.dark .links-title{color:#cbd5e1}.dark .link-item{color:#94a3b8}.dark .link-item:hover{color:#3b82f6}.dark .footer-bottom{color:#64748b}.dark .account-modal,.dark .about-modal,.dark .custom-modal,.dark .settings-modal{background:#1e1e1e}.dark .account-close:hover,.dark .about-close-btn:hover,.dark .custom-close-btn:hover,.dark .settings-close:hover{background:#2d2d2d;color:#cbd5e1}.dark .account-tab-wrap{background:#2d2d2d}.dark .account-tab{color:#94a3b8}.dark .account-tab.active{background:#3b82f6;color:#fff}.dark .login-user-info{color:#e2e8f0;border-bottom-color:#2d2d2d}.dark .profile-header{border-bottom-color:#2d2d2d}.dark .profile-username{color:#e2e8f0}.dark .profile-email{color:#94a3b8}.dark .profile-avatar-img,.dark .profile-avatar-fallback{border-color:#374151}.dark .avatar-picker{background:#1e293b;border-color:#374151}.dark .avatar-picker-title{color:#94a3b8}.dark .toggle-pwd-panel-btn{background:#2d2d2d;color:#cbd5e1}.dark .toggle-pwd-panel-btn:hover{background:#334155}.dark .form-item label{color:#cbd5e1}.dark .form-item input{background:#121212;border-color:#2d2d2d;color:#e2e8f0}.dark .form-item input:focus{border-color:#3b82f6}.dark .form-remember label{color:#94a3b8}.dark .btn-logout{background:transparent;border-color:#ef4444;color:#ef4444}.dark .btn-logout:hover{background:#ef44441a}.dark .about-title{color:#f1f5f9}.dark .about-subtitle{color:#94a3b8}.dark .about-divider{background:#2d2d2d}.dark .feature-item{color:#cbd5e1}.dark .contact-title{color:#f1f5f9}.dark .contact-item{color:#94a3b8}.dark .about-copyright{color:#64748b}.dark .custom-modal-title{color:#f1f5f9}.dark .form-label{color:#cbd5e1}.dark .form-input{background:#121212;border-color:#2d2d2d;color:#e2e8f0}.dark .form-input:focus{border-color:#3b82f6}.dark .form-tip{color:#64748b}.dark .btn-cancel{background:transparent;border-color:#2d2d2d;color:#94a3b8}.dark .btn-cancel:hover{background:#2d2d2d}.dark .settings-title{color:#f1f5f9}.dark .setting-item{border-bottom-color:#2d2d2d}.dark .setting-label{color:#e2e8f0}.dark .setting-desc{color:#64748b}.dark .switch-btn{background:#475569}.dark .switch-btn.active{background:#3b82f6}.dark .context-menu{background:#1e1e1e;border-color:#2d2d2d;box-shadow:0 6px 20px #0006}.dark .context-menu-item{color:#cbd5e1}.dark .context-menu-item:hover{background:#2d2d2d;color:#3b82f6}.dark .back-top-btn{background:#1e1e1e;color:#94a3b8;box-shadow:0 4px 16px #0000004d}.dark .back-top-btn:hover{background:#3b82f6;color:#fff}.dark .custom-delete-btn{background:#ffffff1a;color:#64748b}.dark .custom-delete-btn:hover{background:#ef4444;color:#fff}.site-wrapper{display:flex;gap:8px;align-items:flex-start}.category-sidebar{width:180px;flex-shrink:0;position:sticky;top:40px;bottom:30px;max-height:calc(100vh - 80px);overflow-y:auto;padding-right:8px;align-self:flex-start}.sidebar-inner{width:100%;background:#fff;border-radius:14px;padding:24px 16px;box-shadow:0 0 8px #00000003}.sidebar-title{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.sidebar-nav-list{display:flex;flex-direction:column;gap:8px}.sidebar-nav-item{padding:10px 12px;border-radius:10px;font-size:16px;color:#1a1a1a;cursor:pointer;transition:.2s ease;font-weight:500}.sidebar-nav-item:hover{background:#eff6ff;color:#0367fd}.site-content-wrap{flex:1;min-width:0;max-width:1188px}@media (max-width: 900px){.category-sidebar{display:none!important}.site-wrapper{display:block}.site-content-wrap{max-width:100%}}.dark .sidebar-inner{background:#1e1e1e;box-shadow:0 0 8px #00000003}.dark .sidebar-title{color:#f1f5f9;border-bottom-color:#2d2d2d}.dark .sidebar-nav-item{color:#94a3b8}.dark .sidebar-nav-item:hover{background:#1e293b;color:#3b82f6}.checkin-panel{margin:0 0 12px;padding:14px 16px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-radius:12px;border:1px solid #e0f2fe}.checkin-tickets-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkin-tickets-info{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.checkin-icon{font-size:16px;color:#f59e0b;flex-shrink:0}.checkin-label{font-size:13px;color:#64748b;flex-shrink:0}.checkin-count{font-size:22px;font-weight:800;color:#0367fd;line-height:1}.checkin-unit{font-size:13px;color:#64748b;flex-shrink:0}.checkin-btn{display:flex;align-items:center;gap:6px;padding:0 16px;height:36px;border-radius:20px;border:none;background:linear-gradient(90deg,#0367fd,#06b6d4);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.checkin-btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.checkin-btn:disabled{cursor:default}.checkin-btn.checked{background:#e2e8f0;color:#94a3b8}.checkin-btn.loading{opacity:.7}.checkin-btn i{font-size:14px}.checkin-msg{margin-top:8px;font-size:13px;line-height:1.4;padding:4px 0 0;animation:fadeInDown .2s ease}.checkin-msg.success{color:#16a34a}.checkin-msg.error{color:#ef4444}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dark .checkin-panel{background:linear-gradient(135deg,#1e3a5f,#14352a);border-color:#1e40af44}.dark .checkin-label,.dark .checkin-unit{color:#94a3b8}
