.catalog,.route-state{min-height:100vh;padding:clamp(32px,7vw,80px);background:var(--clr-bg-page)}.catalog__header,.catalog__grid,.route-state>*{max-width:1120px;margin-inline:auto}.catalog__eyebrow,.route-state__eyebrow{margin:0 0 var(--sp-xs);color:var(--clr-primary);font-weight:700;letter-spacing:.08em}.catalog__header h1,.route-state h1{margin:0 0 var(--sp-sm);font-size:clamp(2rem,5vw,3.25rem)}.catalog__header>p:last-child,.route-state>p{color:var(--clr-text-secondary)}.catalog__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--sp-lg);margin-top:var(--sp-2xl)}.catalog-card{display:flex;flex-direction:column;min-height:220px;padding:var(--sp-xl);color:var(--clr-text-primary);text-decoration:none;background:var(--clr-bg-content);border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:border-color .15s ease,box-shadow .15s ease}.catalog-card:hover,.catalog-card:focus-visible{border-color:var(--clr-primary);box-shadow:var(--shadow-md)}.catalog-card__status{align-self:flex-start;padding:4px 8px;color:var(--clr-text-secondary);font-size:var(--fs-xs);background:var(--clr-bg-row-hover);border-radius:var(--radius-sm)}.catalog-card h2{margin:var(--sp-lg) 0 var(--sp-sm);font-size:var(--fs-lg)}.catalog-card p{margin:0;color:var(--clr-text-secondary);line-height:1.5}.catalog-card__action{margin-top:auto;padding-top:var(--sp-lg);color:var(--clr-primary);font-weight:600}.route-state a{display:inline-block;margin-top:var(--sp-md);color:var(--clr-primary);font-weight:600}:root{--clr-header-bg: #1976d2;--clr-header-text: #ffffff;--clr-primary: #2196f3;--clr-primary-light: #1e88e5;--clr-primary-dark: #1565c0;--clr-primary-bg: #e3f2fd;--clr-accent-yellow: #ffc107;--clr-sidebar-icon: #333333;--clr-text-primary: #333333;--clr-text-secondary: #666666;--clr-text-muted: #999999;--clr-text-inverse: #ffffff;--clr-link: #1976d2;--clr-bg-page: #f5f5f5;--clr-bg-content: #ffffff;--clr-bg-sidebar: #ffffff;--clr-bg-sidebar-collapsed: #fafafa;--clr-bg-row-hover: #f5f5f5;--clr-bg-row-selected: #e3f2fd;--clr-bg-row-zebra: #fafafa;--clr-border: #e0e0e0;--clr-border-dark: #cccccc;--clr-success: #4caf50;--clr-success-text: #08a70d;--clr-warning: #ff9800;--clr-warning-text: #f57c00;--clr-error: #f44336;--clr-error-text: #d32f2f;--clr-muted-grey: #9e9e9e;--clr-badge-green-bg: #e3ffe3;--clr-badge-green-text: #08a70d;--clr-badge-yellow-bg: #fff9c4;--clr-badge-yellow-text: #8a7200;--clr-badge-orange-bg: #fff3e0;--clr-badge-orange-text: #e65100;--clr-badge-red-bg: #ffebee;--clr-badge-red-text: #c62828;--clr-badge-blue-bg: #e3f2fd;--clr-badge-blue-text: #1976d2;--clr-badge-grey-bg: #f5f5f5;--clr-badge-grey-text: #666666;--clr-risk-low: #4caf50;--clr-risk-moderate: #ff9800;--clr-risk-high: #f44336;--clr-risk-very-high: #b71c1c;--font-main: "Inter", "Aptos", Helvetica, Arial, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--fs-xs: 11px;--fs-sm: 12px;--fs-md: 13px;--fs-lg: 15px;--fs-xl: 18px;--fs-xxl: 22px;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--lh-tight: 1.2;--lh-normal: 1.4;--lh-loose: 1.5;--sp-xs: 4px;--sp-sm: 8px;--sp-md: 12px;--sp-lg: 16px;--sp-xl: 24px;--sp-2xl: 32px;--h-header: 40px;--h-tabbar: 36px;--h-toolbar: 40px;--h-row: 32px;--w-sidebar-collapsed: 48px;--w-sidebar-expanded: 280px;--z-sidebar: 100;--z-dropdown: 200;--z-modal: 300;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .08);--shadow-md: 0 2px 8px rgba(0, 0, 0, .12);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .16);--t-fast: .1s ease-out;--t-base: .15s ease;--t-slow: .2s ease-out}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:var(--font-main);font-size:var(--fs-md);line-height:var(--lh-normal);color:var(--clr-text-primary);background:var(--clr-bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;display:flex;flex-direction:column}button{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:var(--clr-link);text-decoration:none}a:hover{text-decoration:underline}table{border-collapse:collapse;width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:silver;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}
