*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{overflow-x:clip}:root{--header-h:58px}body{color:#334155;-webkit-font-smoothing:antialiased;background:#f4f5f9;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.app-shell{flex-direction:column;min-height:100dvh;display:flex}a{color:inherit;cursor:pointer;text-decoration:none}button{cursor:pointer;border:none;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.header{-webkit-backdrop-filter:blur(16px)saturate(180%);z-index:100;background:#ffffffe0;border-bottom:1px solid #6366f11a;position:sticky;top:0;box-shadow:0 4px 24px #6366f112}.header-inner{max-width:1600px;height:var(--header-h);grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;padding:0 28px;display:grid}.header-inner .logo{grid-column:1}.top-nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;background:#f1f2f6;border:1px solid #ffffffe6;border-radius:12px;grid-column:2;gap:4px;max-width:700px;padding:5px 8px;font-size:13px;display:flex;overflow-x:auto;box-shadow:inset 0 2px 5px #10182814,inset 0 -1px #ffffffe6;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6px calc(100% - 6px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6px calc(100% - 6px),#0000 100%)}.top-nav .nav-link{white-space:nowrap;color:#475569;border-radius:9px;flex-shrink:0;align-items:center;gap:5px;max-width:200px;padding:6px 14px;font-weight:600;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.top-nav .nav-link-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.top-nav .nav-link:hover{color:#4f46e5;background:#ffffffe6;transform:translateY(-1px);box-shadow:0 3px 10px #6366f124}.top-nav .nav-link.active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);font-weight:700;overflow:hidden;transform:scale(1.04);box-shadow:0 4px 14px #6366f16b,0 0 0 3px #8b5cf624}.top-nav .nav-link.active:after{content:"";background:linear-gradient(100deg,#0000,#ffffff59,#0000);width:50%;height:100%;animation:3.4s ease-in-out infinite submitBtnSheen;position:absolute;top:0;left:-80%;transform:skew(-20deg)}.top-nav::-webkit-scrollbar{display:none}.nav-skeleton-pill{opacity:0;background:linear-gradient(110deg,#e6e9f2 30%,#dbe1f5 50%,#e6e9f2 70%) 0 0/200% 100%;border-radius:9px;flex-shrink:0;align-self:center;height:30px;animation:1.8s ease-in-out infinite shimmer,.25s .12s forwards loaderFade}.header-inner .header-right{grid-column:3;justify-self:end;align-items:center;gap:12px;display:flex}.logo{flex-shrink:0;align-items:center;gap:8px;min-width:0;text-decoration:none;display:flex}.logo-icon{font-size:22px;line-height:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.logo:hover .logo-icon{transform:rotate(-12deg)scale(1.18)}.logo-img{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}.logo:hover .logo-img{transform:rotate(-6deg)scale(1.08);box-shadow:0 4px 12px #6366f140}.logo-text{letter-spacing:-.5px;background:linear-gradient(90deg,#4f46e5,#8b5cf6,#d946ef,#8b5cf6,#4f46e5) 0 0/250%;-webkit-text-fill-color:transparent;white-space:nowrap;text-overflow:ellipsis;-webkit-background-clip:text;background-clip:text;min-width:0;font-size:19px;font-weight:800;animation:8s linear infinite logoTextFlow;overflow:hidden}@keyframes logoTextFlow{to{background-position:250%}}.logo-img{background:#eef0ff;border-radius:6px;width:auto;min-width:30px;height:30px}.header-right{align-items:center;gap:12px;display:flex}.btn-login{color:#fff;background:linear-gradient(135deg,#4f46e5,#8b5cf6,#6366f1) 0 0/200% 100%;border-radius:10px;padding:8px 22px;font-size:13px;font-weight:600;text-decoration:none;transition:all .25s;animation:5s linear infinite submitBtnFlow;position:relative;overflow:hidden;box-shadow:0 2px 8px #4f46e540}.btn-login:after{content:"";background:linear-gradient(100deg,#0000,#ffffff59,#0000);width:50%;height:100%;animation:3s ease-in-out infinite submitBtnSheen;position:absolute;top:0;left:-80%;transform:skew(-20deg)}.btn-login:hover{transform:translateY(-1px);box-shadow:0 4px 16px #4f46e559}.user-menu{position:relative}.avatar-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 6px #6366f140}.avatar-btn img{object-fit:cover;width:100%;height:100%;display:block}.avatar-btn:hover{transform:scale(1.08);box-shadow:0 4px 12px #6366f166}@keyframes dropdownPop{0%{opacity:0;transform:translateY(-6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.user-dropdown{z-index:200;background:#fff;border-radius:16px;min-width:208px;padding:6px;animation:.18s cubic-bezier(.21,1.02,.55,1.1) dropdownPop;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 6px 16px #0f172a0f,0 24px 64px #0f172a29,0 0 0 1px #0f172a0a}.dropdown-head{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 60%,#a855f7 100%);align-items:center;gap:10px;margin:-6px -6px 6px;padding:12px;display:flex;position:relative;overflow:hidden}.dropdown-head:before{content:"";pointer-events:none;background:#ffffff1f;border-radius:50%;width:110px;height:110px;position:absolute;top:-42px;right:-30px}.dropdown-head:after{content:"";pointer-events:none;background:#ffffff14;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-52px;right:38px}.dropdown-avatar{color:#fff;z-index:1;background:#ffffff38;border:2px solid #ffffff8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #1e1b4b40}.dropdown-avatar img{object-fit:cover;width:100%;height:100%;display:block}.dropdown-usertext{z-index:1;min-width:0;position:relative}.dropdown-username{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.3;overflow:hidden}.dropdown-usersub{color:#ffffffc7;margin-top:1px;font-size:11px}.dropdown-item{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:9px;width:100%;padding:8px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.dropdown-item:hover{color:#4f46e5;background:#f5f3ff}.dropdown-item-icon{background:#f3f4f8;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;font-size:14px;transition:background .15s,transform .15s;display:flex}.dropdown-item:hover .dropdown-item-icon{background:#e6e4ff;transform:scale(1.06)}.dropdown-divider{background:#f1f2f6;height:1px;margin:5px 8px}.dropdown-item.danger{color:#dc2626}.dropdown-item.danger:hover{color:#dc2626;background:#fef2f2}.dropdown-item.danger .dropdown-item-icon{background:#fef2f2}.dropdown-item.danger:hover .dropdown-item-icon{background:#fee2e2}.user-overlay{z-index:199;position:fixed;inset:0}.main-layout{min-height:calc(100vh - var(--header-h));min-height:calc(100dvh - var(--header-h));max-width:1600px;margin:0 auto;padding:0 4px;display:flex}.home-aurora{z-index:-1;pointer-events:none;transform:translate3d(var(--px,0px), var(--py,0px), 0);will-change:transform;transition:transform .9s cubic-bezier(.2,.6,.2,1);position:fixed;inset:0;overflow:hidden}.home-aurora i{opacity:.24;will-change:transform;border-radius:50%;animation:16s ease-in-out infinite alternate homeAuroraFloat;position:absolute}.home-aurora i:first-child{background:radial-gradient(circle,#6366f18c 0%,#6366f100 70%);width:520px;height:520px;top:-140px;left:-100px}.home-aurora i:nth-child(2){background:radial-gradient(circle,#a855f78c 0%,#a855f700 70%);width:460px;height:460px;animation-duration:19s;animation-delay:-4s;top:18%;right:-120px}.home-aurora i:nth-child(3){opacity:.18;background:radial-gradient(circle,#38bdf880 0%,#38bdf800 70%);width:340px;height:340px;animation-duration:14s;animation-delay:-8s;bottom:-100px;left:16%}.home-aurora i:nth-child(4){opacity:.16;background:radial-gradient(circle,#f472b680 0%,#f472b600 70%);width:280px;height:280px;animation-duration:17s;animation-delay:-11s;bottom:10%;right:20%}@keyframes homeAuroraFloat{0%{transform:translate(0)scale(1)}to{transform:translate(70px,90px)scale(1.15)}}.home-aurora b{opacity:0;will-change:opacity, transform;background:#818cf8;border-radius:50%;width:6px;height:6px;animation:9s ease-in-out infinite homeStarDrift;position:absolute;box-shadow:0 0 10px 2px #818cf88c}.home-aurora b:first-of-type{animation-delay:0s;top:70%;left:6%}.home-aurora b:nth-of-type(2){background:#c084fc;width:5px;height:5px;animation-duration:11s;animation-delay:1.6s;top:45%;left:12%;box-shadow:0 0 10px 2px #c084fc8c}.home-aurora b:nth-of-type(3){background:#67e8f9;animation-duration:8s;animation-delay:3.2s;top:80%;left:30%;box-shadow:0 0 10px 2px #67e8f98c}.home-aurora b:nth-of-type(4){background:#f0abfc;width:4px;height:4px;animation-duration:10s;animation-delay:.8s;top:55%;left:48%;box-shadow:0 0 10px 2px #f0abfc8c}.home-aurora b:nth-of-type(5){width:5px;height:5px;animation-duration:12s;animation-delay:2.4s;top:85%;left:62%}.home-aurora b:nth-of-type(6){background:#a5b4fc;animation-duration:9.5s;animation-delay:4s;top:60%;left:78%;box-shadow:0 0 12px 3px #a5b4fc99}.home-aurora b:nth-of-type(7){background:#c084fc;width:4px;height:4px;animation-duration:8.5s;animation-delay:1.1s;top:90%;left:90%;box-shadow:0 0 10px 2px #c084fc8c}.home-aurora b:nth-of-type(8){background:#67e8f9;width:5px;height:5px;animation-duration:10.5s;animation-delay:2.9s;top:30%;left:94%;box-shadow:0 0 10px 2px #67e8f98c}.home-aurora b:nth-of-type(9){background:#a5b4fc;width:7px;height:7px;animation-duration:9s;animation-delay:.4s;top:15%;left:3%;box-shadow:0 0 12px 3px #a5b4fc99}.home-aurora b:nth-of-type(10){background:#f0abfc;width:6px;height:6px;animation-duration:10s;animation-delay:2.1s;top:50%;left:2%;box-shadow:0 0 12px 3px #f0abfc99}.home-aurora b:nth-of-type(11){background:#67e8f9;width:5px;height:5px;animation-duration:8.5s;animation-delay:3.7s;top:88%;left:5%;box-shadow:0 0 10px 2px #67e8f98c}.home-aurora b:nth-of-type(12){background:#c084fc;width:7px;height:7px;animation-duration:11s;animation-delay:1.4s;top:20%;left:96%;box-shadow:0 0 12px 3px #c084fc99}.home-aurora b:nth-of-type(13){background:#818cf8;width:6px;height:6px;animation-duration:9.5s;animation-delay:4.6s;top:62%;left:97%;box-shadow:0 0 10px 2px #818cf88c}.home-aurora b:nth-of-type(14){background:#f0abfc;width:5px;height:5px;animation-duration:8s;animation-delay:5.3s;top:92%;left:93%;box-shadow:0 0 10px 2px #f0abfc8c}@keyframes homeStarDrift{0%{opacity:0;transform:translate(0)scale(.6)}20%{opacity:.9}50%{transform:translate(26px,-52px)scale(1.2)}80%{opacity:.9}to{opacity:0;transform:translate(52px,-104px)scale(.6)}}.sidebar{width:196px;top:var(--header-h);height:calc(100vh - var(--header-h));height:calc(100dvh - var(--header-h));scrollbar-width:none;z-index:30;background:#fff;border-right:1px solid #eceef3;flex-shrink:0;align-self:flex-start;padding:14px 0 20px;position:sticky;overflow-y:auto}.sidebar.collapsed{width:48px;padding:12px 4px;overflow:hidden}.sidebar.collapsed.rail-settled{overflow:visible}.sidebar::-webkit-scrollbar{display:none}.sidebar .side-nav{opacity:1;transition:opacity .15s}.sidebar.collapsed .side-nav,.sidebar .side-rail{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s,visibility 0s .15s;position:absolute}.sidebar.collapsed .side-rail{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .15s;position:static}.sidebar-title-text{opacity:1;white-space:nowrap;transition:opacity .15s}.sidebar.collapsed .sidebar-title-text{opacity:0;visibility:hidden;width:0;transition:opacity .15s,visibility 0s .15s,width 0s .15s;overflow:hidden}.sidebar-title-arrow{transition:opacity .15s}.sidebar.animating .side-nav,.sidebar.animating .side-rail,.sidebar.animating .sidebar-title-text,.sidebar.animating .sidebar-title-arrow{transition:opacity .1s;opacity:0!important;pointer-events:none!important}.side-sub-wrap{grid-template-rows:0fr;transition:grid-template-rows .28s cubic-bezier(.4,0,.2,1);display:grid}.side-sub-wrap.open{grid-template-rows:1fr}.side-sub-inner{flex-direction:column;gap:2px;min-height:0;display:flex;overflow:hidden}.sidebar-title{color:#94a3b8;letter-spacing:2px;border-bottom:1px solid #f1f3f7;margin-bottom:8px;padding:2px 16px 12px;font-size:12px;font-weight:700}.side-nav{flex-direction:column;gap:2px;padding:0 10px;display:flex}.side-item{color:#55607a;cursor:pointer;border-radius:9px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;font-weight:500;line-height:1.4;transition:all .18s;display:flex;position:relative}.side-item:hover{color:#4f46e5;background:#f5f3ff;transform:translate(3px)}.side-item.active{color:#fff;background:linear-gradient(90deg,#6366f1,#8b5cf6);font-weight:600;overflow:hidden;box-shadow:0 3px 10px #6366f159}.side-item.active:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000,#ffffff59,#0000);width:45%;animation:3.4s ease-in-out infinite submitBtnSheen;position:absolute;top:0;bottom:0;left:-80%;transform:skew(-18deg)}.side-toggle{color:#c4c8d0;flex-shrink:0;margin-left:auto;font-size:11px;font-weight:700;transition:transform .25s}.side-item:hover .side-toggle{color:#818cf8}.side-sub-item{color:#8a93a6;border-radius:7px;font-size:12px;font-weight:400;padding:6px 12px 6px 36px!important}.side-sub-item:hover{color:#4f46e5;background:#f5f3ff}.side-rail{flex-direction:column;align-items:center;gap:4px;margin-top:10px;display:flex}.rail-cat{position:relative}.rail-icon{cursor:pointer;color:#55607a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.rail-icon:hover{color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#f5f3ff);transform:scale(1.08);box-shadow:0 2px 8px #6366f12e}.rail-cat:hover .rail-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);transform:scale(1.08);box-shadow:0 3px 10px #6366f159}.rail-flyout{z-index:60;padding-left:10px;display:none;position:absolute;top:-6px;left:100%}.rail-cat:hover .rail-flyout{animation:.18s cubic-bezier(.2,.8,.3,1.1) railFlyIn;display:block}@keyframes railFlyIn{0%{opacity:0;transform:translate(-8px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}.rail-flyout-box{scrollbar-width:none;background:#fff;border:1px solid #6366f11a;border-radius:14px;min-width:156px;max-width:230px;max-height:70vh;padding:6px;overflow-y:auto;box-shadow:0 12px 32px #0f172a24,0 2px 8px #0f172a0f}.rail-flyout-box::-webkit-scrollbar{display:none}.rail-flyout-box .side-item{white-space:nowrap;border-radius:9px;padding:8px 12px}.rail-flyout-box .rail-cat-title{color:#1f2937;background:linear-gradient(90deg,#eef2ff,#f5f3ff);margin-bottom:4px;font-weight:600}.rail-flyout-box .rail-cat-title:hover{color:#4f46e5;background:linear-gradient(90deg,#e0e7ff,#ede9fe)}.rail-flyout-box .side-sub-item{padding:7px 12px 7px 32px!important}.rail-flyout-box .side-sub-item:hover{transform:translate(2px)}.side-sub-item.active{color:#4f46e5;background:#ede9fe;font-weight:600}.content{flex:1;min-width:0;padding:16px 14px}.home-sidebar{width:240px;top:var(--header-h);height:calc(100vh - var(--header-h));height:calc(100dvh - var(--header-h));scrollbar-width:none;flex-shrink:0;align-self:flex-start;padding:16px 12px 16px 0;position:sticky;overflow-y:auto}.home-sidebar::-webkit-scrollbar{display:none}.home-search-box{background:#fff;border:1px solid #e8eaf0;border-radius:12px;margin-bottom:18px;transition:all .25s;display:flex;overflow:hidden;box-shadow:0 1px 2px #1018280a}.home-search-box:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 4px #6366f11a,0 4px 16px #1018280f}.home-search-box input{background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 6px 12px 16px;font-size:14px}.home-search-box input::placeholder{color:#9ca3af}.home-search-box button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;padding:12px 16px;font-size:16px;transition:all .2s;display:flex}.home-search-box button:hover{filter:brightness(1.08)}.home-search-box button svg{width:18px;height:18px}.home-stats{background:#fff;border:1px solid #eef0f4;border-radius:16px;margin-bottom:16px;padding:0;transition:box-shadow .2s;animation:.5s backwards fadeUpIn;overflow:hidden;box-shadow:0 1px 2px #1018280a}.home-stats:hover{box-shadow:0 4px 16px #10182812}@keyframes fadeUpIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.stats-grid{grid-template-columns:1fr 1fr;gap:10px;padding:14px;display:grid}.stat-tile{cursor:default;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:5px;padding:12px 8px 10px;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s;display:flex;position:relative;overflow:hidden}.stat-tile:after{content:"";background:var(--sc);opacity:.1;border-radius:50%;width:64px;height:64px;position:absolute;bottom:-22px;right:-18px}.stat-tile:hover{transform:translateY(-2px);box-shadow:0 8px 18px #1018281a}.stat-tile-icon{background:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex;box-shadow:0 2px 6px #1018280f}.stat-tile-info{flex-direction:column;align-items:center;min-width:0;display:flex}.stat-tile-num{color:#1e293b;font-variant-numeric:tabular-nums;font-size:17px;font-weight:800;line-height:1.25}.stat-tile-label{color:#64748b;letter-spacing:.5px;white-space:nowrap;font-size:11px}.stats-actions{gap:10px;padding:2px 14px 14px;display:flex}.stat-btn{text-align:center;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 6px;font-size:13px;font-weight:600;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex}.stat-btn.submit{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f14d}.stat-btn.submit:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 18px #6366f166}.stat-btn.write{color:#4f46e5;background:#fff;border:1px solid #e0e7ff}.stat-btn.write:hover{background:#eef2ff;border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 6px 14px #6366f124}@keyframes contactSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.side-list-skeleton{opacity:0;animation:.25s .12s forwards loaderFade}.side-skeleton-row{border-bottom:1px solid #f5f5f5;align-items:center;gap:8px;padding:7px 0;display:flex}.side-skeleton-row:last-child{border-bottom:none}.bulletin-skeleton{opacity:0;background:#fffdf5;animation:.25s .12s forwards loaderFade}.side-load-fail{color:#c4c8d0;justify-content:center;align-items:center;gap:8px;padding:16px 0;font-size:12px;display:flex}.main-load-fail{color:#9ca3af;background:#fff;border:1px solid #eef0f2;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:240px;font-size:14px;display:flex}.main-load-fail-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;padding:8px 22px;font-size:13px;transition:opacity .2s,transform .2s}.main-load-fail-btn:hover{opacity:.9;transform:translateY(-1px)}.widget-card{background:#fff;border:1px solid #eef0f8;border-radius:12px;margin-bottom:12px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s,border-color .25s;animation:.3s backwards contactSlide;position:relative;overflow:hidden}.widget-card:hover{border-color:#e0e7ff;transform:translateY(-2px);box-shadow:0 10px 24px #6366f129}.widget-card:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000,#8b5cf61a,#0000);width:45%;height:100%;transition:left .65s;position:absolute;top:0;left:-70%;transform:skew(-20deg)}.widget-card:hover:after{left:125%}.widget-head{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1;align-items:center;gap:10px;padding:11px 14px;display:flex;position:relative}.widget-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;box-shadow:0 4px 10px #6366f159}.widget-icon-violet{background:linear-gradient(135deg,#8b5cf6,#d946ef);box-shadow:0 4px 10px #a855f759}.widget-icon svg{width:18px;height:18px}.widget-card:hover .widget-icon{transform:scale(1.1)rotate(-8deg);box-shadow:0 6px 16px #6366f173}.widget-texts{flex-direction:column;flex:1;min-width:0;display:flex}.widget-title{background:linear-gradient(90deg,#4f46e5,#8b5cf6,#d946ef,#8b5cf6,#4f46e5) 0 0/250%;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:13px;font-weight:800;line-height:1.3;animation:8s linear infinite widgetTitleFlow}@keyframes widgetTitleFlow{to{background-position:250%}}.widget-sub{color:#94a3b8;letter-spacing:.3px;margin-top:1px;font-size:10.5px}.widget-arrow{color:#a5b4fc;flex-shrink:0;width:15px;height:15px;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s}.widget-card:hover .widget-arrow{color:#6366f1}.widget-lines:hover .widget-arrow{transform:translate(3px)}.widget-arrow.open{transform:rotate(180deg)}.widget-live{background:#10b981;border-radius:50%;flex-shrink:0;width:7px;height:7px;position:relative}.widget-live:after{content:"";background:#10b981;border-radius:50%;animation:1.8s cubic-bezier(0,0,.2,1) infinite widgetPing;position:absolute;inset:0}@keyframes widgetPing{0%{opacity:.7;transform:scale(1)}80%,to{opacity:0;transform:scale(2.6)}}.contact-list-wrap{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);display:grid}.contact-list-wrap.open{grid-template-rows:1fr}.contact-list{background:linear-gradient(#fafbff,#fafafa);border-radius:0 0 12px 12px;min-height:0;padding:2px 0;overflow:hidden}.contact-empty{text-align:center;color:#9ca3af;padding:14px 16px;font-size:13px}.contact-list-wrap:not(.open) .contact-list{pointer-events:none}.contact-item{cursor:default;align-items:center;gap:10px;padding:9px 16px;transition:background .2s;display:flex;position:relative}.contact-item+.contact-item{border-top:1px solid #6366f10f}.contact-item:hover{background:#fff}.contact-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:17px;transition:transform .2s;display:flex}.contact-item:first-child .contact-icon{background:#e8f5e9}.contact-item:nth-child(2) .contact-icon{background:#e3f2fd}.contact-item:nth-child(3) .contact-icon{background:#fff3e0}.contact-item:nth-child(4) .contact-icon{background:#f3e5f5}.contact-item:nth-child(5) .contact-icon{background:#fce4ec}.contact-item:hover .contact-icon{transform:scale(1.15)}.contact-info{flex:1;min-width:0}.contact-name{color:#374151;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;transition:color .15s;display:block;overflow:hidden}.contact-item:hover .contact-name{color:#6366f1}.contact-val{color:#6366f1;white-space:nowrap;cursor:copy;border-radius:5px;align-items:center;margin-top:1px;margin-left:-3px;padding:1px 3px;font-size:11px;font-weight:500;transition:background .15s;display:flex;overflow:hidden}.contact-val:hover{background:#6366f11f}.contact-val-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.contact-copy-ico{opacity:0;color:#818cf8;flex-shrink:0;width:0;margin-left:0;transition:width .15s,opacity .15s,margin-left .15s}.contact-val:hover .contact-copy-ico{opacity:1;width:11px;margin-left:4px}.contact-qr-float{z-index:1000;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:10px;animation:.18s qrFloatPop;display:flex;position:fixed;transform:translate(-100%,-50%);box-shadow:0 8px 30px #0000002e}@keyframes qrFloatPop{0%{opacity:0;transform:translate(-100%,-50%)scale(.85)}to{opacity:1;transform:translate(-100%,-50%)scale(1)}}.contact-qr-badge{color:#c7d2fe;flex-shrink:0;align-items:center;margin-left:auto;transition:color .2s,transform .2s;display:flex}.contact-item:hover .contact-qr-badge{color:#6366f1;transform:scale(1.1)}.contact-qr-img{object-fit:contain;border:2px solid #e8e0ff;border-radius:8px;width:90px;height:90px}.contact-qr-hint{color:#94a3b8;font-size:10px}.contact-val-tip{z-index:1001;color:#fff;word-break:break-all;pointer-events:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;max-width:260px;padding:5px 10px;font-size:11px;line-height:1.5;animation:.15s valTipPop;position:fixed;transform:translate(-50%,-100%);box-shadow:0 4px 14px #6366f161,0 1px 3px #1018281f}.contact-val-tip:after{content:"";background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:1px;width:8px;height:8px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)rotate(45deg)}@keyframes valTipPop{0%{opacity:0;transform:translate(-50%,-100%)translateY(3px)}to{opacity:1;transform:translate(-50%,-100%)translateY(0)}}.recent-item{color:#555;border-bottom:1px solid #f5f5f5;align-items:center;gap:8px;padding:7px 0;font-size:13px;transition:all .25s cubic-bezier(.4,0,.2,1);animation:.4s backwards slideInRight;display:flex;position:relative}.recent-item:first-child{animation-delay:50ms}.recent-item:nth-child(2){animation-delay:.1s}.recent-item:nth-child(3){animation-delay:.15s}.recent-item:nth-child(4){animation-delay:.2s}.recent-item:nth-child(5){animation-delay:.25s}.recent-item:nth-child(6){animation-delay:.3s}.recent-item:nth-child(7){animation-delay:.35s}.recent-item:nth-child(8){animation-delay:.4s}.recent-item:nth-child(9){animation-delay:.45s}.recent-item:nth-child(10){animation-delay:.5s}.recent-item:hover{color:#4f46e5;background:linear-gradient(90deg,#f5f3ff,#0000);border-bottom-color:#e0dfff;padding-left:12px}.loader{opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:56px 0;animation:.25s .12s forwards loaderFade;display:flex}@keyframes loaderFade{to{opacity:1}}.loader-sm{gap:8px;padding:20px 0}.loader-row{flex-direction:row;gap:10px}.loader.loader-row{padding:16px 0}.loader-orbit{flex-shrink:0;width:52px;height:52px;position:relative}.loader-sm .loader-orbit{width:22px;height:22px}.loader-ring{background:conic-gradient(from 0deg, transparent 0 12%, #6366f1 45%, #22d3ee 75%, transparent 96%);filter:drop-shadow(0 0 3px #6366f14d);border-radius:50%;animation:1s linear infinite loaderSpin;position:absolute;inset:0;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 2px))}.loader-sm .loader-ring{-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2.5px),#000 calc(100% - 1.5px));mask:radial-gradient(farthest-side,#0000 calc(100% - 2.5px),#000 calc(100% - 1.5px))}.loader-comet{animation:1s linear infinite loaderSpin;position:absolute;inset:0}.loader-comet:before{content:"";background:#22d3ee;border-radius:50%;width:6px;height:6px;margin-left:-3px;position:absolute;top:-1.5px;left:50%;box-shadow:0 0 6px 1.5px #22d3ee66}.loader-sm .loader-comet:before{width:4px;height:4px;margin-left:-2px;top:-1px;box-shadow:0 0 4px 1px #22d3ee59}@keyframes loaderSpin{to{transform:rotate(360deg)}}.route-loader{z-index:9000;opacity:0;background:linear-gradient(135deg,#eef0ff 0%,#f7f9ff 55%,#f0f6ff 100%);justify-content:center;align-items:center;animation:.18s .15s forwards routeLoaderIn;display:flex;position:fixed;inset:0}.route-loader.bl-close{animation:.28s forwards routeLoaderOut}.route-loader-ring{border:3px solid #6366f129;border-top-color:#6366f1;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite loaderSpin}@keyframes routeLoaderIn{to{opacity:1}}@keyframes routeLoaderOut{0%{opacity:1}to{opacity:0}}.loader-text{color:#6b7280;letter-spacing:1px;align-items:baseline;font-size:13px;display:inline-flex}.loader-sm .loader-text{color:#9ca3af;font-size:12px}body:has(#boot-loader) .loader{visibility:hidden}.page-fade{animation:.38s cubic-bezier(.22,.61,.36,1) backwards pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes slideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.recent-dot{background:#4f46e5;border-radius:50%;flex-shrink:0;width:7px;height:7px;position:relative}.side-logo-wrap{flex-shrink:0;width:16px;height:16px;position:relative}.side-logo-wrap img{object-fit:cover;background:#fff;border-radius:3px;width:16px;height:16px;position:absolute;inset:0}.side-logo-fallback{color:#fff;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:3px;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex}.recent-dot:after{content:"";background:#4f46e54d;border-radius:50%;animation:2s infinite dotPulse;position:absolute;inset:-3px}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:0;transform:scale(2)}}.recent-item:first-child .recent-dot{background:#e91e63}.recent-item:first-child .recent-dot:after{background:#e91e634d;animation-delay:0s}.recent-item:nth-child(2) .recent-dot{background:#ff9800}.recent-item:nth-child(2) .recent-dot:after{background:#ff98004d;animation-delay:.4s}.recent-item:nth-child(3) .recent-dot{background:#4caf50}.recent-item:nth-child(3) .recent-dot:after{background:#4caf504d;animation-delay:.8s}.recent-item:nth-child(4) .recent-dot{background:#2196f3}.recent-item:nth-child(4) .recent-dot:after{background:#2196f34d;animation-delay:1.2s}.recent-item:nth-child(5) .recent-dot{background:#9c27b0}.recent-item:nth-child(5) .recent-dot:after{background:#9c27b04d;animation-delay:1.6s}.recent-item:nth-child(6) .recent-dot{background:#00bcd4}.recent-item:nth-child(6) .recent-dot:after{background:#00bcd44d;animation-delay:2s}.recent-item:nth-child(7) .recent-dot{background:#ff5722}.recent-item:nth-child(7) .recent-dot:after{background:#ff57224d;animation-delay:2.4s}.recent-item:nth-child(8) .recent-dot{background:#3f51b5}.recent-item:nth-child(8) .recent-dot:after{background:#3f51b54d;animation-delay:2.8s}.recent-item:nth-child(9) .recent-dot{background:#e91e63}.recent-item:nth-child(9) .recent-dot:after{background:#e91e634d;animation-delay:3.2s}.recent-item:nth-child(10) .recent-dot{background:#ff9800}.recent-item:nth-child(10) .recent-dot:after{background:#ff98004d;animation-delay:3.6s}.mobile-drawer{display:none}@media (width>=769px){.mobile-nav-bar,.mobile-overlay,.mobile-drawer{display:none!important}}.mobile-sub-nav{display:none}@media (width<=768px){.main-layout{flex-direction:column}.sidebar{display:none!important}.mobile-sub-nav{z-index:100;background:#fff;border-top:1px solid #f0f0f0;justify-content:center;gap:4px;padding:8px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000000f}.mobile-sub-nav a{color:#6b7280;white-space:nowrap;border-radius:8px;flex-shrink:0;padding:8px 18px;font-size:13px;font-weight:500;text-decoration:none}.mobile-sub-nav a.active{color:#6366f1;background:#f5f3ff}.content{padding:12px 10px 100px}.home-sidebar{display:none!important}.home-banner-wrap{margin-bottom:16px!important}.link-card,.skeleton-card{gap:8px;padding:10px 12px}.header-inner{grid-template-rows:auto auto;row-gap:6px;height:auto;padding:6px 12px}.top-nav{display:none}.logo{font-size:17px}.mobile-nav-bar{z-index:200;padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:#fffffff7;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #10182814}.mobile-nav-item{color:#8a93a6;cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:2px 0;font-size:11px;transition:color .18s,transform .12s;display:flex}.mobile-nav-item:active{transform:scale(.9)}.mobile-nav-item.active{color:#4f46e5;font-weight:600}.mobile-nav-item svg{width:21px;height:21px}.mobile-nav-ico{border-radius:999px;justify-content:center;align-items:center;width:42px;height:27px;transition:background .18s;display:flex}.mobile-nav-item.active .mobile-nav-ico{background:#eef2ff}.mobile-nav-item.nav-cta{color:#4f46e5;font-weight:600}.mobile-nav-item.nav-cta .mobile-nav-ico{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 3px 10px #6366f159}.mobile-nav-item.nav-cta:active .mobile-nav-ico{box-shadow:0 1px 4px #6366f14d}.mobile-drawer{z-index:300;background:#fff;width:min(260px,85vw);transition:transform .25s;display:block;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:2px 0 12px #0000001a}.mobile-drawer.open{transform:translate(0)}.mobile-drawer::-webkit-scrollbar{width:2px}.mobile-drawer::-webkit-scrollbar-thumb{background:#00000024;border-radius:2px}.mobile-drawer::-webkit-scrollbar-track{background:0 0}.mobile-drawer .side-nav{padding:16px 0}.mobile-drawer .side-item{border-left:none;padding:10px 20px}.mobile-drawer .side-item.active{border-left:3px solid #4f46e5}.mobile-overlay{z-index:299;background:#0000004d;display:none;position:fixed;inset:0}.mobile-overlay.open{display:block}input,textarea,select{font-size:16px!important}}.site-footer{background:#fff;border-top:1px solid #f0f0f0;width:100%;margin-top:8px}.footer-main{justify-content:space-between;align-items:flex-start;gap:64px;max-width:1600px;margin:0 auto;padding:40px 4px 32px;display:flex}.footer-brand{flex:1;min-width:0;max-width:460px}.footer-brand-name{color:#1f2937;align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.footer-brand-logo{object-fit:cover;border-radius:8px;width:30px;height:30px}.footer-desc{color:#9ca3af;margin:12px 0 0;font-size:13px;line-height:1.7}.footer-col{flex-direction:column;gap:10px;min-width:110px;display:flex}.footer-col-title{color:#374151;margin-bottom:4px;font-size:14px;font-weight:600}.footer-col a{color:#6b7280;width:fit-content;font-size:13px;text-decoration:none;transition:color .15s}.footer-col a:hover{color:#4f46e5}.footer-bottom{text-align:left;color:#9ca3af;border-top:1px solid #f3f4f6;padding:16px max(4px,50% - 796px);font-size:12px}@media (width<=768px){.site-footer{display:none}}@keyframes pfFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.pf-hero{color:#fff;background:linear-gradient(120deg,#4f46e5,#7c3aed 55%,#a855f7);border-radius:18px;align-items:center;gap:26px;margin-bottom:22px;padding:34px 36px;animation:.5s backwards pfFadeUp;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #6366f147}.pf-hero:before{content:"";background:#ffffff14;border-radius:50%;width:340px;height:340px;position:absolute;top:-170px;right:-70px}.pf-hero:after{content:"";background:#ffffff0f;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-110px;right:200px}.pf-hero>*{z-index:1;position:relative}.pf-avatar{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff38;border:3px solid #ffffff73;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;font-size:34px;font-weight:800;display:flex;box-shadow:0 6px 18px #00000026}.pf-avatar-mask{color:#fff;text-align:center;letter-spacing:.5px;opacity:0;background:#00000073;padding:5px 0 7px;font-size:11px;font-weight:500;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.pf-avatar:hover .pf-avatar-mask{opacity:1}.pf-name{letter-spacing:.3px;align-items:center;gap:10px;margin:0;font-size:24px;font-weight:800;display:flex}.pf-name-edit{cursor:pointer;color:#fff;background:#ffffff29;border:none;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:500;transition:background .2s}.pf-name-edit:hover{background:#ffffff52}.pf-username{color:#ffffffc7;margin-top:6px;font-size:13px}.pf-chips{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.pf-chip{color:#fffffff0;background:#ffffff24;border:1px solid #fff3;border-radius:999px;align-items:center;gap:6px;padding:5px 13px;font-size:12px;display:inline-flex}.pf-nick-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pf-nick-input{color:#fff;background:#ffffff24;border:2px solid #ffffff80;border-radius:10px;outline:none;width:200px;padding:9px 14px;font-size:16px;font-weight:700;transition:border-color .2s,background .2s}.pf-nick-input:focus{background:#ffffff38;border-color:#fff}.pf-btn-glass{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #fff6;border-radius:10px;padding:9px 18px;font-size:13px;transition:background .2s}.pf-btn-glass:hover{background:#ffffff47}.pf-btn-white{color:#4f46e5;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:700;transition:transform .15s,box-shadow .2s}.pf-btn-white:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0000002e}.pf-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px;display:grid}.pf-stat{background:#fff;border:1px solid #f0f1f5;border-radius:14px;align-items:center;gap:14px;padding:18px 20px;transition:transform .2s,box-shadow .2s;animation:.5s backwards pfFadeUp;display:flex}.pf-stat:nth-child(2){animation-delay:60ms}.pf-stat:nth-child(3){animation-delay:.12s}.pf-stat:hover{transform:translateY(-3px);box-shadow:0 10px 24px #6366f11f}.pf-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:21px;display:flex}.pf-stat-num{color:#1e293b;font-variant-numeric:tabular-nums;font-size:22px;font-weight:800;line-height:1.2}.pf-stat-label{color:#8b93a7;margin-top:2px;font-size:12px}.pf-section{background:#fff;border:1px solid #f0f1f5;border-radius:14px;margin-bottom:18px;animation:.5s .12s backwards pfFadeUp;overflow:hidden}.pf-section-head{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:16px 22px;transition:background .2s;display:flex}.pf-section-head:hover{background:#fafaff}.pf-section-title{color:#1f2937;align-items:center;gap:10px;font-size:15px;font-weight:700;display:flex}.pf-section-title-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;display:flex}.pf-section-arrow{color:#c4c8d0;font-size:12px;transition:transform .25s}.pf-section-arrow.open{transform:rotate(180deg)}.pf-collapse{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);display:grid}.pf-collapse.open{grid-template-rows:1fr}.pf-collapse-inner{min-height:0;overflow:hidden}.pf-section-body{padding:2px 22px 20px}.pf-input{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;padding:11px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.pf-input:focus{border-color:#818cf8;box-shadow:0 0 0 4px #6366f11f}.pf-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;padding:11px 0;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #6366f147}.pf-btn-primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 8px 18px #6366f161}.pf-btn-primary:disabled{opacity:.6;cursor:default}.pf-pwd-wrap{display:flex;position:relative}.pf-pwd-wrap .pf-input{width:100%;padding-right:42px}.pf-pwd-eye{cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;transition:opacity .15s,background .15s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.pf-pwd-eye:hover{opacity:1;background:#f1f2f6}.pf-pwd-form{flex-direction:column;gap:16px;max-width:460px;display:flex}.pf-field{flex-direction:column;gap:6px;min-width:0;display:flex}.pf-label{color:#4b5563;font-size:13px;font-weight:600}.pf-input.error{border-color:#f87171}.pf-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.pf-err{color:#ef4444;font-size:12px;line-height:1.4}.pf-hint{color:#9ca3af;font-size:12px;line-height:1.4}.pf-strength{align-items:center;gap:10px;display:flex}.pf-strength-bars{flex:1;gap:4px;display:flex}.pf-strength-bars i{background:#eceef3;border-radius:2px;flex:1;height:4px;transition:background .25s}.pf-strength-text{text-align:right;min-width:28px;font-size:12px;font-weight:700}.pf-btn-code{color:#5b61e8;cursor:pointer;white-space:nowrap;background:#eef0fe;border:1.5px solid #dfe2fd;border-radius:10px;padding:0 16px;font-size:13px;font-weight:600;transition:all .2s}.pf-btn-code:hover:not(:disabled){background:#e2e5fd;border-color:#c6cbf9}.pf-btn-code:disabled{opacity:.55;cursor:default}.pf-pwd-submit{margin-top:4px}.pf-badge{color:#8b93a7;background:#f1f2f6;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:600}.pf-badge.full{color:#ef4444;background:#fef2f2}.pf-contact-row{background:#fafbfc;border:1px solid #f0f1f3;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;transition:all .18s;display:flex}.pf-contact-row:hover{background:#fff;border-color:#e3e0ff;box-shadow:0 4px 12px #6366f114}.pf-contact-row.editing{background:#f5f3ff;border-color:#ddd6fe}.pf-contact-icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.pf-contact-icon svg{width:19px;height:19px}.pf-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:background .15s,transform .15s;display:flex}.pf-icon-btn:hover{background:#eef0ff;transform:scale(1.12)}.pf-type-sel{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:6px;width:100%;padding:8px 10px;font-size:13px;transition:border-color .2s,box-shadow .2s;display:flex}.pf-type-sel svg{flex-shrink:0;width:14px;height:14px}.pf-type-sel:hover{border-color:#c7d2fe}.pf-type-sel.open,.pf-type-sel:focus-visible{border-color:#818cf8;outline:none;box-shadow:0 0 0 4px #6366f11f}.pf-type-sel-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pf-type-sel-arrow{color:#9ca3af;flex-shrink:0;margin-left:auto;font-size:9px;transition:transform .18s}.pf-type-sel.open .pf-type-sel-arrow{transform:rotate(180deg)}.pf-type-panel{z-index:1000;background:#fff;border:1px solid #ede9fe;border-radius:12px;padding:5px;animation:.14s pfTypeIn;box-shadow:0 12px 32px #4c1d9524,0 2px 8px #0000000f}@keyframes pfTypeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.pf-type-item{color:#374151;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;transition:background .12s;display:flex}.pf-type-item svg{flex-shrink:0;width:15px;height:15px}.pf-type-item:hover{background:#f5f3ff}.pf-type-item.current{color:#4f46e5;background:#eef2ff;font-weight:600}.pf-type-item.disabled{opacity:.45;cursor:not-allowed}.pf-type-item.disabled:hover{background:0 0}.pf-type-taken{color:#b6b6c3;margin-left:auto;font-size:11px}.pf-type-check{color:#6366f1;margin-left:auto;font-weight:700}.pf-addbox{background:#fcfcfd;border:1.5px dashed #e0e2e8;border-radius:12px;margin-top:4px;padding:14px}.pf-chip-preset{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:5px;padding:5px 13px;font-size:12px;transition:all .15s;display:inline-flex}.pf-chip-preset svg{flex-shrink:0;width:13px;height:13px}.pf-chip-preset:hover{color:#4f46e5;border-color:#c7d2fe}.pf-chip-preset.active{color:#6366f1;background:#f5f3ff;border-color:#6366f1;font-weight:600}.pf-limit-hint{color:#ef4444;text-align:center;background:#fffbfb;border:1.5px dashed #fecaca;border-radius:12px;margin-top:4px;padding:12px;font-size:13px}.pf-empty{text-align:center;padding:18px 0 10px}.pf-secure-note{color:#c4c8d0;align-items:center;gap:5px;margin-top:10px;font-size:12px;display:flex}.pf-char-hint{color:#c4c8d0;text-align:right;margin-top:3px;padding-right:2px;font-size:11px;line-height:1.2}.pf-vis-row{background:#fafafd;border:1px solid #f0f0f4;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex}.pf-switch{cursor:pointer;background:#d1d5db;border:none;border-radius:999px;flex-shrink:0;width:40px;height:22px;padding:0;transition:background .2s;position:relative}.pf-switch.on{background:#6366f1}.pf-switch:disabled{opacity:.6;cursor:wait}.pf-switch-dot{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #00000026}.pf-switch.on .pf-switch-dot{left:21px}.pf-fav-row{color:#374151;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-size:14px;text-decoration:none;transition:background .15s;display:flex}.pf-fav-row:hover{background:#f5f3ff}.pf-fav-row .pf-fav-title{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.pf-fav-row .pf-fav-desc{color:#c4c8d0;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;max-width:40%;font-size:12px;overflow:hidden}.pf-logout{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #fee2e2;border-radius:9px;width:100%;padding:9px 0;font-size:12px;font-weight:500;transition:all .2s}.pf-logout:hover{background:#fef2f2;border-color:#fecaca}@media (width<=768px){.pf-hero{text-align:center;flex-direction:column;gap:16px;padding:28px 20px}.pf-name,.pf-chips,.pf-nick-row{justify-content:center}.pf-stats{grid-template-columns:1fr 1fr}.pf-stat:last-child{grid-column:1/-1}.pf-section-head,.pf-section-body{padding-left:16px;padding-right:16px}}.bulletins{background:linear-gradient(90deg,#fffdf5,#fff8e6 60%,#fff3d6);border:1px solid #fde9c0;border-radius:14px;align-items:center;gap:10px;height:48px;margin-bottom:20px;padding:0 12px 0 14px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #eab30814}.bulletins:before{content:"";background:linear-gradient(#fbbf24,#f59e0b);width:3px;position:absolute;top:0;bottom:0;left:0}.bulletin-tag{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;animation:2.5s infinite bulletinPulse;display:flex;box-shadow:0 3px 8px #f59e0b59}@keyframes bulletinPulse{0%,to{box-shadow:0 3px 8px #f59e0b59,0 0 #f59e0b59}50%{box-shadow:0 3px 8px #f59e0b59,0 0 0 6px #f59e0b00}}.bulletin-label{color:#b45309;letter-spacing:1px;border-right:1px solid #f5e3b8;flex-shrink:0;padding-right:10px;font-size:12px;font-weight:700}.bulletin-marquee{flex:1;min-width:0;height:48px;position:relative;overflow:hidden}.bulletin-track{transition:transform .5s cubic-bezier(.4,0,.2,1)}.bulletin-item{color:#92610e;align-items:center;gap:8px;height:48px;padding:0 4px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.bulletin-item-title{text-overflow:ellipsis;white-space:nowrap;transition:color .15s;overflow:hidden}.bulletin-item-title:before{content:"";vertical-align:2px;background:#f59e0b;border-radius:50%;width:4px;height:4px;margin-right:8px;display:inline-block}.bulletin-item:hover .bulletin-item-title{color:#d97706}.bulletin-new{letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,#fb7185,#ef4444);border-radius:999px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:800;box-shadow:0 2px 5px #ef44444d}.bulletin-date{color:#c9a15a;font-variant-numeric:tabular-nums;flex-shrink:0;margin-left:auto;font-size:11px}.bulletin-ctrl{border-left:1px solid #f5e3b8;flex-shrink:0;align-items:center;gap:4px;padding-left:10px;display:flex}.bulletin-counter{color:#c9a15a;font-variant-numeric:tabular-nums;margin-right:2px;font-size:11px}.bulletin-arrow{color:#b45309;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:all .15s;display:flex}.bulletin-arrow:hover{color:#92610e;background:#fde9c0}.bulletin-arrow:active{transform:scale(.92)}@media (width<=768px){.bulletins{gap:8px;padding:0 8px 0 12px}.bulletin-label,.bulletin-date,.bulletin-counter{display:none}}.cat-section{content-visibility:auto;contain-intrinsic-size:auto 110px;background:#fff;border:1px solid #eef0f4;border-radius:16px;margin-bottom:22px;padding:20px 18px;scroll-margin-top:72px;transition:box-shadow .25s;box-shadow:0 1px 3px #1018280a}.cat-section:hover{box-shadow:0 4px 16px #1018280f}.home-content>.cat-section:last-child{margin-bottom:0}.cat-header{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:16px;display:flex}.cat-title{color:#0f172a;white-space:nowrap;letter-spacing:-.2px;align-items:center;gap:8px;min-width:0;max-width:100%;margin:0;font-size:16px;font-weight:700;display:flex}.cat-title-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.catpage{padding-top:28px;padding-bottom:60px}.catpage-hero{background:linear-gradient(115deg,#eef2ff 0%,#f5f3ff 45%,#fdf4ff 100%);border:1px solid #6366f129;border-radius:20px;align-items:center;gap:16px;margin-bottom:20px;padding:22px 26px;animation:.45s backwards pfFadeUp;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #6366f11f,inset 0 1px #ffffffd9}.catpage-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f13d,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;top:-90px;right:120px}.catpage-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#d946ef2e,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;bottom:-75px;right:-30px}.catpage-hero-icon{z-index:1;background:#ffffffeb;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;box-shadow:0 6px 18px #6366f138,inset 0 1px #fff}.catpage-hero-title{z-index:1;letter-spacing:.5px;background:linear-gradient(90deg,#4f46e5,#9333ea,#d946ef,#4f46e5) 0 0/300%;color:#0000;-webkit-background-clip:text;background-clip:text;min-width:0;margin:0;font-size:24px;font-weight:800;animation:7s linear infinite articlesTitleFlow;position:relative}.catpage-hero-title-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.catpage-hero-count{z-index:1;color:#fff;letter-spacing:.3px;white-space:nowrap;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:999px;flex-shrink:0;margin-left:auto;padding:5px 16px;font-size:12.5px;font-weight:700;position:relative;box-shadow:0 3px 12px #8b5cf659}.catpage-hero-count b{font-size:14px}.catpage .link-card{background:#fff;border:1px solid #eef0f6;box-shadow:0 1px 3px #1018280d}.catpage .link-card:after{box-shadow:0 14px 30px #6366f12e,0 2px 6px #1018280d}.catpage .link-card:hover{border-color:#ddd6fe;transform:translateY(-3px)}.catpage .link-logo{transition:transform .25s}.catpage .link-card:hover .link-logo{transform:scale(1.12)}.catpage .link-card:hover .link-goto{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}@media (width<=640px){.catpage-hero{border-radius:16px;gap:12px;margin-bottom:14px;padding:16px 18px}.catpage-hero-icon{border-radius:14px;width:48px;height:48px}.catpage-hero-title{font-size:19px}.catpage-hero-count{padding:4px 12px}}.cat-tabs{scrollbar-width:none;cursor:grab;background:#f4f5f9;border-radius:10px;flex:1;gap:2px;min-width:0;margin:0;padding:4px;list-style:none;display:flex;overflow-x:auto}.cat-tabs::-webkit-scrollbar{display:none}.cat-tab{color:#64748b;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;z-index:1;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .18s;display:inline-flex;position:relative}.cat-tab:hover{color:#4f46e5;background:#fff}.cat-tab.active{color:#fff;background:linear-gradient(90deg,#6366f1,#8b5cf6);font-weight:600;box-shadow:0 2px 8px #6366f159}@media (width<=768px){.cat-section{box-shadow:none;border:none;border-bottom:1px solid #f0f0f0;border-radius:0;margin-bottom:14px;padding:12px 10px}.cat-header{gap:8px}.cat-title{font-size:14px}.cat-tab{padding:5px 12px;font-size:12px}}.section-skeleton{opacity:0;padding:10px 0;animation:.25s .12s forwards loaderFade}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-card{background:#f5f6f8;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;padding:12px 14px;animation:1.8s ease-in-out infinite skeletonPulse;display:flex;box-shadow:inset 0 2px 4px #10182812,inset 0 -1px #fffc}.catpage .skeleton-card{background:#fff;border-color:#eef0f6;box-shadow:0 1px 3px #1018280d}.skeleton-card:nth-child(2){animation-delay:.1s}.skeleton-card:nth-child(3){animation-delay:.2s}.skeleton-card:nth-child(4){animation-delay:.3s}.skeleton-card:nth-child(5){animation-delay:.4s}.skeleton-card:nth-child(6){animation-delay:.5s}.skeleton-avatar{background:linear-gradient(110deg,#eef0f6 30%,#e2e7fa 50%,#eef0f6 70%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:34px;height:34px;animation:1.8s ease-in-out infinite shimmer}.skeleton-line{background:linear-gradient(110deg,#eef0f6 30%,#e2e7fa 50%,#eef0f6 70%) 0 0/200% 100%;border-radius:6px;height:12px;animation:1.8s ease-in-out infinite shimmer}.skeleton-line:first-of-type{width:75%;margin-bottom:8px}.skeleton-line:last-of-type{width:45%}.skeleton-card .skeleton-line:first-of-type{width:60%;height:13px;margin-bottom:5px}.skeleton-card .skeleton-line:last-of-type{width:38%;height:12px}.link-card{background:#f5f6f8;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;min-width:0;padding:12px 14px;transition:background-color .22s cubic-bezier(.4,0,.2,1),border-color .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible;box-shadow:inset 0 2px 4px #10182812,inset 0 -1px #fffc}.link-card:after{content:"";opacity:0;pointer-events:none;border-radius:12px;transition:opacity .22s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;box-shadow:0 10px 24px #6366f124,0 2px 6px #1018280f}.link-card:hover{z-index:5;background:#fff;border-color:#eef0f4;transform:translateY(-2px)}.link-card:hover:after{opacity:1}.link-logo-wrap{flex-shrink:0;width:34px;height:34px;position:relative}.link-logo-blur{filter:blur(6px)saturate(1.4);opacity:0;visibility:hidden;z-index:0;background-position:50%;background-size:cover;border-radius:50%;transition:opacity .25s,visibility .25s;position:absolute;inset:-4px}.link-card:hover .link-logo-blur{opacity:.5;visibility:visible}.link-logo{object-fit:cover;z-index:1;background:#fff;border-radius:50%;flex-shrink:0;width:34px;height:34px;position:relative;box-shadow:0 1px 3px #0000000f}.link-logo-fallback{color:#fff;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#6366f1,#a855f7);justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.link-logo-top{position:absolute;inset:0}.link-info{flex:1;min-width:0;overflow:hidden}.link-title{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;transition:color .18s;display:block;overflow:hidden}.link-card:hover .link-title{color:#4f46e5}.link-desc{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.link-goto{color:#9ca3af;opacity:0;white-space:nowrap;z-index:2;background:#f3f4f6;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .35s cubic-bezier(.34,1.56,.64,1),transform .35s cubic-bezier(.34,1.56,.64,1),background-color .35s,color .35s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)scale(.5)}.link-card:hover .link-goto{opacity:1;transform:translateY(-50%)scale(1)}.link-goto:after{content:"直达";transform-origin:0;color:#fff;letter-spacing:.5px;white-space:nowrap;opacity:0;pointer-events:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;padding:6px 10px;font-size:11px;font-weight:500;line-height:1;transition:opacity .18s,transform .18s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:calc(100% + 8px);transform:translate(-4px,-50%)scale(.9);box-shadow:0 4px 14px #6366f161,0 1px 3px #1018281f}.link-goto:before{content:"";opacity:0;pointer-events:none;border:5px solid #0000;border-right-color:#6366f1;transition:opacity .18s,transform .18s;position:absolute;top:50%;left:calc(100% - 2px);transform:translate(-3px,-50%)}.link-goto:hover:after,.link-goto:hover:before{opacity:1;transform:translateY(-50%)scale(1)}.link-goto svg{flex-shrink:0;width:12px;height:12px}.link-container.grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.link-container.grid>*{min-width:0}@media (width<=1200px){.link-container.grid{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.link-container.grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.link-container.grid{grid-template-columns:repeat(2,1fr)}}.link-container.grid .link-card{animation:.35s backwards cardFadeIn}.link-container.grid.switching{opacity:.7;transition:opacity .12s}.link-container.grid:not(.switching) .link-card:first-child{animation-delay:0s}.link-container.grid:not(.switching) .link-card:nth-child(2){animation-delay:20ms}.link-container.grid:not(.switching) .link-card:nth-child(3){animation-delay:40ms}.link-container.grid:not(.switching) .link-card:nth-child(4){animation-delay:60ms}.link-container.grid:not(.switching) .link-card:nth-child(5){animation-delay:80ms}.link-container.grid:not(.switching) .link-card:nth-child(6){animation-delay:.1s}.link-container.grid:not(.switching) .link-card:nth-child(7){animation-delay:.12s}.link-container.grid:not(.switching) .link-card:nth-child(8){animation-delay:.14s}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.is-reload .link-container.grid .link-card,.is-reload .home-stats,.is-reload .recent-item:not(.refreshing-list.list-refreshed *),.is-reload .pf-hero,.is-reload .pf-stat,.is-reload .pf-section,.is-reload .mp-hero,.is-reload .mp-card,.is-reload .mp-empty,.is-reload .srch-card,.is-reload .catpage-hero,.is-reload .sip-hero,.is-reload .sip-card,.is-reload .sip-card>*,.is-reload .submit-card>*{animation:none!important}.cat-loading-bar{grid-column:1/-1;justify-content:center;align-items:center;display:flex}.articles-head{background:linear-gradient(115deg,#eef2ff 0%,#f5f3ff 45%,#fdf4ff 100%);border:1px solid #6366f129;border-radius:18px;align-items:center;gap:12px;margin-bottom:22px;padding:18px 22px;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 24px #6366f11a,inset 0 1px #ffffffd9}.articles-head:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f138,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-70px;right:90px}.articles-head:after{content:"";pointer-events:none;background:radial-gradient(circle,#d946ef29,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;bottom:-60px;right:-25px}.articles-title{z-index:1;letter-spacing:.5px;background:linear-gradient(90deg,#4f46e5,#9333ea,#d946ef,#4f46e5) 0 0/300%;color:#0000;-webkit-background-clip:text;background-clip:text;align-items:center;gap:10px;min-width:0;margin:0;font-size:21px;font-weight:800;animation:7s linear infinite articlesTitleFlow;display:flex;position:relative}.articles-title:before{content:"";background:linear-gradient(#6366f1,#a855f7);border-radius:3px;flex-shrink:0;width:6px;height:22px;box-shadow:0 2px 8px #6366f173}.articles-title-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@keyframes articlesTitleFlow{to{background-position:300%}}.articles-count{z-index:1;color:#fff;letter-spacing:.3px;white-space:nowrap;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:999px;flex-shrink:0;margin-left:auto;padding:4px 14px;font-size:12px;font-weight:700;position:relative;box-shadow:0 3px 12px #8b5cf659}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.art-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;transition:transform .28s cubic-bezier(.2,.6,.2,1),box-shadow .28s,border-color .28s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #1e293b0a}.art-card:hover{border-color:#ddd6fe;transform:translateY(-4px);box-shadow:0 16px 38px #6366f12e}.art-card:after{content:"→";color:#8b5cf6;opacity:0;z-index:3;pointer-events:none;font-size:16px;font-weight:700;transition:transform .25s cubic-bezier(.2,.6,.2,1),opacity .25s;position:absolute;top:50%;right:12px;transform:translate(6px,-50%)}.art-card:hover:after{opacity:1;transform:translateY(-50%)}.art-thumb{background-color:#eef2ff;flex-shrink:0;width:168px;position:relative;overflow:hidden}.art-thumb-img{background-position:50%;background-size:cover;transition:transform .5s cubic-bezier(.2,.6,.2,1),filter .28s;position:absolute;inset:0}.art-card:hover .art-thumb-img{filter:brightness(1.06)saturate(1.1);transform:scale(1.08)}.art-thumb-placeholder{color:#a5b4fc;background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 55%,#fdf4ff 100%);justify-content:center;align-items:center;width:100%;height:100%;min-height:124px;font-size:36px;transition:transform .5s cubic-bezier(.2,.6,.2,1);display:flex;position:relative;overflow:hidden}.art-card:hover .art-thumb-placeholder{transform:scale(1.05)}.art-thumb-placeholder:before{content:"";filter:blur(20px);background:#6366f129;border-radius:50%;width:92px;height:92px;position:absolute;top:-24px;left:-18px}.art-thumb-placeholder:after{content:"";filter:blur(18px);background:#d946ef24;border-radius:50%;width:72px;height:72px;position:absolute;bottom:-18px;right:-12px}.art-info{flex-direction:column;flex:1;padding:18px 34px 14px 20px;display:flex;overflow:hidden}.art-title{color:#1e293b;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-height:2.9em;margin:0 0 auto;font-size:15px;font-weight:700;line-height:1.45;transition:color .2s;display:-webkit-box;overflow:hidden}.art-card:hover .art-title{color:#4f46e5}.art-desc{color:#8a94a6;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-height:3.3em;margin:0 0 auto;font-size:12.5px;line-height:1.65;display:-webkit-box;overflow:hidden}.art-meta{color:#a6aebc;border-top:1px solid #f1f3f9;flex-wrap:nowrap;align-items:center;gap:6px 12px;margin-top:12px;padding-top:10px;font-size:11.5px;display:flex;overflow:hidden}.art-meta-item{white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.art-meta-item:has(.art-author-name){flex-shrink:1;min-width:0}.art-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:inline-flex;overflow:hidden}.art-avatar img{object-fit:cover;width:100%;height:100%;display:block}.art-author-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:110px;overflow:hidden}.hover-tip{z-index:9999;color:#fff;white-space:pre-wrap;word-break:break-word;pointer-events:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;padding:8px 12px;font-size:12.5px;line-height:1.6;animation:.15s hoverTipIn;position:fixed;box-shadow:0 4px 14px #6366f161,0 1px 3px #1018281f}.hover-tip:after{content:"";left:var(--arrow-x,18px);background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:2px;width:9px;height:9px;position:absolute;transform:translate(-50%)rotate(45deg)}.hover-tip--up:after{bottom:-4px}.hover-tip--down:after{top:-4px}@keyframes hoverTipIn{0%{opacity:0}to{opacity:1}}.articles-pager{justify-content:center;align-items:center;gap:10px;margin-top:36px;display:flex}.articles-main{padding:20px 24px}@media (width<=768px){.articles-main{padding:12px 10px 100px}}.pager-btn{cursor:pointer;color:#5f6b7a;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:9px 22px;font-size:13px;font-weight:500;transition:all .2s}.pager-btn:hover:not(:disabled){color:#4f46e5;background:#f5f3ff;border-color:#c4b5fd;box-shadow:0 4px 12px #6366f11f}.pager-btn:disabled{color:#cbd5e1;cursor:default;background:#fafafc}.pager-info{color:#9ca3af;font-variant-numeric:tabular-nums;padding:0 6px;font-size:13px}@media (width<=768px){.articles-grid{grid-template-columns:1fr;gap:12px}.articles-head{border-radius:14px;padding:14px 16px}.articles-title{font-size:17px}.articles-title:before{height:18px}.art-thumb{width:120px;min-height:100px}.art-info{padding:12px 14px}.art-card:after{display:none}}.article-detail-page{max-width:800px;margin:0 auto;padding:30px 20px}.article-author-row{border-bottom:1px solid #f0f0f0;align-items:center;gap:14px;margin-bottom:24px;padding:20px 0;display:flex}.author-avatar-lg{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;font-weight:700;display:flex}.author-info-col{flex-direction:column;gap:4px;display:flex}.author-name{color:#333;font-size:15px;font-weight:600}.author-date-row{color:#999;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.dot-sep{color:#ddd}.user-card-mask{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f0f1e73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.user-card{text-align:center;background:#fff;border-radius:16px;width:300px;max-width:calc(100vw - 48px);padding:28px 24px 22px;animation:.18s ease-out userCardIn;position:relative;box-shadow:0 20px 50px #0003}@keyframes userCardIn{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:none}}.user-card-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:4px;font-size:22px;line-height:1;position:absolute;top:8px;right:12px}.user-card-close:hover{color:#4b5563}.user-card-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 12px;font-size:30px;font-weight:700;display:flex;overflow:hidden;box-shadow:0 6px 16px #6366f14d}.user-card-avatar img{object-fit:cover;width:100%;height:100%;display:block}.user-card-name{color:#1f2937;margin-bottom:6px;font-size:17px;font-weight:700}.user-card-meta{color:#9ca3af;border-top:1px solid #f3f4f6;justify-content:center;gap:16px;padding-top:12px;font-size:12px;display:flex}.user-card-more{color:#4f46e5;background:#f5f6ff;border-radius:8px;margin-top:14px;padding:8px 0;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.user-card-more:hover{background:#ebeaff}.up-hero{background:linear-gradient(115deg,#eef2ff 0%,#f5f3ff 45%,#fdf4ff 100%);border:1px solid #6366f129;border-radius:20px;align-items:center;gap:26px;margin-bottom:24px;padding:30px 34px;animation:.45s backwards pfFadeUp;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #6366f11f,inset 0 1px #ffffffd9}.up-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f133,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;top:-80px;right:110px}.up-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#d946ef26,#0000 70%);border-radius:50%;width:140px;height:140px;position:absolute;bottom:-70px;right:-30px}.up-avatar{z-index:1;color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:104px;height:104px;font-size:42px;font-weight:700;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 10px 24px #6366f159,0 0 0 4px #fff,0 0 0 5px #6366f12e}.up-hero:hover .up-avatar{transform:scale(1.045)}.up-avatar img{object-fit:cover;width:100%;height:100%;display:block}.up-info{z-index:1;min-width:0;position:relative}.up-name{color:#1f2937;letter-spacing:.3px;margin:0 0 10px;font-size:26px;font-weight:800}.up-stats{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;font-size:12.5px;display:flex}.up-stat{background:#ffffffbf;border:1px solid #e5e7ff;border-radius:999px;padding:4px 13px;box-shadow:0 1px 3px #6366f114}.up-stats b{color:#4f46e5;font-size:13.5px;font-weight:700}.up-stat-sep{display:none}.up-section-title{color:#1f2937;letter-spacing:.3px;align-items:center;gap:10px;margin:28px 0 18px;font-size:18px;font-weight:800;display:flex}.up-section-title:before{content:"";background:linear-gradient(#6366f1,#a855f7);border-radius:3px;flex-shrink:0;width:6px;height:20px;box-shadow:0 2px 8px #6366f173}.up-section-title-text{text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(90deg,#4f46e5,#9333ea,#d946ef,#4f46e5) 0 0/300%;color:#0000;-webkit-background-clip:text;background-clip:text;min-width:0;animation:7s linear infinite articlesTitleFlow;overflow:hidden}.up-contacts{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.up-contact-chip{color:#374151;cursor:default;background:#ffffffc7;border:1px solid #e5e7ff;border-radius:14px;align-items:center;gap:7px;max-width:240px;padding:6px 14px 6px 10px;font-size:12.5px;transition:box-shadow .2s,border-color .2s,transform .2s;display:inline-flex;position:relative;box-shadow:0 1px 3px #6366f114}.up-contact-chip:hover{border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 4px 12px #6366f126}.up-contact-chip svg{flex-shrink:0;width:15px;height:15px}.up-contact-lines{flex-direction:column;min-width:0;line-height:1.35;display:flex}.up-contact-chip b{color:#4f46e5;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.up-contact-val{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.up-contact-tip{white-space:normal;overflow-wrap:anywhere;color:#fff;opacity:0;pointer-events:none;z-index:50;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;width:max-content;max-width:min(320px,80vw);padding:8px 12px;font-size:12px;line-height:1.6;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 14px #6366f161,0 1px 3px #1018281f}.up-contact-tip:after{content:"";border:5px solid #0000;border-top-color:#7a5cf5;position:absolute;top:100%;left:50%;transform:translate(-50%)}.up-contact-chip:hover .up-contact-tip{opacity:1;transform:translate(-50%)translateY(0)}.up-art-in{animation:.5s backwards pfFadeUp}.up-empty{text-align:center;background:linear-gradient(135deg,#fafaff,#f5f3ff);border:1px dashed #ddd6fe;border-radius:16px;grid-column:1/-1;padding:56px 24px 60px;animation:.45s backwards pfFadeUp}.up-empty-icon{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-radius:26px;justify-content:center;align-items:center;width:84px;height:84px;margin:0 auto 18px;font-size:38px;display:flex;box-shadow:0 10px 26px #6366f124}.up-empty-title{color:#4b5563;font-size:16px;font-weight:700}.up-empty-sub{color:#9ca3af;margin-top:8px;font-size:13px}.up-empty-link{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;align-items:center;gap:5px;margin-top:20px;padding:9px 22px;font-size:13px;font-weight:600;text-decoration:none;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 6px 16px #6366f14d}.up-empty-link:hover{filter:brightness(1.08);transform:translateY(-1px)}@media (width<=640px){.up-hero{text-align:center;flex-direction:column;gap:16px;padding:26px 20px}.up-stats,.up-contacts{justify-content:center}.up-empty{padding:44px 18px 48px}}.article-detail-content{color:#333;overflow-wrap:anywhere;font-size:15px;line-height:1.9}.article-detail-content h2{margin:28px 0 12px;font-size:22px}.article-detail-content h3{margin:20px 0 8px;font-size:18px}.article-detail-content p{margin:12px 0}.article-detail-content ul{margin:8px 0;padding-left:20px}.article-detail-content li{margin:4px 0}.article-detail-content pre{color:#e0e0e0;background:#1e1e2f;border-radius:8px;margin:12px 0;padding:16px;font-size:13px;overflow-x:auto}.article-detail-content img{border-radius:6px;max-width:100%;height:auto;margin:8px 0}.detail-section .article-detail-content img,.detail-card .article-detail-content img{cursor:zoom-in}.article-detail-content video,.article-detail-content iframe{max-width:100%}.article-detail-content table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.home-popup-mask{z-index:2000;-webkit-backdrop-filter:blur(6px);background:#0f172a80;justify-content:center;align-items:center;padding:16px;animation:.25s ease-out homePopupFade;display:flex;position:fixed;inset:0}body.popup-open :not(.home-popup-mask):not(.home-popup-mask *):not(.lightbox-overlay):not(.lightbox-overlay *):not(.user-card-mask):not(.user-card-mask *):not(.mc-modal-mask):not(.mc-modal-mask *):not(#boot-loader):not(#boot-loader *):not(.route-loader):not(.route-loader *):not(.link-card):not(.home-stats):not(.recent-item):not(.page-fade):not(.loader):not(.loader *):not(.section-skeleton):not(.skeleton-card):not(.skeleton-avatar):not(.skeleton-line):not(.side-list-skeleton):not(.bulletin-skeleton):not(.nav-skeleton-pill):not(.skel-line):not(.skel-up):not(.skel-up-avatar):not(.skel-up-name):not(.skel-up-pill):not(.skel-up-title):not(.skel-up-thumb):not(.up-hero):not(.up-empty):not(.up-art-in):not(.detail-skel):not(.catpage-skel):not(.catpage-skel-hero):not(.lc-skel):not(.lc-skel-hero):not(.sip-skel):not(.srch-skel){animation-play-state:paused!important}.home-popup-wrap{z-index:1;width:100%;max-width:520px;max-height:84dvh;display:flex;position:relative}.home-popup-rain{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.home-popup-halo{z-index:-1;filter:blur(55px);opacity:.45;background:conic-gradient(#4f7cff,#7a5cff,#ff6ec7,#42e2b8,#4f7cff);border-radius:50%;animation:9s linear infinite homePopupSpin,3.5s ease-in-out infinite homePopupHaloPulse;position:absolute;inset:-70px}.home-popup-card{background:#fff;border-radius:20px;flex-direction:column;flex:1;min-width:0;max-height:84dvh;animation:.35s cubic-bezier(.2,.9,.3,1.2) homePopupUp;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #1e295a59}@keyframes homePopupFade{0%{opacity:0}to{opacity:1}}@keyframes homePopupUp{0%{opacity:0;transform:translateY(26px)scale(.96)}to{opacity:1;transform:none}}@keyframes homePopupSpin{to{transform:rotate(360deg)}}@keyframes homePopupHaloPulse{0%,to{opacity:.35}50%{opacity:.55}}.home-popup-head{background:linear-gradient(120deg,#4f7cff,#7a5cff,#b16cff,#4f7cff) 0 0/300% 300%;flex-shrink:0;padding:22px 24px 20px;animation:7s infinite homePopupGrad;position:relative;overflow:hidden}@keyframes homePopupGrad{0%,to{background-position:0%}50%{background-position:100%}}.home-popup-circle{pointer-events:none;border-radius:50%;animation:6s ease-in-out infinite homePopupDrift;position:absolute}@keyframes homePopupDrift{0%,to{transform:translate(0)}50%{transform:translate(10px,8px)}}.home-popup-spark{color:#ffffffe6;pointer-events:none;animation:2.4s ease-in-out infinite homePopupTwinkle;position:absolute}@keyframes homePopupTwinkle{0%,to{opacity:0;transform:scale(.5)translateY(0)}50%{opacity:1;transform:scale(1.15)translateY(-4px)}}.home-popup-icon{background:#fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;animation:3s ease-in-out infinite homePopupFloat;display:flex;box-shadow:0 0 #ffffff59}@keyframes homePopupFloat{0%,to{transform:translateY(0);box-shadow:0 0 #ffffff59}50%{transform:translateY(-4px);box-shadow:0 0 0 7px #fff0}}.home-popup-close{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;line-height:1;transition:background .2s,transform .2s;display:flex}.home-popup-close:hover{background:#ffffff59;transform:rotate(90deg)}.home-popup-foot{background:#fbfcff;border-top:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;padding:14px 24px 20px;display:flex}.home-popup-notoday{color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:7px;font-size:13px;transition:color .15s;display:inline-flex}.home-popup-notoday:hover{color:#4f46e5}.home-popup-notoday input{opacity:0;width:0;height:0;position:absolute}.home-popup-checkbox{color:#fff;background:#fff;border:1.5px solid #cbd5e1;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.home-popup-checkbox svg{opacity:0;width:10px;height:10px;transition:opacity .15s,transform .18s cubic-bezier(.34,1.56,.64,1);transform:scale(.5)}.home-popup-notoday input:checked+.home-popup-checkbox{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#0000;box-shadow:0 2px 8px #6366f159}.home-popup-notoday input:checked+.home-popup-checkbox svg{opacity:1;transform:scale(1)}.home-popup-notoday input:focus-visible+.home-popup-checkbox{box-shadow:0 0 0 3px #6366f140}.home-popup-confirm{cursor:pointer;color:#fff;letter-spacing:2px;background:linear-gradient(135deg,#4f7cff 0%,#7a5cff 100%);border:none;border-radius:12px;flex-shrink:0;padding:11px 34px;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s,filter .2s;position:relative;overflow:hidden;box-shadow:0 6px 16px #6366f159}.home-popup-confirm:after{content:"";background:linear-gradient(105deg,#0000,#ffffff80,#0000);width:55%;height:100%;animation:2.6s ease-in-out infinite homePopupShine;position:absolute;top:0;left:-80%}@keyframes homePopupShine{0%{left:-80%}55%,to{left:130%}}.home-popup-confirm:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 8px 20px #6366f173}.home-popup-confirm:active{transform:translateY(0);box-shadow:0 3px 10px #6366f14d}.home-popup-foot{padding-bottom:10px}.home-popup-agreement{color:#9ca3af;text-align:center;background:#fbfcff;flex-shrink:0;padding:0 24px 14px;font-size:12px;line-height:1.6}.home-popup-agreement a{color:#6366f1;margin:0 2px;text-decoration:none}.home-popup-agreement a:hover{text-decoration:underline}.preview-banner{color:#92400e;text-align:center;background:linear-gradient(90deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:860px;margin:0 auto 14px;padding:10px 18px;font-size:13px;line-height:1.6;display:flex}.preview-banner-back{color:#6366f1;white-space:nowrap;font-weight:600;text-decoration:none}.preview-banner-back:hover{text-decoration:underline}.home-popup-content{word-break:break-word;color:#374151;padding:20px 24px;font-size:14px;line-height:1.8;animation:.4s .15s both homePopupFade;overflow-y:auto}.home-popup-content h1{margin:14px 0 10px;font-size:20px}.home-popup-content h2{margin:14px 0 8px;font-size:17px}.home-popup-content h3{margin:12px 0 6px;font-size:15px}.home-popup-content ol{margin:8px 0;padding-left:20px}.home-popup-content blockquote{color:#475569;background:#f8fafc;border-left:3px solid #6366f1;border-radius:0 8px 8px 0;margin:10px 0;padding:10px 14px}.home-popup-content code{color:#d63384;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:13px}.home-popup-content table{border-collapse:collapse;width:100%;margin:10px 0}.home-popup-content th,.home-popup-content td{border:1px solid #e2e8f0;padding:6px 10px;font-size:13px}.detail-page{max-width:1200px;margin:0 auto;padding:28px 20px}.detail-page-wide{max-width:1500px}.detail-body{align-items:stretch;gap:20px;display:flex}.detail-body>.detail-card{flex:1;min-width:0}.detail-main-top{align-items:stretch;gap:20px;display:flex}.detail-lower{flex-direction:column;gap:16px;margin-right:300px;display:flex}.detail-page-wide .detail-lower{margin-right:600px}.detail-sidebar{flex-shrink:0;width:280px;position:relative}.detail-sidebar>.detail-card{flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden;padding:16px 14px 16px 16px!important}.detail-sidebar .comment-list,.detail-sidebar .rel-article-list{flex:1;min-height:0;padding-right:2px;overflow-y:auto}@media (width>=769px){.article-detail-page .detail-sidebar>.detail-card{max-height:640px}}.detail-sidebar .comment-list::-webkit-scrollbar{width:2px}.detail-sidebar .rel-article-list::-webkit-scrollbar{width:2px}.detail-sidebar .comment-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.detail-sidebar .rel-article-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.detail-sidebar .comment-list:hover::-webkit-scrollbar-thumb{background:#00000038}.detail-sidebar .rel-article-list:hover::-webkit-scrollbar-thumb{background:#00000038}.detail-sidebar .comment-list::-webkit-scrollbar-track{background:0 0}.detail-sidebar .rel-article-list::-webkit-scrollbar-track{background:0 0}@supports not selector(::-webkit-scrollbar){.detail-sidebar .comment-list,.detail-sidebar .rel-article-list{scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent}}.rel-article-list{flex-direction:column;gap:10px;display:flex;overflow-x:hidden}.side-pager{flex-shrink:0;justify-content:center;align-items:center;gap:10px;margin-top:10px;display:flex}.side-pager-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:24px;height:24px;font-size:14px;line-height:1;transition:all .15s}.side-pager-btn:hover:not(:disabled){color:#4f46e5;background:#eef2ff;border-color:#c7d2fe}.side-pager-btn:disabled{opacity:.4;cursor:default}.side-pager-info{color:#999;font-size:12px}.side-flip-wrap{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.side-flip-mask{z-index:2;background:#ffffffa6;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media (width<=768px){.detail-body,.detail-main-top{flex-direction:column}.detail-main-top,.detail-lower{display:contents}.detail-main-col{order:1}.detail-lower>*{order:2}.detail-main-top>.detail-sidebar{order:3}.detail-lower,.detail-page-wide .detail-lower{margin-right:0}.detail-sidebar{width:100%;max-height:none;position:static}.detail-sidebar>.detail-card{max-height:80vh;position:static}.detail-page{padding:12px 8px}.detail-header{gap:12px}.detail-logo{width:48px!important;height:48px!important}.detail-title{font-size:18px!important}.detail-title-row{flex-wrap:wrap;gap:8px}.detail-title-row .detail-title{flex:0 auto;min-width:0;max-width:100%}.detail-badge-box>span{margin-left:0!important}.detail-meta{flex-wrap:wrap;gap:4px;font-size:11px!important}.detail-desc{flex-wrap:wrap;font-size:13px!important}.detail-annotation{max-width:100%}.detail-actions{flex-wrap:wrap;gap:8px}.detail-actions button{padding:10px 14px;font-size:13px}.article-author-row{gap:10px;margin-bottom:16px;padding:14px 0}.article-author-row .author-avatar-lg{width:40px;height:40px;font-size:17px}.article-author-row .author-name{font-size:14px}.article-author-row .author-date-row{gap:5px;font-size:12px}.article-author-row .btn-like{border-radius:999px;flex-shrink:0;font-size:13px;padding:6px 14px!important}.article-author-row .btn-like svg{width:14px;height:14px}}.detail-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:32px;box-shadow:0 1px 4px #0000000a}.detail-header{align-items:center;gap:24px;display:flex}.detail-logo{object-fit:cover;background:#f9fafb;border-radius:20px;width:80px;height:80px;box-shadow:0 4px 12px #00000014}.detail-title{color:#111827;font-size:24px;font-weight:700}.detail-title-clamp{-webkit-line-clamp:2;overflow-wrap:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.detail-meta{color:#9ca3af;flex-wrap:wrap;gap:20px;margin-top:12px;font-size:13px;display:flex}.detail-meta span{align-items:center;gap:5px;display:inline-flex}.detail-meta svg{flex-shrink:0;width:14px;height:14px}.detail-desc{color:#4b5563;overflow-wrap:anywhere;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-left:3px solid #a78bfa;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;padding:16px 20px;font-size:14px;line-height:1.8;display:flex}.detail-annotation{color:#3b82f6;text-overflow:ellipsis;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;flex-shrink:0;max-width:45%;padding:4px 10px;font-size:12px;font-weight:600;overflow:hidden}.detail-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.btn-visit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:10px;padding:12px 32px;font-size:15px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #4f46e533}.btn-visit:hover{background:linear-gradient(135deg,#4338ca,#4f46e5);transform:translateY(-1px);box-shadow:0 4px 16px #4f46e54d}.btn-report{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:6px;padding:12px 22px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn-report svg{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.btn-report:hover{color:#d97706;background:#fffbeb;border-color:#fcd34d;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b29}.btn-report:active svg{transform:scale(1.25)}.btn-report-pending,.btn-report-pending:hover{color:#b45309;cursor:default;box-shadow:none;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fde68a;transform:none}.btn-like{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:6px;padding:12px 22px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn-like svg{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.btn-like:hover{color:#f43f5e;background:#fff1f2;border-color:#fda4af}.btn-like:active svg{transform:scale(1.3)}.btn-like.faved,.btn-like.faved:hover{color:#e11d48;background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-color:#fecdd3}.detail-card-preview{cursor:zoom-in;padding:0;transition:box-shadow .3s;position:relative;overflow:hidden}.detail-card-preview:hover{box-shadow:0 8px 30px #0000001f}.detail-card-preview:after{content:"🔍 点击放大";color:#fff;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.5px;background:#0009;border-radius:24px;padding:10px 24px;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}.detail-card-preview:hover:after{opacity:1;transform:translate(-50%,-50%)scale(1)}.preview-img{aspect-ratio:1160/360;object-fit:cover;object-position:top;width:100%;height:auto;max-height:360px;transition:all .4s cubic-bezier(.4,0,.2,1);display:block}.detail-card-preview:hover .preview-img{filter:brightness(.8);transform:scale(1.03)}.lightbox-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000e0;justify-content:center;align-items:center;padding:40px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.lightbox-img{border-radius:8px;max-width:90vw;max-height:85vh;box-shadow:0 8px 40px #0006}.lightbox-close{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;transition:all .2s;display:flex;position:absolute;top:24px;right:32px}.lightbox-close:hover{background:#ffffff40;transform:scale(1.05)}.lightbox-tools{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000a6;border-radius:28px;align-items:center;gap:10px;padding:8px 16px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.lightbox-tools button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;transition:all .2s;display:flex}.lightbox-tools button:hover{background:#ffffff4d}.lightbox-tools button:last-child{border-radius:16px;width:auto;padding:0 14px;font-size:12px}.lightbox-tools span{color:#fff;text-align:center;min-width:40px;font-size:13px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-overlay.fb-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8c}.fb-modal{background:#fff;border-radius:22px;width:min(430px,100%);animation:.32s cubic-bezier(.34,1.4,.64,1) backwards fbModalIn;overflow:hidden;box-shadow:0 24px 80px #0f172a59,0 4px 16px #0f172a1f}@keyframes fbModalIn{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:none}}.fb-modal-head{background:linear-gradient(135deg,#eef2ff,#faf5ff);border-bottom:1px solid #f1f0fb;align-items:center;gap:14px;padding:22px 24px 18px;display:flex;position:relative}.fb-modal-ico{background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex;box-shadow:0 6px 16px #f59e0b59,inset 0 1px #fff6}.fb-modal-title{color:#0f172a;margin:0;font-size:17px;font-weight:700}.fb-modal-sub{color:#8b8fa3;margin-top:3px;font-size:12.5px}.fb-modal-close{color:#94a3b8;cursor:pointer;background:#ffffffbf;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:all .18s;display:flex;position:absolute;top:14px;right:14px}.fb-modal-close:hover{color:#4f46e5;background:#fff;transform:scale(1.08);box-shadow:0 2px 10px #6366f138}.fb-modal-body{flex-direction:column;gap:10px;max-height:46dvh;padding:18px 20px 10px;display:flex;overflow-y:auto}.fb-opt{cursor:pointer;color:#374151;background:#fafbfd;border:1.5px solid #eceef4;border-radius:14px;align-items:center;gap:12px;padding:13px 16px;font-size:14px;transition:all .18s;display:flex}.fb-opt:hover{background:#fff;border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 4px 14px #6366f11a}.fb-opt.on{color:#4338ca;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-color:#6366f1;font-weight:600;box-shadow:0 6px 18px #6366f129}.fb-opt input{display:none}.fb-dot{background:#fff;border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .18s;position:relative}.fb-opt.on .fb-dot{border-color:#6366f1}.fb-opt.on .fb-dot:after{content:"";background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;position:absolute;inset:3px}.fb-check{color:#6366f1;opacity:0;margin-left:auto;font-size:14px;transition:all .2s cubic-bezier(.34,1.56,.64,1);transform:scale(.5)}.fb-opt.on .fb-check{opacity:1;transform:scale(1)}.fb-modal-empty{text-align:center;color:#94a3b8;margin:0;padding:22px 0;font-size:13px}.fb-modal-foot{gap:10px;padding:12px 20px 20px;display:flex}.fb-btn-cancel{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:11px 0;font-size:14px;font-weight:500;transition:all .18s}.fb-btn-cancel:hover{color:#334155;background:#f8fafc;border-color:#cbd5e1}.fb-btn-submit{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;flex:1.4;padding:11px 0;font-size:14px;font-weight:600;transition:all .18s;box-shadow:0 6px 18px #6366f159}.fb-btn-submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 10px 26px #6366f173}.fb-btn-submit:disabled{opacity:.6;cursor:default}@media (width<=768px){.lightbox-overlay.fb-overlay{padding:16px}.fb-modal-head{padding:18px 18px 15px}.fb-modal-body{padding:14px 16px 8px}.fb-modal-foot{padding:10px 16px 16px}}.detail-section{background:#fff;border:1px solid #f3f4f6;border-radius:16px;margin-top:0;padding:24px 28px;box-shadow:0 1px 4px #0000000a}.detail-section h2{color:#1f2937;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:700;display:flex}.detail-section img{border-radius:6px;max-width:100%;height:auto;margin:8px 0}.detail-section video,.detail-section iframe{max-width:100%}.detail-section table{max-width:100%;display:block;overflow-x:auto}.mirror-list{flex-direction:column;gap:6px;display:flex}.mirror-item{background:#f9fafb;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.mirror-item:hover{background:#f5f3ff;border-color:#e0dbff}.mirror-copy-btn{color:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;padding:5px 14px;font-size:12px;font-weight:500;transition:all .15s}.mirror-copy-btn:hover{color:#4f46e5;background:#f5f3ff;border-color:#c4b5fd}.mirror-copy-btn.copied{color:#059669;background:#ecfdf5;border-color:#6ee7b7;animation:1.4s forwards copyFadeOut}@keyframes copyFadeOut{0%{opacity:1}60%{opacity:1}to{opacity:.3}}.mirror-name{color:#4f46e5;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;font-weight:500;overflow:hidden}.mirror-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dot-ok{background:#22c55e}.dot-fail{background:#ef4444}.dot-checking{background:#f59e0b;animation:1s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.no-data{color:#d1d5db;text-align:center;padding:32px 20px;font-size:14px}.comment-list{flex-direction:column;display:flex}.comment-item{border-bottom:1px solid #f5f5f5;gap:10px;padding:12px 0;display:flex}.comment-item:last-child{border-bottom:none}.comment-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex;overflow:hidden}.comment-avatar img{object-fit:cover;width:100%;height:100%;display:block}.comment-body{flex:1;min-width:0}.comment-row{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.comment-thread{border-bottom:1px solid #f0f0f0;padding:14px 0}.comment-thread:first-child{padding-top:4px}.comment-thread:last-child{border-bottom:none}.comment-thread>.comment-item{border-bottom:none;padding:0}.comment-row{align-items:center;display:flex}.comment-name{color:#888;font-size:12px;font-weight:500}.comment-text{color:#262626;word-break:break-word;margin-top:3px;font-size:12px;line-height:1.6}.comment-footer{align-items:center;gap:12px;margin-top:6px;display:flex}.comment-time{color:#c0c4cc;cursor:default;font-size:11px}.comment-reply-btn{color:#c0c4cc;cursor:pointer;font-size:11px;transition:color .15s}.comment-reply-btn:hover{color:#4f46e5}.reply-item{background:#f7f8fa;border-radius:8px;margin-top:8px;margin-left:42px;padding:8px 10px}.reply-item .comment-item{border-bottom:none;padding:0}.reply-item .comment-avatar{width:20px;height:20px;font-size:10px}.reply-item .comment-footer{margin-top:4px}.reply-to{color:#a0a3b1}.reply-expand{color:#4f46e5;cursor:pointer;margin:8px 0 0 42px;font-size:12px;transition:opacity .15s}.reply-expand:hover{opacity:.75}.comment-reply-box{flex-direction:column;gap:6px;margin-top:8px;display:flex}.comment-reply-box input{border:1px solid #e5e9ef;border-radius:4px;outline:none;padding:7px 10px;font-size:12px;transition:border-color .15s}.comment-reply-box input:focus{border-color:#4f46e5}.comment-reply-actions{gap:8px;display:flex}.comment-char-count{color:#b6bcc8;align-self:center;margin-right:auto;font-size:11px}.comment-char-count.full{color:#ef4444}.pf-nick-count{color:#ffffffbf;flex-shrink:0;margin-right:0}.btn-submit{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:4px;padding:5px 16px;font-size:12px}.btn-submit:hover{background:#4338ca}.comment-reply-actions .btn-cancel{cursor:pointer;color:#999;background:#f1f2f3;border:none;border-radius:4px;padding:5px 16px;font-size:12px}.comment-reply-actions .btn-cancel:hover{background:#e5e6e7}.refresh-btn{cursor:pointer;color:#999;background:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex;position:relative;overflow:hidden}.refresh-btn:hover{color:#4f46e5;background:#e0dfff}.refresh-btn:active{transform:scale(.9)}.spinning{animation:.7s linear infinite spin}.refreshing-list{transition:all .3s}.refreshing-list.is-refreshing{opacity:.35;pointer-events:none}.new-tag{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:9px;font-weight:700;animation:2s infinite newPulse}@keyframes newPulse{0%,to{box-shadow:0 0 #ee5a2480}50%{box-shadow:0 0 0 5px #ee5a2400}}.rating-badge[data-tip]:after{content:attr(data-tip);transform-origin:100% 100%;color:#fff;letter-spacing:.5px;white-space:nowrap;opacity:0;pointer-events:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;padding:6px 10px;font-size:11px;font-weight:500;line-height:1;transition:opacity .18s,transform .18s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:calc(100% + 7px);right:-4px;transform:translateY(3px)scale(.9);box-shadow:0 4px 14px #6366f161,0 1px 3px #1018281f}.rating-badge[data-tip]:before{content:"";opacity:0;pointer-events:none;border:5px solid #0000;border-top-color:#7a5cf5;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% - 3px);right:4px;transform:translateY(2px)}.rating-badge[data-tip]:hover:after,.rating-badge[data-tip]:hover:before{opacity:1;transform:translateY(0)scale(1)}@keyframes pulse-dot{0%{box-shadow:0 0 #9ca3af}70%{box-shadow:0 0 0 6px #9ca3af00}to{box-shadow:0 0 #9ca3af00}}.nf-btn{cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:12px 26px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.nf-btn:hover{transform:translateY(-2px)scale(1.03)}.nf-btn:active{transform:translateY(0)scale(1)}.nf-btn-icon{z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.nf-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#4f46e5 100%) 0 0/200% 100%;border:none;animation:3s infinite shimmer,2s ease-in-out infinite glowPulse;box-shadow:0 4px 20px #6366f159,0 0 #8b5cf666}.nf-btn-primary:hover{animation:1.5s infinite shimmer,1s ease-in-out infinite glowPulse;box-shadow:0 8px 30px #6366f180,0 0 30px #8b5cf64d}@keyframes shimmer{0%,to{background-position:0%}50%{background-position:100%}}@keyframes glowPulse{0%,to{box-shadow:0 4px 20px #6366f159,0 0 #8b5cf666}50%{box-shadow:0 4px 20px #6366f159,0 0 20px 5px #8b5cf600}}.nf-btn-ghost{color:#4b5563;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #e5e7eb99;box-shadow:0 1px 3px #0000000a,inset 0 1px #fffc}.nf-btn-ghost:hover{color:#5b21b6;background:#fffffff2;border-color:#c4b5fd;box-shadow:0 4px 16px #6366f11a,0 0 0 1px #6366f11a}.nf-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:60%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.nf-btn:hover:before{left:120%}.refreshing-list .recent-item{animation:.4s backwards slideInRight}.refreshing-list .recent-item:first-child{animation-delay:50ms}.refreshing-list .recent-item:nth-child(2){animation-delay:.1s}.refreshing-list .recent-item:nth-child(3){animation-delay:.15s}.refreshing-list .recent-item:nth-child(4){animation-delay:.2s}.refreshing-list .recent-item:nth-child(5){animation-delay:.25s}.refreshing-list .recent-item:nth-child(6){animation-delay:.3s}.refreshing-list .recent-item:nth-child(7){animation-delay:.35s}.refreshing-list .recent-item:nth-child(8){animation-delay:.4s}.refreshing-list .recent-item:nth-child(9){animation-delay:.45s}.refreshing-list .recent-item:nth-child(10){animation-delay:.5s}.bulletin-layout{align-items:flex-start;gap:24px;display:flex}.bulletin-main{flex:1;min-width:0}.bulletin-sidebar{flex-shrink:0;width:280px}.bulletin-head,.article-head,.link-head{background:linear-gradient(115deg,#eef2ff 0%,#f5f3ff 45%,#fdf4ff 100%);border:1px solid #6366f129;border-radius:16px;margin-bottom:26px;padding:22px 26px;position:relative;overflow:hidden;box-shadow:0 6px 24px #6366f11a,inset 0 1px #ffffffd9}.bulletin-head:before,.article-head:before,.link-head:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f138,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-70px;right:60px}.bulletin-head:after,.article-head:after,.link-head:after{content:"";pointer-events:none;background:radial-gradient(circle,#d946ef29,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;bottom:-60px;right:-25px}.bulletin-head-tag,.article-head-tag,.link-head-cat{z-index:1;color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:999px;align-items:center;gap:5px;padding:3px 12px;font-size:12px;font-weight:700;display:inline-flex;position:relative;box-shadow:0 3px 10px #8b5cf659}.bulletin-title,.article-head-title{z-index:1;letter-spacing:.3px;background:linear-gradient(90deg,#4f46e5,#9333ea,#d946ef,#4f46e5) 0 0/300%;color:#0000;-webkit-background-clip:text;background-clip:text;margin:12px 0 0;font-size:22px;font-weight:800;line-height:1.4;animation:7s linear infinite articlesTitleFlow;position:relative}.article-head-tag,.link-head-cat{text-overflow:ellipsis;white-space:nowrap;vertical-align:top;max-width:100%;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-block;overflow:hidden}.article-head-tag:hover,.link-head-cat:hover{color:#fff;transform:translateY(-1px);box-shadow:0 5px 14px #8b5cf673}.article-head-author{z-index:1;border-bottom:none;margin:16px 0 0;padding:0;position:relative}.link-head{margin-bottom:0}.link-head-cat{margin-bottom:16px}.link-head .detail-header{z-index:1;position:relative}.bulletin-head-date{z-index:1;color:#8b8fa3;margin-top:12px;font-size:12px;position:relative}.bulletin-side-head{align-items:center;gap:9px;margin-bottom:14px;display:flex}.bulletin-side-icon{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;display:inline-flex;box-shadow:0 3px 10px #8b5cf64d}.bulletin-side-title{color:#1e293b;font-size:15px;font-weight:700}.bulletin-side-count{color:#fff;letter-spacing:.3px;white-space:nowrap;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:999px;margin-left:auto;padding:2px 10px;font-size:11px;font-weight:700;box-shadow:0 2px 8px #8b5cf64d}.bulletin-nav-cards{gap:12px;margin-top:32px;display:flex}.bulletin-nav-card{background:linear-gradient(#fbfcff,#f7f8fd);border:1px solid #eceef4;border-radius:12px;flex-direction:column;flex:1;gap:5px;min-width:0;padding:13px 16px;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.bulletin-nav-card:hover{border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 8px 20px #6366f11f}.bulletin-nav-card.next{text-align:right}.bnc-label{color:#6366f1;letter-spacing:.3px;font-size:12px;font-weight:700}.bnc-empty{flex:1}.bulletin-side-date{color:#b6bcc9;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:11px}@media (width<=768px){.bulletin-layout{flex-direction:column}.bulletin-main{width:100%}.bulletin-sidebar{width:100%;margin-top:16px;position:static!important}.bulletin-sidebar>div{border-radius:12px!important;padding:16px!important}.bulletin-head,.article-head,.link-head{border-radius:14px;margin-bottom:20px;padding:16px 18px}.bulletin-title,.article-head-title{font-size:18px}.bulletin-nav-cards{flex-direction:column;margin-top:24px}.bulletin-nav-card.next{text-align:left}.bnc-empty{display:none}}.submit-page{flex:1;padding:48px 20px 64px;position:relative;overflow:hidden}.submit-blob{filter:blur(100px);opacity:.22;pointer-events:none;border-radius:50%;animation:12s ease-in-out infinite alternate submitBlobFloat;position:absolute}.submit-blob:nth-child(2){animation-delay:-4s}.submit-blob:nth-child(3){animation-delay:-8s}@keyframes submitBlobFloat{0%{transform:translateY(0)scale(1)}to{transform:translateY(40px)scale(1.08)}}.submit-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#ffffffeb,#ffffffeb) padding-box padding-box,linear-gradient(135deg,#6366f18c,#a855f759 35%,#38bdf873 70%,#d946ef66) border-box;border:1.5px solid #0000;border-radius:20px;max-width:720px;margin:0 auto;padding:36px 40px 32px;animation:.55s cubic-bezier(.22,1,.36,1) backwards submitCardIn;position:relative;box-shadow:0 24px 60px #1f29371a,0 2px 6px #1f29370a,0 0 80px #6366f114}.submit-card>*{animation:.5s backwards submitFadeUp}.submit-card>:first-child{animation-delay:60ms}.submit-card>:nth-child(2){animation-delay:.12s}.submit-card>:nth-child(3){animation-delay:.18s}.submit-card>:nth-child(4){animation-delay:.24s}.submit-card>:nth-child(5){animation-delay:.3s}.submit-card>:nth-child(6){animation-delay:.36s}.submit-card>:nth-child(7){animation-delay:.42s}.submit-card>:nth-child(n+8){animation-delay:.48s}@keyframes submitFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes submitCardIn{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:none}}.submit-head{align-items:center;gap:16px;margin-bottom:24px;display:flex}.submit-head-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;animation:4s ease-in-out infinite submitIconFloat;display:flex;position:relative;box-shadow:0 8px 20px #6366f159}.submit-head-icon svg{width:26px;height:26px}.submit-head-icon:after{content:"";border-radius:14px;animation:3s ease-out infinite submitIconRing;position:absolute;inset:0}@keyframes submitIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes submitIconRing{0%{box-shadow:0 0 #8b5cf659}70%{box-shadow:0 0 0 16px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.submit-title{background:linear-gradient(90deg,#4f46e5,#9333ea,#d946ef,#9333ea,#4f46e5) 0 0/250%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:24px;font-weight:800;animation:8s linear infinite submitTitleFlow}@keyframes submitTitleFlow{to{background-position:250%}}.submit-subtitle{color:#94a3b8;margin:4px 0 0;font-size:13px}.submit-tip{color:#92400e;background:linear-gradient(135deg,#fffbeb,#fef3c7 55%,#fde68a);border:1px solid #fcd34d;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-bottom:22px;padding:13px 18px;font-size:14px;animation:2.6s ease-in-out infinite submitTipGlow;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #f59e0b29,inset 0 1px #fff9}@keyframes submitTipGlow{0%,to{box-shadow:0 4px 14px #f59e0b29,inset 0 1px #fff9}50%{box-shadow:0 6px 22px #f59e0b4d,inset 0 1px #fff9}}.submit-tip:before{content:"";background:linear-gradient(100deg,#0000,#ffffff8c,#0000);width:45%;height:100%;animation:3.4s ease-in-out infinite submitBtnSheen;position:absolute;top:0;left:-60%;transform:skew(-20deg)}.submit-tip-icon{filter:drop-shadow(0 2px 3px #f59e0b59);font-size:17px;animation:2.6s ease-in-out infinite submitTipLock}@keyframes submitTipLock{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.submit-tip-text{z-index:1;position:relative}.submit-tip a{color:#fff;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:999px;margin:0 2px;padding:2px 14px;font-weight:700;transition:all .22s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;box-shadow:0 3px 10px #f9731659}.submit-tip a:hover{filter:brightness(1.06);transform:translateY(-1px)scale(1.04);box-shadow:0 6px 16px #f9731673}.submit-tip-arrow{color:#f59e0b;font-weight:700;animation:1.6s ease-in-out infinite submitTipArrow}@keyframes submitTipArrow{0%,to{opacity:.7;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.submit-tabs{background:#f1f2f6;border-radius:12px;gap:6px;margin-bottom:24px;padding:5px;display:flex}.submit-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:7px;padding:11px 0;font-size:14px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.submit-tab svg{width:16px;height:16px}.submit-tab:hover:not(.active){color:#4f46e5;transform:translateY(-1px)}.submit-tab.active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);font-weight:600;box-shadow:0 4px 12px #6366f159}.submit-tab.active:after{content:"";background:linear-gradient(100deg,#0000,#ffffff59,#0000);width:50%;height:100%;animation:3.2s ease-in-out infinite submitBtnSheen;position:absolute;top:0;left:-80%;transform:skew(-20deg)}.submit-field{margin-bottom:18px}.submit-label{color:#475569;letter-spacing:.3px;margin-bottom:7px;font-size:13px;font-weight:600;transition:color .2s;display:block}.submit-field:focus-within .submit-label{color:#6366f1}.submit-label em{color:#f43f5e;font-style:normal}.submit-input{box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.submit-input.mono{font-family:ui-monospace,monospace}.submit-input:focus{border-color:#818cf8;box-shadow:0 0 0 4px #6366f11f}.submit-label-row{justify-content:space-between;align-items:baseline;display:flex}.submit-counter{color:#94a3b8;letter-spacing:.3px;font-size:11px;font-weight:500;transition:color .2s}.submit-counter.over{color:#f43f5e;font-weight:700}.submit-input.error{border-color:#f43f5e;animation:.3s submitShake}.submit-input.error:focus{border-color:#f43f5e;box-shadow:0 0 0 4px #f43f5e1f}@keyframes submitShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.submit-err{color:#e11d48;align-items:center;gap:5px;margin-top:6px;font-size:12px;animation:.2s submitErrIn;display:flex}.submit-err svg{flex-shrink:0;width:13px;height:13px}@keyframes submitErrIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}.cat-select{position:relative}.cat-select-trigger{cursor:pointer;color:#9ca3af;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:46px;padding:11px 14px 11px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s;display:flex}.cat-select-trigger:hover{border-color:#c7d2fe}.cat-select-trigger.has-value{color:#334155;font-weight:500}.cat-select-trigger-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cat-select.open .cat-select-trigger{border-color:#818cf8;box-shadow:0 0 0 4px #6366f11f}.cat-select.error .cat-select-trigger{border-color:#f43f5e;animation:.3s submitShake}.cat-select.error.open .cat-select-trigger{box-shadow:0 0 0 4px #f43f5e1f}.cat-select-icons{flex-shrink:0;align-items:center;gap:6px;display:flex}.cat-select-clear{color:#64748b;cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0 0 1px;font-size:12px;line-height:1;transition:all .15s;display:flex}.cat-select-clear:hover{color:#fff;background:#f43f5e}.cat-select-arrow{color:#94a3b8;font-size:10px;transition:transform .2s,color .2s}.cat-select.open .cat-select-arrow{color:#6366f1;transform:rotate(180deg)}.cat-select-dropdown{z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;animation:.18s catDropIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 16px 40px #0f172a24,0 4px 12px #6366f114}.cat-select-dropdown.up{animation:.18s catDropUpIn;top:auto;bottom:calc(100% + 6px)}@keyframes catDropUpIn{0%{opacity:0;transform:translateY(6px)scale(.99)}to{opacity:1;transform:none}}@keyframes catDropIn{0%{opacity:0;transform:translateY(-6px)scale(.99)}to{opacity:1;transform:none}}.cat-select-search{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:10px 12px;position:relative}.cat-select-search svg{color:#94a3b8;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.cat-select-search input{box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:8px 12px 8px 32px;font-size:13px;transition:border-color .2s,box-shadow .2s}.cat-select-search input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #6366f11a}.cat-select-list{max-height:216px;padding:6px;overflow-y:auto}.cat-select-list::-webkit-scrollbar{width:6px}.cat-select-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.cat-select-list::-webkit-scrollbar-thumb:hover{background:#c7d2fe}.cat-select-empty{text-align:center;color:#94a3b8;padding:24px 16px;font-size:13px}.cat-select-empty-icon{margin-bottom:6px;font-size:20px;display:block}.cat-select-item{cursor:pointer;color:#374151;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin:1px 0;padding:9px 12px;font-size:14px;transition:background .15s,color .15s;display:flex}.cat-select-item:hover{color:#4f46e5;background:#f5f3ff}.cat-select-item.active{color:#4f46e5;background:linear-gradient(90deg,#eef2ff,#f5f3ff);font-weight:600}.cat-select-item svg{flex-shrink:0;width:15px;height:15px}.cat-select-item mark{color:#7c3aed;background:0 0;padding:0;font-weight:700}.submit-btn{color:#fff;letter-spacing:1px;cursor:pointer;background:linear-gradient(90deg,#4f46e5,#8b5cf6,#6366f1) 0 0/200% 100%;border:none;border-radius:12px;width:100%;margin-top:6px;padding:14px 0;font-size:16px;font-weight:700;transition:all .25s;animation:4s linear infinite submitBtnFlow;position:relative;overflow:hidden;box-shadow:0 6px 20px #6366f159}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #6366f173}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn:after{content:"";background:linear-gradient(100deg,#0000,#ffffff59,#0000);width:50%;height:100%;animation:3s ease-in-out infinite submitBtnSheen;position:absolute;top:0;left:-80%;transform:skew(-20deg)}@keyframes submitBtnFlow{0%,to{background-position:0 0}50%{background-position:100% 0}}@keyframes submitBtnSheen{0%,60%{left:-80%}to{left:130%}}.submit-btn span{z-index:1;align-items:center;gap:8px;display:inline-flex;position:relative}.submit-btn span svg{width:18px;height:18px}.submit-note{text-align:center;color:#a5b4c8;margin:14px 0 0;font-size:12px}.auth-page{background:radial-gradient(120% 90% at 70% 10%,#2b2470 0%,#1a1445 40%,#0c0a26 100%);justify-content:center;align-items:center;min-height:calc(100dvh - 58px);padding:48px 20px 64px;display:flex;position:relative;overflow:hidden}.auth-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.auth-aurora{filter:blur(90px);mix-blend-mode:screen;will-change:transform;border-radius:50%;position:absolute}.auth-aurora-1{background:radial-gradient(circle,#6366f18c 0%,#0000 65%);width:60vmax;height:60vmax;animation:18s ease-in-out infinite alternate authAuroraDrift1;top:-25vmax;left:-15vmax}.auth-aurora-2{background:radial-gradient(circle,#a855f773 0%,#0000 65%);width:55vmax;height:55vmax;animation:22s ease-in-out infinite alternate authAuroraDrift2;bottom:-22vmax;right:-12vmax}.auth-aurora-3{background:radial-gradient(circle,#38bdf859 0%,#0000 65%);width:40vmax;height:40vmax;animation:15s ease-in-out infinite alternate authAuroraDrift3;top:30%;left:45%}.auth-particles{width:100%;height:100%;position:absolute;inset:0}.auth-vignette{background:radial-gradient(90% 80% at 50% 45%,#0000 55%,#0503148c 100%);position:absolute;inset:0}@keyframes authAuroraDrift1{0%{transform:translate(0)scale(1)}to{transform:translate(9vmax,6vmax)scale(1.15)}}@keyframes authAuroraDrift2{0%{transform:translate(0)scale(1.1)}to{transform:translate(-8vmax,-5vmax)scale(.95)}}@keyframes authAuroraDrift3{0%{transform:translate(0)rotate(0)}to{transform:translate(-6vmax,7vmax)rotate(40deg)}}@media (prefers-reduced-motion:reduce){.auth-aurora{animation:none}}.auth-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #ffffffb3;border-radius:22px;width:420px;max-width:100%;padding:38px 36px 30px;animation:.55s cubic-bezier(.22,1,.36,1) backwards authCardIn;position:relative;box-shadow:0 24px 60px #00000073,0 0 90px #6366f138,0 2px 6px #0003}.auth-card:before{content:"";background:linear-gradient(90deg,#6366f1,#a855f7,#38bdf8);border-radius:0 0 4px 4px;height:4px;position:absolute;top:0;left:24px;right:24px}@keyframes authCardIn{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:none}}.auth-head{text-align:center;margin-bottom:24px}.auth-head-icon{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:14px;font-size:28px;animation:3s ease-in-out infinite authIconBob;display:inline-flex;box-shadow:0 10px 24px #6366f161}@keyframes authIconBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.auth-title{background:linear-gradient(90deg,#4f46e5,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:24px;font-weight:800}.auth-subtitle{color:#94a3b8;margin:6px 0 0;font-size:13px}.auth-tabs{background:#f1f2f6;border-radius:12px;gap:6px;margin-bottom:20px;padding:5px;display:flex}.auth-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;padding:10px 0;font-size:14px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1)}.auth-tab:hover:not(.active){color:#4f46e5}.auth-tab.active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);font-weight:600;box-shadow:0 4px 12px #6366f159}.auth-error{color:#be123c;background:linear-gradient(90deg,#fff1f2,#ffe4e6);border:1px solid #fecdd3;border-radius:10px;margin-bottom:16px;padding:11px 14px;font-size:13px;animation:.4s cubic-bezier(.36,.07,.19,.97) authErrShake}@keyframes authErrShake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-3px)}40%,60%{transform:translate(3px)}}.auth-field{align-items:center;margin-bottom:16px;display:flex;position:relative}.auth-field-icon{opacity:.55;pointer-events:none;font-size:15px;transition:opacity .2s;position:absolute;left:15px}.auth-field:focus-within .auth-field-icon{opacity:1}.auth-field input{box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:11px;outline:none;width:100%;padding:13px 16px 13px 42px;font-size:14px;transition:border-color .2s,box-shadow .2s}.auth-field input:focus{border-color:#818cf8;box-shadow:0 0 0 4px #6366f11f}.auth-code-row{gap:10px;margin-bottom:16px;display:flex}.auth-code-row .auth-field-wrap{flex:1;min-width:0}.auth-code-btn{white-space:nowrap;color:#4f46e5;cursor:pointer;background:#eef2ff;border:1px solid #e0e7ff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;min-width:110px;height:47px;padding:0 16px;font-size:13px;font-weight:600;transition:all .22s;display:inline-flex}.auth-code-btn:hover:not(:disabled){background:#e0e7ff;border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 4px 12px #6366f129}.auth-code-btn:disabled{opacity:.55;cursor:not-allowed}.auth-btn{color:#fff;letter-spacing:2px;cursor:pointer;background:linear-gradient(90deg,#4f46e5,#8b5cf6,#6366f1) 0 0/200% 100%;border:none;border-radius:12px;width:100%;margin-top:6px;padding:14px 0;font-size:16px;font-weight:700;transition:all .25s;animation:4s linear infinite submitBtnFlow;position:relative;overflow:hidden;box-shadow:0 6px 20px #6366f159}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #6366f173}.auth-btn:after{content:"";background:linear-gradient(100deg,#0000,#ffffff59,#0000);width:50%;height:100%;animation:3s ease-in-out infinite submitBtnSheen;position:absolute;top:0;left:-80%;transform:skew(-20deg)}.auth-btn span{z-index:1;position:relative}.auth-links{text-align:center;color:#9ca3af;margin-top:20px;font-size:13px}.auth-links a{color:#94a3b8;transition:color .2s}.auth-links a:hover{color:#4f46e5}.auth-link-strong{font-weight:700;color:#4f46e5!important}.auth-links-sep{color:#e2e8f0;margin:0 10px}.auth-field-wrap{margin-bottom:16px}.auth-field-wrap.has-hint{margin-bottom:6px}.auth-field-wrap .auth-field{margin-bottom:0}.auth-field.invalid input{border-color:#f43f5e}.auth-field input.has-eye{padding-right:46px}.auth-field-eye{cursor:pointer;opacity:.5;z-index:1;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;transition:opacity .15s,background .15s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.auth-field-eye:hover{opacity:1;background:#f1f2f6}.auth-field.invalid input:focus{box-shadow:0 0 0 4px #f43f5e1a}.auth-hint{color:#f43f5e;margin-top:5px;padding-left:6px;font-size:12px;animation:.2s authHintIn}@keyframes authHintIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}.auth-captcha-img{cursor:pointer;object-fit:cover;border:1.5px solid #e5e7eb;border-radius:11px;flex-shrink:0;width:96px;height:47px;transition:border-color .2s,transform .2s,box-shadow .2s}.auth-captcha-img:hover{border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 4px 12px #6366f129}.auth-steps{justify-content:center;gap:4px;margin-bottom:24px;display:flex}.auth-step{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.auth-step:not(:last-child):after{content:"";background:#e5e7eb;border-radius:1px;width:calc(100% - 40px);height:2px;transition:background .3s;position:absolute;top:14px;left:calc(50% + 20px)}.auth-step.done:not(:last-child):after{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.auth-step-dot{color:#94a3b8;z-index:1;background:#f1f2f6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;transition:all .3s;display:flex;position:relative}.auth-step.current .auth-step-dot{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);transform:scale(1.1);box-shadow:0 4px 12px #6366f159}.auth-step.done .auth-step-dot{color:#4f46e5;background:#eef2ff}.auth-step-label{color:#94a3b8;font-size:12px;transition:color .3s}.auth-step.current .auth-step-label{color:#4f46e5;font-weight:600}.auth-step.done .auth-step-label{color:#64748b}.auth-success{text-align:center;padding:12px 0 8px;animation:.4s cubic-bezier(.22,1,.36,1) backwards authCardIn}.auth-success-icon{margin-bottom:10px;font-size:44px;animation:.5s cubic-bezier(.68,-.55,.27,1.55) backwards authSuccessPop}@keyframes authSuccessPop{0%{transform:scale(0)}to{transform:scale(1)}}.auth-success-title{color:#1e293b;margin:0 0 6px;font-size:16px;font-weight:700}.auth-success-sub{color:#94a3b8;margin:0;font-size:13px}.lc-page{max-width:760px;min-height:70vh;margin:0 auto;padding:44px 20px 60px;position:relative}.lc-stars{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.lc-content{z-index:1;position:relative}.lc-hero{text-align:center;background:linear-gradient(135deg,#0f172a,#1e1b4b 55%,#312e81);border-radius:22px;margin-bottom:32px;padding:38px 20px;position:relative;overflow:hidden;box-shadow:0 18px 50px #312e8159}.lc-hero:before{content:"";background:conic-gradient(from 0deg, transparent 0 38%, #6366f161 50%, transparent 62%, transparent 72%, #22d3ee47 84%, transparent 96%);animation:9s linear infinite lcSpin;position:absolute;inset:-60%}.lc-hero:after{content:"";background:radial-gradient(at 50% 125%,#22d3ee47,#0000 62%);position:absolute;inset:0}.lc-hero>*{z-index:1;position:relative}@keyframes lcSpin{to{transform:rotate(360deg)}}.lc-title{letter-spacing:2px;background:linear-gradient(90deg,#a5b4fc,#67e8f9,#a5b4fc) 0 0/200% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 10px;font-size:26px;font-weight:800;animation:4s linear infinite lcTitleFlow}@keyframes lcTitleFlow{to{background-position:200% 0}}.lc-sub{color:#c7d2fe;opacity:.85;margin:0;font-size:13px}.lc-grid{flex-direction:column;gap:14px;display:flex}.lc-card{cursor:pointer;background:#fff;border:1.5px solid #eef0f6;border-radius:16px;align-items:center;gap:14px;padding:18px 20px;transition:transform .25s,box-shadow .25s,border-color .25s,opacity .25s;animation:.5s cubic-bezier(.2,.8,.3,1) both lcCardIn;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a0d}@keyframes lcCardIn{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:none}}.lc-card:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000,#6366f117,#0000);width:45%;height:100%;transition:left .55s;position:absolute;top:0;left:-80%;transform:skew(-15deg)}.lc-card:hover:after{left:130%}.lc-card:hover{border-color:#c7d2fe;transform:translateY(-3px);box-shadow:0 12px 32px #6366f129,0 0 0 1px #818cf840}.lc-card.current{background:linear-gradient(#fff,#f5f7ff);border-color:#6366f1}.lc-card.dead{opacity:.6}.lc-card.dead:hover{opacity:.85}.lc-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.lc-dot.ok{background:#16a34a;animation:2s infinite lcPulse,2s ease-out infinite lcRadarOk}.lc-dot.dead{background:#d1d5db}.lc-dot.testing{background:#a5b4fc;animation:1s infinite lcBlink,1.4s ease-out infinite lcRadar}@keyframes lcPulse{0%,to{box-shadow:0 0 0 3px #16a34a2e}50%{box-shadow:0 0 0 7px #16a34a0a}}@keyframes lcBlink{0%,to{opacity:1}50%{opacity:.3}}@keyframes lcRadar{0%{box-shadow:0 0 #6366f173}to{box-shadow:0 0 0 13px #6366f100}}@keyframes lcRadarOk{0%{box-shadow:0 0 #16a34a59}70%,to{box-shadow:0 0 0 11px #16a34a00}}.lc-main{flex:1;min-width:0}.lc-name{color:#1f2937;flex-wrap:nowrap;align-items:center;gap:8px;font-weight:600;display:flex}.lc-name-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.lc-badge{border-radius:5px;flex-shrink:0;padding:2px 7px;font-size:11px;font-weight:600}.lc-badge.current{color:#2563eb;background:#eff6ff}.lc-badge.best{color:#059669;background:linear-gradient(90deg,#ecfdf5,#d1fae5);animation:2.2s ease-in-out infinite lcBestGlow}@keyframes lcBestGlow{0%,to{box-shadow:inset 0 0 0 1px #10b98140,0 0 #10b98159}50%{box-shadow:inset 0 0 0 1px #10b98140,0 0 12px 2px #10b9814d}}.lc-url{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.lc-latency{text-align:right;flex-shrink:0;width:120px}.lc-ms{font-variant-numeric:tabular-nums;font-size:16px;font-weight:700}.lc-ms small{opacity:.75;margin-left:1px;font-size:11px;font-weight:500}.lc-bar{background:#eef0f6;border-radius:2px;height:4px;margin-top:6px;overflow:hidden}.lc-bar-fill{border-radius:2px;height:100%;transition:width .6s;position:relative;overflow:hidden}.lc-bar-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000) 0 0/60% 100% no-repeat;animation:2.2s linear infinite lcBarShine;position:absolute;inset:0}@keyframes lcBarShine{0%{background-position:-60% 0}to{background-position:160% 0}}.lc-dots{font-style:normal}.lc-dots i{font-style:normal;animation:1.2s infinite lcBlink}.lc-dots i:nth-child(2){animation-delay:.2s}.lc-dots i:nth-child(3){animation-delay:.4s}.lc-actions{flex-shrink:0;gap:8px;display:flex}.lc-btn-copy{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.lc-btn-copy:hover{color:#6366f1;background:#f5f7ff;border-color:#c7d2fe;transform:scale(1.08)}.lc-btn-copy.copied{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.lc-retest{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;align-items:center;gap:7px;padding:10px 26px;font-size:13px;font-weight:600;transition:all .22s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #6366f159}.lc-retest:after{content:"";background:linear-gradient(105deg,#0000,#ffffff73,#0000);width:55%;height:100%;animation:2.8s ease-in-out infinite lcBarShineX;position:absolute;top:0;left:-80%}@keyframes lcBarShineX{0%{left:-80%}55%,to{left:130%}}.lc-retest:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 10px 24px #6366f173}.lc-retest:disabled{opacity:.65;cursor:default}.lc-spin{animation:1s linear infinite lcSpin}@media (width<=560px){.lc-latency{width:76px}.lc-bar{display:none}}.mc-time{color:#9ca3af;font-variant-numeric:tabular-nums;letter-spacing:.2px;flex-shrink:0;margin-left:auto;font-size:12px;font-weight:500}.mc-quote-wrap{margin-top:8px;position:relative}.mc-quote{color:#6b7280;letter-spacing:.2px;text-overflow:ellipsis;white-space:nowrap;cursor:default;background:#f7f8fc;border-left:3px solid #c7d2fe;border-radius:0 8px 8px 0;padding:7px 12px;font-size:12.5px;font-weight:450;line-height:1.6;overflow:hidden}.mc-quote b{color:#6366f1;font-weight:600}.mc-quote-tip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:normal;text-align:left;z-index:60;opacity:0;visibility:hidden;transform-origin:0 100%;pointer-events:none;background:linear-gradient(145deg,#1e1b4bf5,#111827f5);border:1px solid #8b5cf659;border-radius:14px;width:max-content;max-width:min(420px,80vw);padding:12px 14px;transition:opacity .22s,transform .22s cubic-bezier(.21,1.02,.55,1.15),visibility .22s;position:absolute;bottom:calc(100% + 12px);left:0;transform:translateY(6px)scale(.96);box-shadow:0 12px 40px #4c1d9559,0 0 0 1px #6366f126,0 0 24px #8b5cf62e}.mc-quote-tip:before{content:"";height:13px;position:absolute;top:100%;left:0;right:0}.mc-quote-tip:after{content:"";filter:drop-shadow(0 2px 2px #4c1d9533);border:7px solid #0000;border-top-color:#181634f5;position:absolute;top:100%;left:18px}.mc-quote-tip-head{align-items:center;gap:8px;margin-bottom:6px;display:flex}.mc-quote-tip-at{color:#c4b5fd;font-size:12.5px;font-weight:700}@supports ((-webkit-background-clip:text) or (background-clip:text)){.mc-quote-tip-at{background:linear-gradient(90deg,#a5b4fc,#c4b5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}.mc-quote-tip-tag{letter-spacing:1px;color:#c4b5fd;background:#8b5cf62e;border:1px solid #8b5cf64d;border-radius:8px;padding:1px 7px;font-size:10px;font-weight:600}.mc-quote-tip-text{letter-spacing:.3px;color:#e2e8f0;word-break:break-word;max-height:160px;font-size:12.5px;line-height:1.75;overflow-y:auto}.mc-quote-tip-text::-webkit-scrollbar{width:4px}.mc-quote-tip-text::-webkit-scrollbar-thumb{background:#8b5cf666;border-radius:2px}.mc-quote-wrap:hover .mc-quote-tip{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.mc-quote-wrap:hover,.mc-quote-wrap.open{z-index:65}.mp-card.tip-open{z-index:210}.mp-card:has(.mc-quote-wrap:hover){z-index:210}.mc-tip-close{display:none}@media (width<=768px){.mc-quote-tip{transform-origin:0 0;-webkit-backdrop-filter:none;background:#221e52;width:auto;max-width:100%;max-height:40vh;display:none;inset:calc(100% + 8px) 0 auto;overflow-y:auto;transform:none}.mc-quote-tip:before{height:9px;top:auto;bottom:100%}.mc-quote-wrap.open .mc-quote-tip{opacity:1;visibility:visible;pointer-events:auto;display:block}.mc-quote-tip-head{padding-right:32px}.mc-tip-close{color:#e2e8f0;cursor:pointer;z-index:2;background:#ffffff24;border:1px solid #ffffff47;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;line-height:1;display:flex;position:absolute;top:8px;right:8px}.mc-tip-close:active{background:#ef444466}.mc-quote-tip:after{filter:drop-shadow(0 -2px 2px #4c1d9533);border-top-color:#0000;border-bottom-color:#181634f5;top:auto;bottom:100%}.mc-modal{max-height:88vh}.mc-modal-mycomment{max-height:32vh;overflow-y:auto}}.mc-text{color:#3f4756;letter-spacing:.25px;word-break:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:8px;font-size:14px;font-weight:450;line-height:1.85;display:-webkit-box;overflow:hidden}.mc-reply{gap:10px;padding:9px 0;display:flex}.mc-reply+.mc-reply{border-top:1px dashed #e5e0fb}.mc-reply-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.mc-reply-avatar img{object-fit:cover;width:100%;height:100%;display:block}.mc-reply-main{flex:1;min-width:0}.mc-reply-head{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.mc-reply-name{color:#4f46e5;letter-spacing:.2px;font-size:13px;font-weight:650}.mc-reply-time{color:#9ca3af;font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:500}.mc-reply-text{color:#3f4756;letter-spacing:.25px;word-break:break-word;margin-top:3px;font-size:13px;font-weight:450;line-height:1.8}.mc-foot{flex-wrap:wrap;align-items:center;gap:8px;margin-top:auto;padding-top:12px;display:flex}.mc-reply-toggle{letter-spacing:.3px;color:#7c5df0;cursor:pointer;background:#faf8ff;border:1px solid #ece6fd;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:12.5px;font-weight:550;transition:all .18s;display:inline-flex}.mc-reply-toggle:hover{background:#f1ecff;border-color:#ddd3fa}.mc-reply-btn{color:#a5b4fc;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;margin-left:auto;padding:0 2px;font-size:11.5px;transition:color .15s}.mc-reply-btn:hover{color:#6366f1}.mc-reply-box{align-items:center;gap:8px;margin-top:8px;display:flex}.mc-reply-box .comment-char-count{flex-shrink:0;margin-right:0}.mc-reply-input{background:#fff;border:1px solid #ddd6fe;border-radius:8px;outline:none;flex:1;min-width:0;padding:7px 12px;font-size:12.5px;transition:border-color .15s,box-shadow .15s}.mc-reply-input:focus{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f11f}.mc-reply-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;flex-shrink:0;padding:7px 16px;font-size:12.5px;font-weight:600;transition:filter .15s}.mc-reply-send:hover:not(:disabled){filter:brightness(1.08)}.mc-reply-send:disabled{opacity:.6;cursor:default}.mc-modal-mask{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:20px;animation:.18s mcFade;display:flex;position:fixed;inset:0}@keyframes mcFade{0%{opacity:0}to{opacity:1}}.mc-modal{background:#fff;border-radius:18px;flex-direction:column;width:min(560px,100%);max-height:82vh;animation:.22s cubic-bezier(.21,1.02,.55,1.1) mcPop;display:flex;overflow:hidden;box-shadow:0 24px 64px #0f172a40}@keyframes mcPop{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:none}}.mc-modal-head{border-bottom:1px solid #f0f0f5;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mc-modal-title{color:#111827;letter-spacing:.3px;font-size:15.5px;font-weight:700}.mc-modal-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;width:30px;height:30px;font-size:13px;transition:all .15s}.mc-modal-close:hover{color:#dc2626;background:#fee2e2}.mc-modal-mycomment{color:#3f4756;letter-spacing:.25px;word-break:break-word;background:linear-gradient(135deg,#f6f5ff,#faf7ff);border:1px solid #ede9fe;border-radius:12px;flex-shrink:0;margin:14px 20px 0;padding:10px 14px;font-size:13.5px;font-weight:450;line-height:1.85}.mc-modal-mycomment-label{color:#fff;vertical-align:1px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;margin-right:8px;padding:1px 8px;font-size:11px;font-weight:600;display:inline-block}.mc-modal-body{padding:8px 20px 16px;overflow-y:auto}.mp-hero{color:#fff;background:linear-gradient(120deg,#0ea5e9,#6366f1 55%,#8b5cf6);border-radius:18px;margin-bottom:18px;padding:26px 30px;animation:.5s backwards pfFadeUp;position:relative;overflow:hidden;box-shadow:0 12px 32px #6366f13d}.mp-hero:before{content:"";background:#ffffff14;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;right:-60px}.mp-hero:after{content:"";background:#ffffff0f;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-90px;right:180px}.mp-hero>*{z-index:1;position:relative}.mp-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.mp-hero-title{letter-spacing:.3px;margin:0;font-size:22px;font-weight:700}.mp-hero-sub{opacity:.85;letter-spacing:.2px;margin:6px 0 0;font-size:13px}.mp-hero-count{text-align:right;flex-shrink:0}.mp-hero-count b{font-variant-numeric:tabular-nums;font-size:30px;font-weight:800;line-height:1}.mp-hero-count span{opacity:.85;letter-spacing:.3px;margin-top:5px;font-size:12px;display:block}.mp-tabs{background:#ffffff29;border:1px solid #ffffff38;border-radius:12px;gap:6px;margin-top:18px;padding:4px;display:inline-flex}.mp-tab{color:#ffffffd9;cursor:pointer;white-space:nowrap;letter-spacing:.3px;background:0 0;border:none;border-radius:9px;padding:8px 22px;font-size:13.5px;font-weight:600;transition:all .18s}.mp-tab:hover{color:#fff}.mp-tab.active{color:#4f46e5;background:#fff;box-shadow:0 2px 8px #0f172a2e}.mp-filters{background:#f3f4f6;border-radius:10px;flex-wrap:wrap;gap:6px;width:fit-content;max-width:100%;margin-bottom:16px;padding:4px;display:flex}.mp-filter{cursor:pointer;color:#6b7280;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:500;transition:all .15s}.mp-filter.active{color:#6366f1;background:#fff;box-shadow:0 1px 3px #00000014}.mp-list{flex-direction:column;gap:12px;display:flex}.flip-fill{flex-direction:column;display:flex}.flip-fill .side-flip-mask{align-items:flex-start}.flip-fill .side-flip-mask>*{position:sticky;top:calc(50vh - 20px)}.mp-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;align-items:center;gap:16px;min-width:0;padding:16px 20px;transition:box-shadow .2s,transform .2s,border-color .2s;animation:.45s backwards pfFadeUp;display:flex;position:relative}.mp-card:hover{border-color:#e0e3f5;transform:translateY(-2px);box-shadow:0 10px 30px #6366f11f}.mp-thumb{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex;overflow:hidden;box-shadow:0 4px 12px #6366f12e}.mp-thumb img{object-fit:cover;width:100%;height:100%;display:block}.mp-thumb.article{border-radius:12px;width:78px;height:52px}.mp-body{flex:1;min-width:0}.srch-bar{background:#fff;border:1.5px solid #e8eaf2;border-radius:16px;align-items:center;max-width:660px;margin:0 auto;padding:5px 5px 5px 16px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #6366f112}.srch-bar:focus-within{border-color:#a5b4fc;box-shadow:0 4px 24px #6366f12e}.srch-bar-icon{color:#a5b4fc;flex-shrink:0;transition:color .2s}.srch-bar:focus-within .srch-bar-icon{color:#6366f1}.srch-input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:11px 12px;font-size:15px}.srch-input::placeholder{color:#b6bcc9}.srch-count{color:#c4c8d0;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;flex-shrink:0;margin-right:8px;font-size:12px}.srch-count.is-max{color:#f59e0b;font-weight:600}.srch-error{text-align:center;color:#dc2626;max-width:660px;margin:10px auto 0;font-size:13px}.srch-clear{color:#9ca3af;cursor:pointer;background:#f1f2f7;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-right:8px;transition:background .15s,color .15s;display:flex}.srch-clear:hover{color:#6366f1;background:#e5e7f2}.srch-btn{color:#fff;cursor:pointer;letter-spacing:1px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;flex-shrink:0;padding:11px 30px;font-size:14.5px;font-weight:600;transition:filter .15s,transform .15s,opacity .15s}.srch-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.srch-btn:active:not(:disabled){transform:translateY(0)}.srch-btn:disabled{opacity:.55;cursor:default}.srch-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:18px 0 16px;display:flex}.srch-tabs{background:#eef0f6;border-radius:12px;gap:4px;width:fit-content;padding:4px;display:flex}.srch-tab{text-align:center;color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:9px;min-width:72px;padding:7px 22px;font-size:13px;font-weight:500;transition:all .18s}.srch-tab:hover{color:#4f46e5}.srch-tab.active{color:#6366f1;background:#fff;font-weight:600;box-shadow:0 2px 8px #6366f129}.srch-total{color:#9ca3af;font-size:13px}.srch-total b{color:#6366f1}.srch-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;align-items:center;gap:14px;padding:15px 20px;text-decoration:none;transition:box-shadow .18s,transform .18s,border-color .18s;animation:.4s backwards pfFadeUp;display:flex;position:relative}.srch-card:hover{border-color:#ddd6fe;transform:translateY(-2px);box-shadow:0 8px 26px #6366f121}.srch-card-ico{background:#f5f3ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .18s;display:flex;overflow:hidden}.srch-card:hover .srch-card-ico{transform:scale(1.06)}.srch-card-ico.is-article{background:#ecfeff}.srch-card-title{color:#1f2937;overflow-wrap:anywhere;margin-bottom:4px;font-size:15px;font-weight:600;line-height:1.4;transition:color .15s}.srch-card:hover .srch-card-title{color:#4f46e5}.srch-card-desc{color:#9ca3af;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.srch-type{color:#6366f1;background:#f5f3ff;border-radius:20px;flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:500}.srch-type.is-article{color:#0891b2;background:#ecfeff}.srch-arrow{color:#c7d2fe;opacity:0;flex-shrink:0;transition:opacity .18s,transform .18s;transform:translate(-4px)}.srch-card:hover .srch-arrow{opacity:1;transform:translate(0)}.srch-mark{color:#6d28d9;background:#ede9fe;border-radius:3px;padding:0 2px}.srch-welcome{text-align:center;padding:64px 20px;animation:.4s backwards pfFadeUp}.srch-welcome-ico{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;font-size:36px;display:flex;box-shadow:0 8px 24px #6366f11a}.srch-welcome-title{color:#1f2937;margin-bottom:8px;font-size:18px;font-weight:700}.srch-welcome-sub{color:#9ca3af;font-size:13.5px;line-height:1.7}.srch-skel-list{flex-direction:column;gap:10px;display:flex}.srch-skel{background:linear-gradient(90deg,#f1f3f9 25%,#e8ebf4 50%,#f1f3f9 75%) 0 0/200% 100%;border-radius:14px;height:76px;animation:1.2s linear infinite srchShimmer}@keyframes srchShimmer{to{background-position:-200% 0}}.srch-empty{text-align:center;padding:56px 0}.srch-empty-ico{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;font-size:36px;display:flex;box-shadow:0 8px 24px #6366f11a}.srch-page-btn{cursor:pointer;color:#5f6b7a;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:8px 20px;font-size:13px;transition:all .15s}.srch-page-btn:hover:not(:disabled){color:#6366f1;border-color:#c7d2fe;box-shadow:0 2px 8px #6366f11f}.srch-page-btn:disabled{cursor:default;color:#ccc;background:#fafafc}.srch-page-info{color:#9ca3af;font-variant-numeric:tabular-nums;padding:0 6px;font-size:13px}@media (width<=640px){.srch-btn{padding:11px 18px}.srch-toolbar{margin:14px 0 12px}.srch-tab{min-width:0;padding:7px 16px}.srch-total{font-size:12px}.srch-card{gap:11px;padding:13px 14px}.srch-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.srch-welcome{padding:48px 16px}.srch-skel{height:68px}}.mp-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.mp-title{color:#111827;letter-spacing:.2px;text-overflow:ellipsis;white-space:nowrap;font-size:15.5px;font-weight:650;overflow:hidden}.mp-status{letter-spacing:.3px;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.mp-status i{border-radius:50%;width:6px;height:6px}.mp-status.pending i{animation:.8s ease-in-out infinite pulse-dot}.mp-url{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.2px;margin-top:5px;font-size:12.5px;overflow:hidden}.mp-meta{color:#9ca3af;letter-spacing:.2px;flex-wrap:wrap;gap:14px;margin-top:7px;font-size:12px;font-weight:500;display:flex}.mp-meta span{align-items:center;gap:4px;display:inline-flex}.mp-view{letter-spacing:.3px;color:#6366f1;white-space:nowrap;background:#f5f6ff;border:1px solid #e0e7ff;border-radius:10px;flex-shrink:0;align-items:center;gap:4px;padding:7px 14px;font-size:13px;font-weight:550;text-decoration:none;transition:all .18s;display:inline-flex}.mp-view:hover{background:#edeaff;border-color:#d6d0f7}.mp-unfav{color:#c4c8d0;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;transition:all .15s;display:flex}.mp-unfav:hover{color:#ef4444;background:#fef2f2}.mp-empty{text-align:center;color:#9ca3af;background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:72px 20px;animation:.45s backwards pfFadeUp}.mp-empty-icon{background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;font-size:36px;display:flex}.mp-empty-title{color:#5f6b7a;font-size:16px;font-weight:600}.mp-empty-sub{margin-top:6px;font-size:13px}.mp-empty-link{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;align-items:center;gap:5px;margin-top:18px;padding:9px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:filter .15s;display:inline-flex;box-shadow:0 6px 16px #6366f14d}.mp-empty-link:hover{filter:brightness(1.08)}.mp-pager{justify-content:center;align-items:center;gap:8px;margin-top:24px;display:flex}.mp-pager-btn{color:#5f6b7a;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 20px;font-size:13px;transition:all .15s}.mp-pager-btn:hover:not(:disabled){color:#6366f1;border-color:#c7d2fe}.mp-pager-btn:disabled{color:#ccc;cursor:default}.mp-pager-info{color:#9ca3af;white-space:nowrap;font-variant-numeric:tabular-nums;padding:8px 4px;font-size:13px}.skel-line{background:linear-gradient(110deg,#e9ecf3 30%,#dde3f0 50%,#e9ecf3 70%) 0 0/200% 100%;border-radius:6px;height:13px;animation:1.8s ease-in-out infinite shimmer}.skel-up{pointer-events:none;opacity:0;animation:.3s .12s forwards loaderFade}.skel-up-hero{background:#fff;border:1px solid #eef0f4;border-radius:20px;align-items:center;gap:26px;margin-bottom:24px;padding:30px 34px;display:flex}.skel-up-avatar,.skel-up-name,.skel-up-pill,.skel-up-title,.skel-up-thumb{background:linear-gradient(110deg,#e9ecf3 30%,#dde3f0 50%,#e9ecf3 70%) 0 0/200% 100%;animation:1.8s ease-in-out infinite shimmer}.skel-up-avatar{border-radius:50%;flex-shrink:0;width:104px;height:104px}.skel-up-info{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.skel-up-name{border-radius:8px;width:220px;height:26px}.skel-up-pills{gap:8px;display:flex}.skel-up-pill{border-radius:999px;width:96px;height:25px}.skel-up-title{border-radius:6px;width:170px;height:24px;margin:28px 0 18px}.skel-up-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.skel-up-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;min-height:152px;display:flex;overflow:hidden}.skel-up-thumb{flex-shrink:0;width:168px}.skel-up-body{flex-direction:column;flex:1;gap:8px;min-width:0;padding:18px 34px 14px 20px;display:flex}@media (width<=768px){.skel-up-grid{grid-template-columns:1fr;gap:12px}.skel-up-thumb{width:120px}.skel-up-body{padding:12px 14px}}@media (width<=640px){.skel-up-hero{text-align:center;flex-direction:column;gap:16px;padding:26px 20px}.skel-up-info{align-items:center}}.detail-skel{pointer-events:none;opacity:0;min-height:100dvh;animation:.3s .12s forwards loaderFade}.detail-skel-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:32px}.catpage-skel{pointer-events:none;opacity:0;animation:.3s .12s forwards loaderFade}.catpage-skel-hero{background:linear-gradient(110deg,#e9ecf3 30%,#dde3f0 50%,#e9ecf3 70%) 0 0/200% 100%;border-radius:20px;height:106px;margin-bottom:20px;animation:1.8s ease-in-out infinite shimmer}@media (width<=640px){.catpage-skel-hero{border-radius:16px;height:82px;margin-bottom:14px}}.lc-skel,.sip-skel{pointer-events:none;opacity:0;animation:.3s .12s forwards loaderFade}.lc-skel-hero{background:linear-gradient(110deg,#e9ecf3 30%,#dde3f0 50%,#e9ecf3 70%) 0 0/200% 100%;border-radius:22px;height:128px;margin-bottom:32px;animation:1.8s ease-in-out infinite shimmer}.sip-skel-hero{text-align:center;padding:52px 0 34px}.sip-skel-card{background:#fff;border:1px solid #eef0f4;border-radius:18px;padding:38px 42px}@media (width<=640px){.mp-hero{padding:20px 18px}.mp-hero-count{display:none}.mp-tab{padding:8px 16px}.mp-card{gap:12px;padding:14px}.mp-thumb{width:44px;height:44px;font-size:19px}.mp-thumb.article{width:62px;height:44px}.mp-view{padding:6px 10px;font-size:12px}.mp-meta{gap:10px}}.site-info-page{max-width:860px;min-height:60vh;margin:0 auto;padding:16px 20px 64px;position:relative}.sip-aurora{pointer-events:none;height:360px;position:absolute;inset:0 0 auto;overflow:hidden}.sip-aurora i{filter:blur(70px);will-change:transform;border-radius:50%;animation:16s ease-in-out infinite alternate sipDrift;position:absolute}.sip-aurora i:first-child{background:radial-gradient(circle,#a5b4fc8c,#0000 65%);width:340px;height:340px;top:-130px;left:-4%}.sip-aurora i:nth-child(2){background:radial-gradient(circle,#c4b5fd80,#0000 65%);width:300px;height:300px;animation-duration:19s;animation-delay:-5s;top:-90px;right:-2%}.sip-aurora i:nth-child(3){background:radial-gradient(circle,#f0abfc66,#0000 65%);width:240px;height:240px;animation-duration:14s;animation-delay:-9s;top:-60px;left:38%}.sip-aurora i:nth-child(4){background:radial-gradient(circle,#67e8f959,#0000 65%);width:200px;height:200px;animation-delay:-12s;top:60px;left:62%}@keyframes sipDrift{0%{transform:translate(0)scale(1)}to{transform:translate(46px,30px)scale(1.18)}}.sip-hero{text-align:center;padding:52px 0 34px;animation:.5s both fadeUpIn;position:relative}.sip-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6 60%,#a855f7);border-radius:20px;justify-content:center;align-items:center;width:66px;height:66px;margin:0 auto 18px;animation:4.5s ease-in-out infinite sipFloat;display:flex;position:relative;box-shadow:0 12px 28px #6366f159,inset 0 1px #ffffff59}.sip-icon:after{content:"";border-radius:inherit;animation:3s ease-out infinite sipRing;position:absolute;inset:0;box-shadow:0 0 #8b5cf666}@keyframes sipRing{0%{box-shadow:0 0 #8b5cf659}70%{box-shadow:0 0 0 20px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.sip-icon svg{width:32px;height:32px}@keyframes sipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sip-title{letter-spacing:2px;background:linear-gradient(120deg,#4f46e5 10%,#8b5cf6 35%,#d946ef 55%,#8b5cf6 75%,#4f46e5 90%) 0 0/250%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:800;animation:9s linear infinite sipTitleFlow}@keyframes sipTitleFlow{to{background-position:250%}}.sip-subtitle{color:#6b7280;letter-spacing:1px;margin-top:12px;font-size:13px}.sip-divider{justify-content:center;align-items:center;margin-top:20px;display:flex}.sip-divider span{background:linear-gradient(135deg,#818cf8,#c084fc);border-radius:2px;width:7px;height:7px;animation:2.8s ease-in-out infinite sipTwinkle;position:relative;transform:rotate(45deg);box-shadow:0 2px 8px #8b5cf666}.sip-divider span:before,.sip-divider span:after{content:"";background:#c7d2fe;border-radius:50%;width:4px;height:4px;margin-top:-2px;animation:2.8s ease-in-out infinite sipDotBlink;position:absolute;top:50%}.sip-divider span:before{animation-delay:.35s;right:13px}.sip-divider span:after{animation-delay:.7s;left:13px}@keyframes sipTwinkle{0%,to{opacity:.55;transform:rotate(45deg)scale(.85)}50%{opacity:1;transform:rotate(45deg)scale(1.2)}}@keyframes sipDotBlink{0%,to{opacity:.35}50%{opacity:1}}.sip-card{-webkit-backdrop-filter:blur(10px);word-break:break-word;background:#ffffffd1;border:1px solid #eef0ff;border-radius:18px;padding:38px 42px;animation:.6s .1s both fadeUpIn;position:relative;overflow:hidden;box-shadow:0 14px 44px #6366f117,0 1px 3px #0000000a}.sip-card:before{content:"";background:linear-gradient(90deg,#6366f1,#8b5cf6,#d946ef,#67e8f9,#6366f1) 0 0/300% 100%;height:3px;animation:7s linear infinite sipShimmer;position:absolute;top:0;left:0;right:0}@keyframes sipShimmer{to{background-position:300% 0}}.sip-card>*{animation:.55s both fadeUpIn}.sip-card>:nth-child(2){animation-delay:.18s}.sip-card>:nth-child(3){animation-delay:.26s}.sip-card>:nth-child(4){animation-delay:.34s}.sip-card>:nth-child(5){animation-delay:.42s}.sip-card>:nth-child(6){animation-delay:.5s}.sip-card>:nth-child(7){animation-delay:.58s}.sip-card>:nth-child(n+8){animation-delay:.66s}.sip-card h2{padding-left:16px;transition:transform .25s;position:relative}.sip-card h2:before{content:"";background:linear-gradient(#6366f1,#a855f7);border-radius:3px;width:5px;height:1.05em;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 2px 6px #6366f14d}.sip-card h2:hover{transform:translate(4px)}@media (prefers-reduced-motion:reduce){.sip-aurora i,.sip-icon,.sip-icon:after,.sip-title,.sip-divider span,.sip-divider span:before,.sip-divider span:after,.sip-card:before,.sip-card>*,.widget-card,.widget-card:after,.widget-title,.widget-live:after,.home-aurora i,.home-aurora b,.logo-text,.nav-link.active:after,.btn-login,.btn-login:after,.side-item.active:after,.submit-card>*,.submit-head-icon,.submit-head-icon:after,.submit-title,.submit-tab.active:after{animation:none}.widget-card:hover{transform:none}}@media (width<=640px){.sip-hero{padding:36px 0 24px}.sip-title{font-size:25px}.sip-icon{border-radius:16px;width:56px;height:56px}.sip-card{padding:24px 20px}}@media (width>=769px) and (width<=900px){.detail-body{flex-direction:column}.detail-main-top,.detail-lower{display:contents}.detail-main-col{order:1}.detail-lower>*{order:2}.detail-main-top>.detail-sidebar{order:3}.detail-lower,.detail-page-wide .detail-lower{margin-right:0}.detail-sidebar{width:100%;max-height:none;position:static}.detail-sidebar>.detail-card{max-height:80vh;position:static}}@media (width>=901px) and (width<=1100px){.detail-page-wide .detail-body{flex-direction:column}.detail-page-wide .detail-main-top,.detail-page-wide .detail-lower{display:contents}.detail-page-wide .detail-main-col{order:1}.detail-page-wide .detail-lower>*{order:2}.detail-page-wide .detail-main-top>.detail-sidebar{order:3}.detail-page-wide .detail-lower{margin-right:0}.detail-page-wide .detail-sidebar{width:100%;max-height:none;position:static}.detail-page-wide .detail-sidebar>.detail-card{max-height:80vh;position:static}}@media (width<=480px){.link-container.grid{grid-template-columns:1fr}.cat-section{padding:14px 12px}.detail-card{padding:20px 16px}.detail-section{padding:18px 16px}}@media (width<=768px){.pf-icon-btn,.pf-pwd-eye,.avatar-btn,.lc-btn-copy,.mc-modal-close,.home-popup-close{min-width:44px;min-height:44px}.user-card-close{padding:12px}.bulletin-arrow{min-width:32px;min-height:32px}.refresh-btn,.side-pager-btn{min-width:36px;min-height:36px}.mirror-copy-btn{padding:10px 14px}.btn-submit,.comment-reply-actions .btn-cancel{padding:10px 16px}.pager-btn,.mp-pager-btn,.srch-page-btn{padding-top:11px;padding-bottom:11px}.dropdown-item{padding-top:12px;padding-bottom:12px}.pf-name-edit{padding:10px 14px}.mobile-sub-nav a{padding-top:11px;padding-bottom:11px}.mobile-drawer .side-item{padding-top:13px;padding-bottom:13px}.cat-tab{padding-top:9px;padding-bottom:9px}.comment-reply-btn{margin:-10px -4px;padding:10px 4px}.reply-expand{margin-top:0;padding:10px 0}.mc-reply-btn{margin-top:-10px;margin-bottom:-10px;padding:10px 6px}}.srch-goto{color:#818cf8;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,color .15s;display:flex;position:relative}.srch-goto:hover{color:#4f46e5;background:#eef2ff}.srch-goto[data-tip]:after{content:attr(data-tip);transform-origin:0;color:#fff;letter-spacing:.5px;white-space:nowrap;opacity:0;pointer-events:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;padding:6px 10px;font-size:11px;font-weight:500;line-height:1;transition:opacity .18s,transform .18s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%)scale(.9);box-shadow:0 4px 14px #6366f161,0 1px 3px #1018281f}.srch-goto[data-tip]:before{content:"";opacity:0;pointer-events:none;border:5px solid #0000;border-right-color:#7a5cf5;transition:opacity .18s,transform .18s;position:absolute;top:50%;left:calc(100% - 2px);transform:translateY(-50%)}.srch-goto[data-tip]:hover:after{opacity:1;transform:translateY(-50%)scale(1)}.srch-goto[data-tip]:hover:before{opacity:1}@media (width<=640px){.srch-goto[data-tip]:after{transform-origin:100% 100%;inset:auto -4px calc(100% + 7px) auto;transform:translateY(3px)scale(.9)}.srch-goto[data-tip]:before{border:5px solid #0000;border-top-color:#7a5cf5;inset:auto 8px calc(100% - 3px) auto;transform:translateY(2px)}.srch-goto[data-tip]:hover:after{transform:translateY(0)scale(1)}.srch-goto[data-tip]:hover:before{transform:translateY(0)}}
