.cs-page{flex-direction:column;flex:1;gap:6px;min-height:0;display:flex}.cs-tabbar{justify-content:space-between;align-items:center;padding:2px 14px 0;display:flex}.cs-tabbar .wh-tabs-trigger{padding-top:12px;padding-bottom:12px}.cs-tabbar-right{flex-shrink:0;align-items:center;gap:8px;padding-bottom:6px;display:flex}.cs-search{flex-shrink:0;min-width:220px;max-width:280px}.cs-view-toggle{border-radius:var(--wh-radius-md,8px);background:var(--wh-bg-secondary);border:1px solid var(--wh-border-light,var(--wh-border));align-items:center;gap:2px;padding:2px;display:inline-flex}.cs-view-toggle-btn{border-radius:var(--wh-radius-sm,6px);color:var(--wh-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:28px;transition:background .15s,color .15s;display:inline-flex}.cs-view-toggle-btn:hover:not(.is-active){color:var(--wh-text-secondary)}.cs-view-toggle-btn.is-active{background:var(--wh-surface);color:var(--wh-text);box-shadow:var(--wh-shadow-xs,0 1px 2px #0000000f)}.cs-view-toggle-btn:focus-visible{box-shadow:0 0 0 2px var(--wh-surface),0 0 0 4px var(--wh-ring);outline:none}.cs-table-panel{flex:1;min-height:0;padding:0;overflow:hidden}.cs-cell-title{align-items:center;gap:12px;min-width:0;padding:2px 0;display:flex}.cs-thumb{border-radius:var(--wh-radius-md,8px);object-fit:cover;background:var(--wh-bg-secondary);border:1px solid var(--wh-border-light,var(--wh-border));flex-shrink:0;width:44px;height:44px;display:block}.cs-thumb--placeholder{background:var(--wh-indigo-muted);border-color:color-mix(in srgb,var(--wh-indigo)18%,transparent);justify-content:center;align-items:center;display:flex}.cs-cell-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.cs-cell-name{font-family:var(--wh-font);letter-spacing:-.01em;color:var(--wh-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;overflow:hidden}.cs-cell-meta{font-family:var(--wh-font);flex-wrap:wrap;align-items:center;gap:4px;min-height:18px;font-size:12px;display:flex}.cs-category-pill{background:var(--wh-bg-secondary);color:var(--wh-text-secondary);border-radius:var(--wh-radius-full,999px);white-space:nowrap;padding:1px 8px;font-size:11px;font-weight:400;line-height:1.6}.cs-mandatory{color:var(--wh-text-muted);white-space:nowrap;font-size:12px;font-weight:400}.cs-mandatory:not(:first-child):before{content:"·";color:var(--wh-text-muted);margin-right:4px}.cs-meta-time{color:var(--wh-text-muted);white-space:nowrap;font-size:12px;font-weight:400}.cs-meta-time:not(:first-child):before{content:"·";color:var(--wh-text-muted);margin-right:4px}.cs-count{font-family:var(--wh-font);color:var(--wh-text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:400;display:inline-flex}.cs-count-icon{color:var(--wh-text-muted);align-items:center;display:inline-flex}.cs-count-value{font-variant-numeric:tabular-nums}.cs-row-actions{justify-content:flex-end;align-items:center;gap:2px;display:flex}.cs-row-action-btn{border-radius:var(--wh-radius-md,8px);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:inline-flex}.cs-row-action-btn:hover:not(:disabled){background:var(--wh-surface-hover)}.cs-row-action-btn:focus-visible{box-shadow:0 0 0 2px var(--wh-surface),0 0 0 4px var(--wh-ring);outline:none}.cs-row-action-btn:disabled{opacity:.5;cursor:default}.cs-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;max-width:420px;margin:0 auto;padding:56px 24px;display:flex}.cs-empty-icon{border-radius:var(--wh-radius-full,999px);background:var(--wh-indigo-muted);color:var(--wh-indigo);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;display:flex}.cs-empty-title{font-family:var(--wh-font);letter-spacing:-.01em;color:var(--wh-text);margin:0;font-size:16px;font-weight:400}.cs-empty-text{font-family:var(--wh-font);color:var(--wh-text-muted);margin:0;font-size:13px;line-height:1.5}.cs-empty-actions{align-items:center;gap:8px;margin-top:16px;display:flex}.cs-grid-scroll{flex:1;min-height:0;padding:16px;overflow-y:auto}.cs-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-content:start;gap:16px;display:grid}.cs-card{text-align:left;background:var(--wh-surface);border:1px solid var(--wh-border-light,var(--wh-border));border-radius:var(--wh-radius-lg,12px);cursor:pointer;flex-direction:column;padding:0;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden}.cs-card:hover{border-color:color-mix(in srgb,var(--wh-indigo)35%,var(--wh-border));box-shadow:var(--wh-shadow-md,0 6px 16px #00000014);transform:translateY(-2px)}.cs-card:focus-visible{box-shadow:0 0 0 2px var(--wh-surface),0 0 0 4px var(--wh-ring);outline:none}.cs-card-cover{aspect-ratio:16/9;background:var(--wh-indigo-muted);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.cs-card-cover img{object-fit:cover;width:100%;height:100%;display:block}.cs-card-cover--placeholder{background:linear-gradient(135deg,color-mix(in srgb,var(--wh-indigo)16%,transparent),color-mix(in srgb,var(--wh-indigo)4%,transparent))}.cs-card-cover-glyph{opacity:.55}.cs-card-badge{position:absolute;top:10px;left:10px}.cs-card-menu{opacity:0;gap:4px;transition:opacity .15s;display:flex;position:absolute;top:8px;right:8px}.cs-card:hover .cs-card-menu,.cs-card:focus-within .cs-card-menu{opacity:1}.cs-card-icon-btn{border-radius:var(--wh-radius-md,8px);background:color-mix(in srgb,var(--wh-surface)86%,transparent);backdrop-filter:blur(6px);color:var(--wh-text-secondary);cursor:pointer;box-shadow:var(--wh-shadow-xs,0 1px 2px #0000001f);border:none;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:inline-flex}.cs-card-icon-btn:hover:not(:disabled){background:var(--wh-surface);color:var(--wh-text)}.cs-card-icon-btn:disabled{opacity:.5;cursor:default}.cs-card-body{flex-direction:column;flex:1;gap:8px;padding:12px 14px 14px;display:flex}.cs-card-eyebrow{flex-wrap:wrap;align-items:center;gap:4px;min-height:18px;display:flex}.cs-card-title{font-family:var(--wh-font);letter-spacing:-.01em;color:var(--wh-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}.cs-card-stats{align-items:center;gap:14px;margin-top:auto;padding-top:4px;display:flex}.cs-card-foot{border-top:1px solid var(--wh-border-light,var(--wh-border));justify-content:space-between;align-items:center;gap:8px;margin-top:2px;padding-top:10px;display:flex}.cs-card-updated{font-family:var(--wh-font);color:var(--wh-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.cs-card-edit{font-family:var(--wh-font);color:var(--wh-indigo);border-radius:var(--wh-radius-sm,6px);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:5px;padding:4px 6px;font-size:12px;font-weight:400;transition:background .15s;display:inline-flex}.cs-card-edit:hover{background:var(--wh-indigo-muted)}.cs-grid-empty{grid-column:1/-1}.cs-card--skel{cursor:default;pointer-events:none}.cs-card--skel:hover{box-shadow:none;border-color:var(--wh-border-light,var(--wh-border));transform:none}.cs-skel-line{border-radius:6px;height:12px}.cs-skel-shimmer{background:linear-gradient(100deg,var(--wh-bg-secondary)30%,color-mix(in srgb,var(--wh-bg-secondary)60%,var(--wh-surface))50%,var(--wh-bg-secondary)70%);background-size:200% 100%;animation:1.3s ease-in-out infinite cs-shimmer}@keyframes cs-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.cs-row-action-btn,.cs-card,.cs-card-menu,.cs-card-icon-btn,.cs-view-toggle-btn{transition-duration:.01ms!important}.cs-card:hover{transform:none}.cs-skel-shimmer{animation:none}}