* { margin: 0; padding: 0; box-sizing: border-box; font-family: system-ui, 'Segoe UI', 'Inter', -apple-system, BlinkMacSystemFont, Roboto, sans-serif; }
body { background: #f5f7fb; display: flex; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }

/* ========= 左侧一级导航 ========= */
.left-sidebar { width: 160px; background: #ffffff; height: 100vh; position: fixed; left: 0; top: 0; display: flex; flex-direction: column; align-items: center; padding: 24px 0 20px; border-right: 1px solid #edeff2; z-index: 100; box-shadow: 2px 0 12px rgba(0,0,0,.02); overflow-y: auto; }
.sidebar-logo { font-size: 24px; font-weight: 800; margin-bottom: 36px; color: #1f2a3e; letter-spacing: -.5px; background: linear-gradient(130deg,#1e2f4b,#2c3e66); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sidebar-logo-img { width: 105px; height: 105px; object-fit: contain; border-radius: 6px; margin-top: -16px; }
.sidebar-nav { flex: 1; display: flex; flex-direction: column; width: 100%; }
.sidebar-bottom { width: 100%; margin-top: auto; display: flex; flex-direction: column; align-items: center; padding-top: 20px; border-top: 1px solid #f0f2f5; }
.sidebar-item { width: 100%; text-align: left; padding: 12px 18px; cursor: pointer; font-size: 12px; color: #000; display: flex; flex-direction: row; gap: 12px; align-items: center; transition: .2s; margin-bottom: 4px; border-left: 3px solid transparent; box-sizing: border-box; }
.sidebar-item i { font-size: 18px; width: 22px; text-align: center; flex-shrink: 0; }
.sidebar-item[data-auth-open="1"] { flex-direction: column; gap: 4px; text-align: center; }
.sidebar-item[data-auth-open="1"] i { font-size: 22px; width: auto; margin-bottom: 2px; }
.sidebar-avatar { position: relative; display: flex; align-items: center; justify-content: center; width: 32px; height: 28px; margin-bottom: 2px; }
.sidebar-avatar i { font-size: 22px; margin-bottom: 0; }
.sidebar-avatar img { position: absolute; inset: 0; width: 26px; height: 26px; object-fit: cover; border-radius: 50%; z-index: 1; }
.sidebar-item span:last-child { font-size: 16px; font-weight: 500; }
.sidebar-item.active { color: #000; border-left-color: #000; background: #f5f5f5; }
.sidebar-item:hover:not(.active) { color: #000; background: #e7ecf3; }

/* ========= 主内容 ========= */
.main-wrap { margin-left: 160px; width: calc(100% - 160px); background: #f5f7fb; min-height: 100vh; }

/* 顶部Banner */
.top-banner { background: url('/style/bg-banner.jpg') center center / 100% 100% no-repeat; padding: 20px 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 25px; position: relative; border-radius: 24px; overflow: hidden; margin: 16px 20px; min-height: 300px; }
.top-banner > * { position: relative; z-index: 2; }
.banner-tabs { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; }
.tab-btn { padding: 10px 28px; background: #fff; color: #1f2a3e; border-radius: 60px; border: 1px solid #e2e8f0; font-size: 15px; font-weight: 600; cursor: pointer; transition: .2s; white-space: nowrap; letter-spacing: .3px; box-shadow: 0 2px 6px rgba(0,0,0,.02); }
.tab-btn.active { background: #1e293b; color: #fff; border-color: #1e293b; box-shadow: 0 8px 18px rgba(0,0,0,.15); }
.tab-btn:hover { border-color: #1e293b; color: #1e293b; background: #fff; transform: scale(1.06); }

/* 搜索栏 */
.search-box { display: flex; align-items: center; width: 85%; max-width: 980px; height: 58px; box-shadow: 0 8px 20px rgba(0,0,0,.08); border-radius: 99px; background: #fff; transition: all .2s ease; border: 1px solid #eef2f8; }
.search-box:hover { border-color: rgb(200,1,34); box-shadow: 0 0 0 2px rgba(200,1,34,.12); }
.search-box:focus-within { border-color: rgb(200,1,34); box-shadow: 0 0 0 3px rgba(200,1,34,.15); }
.search-input { flex: 1; padding: 0 12px; border: none; outline: none; font-size: 16px; font-weight: 500; background: #fff; color: #1f2a3e; height: 100%; min-width: 0; border-radius: 99px 0 0 99px; }
.search-input::placeholder { color: #94a3b8; font-weight: 400; }
.search-clear { background: none; border: none; cursor: pointer; font-size: 18px; color: #94a3b8; align-items: center; justify-content: center; padding: 0 6px; transition: color .2s; height: 100%; }
.search-clear:hover { color: #1e293b; }
.search-btn { background: #c80122; color: #fff; border: none; border-radius: 99px; font-size: 16px; font-weight: 700; cursor: pointer; transition: .2s; letter-spacing: 1px; padding: 0 16px; height: 100%; width: 112px; white-space: nowrap; flex-shrink: 0; margin-left: 8px; }
.search-btn:hover { background: #a9001d; }

/* 横向分类导航 */
.cate-nav { background: #ffffff; padding: 14px 60px; display: flex; gap: 28px; justify-content: center; border-top: 1px solid #eef2f8; border-bottom: 1px solid #eef2f8; overflow-x: auto; white-space: nowrap; scrollbar-width: thin; flex-wrap: wrap; position: relative; z-index: 1; box-shadow: 0 2px 6px rgba(0,0,0,.02); margin: 0 20px; border-radius: 24px; }
.cate-nav span { font-size: 14px; font-weight: 500; color: #4b5a6e; cursor: pointer; transition: .2s; padding-bottom: 4px; border-bottom: 2px solid transparent; }
.cate-nav span.active { color: #1e293b; border-bottom-color: #1e293b; }
.cate-nav span:hover { color: #1e293b; }

/* 卡片网格 */
.card-container { padding: 32px 20px 60px; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 15px; }
.model-card { background: #ffffff; border-radius: 20px; overflow: hidden; position: relative; transition: all .25s ease; box-shadow: 0 5px 12px rgba(0,0,0,.03); border: 1px solid #eff2f9; height: 240px; cursor: pointer; }
.model-card:hover { transform: translateY(-5px); box-shadow: 0 20px 28px -12px rgba(0,0,0,.12); border-color: #e2e9f2; }
img.card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; background-color: #f5f7fb; background-image: url('/images/loading.png'); background-repeat: no-repeat; background-position: center; background-size: 46px 46px; }
img.card-img.loaded, img.card-img[src=""] { background-image: none; }
.model-card:hover img.card-img { transform: scale(1.03); }
/* 卡片信息：悬停显示（默认隐藏） */
.card-text { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(20,20,20,0.68) 0%, rgba(20,20,20,0) 100%); color: #fff; padding: 35px 12px 10px; border-radius: 0 0 20px 20px; text-align: left; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
.model-card:hover .card-text, .rec-card:hover .card-text { opacity: 1; visibility: visible; }
.card-main-text { font-weight: 600; font-size: 13px; line-height: 1.4; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.card-main-text .card-cat { display: inline-block; font-size: 11px; font-weight: 600; color: #ffe08a; background: rgba(0,0,0,0.35); padding: 0 6px; border-radius: 4px; margin-right: 2px; vertical-align: 1px; }
.card-sub-text { font-size: 11px; color: rgba(255,255,255,.8); margin-top: 2px; }
/* 格式角标：默认隐藏，悬浮显示 */
.format-badge { position: absolute; top: 10px; right: 10px; background: transparent; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 6px; letter-spacing: .5px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s; z-index: 2; text-shadow: 0 1px 3px rgba(0,0,0,.5); }
.model-card:hover .format-badge, .rec-card:hover .format-badge { opacity: 1; visibility: visible; }

/* ===== 效果图分类：知末网风格 justify 画廊（等高行 + 变宽，圆角 12，无边框阴影） ===== */
.card-container.justified { display: block; position: relative; }
.card-container.justified .model-card { position: absolute; height: auto; border: none; border-radius: 12px; box-shadow: none; background: #eef0f3; overflow: hidden; transition: none; }
.card-container.justified .model-card:hover { transform: none; box-shadow: none; border: none; }
.card-container.justified img.card-img { border-radius: 12px; transition: transform .5s ease; }
.card-container.justified .model-card:hover img.card-img { transform: scale(1.1); }
.card-container.justified .card-text { border-radius: 0 0 12px 12px; background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%); }
.card-container.justified .format-badge { border-radius: 8px; }

/* 回到顶部 */
.go-top { position: fixed; bottom: 40px; right: 30px; width: 48px; height: 48px; background: #1e293b; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: all .3s ease; box-shadow: 0 4px 12px rgba(0,0,0,.15); z-index: 200; border: none; font-size: 22px; }
.go-top.show { opacity: 1; visibility: visible; }
.go-top:hover { background: #333; transform: translateY(-3px); }

/* 详情页大图全屏放大 */
.image-zoom-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 1000; display: flex; align-items: center; justify-content: center; cursor: zoom-out; }
.image-zoom-overlay img { background-color: #f5f7fb; }
.image-zoom-wrap { width: 92vw; height: 92vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.image-zoom-wrap img { max-width: 92vw; max-height: 92vh; object-fit: contain; border-radius: 6px; box-shadow: 0 0 40px rgba(0,0,0,.6); transform-origin: center center; transition: transform .1s ease; }
.image-zoom-close { position: absolute; top: 20px; right: 30px; font-size: 46px; color: #fff; cursor: pointer; line-height: 1; opacity: .8; transition: .2s; }
.image-zoom-close:hover { opacity: 1; transform: scale(1.1); }

/* ========= 详情页 ========= */.detail-header { position: sticky; top: 0; z-index: 90; height: 75px; background: #ffffff; border-bottom: 1px solid #edeff2; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; }
/* 首页/分类列表页的固定搜索栏：默认藏在顶部上方，滚动分类栏被遮住时显示（JS 控制 .show） */
.app-fixed-search { position: fixed; left: 0; right: 0; top: 0; z-index: 95; transform: translateY(-102%); transition: transform .25s ease; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.app-fixed-search.show { transform: translateY(0); }
.header-left { display: flex; align-items: center; gap: 20px; min-width: 0; }
.header-crumb { font-size: 14px; color: #7c8ba0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.header-crumb a:hover { color: #1f2a3e; }
.back-home { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #1f2a3e; background: #f5f5f5; border: 1px solid #e2e8f0; border-radius: 99px; padding: 8px 18px; transition: .2s; flex-shrink: 0; }
.back-home:hover { background: #1e293b; color: #fff; border-color: #1e293b; }
.detail-card { display: flex; max-width: 1238px; width: 100%; margin: 21px auto 27px; background: #fff; box-shadow: 0 0 10px 4px hsla(0,0%,69%,.15); border-radius: 16px; overflow: hidden; padding: 20px 20px 20px 16px; }
.slider-wrap { display: flex; flex: 1; min-width: 0; align-items: flex-start; }
.thumb-col { width: 72px; margin-right: 12px; flex-shrink: 0; display: flex; flex-direction: column; gap: 8px; }
.thumb-item { width: 72px; height: 72px; border-radius: 11px; display: flex; justify-content: center; align-items: center; border: 2px solid transparent; cursor: pointer; position: relative; background: #fff; }
.thumb-item.active { border-color: #dbdbdb; }
.thumb-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; display: block; }
.main-pic { flex: 1; min-width: 0; height: 584px; background: #f5f7fb; border-radius: 12px; overflow: hidden; display: flex; justify-content: center; align-items: center; position: relative; }
.main-pic img { background-color: #f5f7fb; }
.main-pic img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 12px; display: block; cursor: url('/images/magnifier.png') 16 16, zoom-in; }
.description { width: 404px; flex-shrink: 0; padding-left: 20px; display: flex; flex-direction: column; height: 584px; }
.description h1 { height: 28px; font-size: 20px; font-weight: 600; color: #111; line-height: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.id-row { display: flex; align-items: center; margin-top: 6px; gap: 8px; }
.model-id { height: 28px; font-size: 15px; font-weight: 600; color: #111; line-height: 28px; display: inline-block; }
.price-row { display: flex; align-items: baseline; margin-top: 10px; height: 35px; }
.price { font-size: 14px; font-weight: 600; color: #ed0027; }
.price b { font-size: 30px; font-weight: 700; color: #ed0027; margin-left: 2px; }
.divider { width: 100%; height: 1px; background: #f2f2f2; margin-top: 16px; }
.params-scroll { flex: 1; min-height: 0; overflow-y: auto; padding-top: 16px; padding-right: 4px; }
.param-block { margin-bottom: 16px; }
.param-title { height: 17px; font-size: 12px; color: #999; line-height: 17px; margin-bottom: 8px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; height: 36px; border-radius: 8px; border: 1px solid #e7e7e7; padding: 0 12px; font-size: 14px; color: #222; line-height: 34px; cursor: pointer; display: inline-flex; align-items: center; }
.chip.active { border-color: #cb0018; color: #cb0018; }
.more-grid { background: #f7f7f7; border-radius: 8px; padding: 14px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; row-gap: 17px; }
.more-item { display: flex; flex-direction: column; align-items: center; width: 100%; overflow: hidden; white-space: nowrap; }
.more-item .val { height: 20px; font-size: 14px; font-weight: 500; color: #222; line-height: 20px; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.more-item .name { height: 17px; font-size: 12px; color: #999; line-height: 17px; margin-top: 3px; }
.btn-bar { padding-top: 8px; }
.download-btn { width: 100%; height: 44px; background: rgb(200,1,34); color: #fff; border: none; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; transition: .2s; }
.download-btn:hover { filter: brightness(1.12); }

/* 相关推荐 */
.recommend { width: 100%; padding: 8px 20px 60px; }
.recommend-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; }
.recommend-head h2 { font-size: 24px; font-weight: 800; color: #1f2a3e; }
.recommend-head span { font-size: 14px; color: #94a3b8; }
.recommend-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 15px; }
.rec-card { background: #ffffff; border-radius: 20px; overflow: hidden; position: relative; cursor: pointer; transition: all .25s ease; box-shadow: 0 5px 12px rgba(0,0,0,.03); border: 1px solid #eff2f9; height: 240px; }
.rec-card:hover { transform: translateY(-5px); box-shadow: 0 20px 28px -12px rgba(0,0,0,.12); border-color: #e2e9f2; }
.rec-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; background-image: url('/images/loading.png'); background-repeat: no-repeat; background-position: center; background-size: 46px 46px; }
.rec-card img.loaded { background-image: none; }
.rec-card:hover img { transform: scale(1.03); }
/* 相关推荐卡片：信息常驻显示 */
.rec-card .card-text { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(20,20,20,0.68) 0%, rgba(20,20,20,0) 100%); color: #fff; padding: 35px 14px 10px; border-radius: 0 0 20px 20px; text-align: left; }
.breadcrumb { width: 100%; padding: 16px 32px 40px; font-size: 13px; color: #94a3b8; }
.breadcrumb a { color: #7c8ba0; }
.breadcrumb a:hover { color: #1f2a3e; }
.breadcrumb span { color: #1f2a3e; }
.breadcrumb .sep { margin: 0 8px; color: #c2cbd8; }

/* 登录页 */
.login-wrap { display: flex; justify-content: center; padding: 80px 0; }
.login-box { background: #fff; border-radius: 16px; padding: 40px; width: 380px; box-shadow: 0 0 10px 4px hsla(0,0%,69%,.12); }
.login-box h2 { text-align: center; margin-bottom: 24px; color: #1f2a3e; }
.login-box h2 i { margin-right: 6px; color: #2c3e66; }
.form-group { margin-bottom: 16px; }
.form-group input { width: 100%; padding: 12px 14px; border: 1px solid #d1d5db; border-radius: 10px; font-size: 15px; }
.form-group input:focus { outline: none; border-color: #1e293b; }
.error-msg { color: #dc2626; font-size: 13px; margin-bottom: 10px; text-align: center; }
.login-hint { color: #94a3b8; font-size: 12px; text-align: center; margin-top: 14px; }

/* 响应式 */
@media (max-width: 1240px) { .main-pic { height: 480px; } .description { height: 480px; } }
@media (max-width: 1080px) {
    .detail-card { flex-direction: column; height: auto; padding: 16px; margin: 16px 12px 20px; }
    .slider-wrap { flex-direction: column; }
    .thumb-col { flex-direction: row; width: 100%; margin: 0 0 10px; }
    .main-pic { height: auto; }
    .main-pic img { max-height: 60vh; }
    .description { width: 100%; height: auto; padding-left: 0; margin-top: 16px; }
    .params-scroll { overflow: visible; padding-right: 0; }
    .more-grid { grid-template-columns: repeat(2, 1fr); }
    .recommend { padding: 8px 16px 40px; }
    .recommend-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
    .top-banner { padding: 32px 30px; }
    .cate-nav { padding: 12px 30px; gap: 20px; }
    .card-container { padding: 28px 30px; }
    .search-box { width: 90%; max-width: 860px; }
}
@media (max-width: 780px) {
    .left-sidebar { width: 150px; }
    .main-wrap { margin-left: 150px; width: calc(100% - 150px); }
    .tab-btn { padding: 6px 18px; font-size: 13px; }
    .search-box { width: 95%; max-width: 700px; height: 50px; }
    .search-btn { width: 90px; font-size: 13px; padding: 0 8px; margin-left: 6px; }
    .model-card { height: 200px; }
}

/* 分页器 */
.pg-btn{min-width:36px;height:36px;padding:0 12px;border:1px solid #dbe3ec;border-radius:8px;background:#fff;color:#334;font-size:14px;cursor:pointer;transition:all .15s;}
.pg-btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb;}
.pg-btn.active{background:#2563eb;border-color:#2563eb;color:#fff;}
.pg-btn:disabled{opacity:.4;cursor:not-allowed;}
.pg-dots{padding:0 4px;color:#94a3b8;}
.pg-info{margin-left:10px;font-size:13px;color:#64748b;}

/* ===== 自定义分类 树形(知末网式 一级/二级/三级) ===== */
.cate-tree {
  display: block !important;
  padding: 10px 20px !important;
  gap: 0 !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  white-space: normal !important;
  text-align: left !important;
  border-top: 1px solid #eef2f8;
  border-bottom: 1px solid #eef2f8;
}
.cate-tree .tree-node {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  margin: 1px 0;
  border-radius: 6px;
  cursor: pointer;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}
.cate-tree .tree-node:hover { background: #f1f5fb; }
.cate-tree .tree-node.active { background: #e0e8f2; color: #1e4a76; font-weight: 600; }
.cate-tree .tree-node.l1 { font-weight: 600; color: #2c3e50; }
.cate-tree .tree-node.l2 { padding-left: 24px; font-weight: 400; color: #555; }
.cate-tree .tree-node.l3 { padding-left: 44px; font-weight: 400; color: #777; font-size: 13px; }
.cate-tree .arr {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #9aa7b8;
  font-style: normal;
}
.cate-tree .arr-has::before { content: '▸'; }
.cate-tree .arr:not(.arr-has)::before { content: ''; }
.cate-tree .tree-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cate-tree .tree-count { color: #9aa7b8; font-size: 12px; margin-left: 6px; }

/* ===== 知末网式 多行横向 三级分类筛选 ===== */
.cate-nav.haohao-cat,
.haohao-cat {
  display: flex !important;
  flex-direction: row;
  justify-content: center !important;
  align-items: center;
  width: auto !important;
  max-width: 100%;
  margin: 0 20px !important;
  padding: 12px 20px !important;
  gap: 0 !important;
  flex-wrap: nowrap !important;
  white-space: normal !important;
  text-align: left !important;
  border-top: 1px solid #eef2f8;
  border-bottom: 1px solid #eef2f8;
  line-height: 1.6;
  box-sizing: border-box;
}
.haohao-row { display: flex; align-items: flex-start; justify-content: flex-start; padding: 4px 0; }
.haohao-cat .haohao-label {
  color: #999999 !important;
  flex: 0 0 auto;
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #999999;
  font-size: 13px;
  line-height: 26px;
  padding-right: 8px;
  box-sizing: border-box;
}
.haohao-tags { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 2px 6px; }
.haohao-tag {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  padding: 0 6px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
}
.haohao-tag:hover { color: #d32f2f; }
.haohao-tag.active { color: #d32f2f; font-weight: 700; }

/* ===== 分类栏内层(内容宽度, 保证一行/二级/三级标签列左对齐) ===== */
.haohao-inner {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 100%;
}


/* ========= 登录弹窗（微信/QQ/手机号） ========= */
.auth-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; }
.auth-modal-mask { position: absolute; inset: 0; background: rgba(15,20,30,.55); backdrop-filter: blur(2px); }
.auth-dialog { position: relative; width: 400px; max-width: 94vw; background: #fff; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.25); padding: 28px 30px 30px; overflow-y: auto; max-height: 92vh; }
.auth-close { position: absolute; top: 12px; right: 16px; font-size: 26px; color: #94a3b8; cursor: pointer; line-height: 1; z-index: 2; }
.auth-close:hover { color: #1e293b; }
.auth-tabs { display: flex; border-bottom: 1px solid #eef2f8; margin-bottom: 22px; }
.auth-tab { flex: 1; background: none; border: none; padding: 12px 0; font-size: 14px; font-weight: 600; color: #64748b; cursor: pointer; border-bottom: 2px solid transparent; display: flex; align-items: center; justify-content: center; gap: 6px; transition: .2s; }
.auth-tab.active { color: #1e293b; border-bottom-color: #1e293b; }
.auth-tab-icon { width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; }
.auth-tab-icon.wechat { background: #07c160; }
.auth-tab-icon.qq { background: #12b7f5; font-size: 9px; }
.auth-tab-icon.phone { background: #1e293b; }
.auth-panel { display: none; }
.auth-subtabs { display: flex; gap: 10px; margin-bottom: 18px; }
.auth-subtab { background: #f1f5f9; border: none; border-radius: 60px; padding: 8px 18px; font-size: 13px; color: #64748b; cursor: pointer; transition: .2s; font-weight: 500; }
.auth-subtab.active { background: #1e293b; color: #fff; }
.auth-form { }
.auth-field { position: relative; margin-bottom: 14px; }
.auth-field-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #94a3b8; }
.auth-input { width: 100%; padding: 12px 12px 12px 38px; border: 1px solid #e2e8f0; border-radius: 10px; font-size: 14px; outline: none; transition: .2s; }
.auth-input:focus { border-color: #1e293b; box-shadow: 0 0 0 3px rgba(30,41,59,.08); }
.auth-field-code .auth-input { padding-right: 118px; }
.auth-send-code { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); border: none; background: #f1f5f9; color: #1e293b; font-size: 13px; font-weight: 600; padding: 8px 12px; border-radius: 8px; cursor: pointer; }
.auth-send-code:disabled { color: #94a3b8; cursor: not-allowed; }
.auth-submit { width: 100%; padding: 13px; background: #c80122; color: #fff; border: none; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; letter-spacing: 2px; transition: .2s; margin-top: 4px; }
.auth-submit:hover { background: #a9001d; }
.auth-switch { text-align: center; margin-top: 14px; font-size: 13px; color: #64748b; }
.auth-link { color: #1e293b; font-weight: 600; }
.auth-link:hover { text-decoration: underline; }
.auth-social-placeholder { text-align: center; padding: 24px 0 8px; }
.auth-social-code { background: #f8fafc; border-radius: 12px; padding: 28px 20px; }
.auth-qr-placeholder { width: 140px; height: 140px; margin: 0 auto 14px; background: #eef2f8; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 34px; color: #94a3b8; }
.auth-qr-placeholder.qq { font-size: 26px; font-weight: 800; color: #12b7f5; }
/* QQ 快捷登录：企鹅图标展示（替代文字 QQ） */
.auth-qr-show { width: 120px; height: 120px; margin: 0 auto 14px; background: #fff; border-radius: 14px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(18,183,245,.15); }
.auth-qr-show .auth-qq-icon { width: 88px; height: 88px; object-fit: contain; }
.auth-social-code p { font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 4px; }
.auth-pending-tip { font-size: 12px !important; color: #94a3b8 !important; font-weight: 400 !important; }
.auth-toast { position: fixed; left: 50%; bottom: 40px; transform: translateX(-50%); background: #1e293b; color: #fff; padding: 12px 22px; border-radius: 10px; font-size: 14px; z-index: 10001; opacity: 0; transition: opacity .3s; box-shadow: 0 8px 20px rgba(0,0,0,.25); max-width: 80vw; text-align: center; }
.auth-toast.ok { background: #07a35a; }

/* ===== 用户悬浮卡（侧边栏头像hover显示）===== */
.user-pop-trigger { position: relative; }
.user-pop {
  position: fixed;
  z-index: 2000;
  width: 250px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  padding: 16px;
  display: none;
  text-align: left;
}
.user-pop::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 18px;
  border: 8px solid transparent;
  border-right-color: #fff;
}
/* 顶部：头像在左，右侧信息列（名称上、ID下） */
.user-pop .pop-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.user-pop .pop-avatar {
  flex: 0 0 auto;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg,#6366f1,#8b5cf6);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  position: relative; overflow: hidden;
}
.user-pop .pop-avatar img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; border-radius: 50%;
  z-index: 1;
}
.user-pop .pop-head-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.user-pop .pop-name {
  font-size: 15px; font-weight: 600; color: #1e293b;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.user-pop .pop-name-link { text-decoration: none; }
.user-pop .pop-name-link:hover { color: #1e4a76; }
.user-pop .pop-uid {
  font-size: 12px; color: #94a3b8;
}
.user-pop .pop-uid b { color: #64748b; font-weight: 600; }
/* 好币行：与文案紧邻排列 */
.user-pop .pop-coins {
  font-size: 14px; color: #64748b;
  background: #fff8ed;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.user-pop .pop-coins b { color: #f59e0b; font-weight: 700; }
.user-pop .pop-btns {
  margin-top: 6px;
  display: flex; gap: 8px;
}
.user-pop .pop-btn {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 5px;
  padding: 9px 0;
  border-radius: 8px;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.user-pop .pop-btn-recharge {
  background: linear-gradient(135deg,#f59e0b,#f97316);
  color: #fff;
}
.user-pop .pop-btn-recharge:hover { opacity: 0.9; }
.user-pop .pop-btn-logout {
  background: #f1f5f9;
  color: #64748b;
}
.user-pop .pop-btn-logout:hover { background: #fee2e2; color: #dc2626; }
.user-pop .pop-btn { min-width: 0; }

/* QQ 扫码登录按钮 */
.auth-qq-btn {
  margin-top: 12px;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  background: #12b7f5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.auth-qq-btn:hover { background: #0ea5e9; }

/* ============ 个人主页 profile ============ */
.profile-page { max-width: 1080px; margin: 0 auto; padding: 24px 18px 60px; }
.profile-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; margin-bottom: 20px; overflow: hidden; }
.profile-hero { display: flex; align-items: center; gap: 22px; padding: 28px 30px; background: linear-gradient(135deg,#1e293b 0%,#0f172a 100%); color: #fff; }
.profile-avatar { position: relative; width: 84px; height: 84px; border-radius: 50%; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; font-size: 40px; color: #fff; overflow: visible; flex-shrink: 0; }
.profile-avatar img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; display: block; }
.profile-avatar-edit { position: absolute; right: -2px; bottom: -2px; width: 28px; height: 28px; border-radius: 50%; background: #f59e0b; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; cursor: default; border: 2px solid #0f172a; }
.profile-hero-info { flex: 1; min-width: 0; }
.profile-name { font-size: 24px; font-weight: 700; margin-bottom: 6px; word-break: break-all; }
.profile-uid { color: #94a3b8; font-size: 14px; }
.profile-coins { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: 14px 22px; border-radius: 14px; }
.profile-coins-icon { font-size: 34px; color: #fbbf24; }
.profile-coins-info { display: flex; flex-direction: column; }
.profile-coins-label { color: #cbd5e1; font-size: 13px; }
.profile-coins-value { color: #fbbf24; font-size: 22px; font-weight: 700; line-height: 1.1; }
.profile-coins-row { display: flex; align-items: center; gap: 14px; margin-top: 2px; }
.profile-coins-recharge { padding: 6px 18px; font-size: 14px; font-weight: 700; }
.profile-btn-recharge { background: linear-gradient(135deg,#f59e0b,#f97316); color: #fff; }
.profile-btn-recharge:hover { opacity: .92; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 860px) { .profile-grid { grid-template-columns: 1fr; } .profile-hero { flex-direction: column; text-align: center; } .profile-hero-info { text-align: center; } }
.profile-card-head { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; color: #1e293b; padding: 18px 24px; border-bottom: 1px solid #f1f5f9; }
.profile-card-count { margin-left: auto; font-size: 13px; font-weight: 400; color: #94a3b8; }
.profile-body { padding: 10px 24px 24px; }
.profile-two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
@media (max-width: 860px) { .profile-two-cols { grid-template-columns: 1fr; } }
/* 右侧好币信息独立卡内容 */
.setting-coins-panel { display: flex; align-items: center; justify-content: center; padding: 24px; }
.setting-coins-box { width: 100%; height: 260px; display: flex; align-items: center; justify-content: center; padding: 30px 28px; border-radius: 16px; background: linear-gradient(135deg,#1e293b 0%,#0f172a 100%); }
.coins-wrap { display: flex; flex-direction: column; align-items: flex-start; width: 100%; margin-left: 60px; }
.setting-coins-box .profile-coins { background: transparent; border: none; padding: 0; }
/* 右侧好币面板内容放大，更大气 */
.setting-coins-box .profile-coins-icon { font-size: 52px; }
.setting-coins-box .coins-icon-tip { font-size: 12px; color: #94a3b8; line-height: 1.4; text-align: left; max-width: 200px; }
.coins-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; width: 100%; }
.setting-coins-box .profile-coins-info { gap: 6px; }
.setting-coins-box .profile-coins-label { font-size: 16px; }
.setting-coins-box .profile-coins-value { font-size: 34px; }
.setting-coins-box .profile-coins-row { gap: 20px; margin-top: 4px; }
.setting-coins-box .profile-coins-recharge { padding: 10px 26px; font-size: 16px; transform: translateX(-15px); }
.setting-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px dashed #eef2f7; }
.setting-row:last-of-type { border-bottom: none; }
.setting-label { display: flex; align-items: center; gap: 8px; color: #334155; font-size: 15px; }
.setting-label i { width: 20px; color: #64748b; }
.setting-control { display: flex; align-items: center; gap: 12px; }
.setting-val { color: #0f172a; font-size: 14px; }
.setting-muted { color: #94a3b8; }
.setting-tip { margin-top: 14px; color: #94a3b8; font-size: 12px; line-height: 1.7; }
.profile-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: none; border-radius: 8px; padding: 8px 16px; font-size: 13px; cursor: pointer; transition: all .2s; text-decoration: none; color: #fff; background: #1e4a76; }
.profile-btn:hover { background: #163b5e; }
.profile-btn:disabled { opacity: .55; cursor: not-allowed; }
.profile-btn-sm { padding: 6px 12px; font-size: 12px; }
.profile-btn-ghost { background: #f1f5f9; color: #475569; }
.profile-btn-ghost:hover { background: #e2e8f0; }
.profile-btn-primary { background: #16a34a; }
.profile-btn-primary:hover { background: #15803d; }
.profile-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.profile-table th, .profile-table td { padding: 10px 8px; text-align: left; border-bottom: 1px solid #f1f5f9; white-space: nowrap; }
.profile-table th { color: #64748b; font-weight: 600; background: #f8fafc; }
.profile-table td.mono { font-family: monospace; }
/* 充值记录表格：全宽卡内正常铺满，避免超出边框 */
.profile-table-recharge th, .profile-table-recharge td { padding: 10px 14px; }
.order-status { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 12px; }
.order-paid { background: #dcfce7; color: #166534; }
.order-pending { background: #fef9c3; color: #854d0e; }
.order-failed, .order-refunded { background: #fee2e2; color: #991b1b; }
.order-repay { text-decoration: none; cursor: pointer; }
.order-repay:hover .order-status { filter: brightness(1.05); }
.profile-empty { text-align: center; padding: 42px 20px; color: #94a3b8; }
.profile-empty i { font-size: 44px; color: #cbd5e1; margin-bottom: 10px; display: block; }
.profile-empty p { margin: 4px 0; font-size: 15px; color: #64748b; }
.profile-empty .profile-empty-sub { font-size: 13px; color: #94a3b8; }
.profile-downloads { display: flex; flex-direction: column; gap: 10px; }
.profile-dl-item { display: flex; align-items: center; gap: 14px; padding: 12px; border: 1px solid #f1f5f9; border-radius: 12px; text-decoration: none; transition: all .2s; background: #fbfdff; }
.profile-dl-item:hover { border-color: #cbd5e1; background: #f8fafc; }
.profile-dl-thumb { position: relative; width: 64px; height: 64px; border-radius: 10px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.profile-dl-thumb img { width: 100%; height: 100%; object-fit: cover; }
.profile-dl-ic { position: absolute; font-size: 26px; color: #cbd5e1; }
.profile-dl-info { flex: 1; min-width: 0; }
.profile-dl-name { color: #0f172a; font-size: 15px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.profile-dl-meta { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.profile-dl-cat { background: #eef2ff; color: #4338ca; font-size: 12px; padding: 1px 8px; border-radius: 999px; }
/* ============ 开发中功能弹窗（全景/AI/客户端） ============ */
.coming-soon-mask { position: fixed; inset: 0; z-index: 999999; display: none; align-items: center; justify-content: center; background: rgba(15,23,42,.5); }
.coming-soon-box { background: #fff; border-radius: 18px; padding: 40px 56px; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.coming-soon-icon { font-size: 52px; color: #f59e0b; margin-bottom: 14px; }
.coming-soon-text { font-size: 24px; font-weight: 700; color: #1e293b; margin-bottom: 22px; }
.coming-soon-btn { padding: 9px 34px; border: none; border-radius: 8px; background: #1e4a76; color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; }
.coming-soon-btn:hover { background: #163b5e; }
/* ============ 充值页 ============ */
.recharge-amount { background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 12px; padding: 16px 8px; text-align: center; cursor: pointer; transition: all .2s; }
.recharge-amount:hover { border-color: #cbd5e1; }
.recharge-amount.active { border-color: #f59e0b; background: #fffbeb; }
.recharge-amount .recharge-coins { display: block; font-size: 12px; color: #94a3b8; margin-top: 4px; }
@media (max-width: 480px) { .recharge-amounts { grid-template-columns: repeat(2,1fr) !important; } }


.profile-dl-time { color: #94a3b8; font-size: 12px; }
.profile-dl-spent { display: inline-flex; align-items: center; gap: 25px; margin-right: 26px; white-space: nowrap; }
.profile-dl-spent-label { color: #94a3b8; font-size: 13px; font-weight: 500; }
.profile-dl-coins { display: inline-flex; align-items: center; gap: 5px; color: #92400e; background: transparent; font-size: 14px; font-weight: 700; }
.profile-dl-coins i { font-size: 14px; }
.profile-dl-meta .profile-dl-time i, .profile-dl-meta .profile-dl-coins i { margin-right: 3px; }
.profile-dl-action { color: #cbd5e1; font-size: 16px; }
.profile-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; }
.profile-modal-mask { position: absolute; inset: 0; background: rgba(15,23,42,.5); }
.profile-modal-box { position: relative; width: 400px; max-width: 92vw; background: #fff; border-radius: 16px; padding: 26px; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.profile-modal-title { font-size: 17px; font-weight: 700; color: #0f172a; margin-bottom: 18px; }
.profile-modal-field { margin-bottom: 14px; }
.profile-modal-code { display: flex; gap: 10px; }
.profile-modal-code .profile-input { flex: 1; }
.profile-modal-code .profile-btn { width: 120px; }
.profile-input { width: 100%; box-sizing: border-box; padding: 11px 14px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 14px; outline: none; }
.profile-input:focus { border-color: #1e4a76; box-shadow: 0 0 0 3px rgba(30,74,118,.12); }
.profile-modal-msg { font-size: 13px; margin: 4px 0 12px; display: none; }
.profile-modal-btns { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
/* ============ 管理后台 admin ============ */
.admin-page { max-width: 1200px; margin: 0 auto; padding: 24px 18px 60px; }
.admin-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; }
.admin-head h1 { margin: 0; font-size: 26px; color: #1e293b; }
.admin-head h1 i { color: #1e4a76; margin-right: 8px; }
.admin-head-sub { color: #94a3b8; font-size: 14px; }
.admin-overview { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin-bottom: 22px; }
.stat-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 18px; display: flex; align-items: center; gap: 14px; }
.stat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.stat-num { font-size: 22px; font-weight: 800; color: #0f172a; }
.stat-label { color: #94a3b8; font-size: 13px; }
.admin-tabs { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.admin-tab { padding: 10px 18px; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; color: #475569; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 7px; transition: all .2s; }
.admin-tab:hover { border-color: #cbd5e1; }
.admin-tab.active { background: #1e4a76; color: #fff; border-color: #1e4a76; }
.admin-panel { display: none; }
.admin-subcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 14px; margin-bottom: 18px; }
.admin-subcards.cols-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 640px) { .admin-subcards.cols-3 { grid-template-columns: repeat(1, 1fr); } }
.dl-model-cell { display: flex; align-items: center; gap: 8px; }
.dl-model-cell img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; background: #eef0f3; flex: none; }
.sub-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px 18px; }
.sub-label { display: block; color: #94a3b8; font-size: 13px; margin-bottom: 6px; }
.sub-val { font-size: 24px; font-weight: 800; color: #1e293b; }
.sub-sub { color: #94a3b8; font-size: 12px; margin-left: 8px; }
.admin-table-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 6px 18px 18px; margin-bottom: 18px; }
.admin-card-head { display: flex; align-items: center; justify-content: space-between; margin: 14px 0 10px; }
.admin-card-head h3 { margin: 0; }
.admin-search { width: 220px; padding: 6px 12px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 13px; outline: none; transition: border-color .2s; }
.admin-search:focus { border-color: #6366f1; }
.admin-table-card h3 { color: #1e293b; font-size: 15px; margin: 14px 0 10px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th, .admin-table td { padding: 9px 8px; text-align: left; border-bottom: 1px solid #f1f5f9; }
.admin-table th { color: #64748b; font-weight: 600; background: #f8fafc; font-size: 12px; }
.admin-table .empty { text-align: center; color: #94a3b8; padding: 24px; }
.admin-table .mono { font-family: monospace; font-size: 12px; }
.admin-coins { font-weight: 700; color: #d97706; }
.badge { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 12px; }
.badge-green { background: #dcfce7; color: #166534; }
.badge-red { background: #fee2e2; color: #991b1b; }
.admin-ops { white-space: nowrap; }
.op-btn { padding: 5px 12px; border: 1px solid #cbd5e1; border-radius: 7px; background: #fff; color: #1e4a76; font-size: 12px; cursor: pointer; margin-right: 6px; transition: .15s; }
.op-btn:hover { background: #eef2ff; }
.op-ban { color: #b91c1c; border-color: #fecaca; }
.op-ban:hover { background: #fef2f2; }
.op-enable { color: #15803d; border-color: #bbf7d0; }
.op-enable:hover { background: #f0fdf4; }
.op-refund { color: #b45309; border-color: #fde68a; }
.op-refund:hover { background: #fffbeb; }
.muted { color: #94a3b8; font-size: 12px; }
.admin-toast { position: fixed; top: 20px; left: 50%; transform: translateX(-50%) translateY(-20px); background: #16a34a; color: #fff; padding: 10px 22px; border-radius: 8px; font-size: 14px; z-index: 999999; opacity: 0; transition: all .25s; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.admin-toast.err { background: #dc2626; }
.admin-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (max-width: 700px) { .admin-user-table { font-size: 11px; } }

/* ============ 登录页（复用弹窗组件） ============ */
.login-main { min-height: 60vh; position: relative; }
.auth-modal-login .auth-modal-mask { background: #f1f5f9; backdrop-filter: none; }
.auth-modal-login .auth-dialog { box-shadow: 0 8px 40px rgba(30,41,59,.12); border: 1px solid #e2e8f0; }
.auth-dialog-title { text-align: center; margin-bottom: 20px; }
.auth-dialog-title h2 { margin: 0 0 4px; color: #1e293b; font-size: 22px; }
.auth-dialog-title p { margin: 0; color: #94a3b8; font-size: 13px; }

/* 侧边栏昵称/头像 -> 个人主页链接（图标在上，名称在下，与「登录」一致） */
.sidebar-profile-link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 100%; color: inherit; text-decoration: none; box-sizing: border-box; text-align: center; }
.sidebar-profile-link .sidebar-avatar { width: auto; height: 28px; margin-bottom: 2px; }
.sidebar-profile-link span { font-size: 12px; font-weight: 500; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-page { min-height: 60vh; }
