:root{--surface-1: #fcfcfb;--page-plane: #f9f9f7;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #898781;--gridline: #e1e0d9;--border-hairline: rgba(11, 11, 11, .1);--status-good: #0ca30c;--status-critical: #d03b3b;--status-warning: #fab219;--status-neutral: #898781;--status-good-ink: #0a7d0a;--status-warning-ink: #8a5a00;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius-sm: .4rem;--radius-md: .65rem;--shadow-card: 0 1px 2px rgba(11, 11, 11, .04), 0 1px 8px rgba(11, 11, 11, .04);--shadow-card-hover: 0 2px 4px rgba(11, 11, 11, .05), 0 8px 20px rgba(11, 11, 11, .09)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--page-plane);color:var(--text-primary);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:600;line-height:1.25;margin:0 0 .5em}a{color:inherit}button,select,input{font-family:inherit}.card-surface{background:var(--surface-1);border:1px solid var(--border-hairline);border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:box-shadow .18s ease,transform .18s ease}.card-surface:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.field-select{appearance:none;-webkit-appearance:none;font:inherit;color:var(--text-primary);background-color:var(--surface-1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2352514e' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;background-size:.7rem;border:1px solid var(--border-hairline);border-radius:var(--radius-sm);padding:.45rem 2rem .45rem .75rem;font-size:.9rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.field-select:hover{border-color:#0b0b0b38}.field-select:focus-visible{outline:none;border-color:var(--text-primary);box-shadow:0 0 0 3px #0b0b0b14}.skeleton{background:linear-gradient(90deg,var(--gridline) 25%,#ecebe4 37%,var(--gridline) 63%);background-size:400% 100%;animation:skeleton-shimmer 1.6s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.loading-more{display:flex;justify-content:center;padding:1.25rem 0}.spinner{width:1.1rem;height:1.1rem;border-radius:50%;border:2px solid var(--gridline);border-top-color:var(--text-secondary);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mode-chip{font:inherit;font-size:.82rem;padding:.3rem .75rem;border-radius:999px;border:1px solid var(--border-hairline);background:var(--surface-1);color:var(--text-secondary);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.mode-chip:hover{border-color:#0b0b0b38}.mode-chip--active{background:var(--text-primary);border-color:var(--text-primary);color:var(--surface-1)}
