:root{color:#1d1d1f;font-synthesis:none;text-rendering:optimizelegibility;font-kerning:normal;font-optical-sizing:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-size-caption:12.5px;--font-size-body:14.5px;--font-size-section-title:18px;--font-size-page-title:clamp(26px, 2.2vw, 32px);--color-accent:#007aff;--color-label:#1d1d1f;--color-secondary-label:#6e6e73;--color-tertiary-label:#8e8e93;--color-separator:#3c3c431f;--surface-primary:#ffffffc7;--surface-secondary:#f6f6f8d1;--radius-control:12px;--radius-card:20px;--shadow-card:0 12px 36px #1d1d1f14;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f5f5f7;font-family:Inter,Segoe UI Variable,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.55}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;font-size:var(--font-size-body);background-color:#0000;background-image:radial-gradient(circle at 12% 5%,#b4cdff24,#0000 28%),radial-gradient(circle at 88% 8%,#e0bfff1c,#0000 27%),linear-gradient(#f8faff 0%,#f2f3f7 48%,#f5f5f7 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;margin:0}html{scrollbar-color:#3c3c433d transparent;scrollbar-width:thin}body:before{z-index:-1;content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");position:fixed;inset:0}button{font:inherit}button,input,select,textarea{font-family:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}::selection{color:#fff;background:#007affc7}button:focus-visible{outline-offset:2px;outline:3px solid #007aff47}button:not(:disabled){transition:transform .14s,filter .14s}button:not(:disabled):active{transform:scale(.97)}input,select{outline:none}input:focus-visible,select:focus-visible{border-color:#007aff75;box-shadow:0 0 0 3px #007aff1f}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#3c3c433d padding-box padding-box;border:3px solid #0000;border-radius:999px}#root{min-height:100vh}:root{--sidebar-expanded-width:216px;--sidebar-collapsed-width:76px}.admin-shell{grid-template-columns:var(--sidebar-expanded-width) minmax(0, 1fr);min-height:100vh;transition:grid-template-columns .22s;display:grid}.admin-shell.is-collapsed{grid-template-columns:var(--sidebar-collapsed-width) minmax(0, 1fr)}.sidebar{z-index:20;color:#f5f5f7;-webkit-backdrop-filter:blur(24px);background:#121317f7;flex-direction:column;width:100%;height:100vh;padding:22px 14px 16px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:inset -1px 0 #ffffff12,12px 0 38px #0f101414}.sidebar__brand{white-space:nowrap;align-items:center;gap:11px;min-height:42px;margin-bottom:26px;padding:0 10px;display:flex}.sidebar__brand-mark{color:#17181c;background:linear-gradient(145deg,#fff,#e9e9ec);border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:750;display:grid;box-shadow:0 6px 16px #00000038,inset 0 1px #fff}.sidebar__brand-name{opacity:1;font-size:16px;font-weight:600;transition:opacity .15s;overflow:hidden}.sidebar__section-label{color:#6f747f;letter-spacing:.08em;white-space:nowrap;height:23px;padding:0 11px;font-size:12px;font-weight:500;overflow:hidden}.sidebar__nav{gap:4px;display:grid}.sidebar__link{color:#969ba6;white-space:nowrap;border:1px solid #0000;border-radius:11px;align-items:center;gap:11px;min-height:42px;padding:0 11px;font-size:14.5px;font-weight:480;text-decoration:none;transition:color .16s,background .16s,border-color .16s;display:flex}.sidebar__link:hover{color:#fff;background:#ffffff0f}.sidebar__link.is-active{color:#fff;background:#ffffff17;border-color:#ffffff0d;box-shadow:inset 0 1px #ffffff0a}.sidebar__link-icon{flex:0 0 18px;place-items:center;width:18px;height:18px;display:grid}.sidebar__link-icon svg,.mobile-menu-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sidebar__link-label{opacity:1;transition:opacity .15s;overflow:hidden}.sidebar__collapse{color:#898e98;cursor:pointer;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff12;border-radius:11px;align-items:center;gap:10px;min-height:40px;margin-top:auto;padding:0 11px;display:flex;overflow:hidden}.sidebar__collapse:hover{color:#fff;background:#ffffff12}.sidebar__collapse svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px;width:18px;height:18px;transition:transform .22s}.sidebar__collapse span{font-size:13px}.is-collapsed .sidebar__brand-name,.is-collapsed .sidebar__link-label,.is-collapsed .sidebar__collapse span,.is-collapsed .sidebar__section-label{opacity:0;width:0}.is-collapsed .sidebar__brand,.is-collapsed .sidebar__link,.is-collapsed .sidebar__collapse{justify-content:center;padding-left:0;padding-right:0}.is-collapsed .sidebar__collapse svg{transform:rotate(180deg)}.admin-content{min-width:0}.mobile-menu-button,.sidebar-backdrop{display:none}@media (prefers-reduced-motion:reduce){.admin-shell,.sidebar,.sidebar__collapse svg{transition:none}}@media (width<=760px){.admin-shell,.admin-shell.is-collapsed{display:block}.sidebar{width:min(280px,84vw);transition:transform .22s;position:fixed;left:0;transform:translate(-105%)}.is-mobile-open .sidebar{transform:translate(0)}.is-collapsed .sidebar__brand-name,.is-collapsed .sidebar__link-label,.is-collapsed .sidebar__collapse span,.is-collapsed .sidebar__section-label{opacity:1;width:auto}.is-collapsed .sidebar__brand,.is-collapsed .sidebar__link,.is-collapsed .sidebar__collapse{justify-content:flex-start;padding-left:11px;padding-right:11px}.sidebar__collapse{display:none}.sidebar-backdrop{z-index:15;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0e0f1257;border:0;position:fixed;inset:0}.is-mobile-open .sidebar-backdrop{display:block}.mobile-menu-button{z-index:10;color:#1d1d1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;background:#ffffffc2;border:1px solid #ffffffc7;border-radius:13px;place-items:center;width:42px;height:42px;display:grid;position:fixed;top:14px;left:14px;box-shadow:0 8px 24px #262e3d1f}}.dashboard-preview{gap:10px;margin:10px auto 0;display:grid;position:relative}.dashboard-preview .preview-section{transition:opacity .24s,filter .24s}.dashboard-preview.is-environment-transitioning .preview-section{opacity:.58;filter:blur(1px);pointer-events:none}.dashboard-preview__transition{z-index:5;color:#45454b;-webkit-backdrop-filter:blur(8px)saturate(125%);background:#f6f8fc85;border:1px solid #ffffffb3;border-radius:24px;justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:550;animation:.22s both dashboard-transition-in;display:flex;position:absolute;inset:0}.dashboard-preview__spinner{border:2px solid #007aff2e;border-top-color:#1682ee;border-radius:50%;width:19px;height:19px;animation:.75s linear infinite dashboard-transition-spin}@keyframes dashboard-transition-in{0%{opacity:0}to{opacity:1}}@keyframes dashboard-transition-spin{to{transform:rotate(360deg)}}.dashboard-preview--compact .preview-section{max-height:310px}.dashboard-preview--compact .preview-table{max-height:226px;overflow:auto}.dashboard-preview--compact .data-table-scroll{max-height:180px}.dashboard-preview--compact .user-table-scroll{max-height:226px}.dashboard-preview--full{flex:1;grid-template-rows:repeat(2,minmax(0,1fr));min-height:0}.dashboard-preview--full .preview-section{flex-direction:column;min-height:0;display:flex}.dashboard-preview--full .preview-table{height:calc(100% - 78px);overflow:auto}.dashboard-preview--full .data-table-scroll,.dashboard-preview--full .user-table-scroll{flex:1;min-height:0}.preview-section{-webkit-backdrop-filter:saturate(145%)blur(20px);background:#ffffffad;border:1px solid #ffffffc7;border-radius:22px;overflow:hidden;box-shadow:0 1px 2px #1a23330a,0 14px 34px #3a465b0f}.preview-section__header{justify-content:space-between;align-items:flex-end;gap:18px;padding:20px 22px 16px;display:flex}.preview-section__header h2{color:#1d1d1f;font-size:var(--font-size-section-title);letter-spacing:-.018em;margin:0 0 5px;font-weight:620;line-height:1.35}.preview-section__header p{color:#85858a;margin:0;font-size:13px;line-height:1.45}.preview-section__badge{color:#77777c;font-size:var(--font-size-caption);white-space:nowrap;background:#76768014;border:1px solid #3c3c4314;border-radius:999px;padding:6px 10px;line-height:1.4}.qa-cards-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.qa-cards-environment{background:#76768017;border:1px solid #3c3c4314;border-radius:999px;padding:4px;display:inline-flex;box-shadow:inset 0 1px 1px #1d1d1f08}.qa-cards-environment button{color:#73737a;cursor:pointer;min-height:34px;font:inherit;letter-spacing:.01em;white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:7px 15px;font-size:13px;font-weight:550;transition:color .18s,background .18s,box-shadow .18s,transform .18s cubic-bezier(.2,.8,.2,1)}.qa-cards-environment button.is-active{color:#155fc2;background:linear-gradient(#fff,#f7faff);box-shadow:0 2px 6px #1a23331c,inset 0 0 0 1px #007aff14}.qa-cards-environment button:hover:not(.is-active){color:#34343a;background:#ffffff7a}.user-table-actions{align-items:flex-end;gap:8px;display:flex}.user-table-toolbar{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex;position:relative}.user-time-range{align-items:flex-end;gap:7px;display:flex}.user-time-range label{color:#85858a;gap:3px;font-size:11px;font-weight:500;display:grid}.user-time-range input,.user-time-range button,.user-table-actions input,.user-table-actions button{height:36px;font:inherit;background:#ffffffb8;border:1px solid #3c3c431a;border-radius:9px}.user-time-range input{color:#3a3a3c;cursor:pointer;width:164px;padding:0 9px;font-size:12px}.user-time-range button{color:#fff;cursor:pointer;background:#1d1d1f;padding:0 13px;font-size:13px;font-weight:500}.user-time-range button:disabled{cursor:not-allowed;opacity:.5}.user-time-range__separator{color:#98989d;align-self:center;margin-top:12px;font-size:12px}.user-time-range__error{color:#b3261e;font-size:12px;position:absolute;top:42px;left:0}.user-table-actions input{color:#3a3a3c;outline:none;width:180px;padding:0 12px;font-size:13px}.user-table-actions input:focus{border-color:#007aff73;box-shadow:0 0 0 3px #007aff17}.user-table-actions button{color:#5b5b61;cursor:pointer;padding:0 13px;font-size:13px;font-weight:500}.user-table-actions button:disabled{cursor:not-allowed;opacity:.45}.preview-table{overflow-x:auto}.data-table-scroll{overflow:auto}.data-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1040px}.data-table th{z-index:1;color:#8e8e93;text-align:left;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f8faf0;border-top:1px solid #3c3c4314;border-bottom:1px solid #3c3c4314;padding:11px 13px;font-size:12.5px;font-weight:550;line-height:1.35;position:sticky;top:0}.table-sort-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.table-sort-button span{color:#8e8e93;font-size:13.5px}.table-sort-button:hover,.table-sort-button:focus-visible{color:#2563eb}.data-table th:first-child{width:5%}.data-table th:nth-child(2){width:25%}.data-table th:nth-child(3){width:8%}.data-table th:nth-child(4){width:25%}.data-table th:nth-child(5),.data-table th:nth-child(6),.data-table th:nth-child(7),.data-table th:nth-child(8){width:7%}.data-table th:nth-child(9){width:9%}.data-table td{color:#272728;vertical-align:middle;border-bottom:1px solid #3c3c4314;padding:6px 0 6px 6px;font-size:13.5px;line-height:1.4}.user-table{min-width:980px}.user-table th:first-child{width:7%}.user-table th:nth-child(2){width:20%}.user-table th:nth-child(3),.user-table th:nth-child(4){width:11%}.user-table th:nth-child(5){width:30%}.user-table th:nth-child(6),.user-table th:nth-child(7){width:10%}.user-table td{padding:10px 13px}.user-identity{align-items:center;gap:10px;display:flex}.user-avatar{color:#657187;background:#eef0f4;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:600;display:inline-flex}.user-identity strong,.user-identity small{display:block}.user-identity strong{color:#1d1d1f;font-size:14px;font-weight:600}.user-identity small{color:#98989d;margin-top:2px;font-size:12px}.click-count{color:#16875b;background:#eaf7f1;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600;display:inline-flex}.user-detail-button{color:#06c;cursor:pointer;background:#0071e314;border:1px solid #0071e329;border-radius:10px;justify-content:center;align-items:center;min-width:74px;padding:7px 12px;font-size:12px;font-weight:600;transition:color .16s,background .16s,border-color .16s,box-shadow .16s;display:inline-flex}.user-detail-button:hover{color:#fff;background:#0071e3;border-color:#0071e33d;box-shadow:0 5px 14px #0071e32e}.user-detail-button[aria-expanded=true]{color:#fff;background:#0071e3;border-color:#0071e3}.user-detail-layer{z-index:100;position:fixed;inset:0}.user-detail-backdrop{-webkit-backdrop-filter:saturate(120%)blur(8px);cursor:default;background:#0f0f113d;border:0;width:100%;animation:.18s ease-out detail-backdrop-in;position:absolute;inset:0}.user-detail-drawer{-webkit-backdrop-filter:saturate(180%)blur(36px);overscroll-behavior:contain;background:#f7f7f9eb;border:1px solid #ffffffd1;border-radius:24px;flex-direction:column;width:min(480px,100vw - 32px);min-height:0;padding:0 24px 28px;animation:.22s cubic-bezier(.22,1,.36,1) detail-drawer-in;display:flex;position:absolute;top:12px;bottom:12px;right:12px;overflow:hidden;box-shadow:0 30px 80px #0003,0 2px 8px #00000014,inset 0 1px #ffffffe0}.user-detail-drawer__header{z-index:2;-webkit-backdrop-filter:blur(24px);background:linear-gradient(#f7f7f9fa 72%,#f7f7f9db 100%);border-bottom:1px solid #3c3c431a;justify-content:space-between;align-items:center;gap:16px;padding:22px 0 18px;display:flex;position:sticky;top:0}.user-detail-drawer__header h2{color:#1d1d1f;letter-spacing:-.02em;margin:0 0 3px;font-size:22px;font-weight:700}.user-detail-drawer__header p{color:#8e8e93;margin:0;font-size:13px;line-height:1.4}.user-detail-drawer__header>button{color:#6e6e73;cursor:pointer;background:#7676801a;border:0;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:21px;line-height:1;transition:color .16s,background .16s,transform .16s;display:grid}.user-detail-drawer__header>button:hover{color:#1d1d1f;background:#76768029;transform:scale(1.04)}.user-profile-content{flex-direction:column;flex:1;min-height:0;padding-top:20px;display:flex;overflow:hidden}.user-profile-scenario{color:#6e6e73;background:#ffffffad;border:1px solid #3c3c4317;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:11px 14px;font-size:13px;display:flex}.user-profile-scenario select{color:#1d1d1f;cursor:pointer;min-width:130px;height:34px;font:inherit;background:#ffffffc2;border:1px solid #3c3c431a;border-radius:10px;padding:0 30px 0 10px}.user-profile-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.user-profile-metrics>div{background:#ffffffc2;border:1px solid #ffffffe6;border-radius:16px;min-width:0;padding:16px 14px;box-shadow:0 5px 18px #1d1d1f0d}.user-profile-metrics span{color:#8e8e93;margin-bottom:5px;font-size:12px;display:block}.user-profile-metrics strong{color:#1d1d1f;font-variant-numeric:tabular-nums;font-size:24px;font-weight:700;line-height:1.1}.user-profile-section{flex:none;margin-top:24px}.user-profile-section--recent{flex-direction:column;flex:1;min-height:0;display:flex}.user-profile-section h3{color:#1d1d1f;letter-spacing:-.01em;margin:0 0 12px;font-size:15px;font-weight:650}.user-profile-section__count{color:#6e6e73;vertical-align:1px;background:#7676801a;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:7px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.user-profile-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.user-profile-info div{background:#ffffff9e;border:1px solid #3c3c4312;border-radius:13px;min-width:0;padding:13px 14px}.user-profile-info dt{color:#8e8e93;margin-bottom:3px;font-size:11px}.user-profile-info dd{color:#3a3a3c;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:500;overflow:hidden}.user-profile-categories{gap:10px;display:grid}.user-profile-categories>div{color:#6e6e73;grid-template-columns:88px minmax(0,1fr) 38px;align-items:center;gap:10px;font-size:13px;display:grid}.user-profile-categories>div>i{background:#e7e8eb;border-radius:999px;height:7px;overflow:hidden}.user-profile-categories b{border-radius:inherit;background:linear-gradient(90deg,#007aff,#5ac8fa);height:100%;display:block}.user-profile-categories strong{color:#6e6e73;text-align:right;font-variant-numeric:tabular-nums;font-size:12px}.user-recent-contents{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;grid-auto-rows:max-content;align-content:start;gap:8px;min-height:0;display:grid;overflow-y:auto}.user-recent-content{min-height:68px;color:inherit;background:#ffffffa8;border:1px solid #3c3c4312;border-radius:14px;flex-shrink:0;align-items:center;gap:11px;padding:13px;text-decoration:none;transition:background .16s,transform .16s;display:flex}.user-recent-contents img{object-fit:cover;background:#e7e8eb;border-radius:11px;flex:0 0 44px;width:44px;height:44px}.user-recent-content__body{min-width:0;display:block}.user-recent-content:is(a):hover{background:#ffffffeb;border-color:#007aff24;transform:translateY(-1px);box-shadow:0 8px 22px #1d1d1f12}.user-recent-contents strong{color:#1d1d1f;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.user-recent-content__article-title{color:#6e6e73;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.user-recent-content__badges{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.user-recent-content__badge{text-overflow:ellipsis;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;max-width:100%;padding:3px 7px;font-size:10px;font-weight:550;line-height:1.35;display:inline-flex;overflow:hidden}.user-recent-content__badge svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45px;flex:0 0 12px;width:12px;height:12px;margin-right:4px}.user-recent-content__badge--default{color:#06c;background:#007aff14;border-color:#007aff21}.user-recent-content__badge--wechat{color:#636366;background:#76768017;border-color:#3c3c431a}.user-recent-content__badge--book{color:#8944ab;background:#bf5af214;border-color:#bf5af221}.user-recent-content__badge--category{color:#8944ab;background:#af52de14;border-color:#af52de21}.user-recent-content__badge--time{color:#6e6e73;background:#76768014;border-color:#3c3c4317}.user-profile-empty{color:#8e8e93;margin:0;font-size:12px}.user-profile-loading{gap:12px;padding-top:18px;display:grid}.user-profile-loading i{background:linear-gradient(90deg,#ececef,#f8f8fa,#ececef) 0 0/200% 100%;border-radius:12px;height:72px;animation:1.8s ease-in-out infinite preview-loading}.user-profile-error{color:#b3261e;background:#ff3b3012;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding:16px;font-size:12px;display:flex}.user-profile-error button{color:#fff;cursor:pointer;white-space:nowrap;background:#1d1d1f;border:0;border-radius:8px;padding:7px 10px}.user-detail-empty{color:#8e8e93;background:#ffffffa3;border-radius:12px;margin:18px 0 0;padding:20px;font-size:12px}@keyframes detail-backdrop-in{0%{opacity:0}}@keyframes detail-drawer-in{0%{transform:translate(100%)}}.user-categories__bar{background:#e6e7ea;border-radius:999px;height:5px;display:flex;overflow:hidden}.user-categories__segment--0{background:#5b74f7}.user-categories__segment--1{background:#9a6de8}.user-categories__segment--2{background:#f29a54}.user-categories__segment--3{background:#27a56d}.user-categories__labels{color:#898990;text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:11px;display:block;overflow:hidden}.data-table tbody tr:last-child td{border-bottom:0}.data-table .article-card-group+.article-card-group tr:first-child td{border-top:8px solid #f2f3f7d1}.data-table tbody tr:hover{background:#ffffff73}.table-rank,.table-number{color:#1d1d1f;font-variant-numeric:tabular-nums;text-align:center;font-weight:600}.card-title,.card-summary,.table-muted{display:block}.card-title{color:#1d1d1f;margin-bottom:4px;font-weight:600}.card-summary{color:#636369;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;font-size:12px;display:block;overflow:hidden}.table-muted{color:#98989d;font-size:12px}.article-link{color:#2c2c2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500;text-decoration:none;display:-webkit-box;overflow:hidden}.article-link:hover{color:#007aff}.article-group-cell{background:#f8f8fa59}.feed-identity{align-items:center;gap:8px;min-width:0;display:inline-flex}.feed-identity>span:last-child{text-overflow:ellipsis;overflow:hidden}.feed-identity__avatar,.feed-identity__placeholder{border-radius:9px;flex:0 0 30px;width:30px;height:30px}.feed-identity__avatar{object-fit:cover;background:#e7e8eb;border:1px solid #3c3c4314}.feed-identity__placeholder{color:#6e6e73;background:#7676801a;place-items:center;font-size:12px;font-weight:650;display:inline-grid}.article-card-count{color:#77777c;white-space:nowrap;background:#76768014;border-radius:999px;margin-top:8px;padding:3px 7px;font-size:11px;display:inline-flex}.category-list{flex-wrap:wrap;gap:4px;display:flex}.category-tag{color:#5b5b61;background:#76768017;border-radius:999px;padding:4px 7px;font-size:11px}.table-state{color:#85858a;justify-content:center;align-items:center;gap:14px;min-height:170px;padding:24px;font-size:13px;display:flex}.table-state--error{color:#b3261e}.table-state button{color:#fff;cursor:pointer;background:#1d1d1f;border:0;border-radius:9px;padding:7px 12px}.table-pagination{color:#85858a;background:#f8f8fa94;border-top:1px solid #3c3c4314;justify-content:space-between;align-items:center;gap:14px;min-height:46px;padding:8px 14px;font-size:12px;display:flex}.table-pagination>div{gap:7px;display:flex}.table-pagination button{color:#3a3a3c;cursor:pointer;background:#ffffffb8;border:1px solid #3c3c431a;border-radius:8px;padding:6px 11px}.table-pagination button:hover:not(:disabled){background:#fff}.table-pagination button:disabled{cursor:not-allowed;opacity:.4}.data-table__loading i{background:linear-gradient(90deg,#e5e5e8,#f1f1f3,#e5e5e8) 0 0/200% 100%;border-radius:999px;width:72%;height:8px;animation:1.8s ease-in-out infinite preview-loading;display:block}.preview-table__row{border-top:1px solid #3c3c4314;align-items:center;min-width:840px;display:grid}.preview-table__row>span{min-width:0;padding:15px 14px}.preview-table__head{color:#8e8e93;background:#f8f8fa94;font-size:12px;font-weight:500}.preview-table__row:not(.preview-table__head)>span i{background:linear-gradient(90deg,#e5e5e8,#f1f1f3,#e5e5e8) 0 0/200% 100%;border-radius:999px;height:8px;animation:1.8s ease-in-out infinite preview-loading;display:block}@keyframes preview-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.preview-table__row:not(.preview-table__head)>span i,.data-table__loading i,.user-profile-loading i{animation:none}.user-detail-button{transition:none}.user-detail-backdrop,.user-detail-drawer{animation:none}.dashboard-preview .preview-section,.dashboard-preview__transition{transition:none;animation:none}.dashboard-preview__spinner{animation:none}}@media (width<=720px){.dashboard-preview--full{flex:none;grid-template-rows:none;min-height:auto}.dashboard-preview--full .preview-section{max-height:520px}.preview-section__header{flex-direction:column}.user-table-actions,.user-table-actions input{width:100%}.user-table-toolbar,.user-time-range{justify-content:flex-start;width:100%}.user-time-range{flex-wrap:wrap}.user-time-range label{flex:145px}.user-time-range input{width:100%}.user-time-range__error{width:100%;position:static}.user-detail-drawer{border-radius:24px;width:calc(100vw - 16px);padding:0 18px 24px;animation-name:detail-sheet-in;top:64px;bottom:8px;right:8px}.user-profile-metrics{gap:7px}.user-profile-metrics>div{padding:14px 10px}}@keyframes detail-sheet-in{0%{transform:translateY(100%)}}.dashboard{width:100%;min-height:100vh;padding:10px 10px 18px;position:relative}.dashboard--feature{flex-direction:column;min-height:100vh;display:flex}.environment-overviews{gap:32px;display:grid}.dashboard--overview .environment-overviews{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;position:relative}.dashboard--overview .environment-overviews:after{content:"";pointer-events:none;background:linear-gradient(#0000,#3c3c4329 12% 88%,#0000);width:1px;position:absolute;top:8px;bottom:8px;left:50%}.dashboard--overview .user-overview{min-width:0}.dashboard--overview .overview-header{align-items:center;gap:14px;min-height:58px;margin-bottom:12px;padding:10px 16px}.dashboard--overview .overview-header h3{white-space:nowrap;font-size:24px;line-height:1.2}.dashboard--overview .overview-header__status{gap:8px;padding-bottom:0}.dashboard--overview .time-range{padding:6px 12px;font-size:11px}.dashboard--overview .updated-at{gap:6px;font-size:11px}.dashboard--overview .metrics-grid{gap:10px}.dashboard-data-page{height:100vh;min-height:0;overflow:hidden}.dashboard--feature .user-overview{flex-direction:column;width:90%;display:flex}.dashboard--feature .user-overview>.metrics-grid{flex:1}.dashboard--feature .metric-card{min-height:218px}.dashboard--overview .metric-card{flex-direction:column;height:218px;min-height:200px;max-height:218px;padding:18px;display:flex}.dashboard--overview .metric-card__heading{gap:10px;min-height:42px;margin-bottom:10px}.dashboard--overview .metric-card__heading h2{margin-top:1px;font-size:14px;line-height:1.45}.dashboard--overview .metric-card__icon{border-radius:12px;flex-basis:38px;width:38px;height:38px}.dashboard--overview .metric-card__icon svg{width:20px;height:20px}.dashboard--overview .metric-card__value{font-size:36px;line-height:1.12}.dashboard--overview .metric-card__subtitle{min-height:20px;font-size:13px;line-height:1.5}.dashboard--overview .metric-card__detail{min-height:38px;margin-top:auto;padding-top:12px;font-size:12px}.data-page-header{border-radius:24px;margin:0;padding:4px 17px}.data-page-header>span{color:#68717d;letter-spacing:.12em;font-size:11px;font-weight:650}.data-page-header h1{color:#1d1d1f;font-size:var(--font-size-page-title);letter-spacing:-.035em;margin:8px 0 6px;font-weight:650;line-height:1.18}.data-page-header h3{color:#1d1d1f;font-size:var(--font-size-page-title);letter-spacing:-.018em;font-weight:650;line-height:1.18}.data-page-header p{color:#6e6e73;margin:0;font-size:14px}@media (width<=1200px){.dashboard--overview .environment-overviews{grid-template-columns:1fr}.dashboard--overview .environment-overviews:after{display:none}}@media (width<=720px){.dashboard{padding:72px 16px 32px}.dashboard-data-page{height:auto;min-height:100vh;overflow:visible}.dashboard--feature .user-overview{min-height:0}.dashboard--feature .metric-card{height:auto;min-height:210px}}.user-overview{margin:0 auto}.glass-panel{-webkit-backdrop-filter:saturate(150%)blur(24px);background:#ffffffa3;border:1px solid #ffffffb8;box-shadow:0 1px 2px #1c273a0d,0 18px 45px #3a465b14,inset 0 1px #ffffffb8}.overview-header{border-radius:24px;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:12px;padding:10px 18px;display:flex}.overview-header__eyebrow{color:#68717d;letter-spacing:.12em;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.overview-header h1{color:#1d1d1f;font-size:var(--font-size-page-title);letter-spacing:-.035em;margin:0 0 7px;font-weight:650;line-height:1.25}.overview-header h3{color:#1d1d1f;font-size:var(--font-size-page-title);letter-spacing:-.025em;margin:0;font-weight:650;line-height:1.18}.overview-header p{color:#6e6e73;margin:0;font-size:14px}.overview-header__status{align-items:center;gap:14px;padding-bottom:2px;display:flex}.time-range{color:#fff;white-space:nowrap;background:#1d1d1feb;border:1px solid #ffffffc7;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:600;box-shadow:0 4px 12px #1d1d1f24}.updated-at{color:#77777c;white-space:nowrap;align-items:center;gap:7px;font-size:12px;display:inline-flex}.status-dot{background:#30d158;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #30d1581f}.status-dot.is-loading{background:#ff9f0a;animation:1.2s ease-in-out infinite status-pulse;box-shadow:0 0 0 3px #ff9f0a1f}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.metric-card{-webkit-backdrop-filter:saturate(145%)blur(20px);background:#ffffffb8;border:1px solid #ffffffc7;border-radius:22px;min-height:218px;padding:23px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 1px 2px #1a23330d,0 14px 34px #3a465b12,inset 0 1px #fffc}.metric-card:hover{border-color:#fffffff5;transform:translateY(-3px);box-shadow:0 2px 4px #1a23330f,0 22px 50px #3a465b1f,inset 0 1px #fff}.metric-card__heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.metric-card__heading h2{color:#6e6e73;margin:3px 0 0;font-size:16px;font-weight:500;line-height:1.4}.metric-card__icon{color:#fff;background:linear-gradient(145deg,#36363a,#171719);border:1px solid #ffffff29;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 18px #1d1d1f29,inset 0 1px #ffffff2e}.metric-card__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.metric-card__value{color:#1d1d1f;letter-spacing:-.025em;font-variant-numeric:tabular-nums;margin-bottom:2px;font-size:clamp(34px,3vw,40px);font-weight:650;line-height:1.16;display:block}.metric-card__subtitle{color:#77777c;margin:0;font-size:14px}.metric-card__detail{color:#8a8a8e;border-top:1px solid #3c3c431a;align-items:center;gap:7px;margin-top:17px;padding-top:16px;font-size:13px;display:flex}.metric-card__detail strong{color:#48484a;font-variant-numeric:tabular-nums}.metric-card--loading{flex-direction:column;gap:18px;display:flex;overflow:hidden}.metric-card--loading span{background:linear-gradient(90deg,#e9e9ec 25%,#f7f7f9 50%,#e9e9ec 75%) 0 0/200% 100%;border-radius:8px;height:18px;animation:1.4s infinite skeleton-loading}.metric-card--loading span:nth-child(2){width:35%;height:38px}.metric-card--loading span:nth-child(3){width:55%}.overview-error{color:#b3261e;background:#fff5f5b8;border-color:#ff453a2e;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:15px 17px;font-size:13px;display:flex}.overview-error button{color:#fff;cursor:pointer;white-space:nowrap;background:#ff3b30;border:0;border-radius:9px;padding:7px 13px;box-shadow:0 4px 10px #ff3b3033}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes status-pulse{50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.metric-card,.status-dot,.metric-card--loading span{transition:none;animation:none}}@media (width<=1080px){.overview-header{flex-direction:column;align-items:flex-start}.overview-header__status{justify-content:space-between;width:100%}}@media (width<=820px){.overview-header{border-radius:20px;padding:21px}.overview-header__status{flex-direction:column;align-items:flex-start}.metrics-grid{grid-template-columns:1fr}.metric-card{min-height:0}}
