{ "$schema": "https://metabuilder.dev/schemas/package-styles.schema.json", "schemaVersion": "2.0.0", "colors": { "accessDeniedIcon": "#d32f2f", "accessDeniedBackground": "#ffebee", "authGatePrimary": "#1976d2", "authGateChallengeBg": "#f5f5f5", "loaderSpinner": "#1976d2", "loaderText": "#757575", "skeletonBase": "#e0e0e0", "skeletonHighlight": "#f5f5f5" }, "spacing": { "accessDeniedPadding": "32px", "accessDeniedCardMaxWidth": "480px", "authGateChallengeMaxWidth": "400px", "authGateChallengeMargin": "32px", "loaderMinHeight": "100vh", "loaderSkeletonMaxWidth": "600px", "iconSize": "64px", "spinnerSize": "56px" }, "shadows": { "accessDeniedCard": "0 2px 8px rgba(0, 0, 0, 0.1)", "authGateChallenge": "0 4px 12px rgba(0, 0, 0, 0.15)", "loaderSkeleton": "0 1px 4px rgba(0, 0, 0, 0.08)" }, "transitions": { "loaderFade": "opacity 0.3s ease-in-out", "skeletonPulse": "background-color 1.5s ease-in-out infinite" }, "borderRadius": { "card": "8px", "button": "4px", "infoBox": "4px" } }