/* Pudiu Core 弹窗重置样式，避免被第三方主题破坏 */
.pudiu-core-modal { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.pudiu-core-modal.active { opacity: 1; pointer-events: auto; }
.pudiu-core-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); }
.pudiu-core-modal-box { position: relative; z-index: 1; background: #fff; width: 90%; max-width: 400px; padding: 40px; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); transform: translateY(20px); transition: transform 0.3s; font-family: -apple-system, sans-serif; }
.pudiu-core-modal.active .pudiu-core-modal-box { transform: translateY(0); }
.pudiu-core-modal-close { position: absolute; top: 15px; right: 20px; background: none; border: none; font-size: 28px; color: #888; cursor: pointer; }
.pudiu-core-modal-header { text-align: center; margin-bottom: 30px; }
.pudiu-core-modal-header h3 { margin: 0 0 10px; font-size: 24px; color: #333; font-weight: 800; }
.pudiu-core-modal-header p { margin: 0; font-size: 14px; color: #777; }
.pudiu-core-input-group { margin-bottom: 15px; }
.pudiu-core-form input { width: 100%; box-sizing: border-box; padding: 14px 15px; font-size: 15px; color: #333; background: #f4f5f7; border: 2px solid transparent; border-radius: 12px; outline: none; transition: 0.3s; }
.pudiu-core-form input:focus { border-color: rgba(255, 70, 85, 0.4); background: #fff; }
.pudiu-core-code-group { display: flex; gap: 10px; }
.pudiu-core-code-group input { flex: 1; }
.pudiu-core-code-group button { flex-shrink: 0; width: 110px; background: rgba(255, 70, 85, 0.1); color: #ff4655; border: none; border-radius: 12px; font-weight: bold; cursor: pointer; transition: 0.2s; }
.pudiu-core-code-group button:hover:not(:disabled) { background: #ff4655; color: #fff; }
.pudiu-core-code-group button:disabled { background: #eee; color: #aaa; cursor: not-allowed; }
#pudiu_auth_submit_btn { width: 100%; padding: 14px; margin-top: 10px; background: #ff4655; color: #fff; border: none; border-radius: 12px; font-size: 16px; font-weight: bold; cursor: pointer; }
#pudiu_auth_submit_btn:hover { background: #e03e4d; }
.pudiu-core-msg { text-align: center; font-size: 13px; min-height: 18px; margin: 10px 0; }
.pudiu-core-btn { display: inline-block; padding: 10px 20px; background: #333; color: #fff; border-radius: 8px; text-decoration: none; font-weight: bold; }
/* Pudiu Core 弹窗双轨制选项卡样式 */
.pudiu-core-auth-tabs { display: flex; gap: 8px; margin-bottom: 25px; background: #f4f5f7; padding: 6px; border-radius: 14px; }
.auth-tab-btn { flex: 1; padding: 12px; border: none; background: transparent; color: #888; font-weight: 700; font-size: 14px; border-radius: 10px; cursor: pointer; transition: all 0.3s ease; }
.auth-tab-btn.active { background: #fff; color: #ff4655; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.auth-form-panel { display: none; animation: fadeIn 0.3s ease; }
.auth-form-panel.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

/* ==========================================================
   Pudiu Core: 弹窗与用户中心独立隔离样式
========================================================== */
/* 1. 弹窗基础样式 */
.pudiu-core-modal { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.pudiu-core-modal.active { opacity: 1; pointer-events: auto; }
.pudiu-core-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); }
.pudiu-core-modal-box { position: relative; z-index: 1; background: #fff; width: 90%; max-width: 400px; padding: 40px; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); transform: translateY(20px); transition: transform 0.3s; font-family: -apple-system, sans-serif; }
.pudiu-core-modal.active .pudiu-core-modal-box { transform: translateY(0); }
.pudiu-core-modal-close { position: absolute; top: 15px; right: 20px; background: none; border: none; font-size: 28px; color: #888; cursor: pointer; }
.pudiu-core-modal-header { text-align: center; margin-bottom: 30px; }
.pudiu-core-modal-header h3 { margin: 0 0 10px; font-size: 24px; color: #333; font-weight: 800; }
.pudiu-core-modal-header p { margin: 0; font-size: 14px; color: #777; }
.pudiu-core-input-group { margin-bottom: 15px; }
.pudiu-core-form input { width: 100%; box-sizing: border-box; padding: 14px 15px; font-size: 15px; color: #333; background: #f4f5f7; border: 2px solid transparent; border-radius: 12px; outline: none; transition: 0.3s; }
.pudiu-core-form input:focus { border-color: rgba(255, 70, 85, 0.4); background: #fff; }
.pudiu-core-code-group { display: flex; gap: 10px; }
.pudiu-core-code-group input { flex: 1; }
.pudiu-core-code-group button { flex-shrink: 0; width: 110px; background: rgba(255, 70, 85, 0.1); color: #ff4655; border: none; border-radius: 12px; font-weight: bold; cursor: pointer; transition: 0.2s; }
.pudiu-core-code-group button:hover:not(:disabled) { background: #ff4655; color: #fff; }
.pudiu-core-code-group button:disabled { background: #eee; color: #aaa; cursor: not-allowed; }
#pudiu_auth_submit_btn, #pudiu_pwd_submit_btn { 
    width: 100%; 
    padding: 14px; 
    margin-top: 10px; 
    background: #ff4655; 
    color: #fff; 
    border: none; 
    border-radius: 12px; 
    font-size: 16px; 
    font-weight: bold; 
    cursor: pointer; 
    transition: all 0.3s ease; 
}
#pudiu_auth_submit_btn:hover, #pudiu_pwd_submit_btn:hover { 
    background: #e03e4d; 
    box-shadow: 0 4px 12px rgba(255, 70, 85, 0.3); 
    transform: translateY(-1px);
}
.pudiu-core-msg { text-align: center; font-size: 13px; min-height: 18px; margin: 10px 0; }
.pudiu-core-btn { display: inline-block; padding: 10px 20px; background: #333; color: #fff; border-radius: 8px; text-decoration: none; font-weight: bold; border: none; cursor: pointer;}

/* 2. 用户中心样式 */
.pudiu-core-uc-wrap { font-family: -apple-system, sans-serif; max-width: 800px; margin: 0 auto; color: #333; }
.pudiu-core-unauth { text-align: center; padding: 60px 20px; background: #f9fafb; border-radius: 16px; border: 1px dashed #e5e7eb; }
.pudiu-core-unauth .uc-icon { color: #9ca3af; margin-bottom: 15px; }
.pudiu-core-unauth h3 { margin: 0 0 10px; font-size: 20px; font-weight: bold; }
.pudiu-core-unauth p { color: #6b7280; margin-bottom: 25px; }

.uc-header-card { display: flex; align-items: center; gap: 20px; background: #fff; padding: 30px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); margin-bottom: 30px; flex-wrap: wrap; }
.uc-avatar-box img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid #f3f4f6; }
.uc-info-box { flex: 1; min-width: 200px; }
.uc-name { margin: 0 0 5px 0; font-size: 22px; font-weight: 800; }
.uc-role { display: inline-block; font-size: 12px; background: rgba(255,70,85,0.1); color: #ff4655; padding: 4px 10px; border-radius: 50px; font-weight: bold; margin-bottom: 5px; }
.uc-email { margin: 0; color: #6b7280; font-size: 14px; }
.uc-btn-logout { background: #fee2e2; color: #ef4444; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 14px; transition: 0.2s; white-space: nowrap; }
.uc-btn-logout:hover { background: #fca5a5; color: #b91c1c; }

.uc-body-card { background: #fff; padding: 30px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.uc-card-title { margin: 0 0 20px 0; font-size: 18px; font-weight: bold; border-left: 4px solid #ff4655; padding-left: 10px; }
.pudiu-core-uc-wrap .pudiu-core-input-group label { display: block; font-size: 14px; font-weight: 600; color: #4b5563; margin-bottom: 8px; }
#uc_profile_submit { width: auto; min-width: 150px; }

@media (max-width: 600px) {
    .uc-header-card { flex-direction: column; text-align: center; }
}

/* ==========================================================
   Pudiu Core: 项目展示 (Project) 专属样式
========================================================== */
.pudiu-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 40px; }
.portfolio-card { display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.portfolio-thumb-wrap { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; display: block; }
.portfolio-thumb { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.portfolio-view-btn { background: #fff; color: #000; padding: 10px 20px; border-radius: 50px; font-weight: 800; font-size: 13px; transform: translateY(20px); transition: all 0.3s; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.portfolio-card:hover .portfolio-thumb { transform: scale(1.08); }
.portfolio-card:hover .portfolio-overlay { opacity: 1; }
.portfolio-card:hover .portfolio-view-btn { transform: translateY(0); }
.portfolio-info { padding: 25px; background: #fff; flex-grow: 1; display: flex; flex-direction: column; }
.portfolio-title { margin: 0; font-size: 18px; line-height: 1.4; font-weight: 700; }
.portfolio-title a { color: #333; text-decoration: none; transition: color 0.2s; }
.portfolio-title a:hover { color: #ff4655; }
@media (max-width: 1300px) { .pudiu-portfolio-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 768px) { .pudiu-portfolio-grid { grid-template-columns: 1fr; } }
.pb-btn-group { display: flex; flex-direction: column; gap: 15px; }
.pb-btn { display: flex; align-items: center; justify-content: center; width: 100%; padding: 14px; border-radius: 12px; font-size: 15px; font-weight: 800; text-decoration: none; transition: all 0.3s; box-sizing: border-box; }

/* ==========================================================
   Pudiu Core: 网址导航/友链 (Link Directory) 专属样式
========================================================== */
.dir-sticky-nav-wrap { position: sticky; top: 15px; z-index: 90; padding: 15px 20px; margin-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.dir-sticky-nav-wrap::-webkit-scrollbar { display: none; }
.dir-nav-pill { display: inline-block; padding: 8px 20px; background: rgba(0,0,0,0.04); border-radius: 50px; font-size: 14px; font-weight: 600; color: #666; text-decoration: none; transition: all 0.3s ease; white-space: nowrap; }
.dir-nav-pill:hover, .dir-nav-pill.active { background: #ff4655; color: #fff; box-shadow: 0 4px 12px rgba(255,70,85,0.2); }
.dir-card-item { padding: 15px 20px; transition: transform 0.2s, border-color 0.2s; border: 1px solid transparent; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.dir-card-item:hover { border-color: rgba(255,70,85,0.2); transform: translateY(-3px); }
.dir-view-more { font-size: 13px; font-weight: 600; color: #888; text-decoration: none; transition: 0.2s; }
.dir-view-more:hover { color: #ff4655; }
.premium-board-card { background: #fff; border: 1px solid #e1e1e1; border-radius: 16px; padding: 25px; box-shadow: 0 8px 30px rgba(0,0,0,0.03); position: relative; overflow: hidden; margin-bottom: 30px; scroll-margin-top: 90px; width: 100%; box-sizing: border-box; }
.premium-board-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #ff4655, #ff9ca5, #ffeb3b); opacity: 0.8; }
.dir-board-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; border-bottom: 1px dashed #e1e1e1; padding-bottom: 15px; }
.dir-board-title { margin: 0; font-size: 18px; font-weight: 800; border-left: 4px solid #ff4655; padding-left: 12px; line-height: 1.2; color: #333; }
.dir-clicks-grid, .dir-new-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.dir-mini-card { display: flex; align-items: center; gap: 10px; padding: 10px 12px; text-decoration: none; border: 1px solid #e1e1e1; border-radius: 8px; transition: all 0.2s; background: rgba(0,0,0,0.01); width: 100%; box-sizing: border-box; }
.dir-mini-card:hover { border-color: rgba(255,70,85,0.3); background: rgba(255,70,85,0.04); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.dir-mini-card .mini-icon { width: 22px; height: 22px; border-radius: 6px; object-fit: contain; flex-shrink: 0; }
.dir-mini-card .mini-title { font-size: 13px; font-weight: 600; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; }
.dir-split-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 25px; margin-bottom: 40px; align-items: start; width: 100%; box-sizing: border-box; }
.dir-dense-list { display: flex; flex-direction: column; gap: 8px; }
.dense-item { display: flex; align-items: center; gap: 10px; text-decoration: none; padding: 8px 10px; border-radius: 8px; transition: background 0.2s; width: 100%; box-sizing: border-box;}
.dense-item:hover { background: rgba(0,0,0,0.03); }
.dense-rank { width: 22px; height: 22px; text-align: center; line-height: 22px; font-size: 12px; font-weight: 800; color: #999; background: rgba(0,0,0,0.05); border-radius: 4px; flex-shrink: 0; font-style: italic; }
.dense-item:nth-child(1) .dense-rank { background: #ff4655; color: #fff; }
.dense-item:nth-child(2) .dense-rank { background: #ff7680; color: #fff; }
.dense-item:nth-child(3) .dense-rank { background: #ff9ca5; color: #fff; }
.dense-item .dense-icon { width: 20px; height: 20px; border-radius: 4px; flex-shrink: 0; }
.dense-item .dense-title { flex: 1; font-size: 13px; font-weight: 600; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.dense-item .dense-stat { font-size: 12px; color: #999; flex-shrink: 0; }
@media (max-width: 1200px) { .dir-split-layout { grid-template-columns: 280px minmax(0, 1fr); gap: 20px;} }
@media (max-width: 992px) { .dir-split-layout { grid-template-columns: minmax(0, 1fr); } }

/* 导航详情页 */
.sl-premium-card { background: #fff; border-radius: 16px; overflow: hidden; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.sl-premium-cover { position: relative; width: 100%; height: 180px; background: #f4f5f7; }
.sl-cover-backdrop { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.sl-cover-gradient { position: absolute; inset: 0; background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%); }
.sl-premium-body { padding: 0 30px 30px 30px; position: relative; margin-top: -40px; z-index: 2; }
.sl-premium-head { display: flex; align-items: flex-end; gap: 20px; margin-bottom: 30px; }
.sl-premium-avatar { width: 80px; height: 80px; background: #fff; border-radius: 16px; padding: 5px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); flex-shrink: 0; }
.sl-premium-avatar img { width: 100%; height: 100%; border-radius: 12px; object-fit: contain; }
.sl-premium-title-box { flex: 1; min-width: 0; padding-bottom: 5px; }
.sl-title { margin: 0 0 5px 0; font-size: 22px; font-weight: 800; color: #333; letter-spacing: -0.5px; }
.sl-url-text { font-size: 13px; color: #888; text-decoration: none; font-weight: 500; }
.sl-premium-action { padding-bottom: 5px; }
.sl-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: #111; color: #fff !important; border-radius: 50px; font-weight: 700; font-size: 14px; text-decoration: none !important; transition: all 0.2s; }
.sl-btn-primary:hover { background: #ff4655; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,70,85,0.3); }
.sl-premium-meta-bar { display: flex; flex-wrap: wrap; gap: 20px; background: rgba(136,136,136,0.05); padding: 15px 20px; border-radius: 12px; margin-bottom: 25px; }
.sl-meta-item { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.meta-label { color: #888; font-weight: 600; }
.meta-value { color: #333; font-weight: 700; }
.meta-value.icp { font-family: monospace; }
.meta-value.safe { color: #10b981; }
.meta-value.expired { color: #f59e0b; }
.sl-premium-excerpt { font-size: 14px; color: #666; line-height: 1.7; margin-bottom: 25px; padding-left: 15px; border-left: 3px solid #ff4655; }
.fl-copy-btn { position: absolute; right: 10px; top: 10px; background: #ff4655; color: #fff; border: none; padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: bold; cursor: pointer; transition: 0.2s; }
.fl-copy-btn:hover { background: #e03e4d; transform: translateY(-1px); box-shadow: 0 4px 10px rgba(255,70,85,0.2); }
@media (max-width: 576px) { .sl-premium-head { flex-direction: column; align-items: center; text-align: center; } .sl-premium-meta-bar { flex-direction: column; gap: 10px; } }

/* ==========================================================
   Pudiu Core: 全局右下角悬浮认证/用户组件 (带弹出下拉菜单)
========================================================== */
.pudiu-floating-wrap {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 2147483647;
}

.pudiu-floating-auth {
    position: relative;
    width: 54px;
    height: 54px;
    background: #ff4655;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(255, 70, 85, 0.4);
    text-decoration: none !important;
    animation: pudiu-float-pulse 3s infinite ease-in-out; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

/* 菜单展开动画与样式 */
.pudiu-floating-menu {
    position: absolute;
    bottom: 70px; /* 悬浮在按钮上方 */
    right: 0;
    width: 160px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: bottom right;
    z-index: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* PC端 Hover 唤醒，移动端 .active 唤醒 */
.pudiu-floating-wrap:hover .pudiu-floating-menu,
.pudiu-floating-wrap.active .pudiu-floating-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.pudiu-floating-menu-header {
    padding: 8px 20px 12px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 8px;
    font-size: 13px;
    color: #94a3b8;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pudiu-floating-menu a {
    display: flex !important;
    align-items: center;
    padding: 12px 20px;
    color: #334155 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}

.pudiu-floating-menu a svg {
    margin-right: 12px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.pudiu-floating-menu a:hover { background: #f8fafc; color: #ff4655 !important; }
.pudiu-floating-menu a:hover svg { opacity: 1; }
.pudiu-floating-menu a.pudiu-logout-link:hover { color: #dc2626 !important; background: #fef2f2; }

/* 动画与状态保持不变 */
@keyframes pudiu-float-pulse {
    0% { transform: translateY(0); box-shadow: 0 6px 20px rgba(255, 70, 85, 0.4), 0 0 0 0 rgba(255, 70, 85, 0.4); }
    50% { transform: translateY(-8px); box-shadow: 0 15px 25px rgba(255, 70, 85, 0.3), 0 0 0 8px rgba(255, 70, 85, 0); }
    100% { transform: translateY(0); box-shadow: 0 6px 20px rgba(255, 70, 85, 0.4), 0 0 0 0 rgba(255, 70, 85, 0); }
}

.pudiu-floating-wrap:hover .pudiu-floating-auth,
.pudiu-floating-wrap.active .pudiu-floating-auth {
    animation-play-state: paused;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(255, 70, 85, 0.5);
    color: #ffffff;
}

.pudiu-floating-auth.logged-out {
    background: #1e293b;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    animation: pudiu-float-pulse-dark 3s infinite ease-in-out;
}

@keyframes pudiu-float-pulse-dark {
    0% { transform: translateY(0); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(30, 41, 59, 0.3); }
    50% { transform: translateY(-8px); box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(30, 41, 59, 0); }
    100% { transform: translateY(0); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(30, 41, 59, 0); }
}

.pudiu-floating-wrap:hover .pudiu-floating-auth.logged-out,
.pudiu-floating-wrap.active .pudiu-floating-auth.logged-out {
    background: #ff4655;
    box-shadow: 0 10px 25px rgba(255, 70, 85, 0.4);
}

.pudiu-text-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #ffe4e6 100%);
    color: #ff4655;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    transition: all 0.3s;
}

.pudiu-floating-wrap:hover .pudiu-text-avatar,
.pudiu-floating-wrap.active .pudiu-text-avatar {
    transform: scale(1.05);
    background: #ffffff;
}

@media (max-width: 768px) {
    .pudiu-floating-wrap { right: 20px; bottom: 85px; }
    .pudiu-floating-auth { width: 48px; height: 48px; }
    .pudiu-text-avatar { font-size: 18px; }
    @keyframes pudiu-float-pulse { 50% { transform: translateY(-5px); } }
    @keyframes pudiu-float-pulse-dark { 50% { transform: translateY(-5px); } }
}