{
	"styles": {
		"LOCK_ITEM": {
			"default": {
				"backgroundColor": "primary",
				"iconTint": "onPrimary",
				"shape": {
					"topStart": 0,
					"bottomStart": 0,
					"topEnd": 0,
					"bottomEnd": 12
				},
				"size": 28,
				"padding": 0
			}
		},
		"APP_BAR": {
			"default": {
				"containerColor": "onPrimary",
				"contentColor": "onSurface",
				"titleTextStyle": "headlineLarge",
				"actionTextStyle": "labelLarge",
				"titleTextAlign": "center",
				"titleMaxLines": 1
			}
		},
		"TAB_ITEM": {
			"default": {
				"showOutline": false,
				"showIcon": false,
				"showImage": true,
				"showTitle": true,
				"shapeRadius": 8.0,
				"selectedContentColor": "primary",
				"unselectedContentColor": "onPrimaryContainer",
				"selectedBackgroundColor": "scrim",
				"unselectedBackgroundColor": "scrim",
				"textSize": 14.0,
				"textStyle": "bodySmall",
				"iconSize": {
					"width": 32,
					"height": 32
				},
				"iconSizeSmall": {
					"width": 24,
					"height": 24
				},
				"iconSpacing": 8,
				"contentPaddingHorizontal": 8,
				"contentPaddingVertical": 8,
				"iconTintColor": "primary"
			}
		},
		"LANDSCAPE_POSTER_ITEM": {
			"default": {
				"height": 150,
				"width": 210,
				"cardCornerRadius": 8,
				"scaleType": "Crop",
				"titleBackgroundColor": "#131313",
				"contentRatingBgColor": "#cc010101",
				"titleTextColor": "onSurface",
				"titleTextStyle": "headlineSmall",
				"ratingTextColor": "onSurface",
				"ratingTextStyle": "bodySmall",
				"titleFontWeight": "SemiBold",
				"ratingFontWeight": "Medium",
				"ratingViewShape": {
					"topStart": 20,
					"bottomStart": 20,
					"topEnd": 20,
					"bottomEnd": 20
				}
			}
		},
		"NUMBERED_POSTER": {
			"default": {
				"posterNumberColor": "onPrimary",
				"posterNumberStyle": "titleMedium",
				"posterCornerRadius": 8,
				"posterScaleType": "Crop",
				"gradientOverlay": {
					"type": "linear",
					"startColor": "transparent",
					"endColor": "black",
					"angle": 270,
					"colors": [],
					"stops": [],
					"centerX": 0.5,
					"centerY": 0.5,
					"radius": 0.5
				},
				"posterTitleStyle": "headlineSmall",
				"posterTitleColor": "onPrimary",
				"ratingIconTint": "accent",
				"ratingTextStyle": "bodySmall",
				"ratingTextColor": "onPrimary",
				"contentYearTextStyle": "bodySmall",
				"contentYearTextColor": "onSurfaceVariant"
			}
		},
		"CHANNEL_ITEM": {
			"default": {
				"selectedColor": "primary",
				"selectedBorder": "tertiary",
				"backgroundColor": "secondary",
				"borderColor": "primary",
				"borderWidth": 1,
				"cornerRadius": 8,
				"shadowElevation": 2,
				"titleTextStyle": "bodyMedium",
				"titleColor": "onSurface",
				"numberTextStyle": "bodySmall",
				"numberColor": "onSurfaceVariant",
				"imageContentScale": "Fit",
				"imageAspectRatio": "16/9",
				"imageCornerRadius": 4,
				"contentPadding": 8,
				"purchaseIconBackground": "secondary",
				"purchaseIconTint": "onSecondary"
			}
		},
		"ROUNDED_CHANNEL_ITEM": {
			"default": {
				"imageShape": "CircleShape",
				"backgroundColor": "surface",
				"imageContentScale": "Crop",
				"titleTextStyle": "labelLarge",
				"titleTextColor": "onSurface"
			}
		},
		"POSTER": {
			"default": {
				"style": "PORTRAIT",
				"width": 120,
				"showTitle": true,
				"showRating": true,
				"compact": false,
				"cardElevation": 4,
				"ratingBackgroundColor": "primary",
				"ratingAlignment": "TopEnd",
				"ratingIconColor": "accent",
				"ratingIconSize": 14,
				"ratingSpacing": 2,
				"ratingTextStyle": "labelMedium",
				"ratingTextColor": "onPrimary",
				"titleSpacing": 4,
				"titleTextStyle": "headlineSmall",
				"titleTextColor": "onSurface",
				"titleMaxLines": 2,
				"subtitleTextStyle": "bodySmall",
				"subtitleTextColor": "onSurfaceVariant",
				"subtitleMaxLines": 1
			},
			"favorites": {
				"style": "PORTRAIT",
				"width": 187,
				"showTitle": false,
				"showRating": true,
				"compact": false,
				"cardElevation": 4,
				"ratingBackgroundColor": "primary",
				"ratingAlignment": "TopEnd",
				"ratingIconColor": "accent",
				"ratingIconSize": 14,
				"ratingSpacing": 2,
				"ratingTextStyle": "labelMedium",
				"ratingTextColor": "onPrimary"
			}
		},
		"HORIZONTAL_PAGER": {
			"default": {
				"displayPages": true
			}
		},
		"BASIC_TEXT": {
			"default": {
				"padding": {
					"start": 0,
					"top": 0,
					"end": 0,
					"bottom": 0
				},
				"textSize": 14,
				"textStyle": "bodyMedium",
				"textColor": "onSurface",
				"textAlign": "Start"
			},
			"centered_title": {
				"textAlign": "Left",
				"padding": {
					"start": 16,
					"top": 0,
					"end": 16,
					"bottom": 0
				}
			},
			"centered_subtitle": {
				"textAlign": "Center",
				"padding": {
					"start": 16,
					"top": 0,
					"end": 16,
					"bottom": 0
				}
			}
		},
		"FOOTER": {
			"default": {
				"backgroundColor": "backgroundLevel2",
				"bodyTextStyle": "bodySmall",
				"headingTextStyle": "bodyLarge"
			}
		},
		"FEATURED_BANNER": {
			"default": {
				"titleAlignment": "Start",
				"height": 700,
				"titleStyle": "headlineLarge",
				"titleColor": "#FFFFFF",
				"descriptionStyle": "bodyMedium",
				"descriptionColor": "onSurfaceVariant",
				"showOverlay": true,
				"playButton": {
					"buttonType": "icon",
					"containerColor": "primary",
					"contentColor": "onPrimary"
				},
				"favoriteButton": {
					"buttonType": "tertiary",
					"contentColor": "onSecondary"
				},
				"detailsButton": {
					"buttonType": "tertiary",
					"contentColor": "onSecondary"
				},
				"showDescription": true,
				"gradientOverlay": {
					"type": "linear",
					"startColor": "transparent",
					"endColor": "primaryVariantTransparent",
					"angle": 270,
					"colors": [
						"#000000",
						"#00000000"
					],
					"stops": [
						0.05,
						0.9
					],
					"centerX": 0.5,
					"centerY": 0.2,
					"radius": 0.5
				},
				"backgroundColor": "background",
				"imageOverlayOpacity": 0,
				"contentAlignment": "MiddleStart",
				"cardElevation": 12,
				"cardCornerRadius": 8,
				"controlButtonHorizontalArrangement": "center",
				"padding": 16
			},
			"details_banner": {
				"height": 500,
				"titleStyle": "headlineLarge",
				"titleColor": "#FFFFFF",
				"descriptionStyle": "bodyMedium",
				"descriptionColor": "onSurfaceVariant",
				"showOverlay": true,
				"showDescription": true,
				"gradientOverlay": {
					"type": "linear",
					"startColor": "transparent",
					"endColor": "primaryVariantTransparent",
					"angle": 270,
					"colors": [
						"#000000",
						"#00000000"
					],
					"stops": [
						0.05,
						0.5
					],
					"centerX": 0.5,
					"centerY": 0.2,
					"radius": 0.5
				},
				"backgroundColor": "background",
				"imageOverlayOpacity": 0,
				"contentAlignment": "BottomStart",
				"cardElevation": 12,
				"cardCornerRadius": 8,
				"controlButtonHorizontalArrangement": "center",
				"padding": 0
			}
		},
		"GRID": {
			"default": {
				"paddingHorizontal": 0,
				"verticalArrangement": 16
			},
			"fav_screen_button_grid": {
				"paddingHorizontal": 16
			}
		},
		"ROW": {
			"default": {
				"horizontalPadding": 30
			}
		},
		"ACTION_BUTTON": {
			"default": {
				"contentPaddingHorizontal": 16,
				"contentPaddingVertical": 8
			},
			"delete": {
				"contentPaddingHorizontal": 16,
				"contentPaddingVertical": 8,
				"containerColor": "error"
			},
			"details_button": {
				"contentPaddingHorizontal": 16,
				"contentPaddingVertical": 6,
				"height": 46,
				"cornerRadius": 8,
				"iconSpacing": 4
			},
			"dropdown_selector": {
				"contentPaddingHorizontal": 0,
				"contentPaddingVertical": 8,
				"height": 40,
				"cornerRadius": 8,
				"iconPosition": "END",
				"contentColor": "onSurface",
				"horizontalAlignment": "Start",
				"containerColor": "#00000000",
				"padding": {
					"start": 16,
					"end": 0,
					"top": 0,
					"bottom": 0
				}
			},
			"destructive_button": {
				"contentPaddingHorizontal": 16,
				"contentPaddingVertical": 6,
				"height": 46,
				"cornerRadius": 8,
				"containerColor": "destructiveContainer",
				"contentColor": "onDestructiveContainer"
			},
			"text_button_primary": {
				"contentPaddingHorizontal": 16,
				"contentPaddingVertical": 4,
				"contentColor": "primary",
				"textStyle": "bodyLarge",
				"widthMode": "wrapContent"
			}
		},
		"LAZY_ROW": {
			"default": {
				"titleColor": "onSurface",
				"titleStyle": "headlineMedium",
				"paddingHorizontal": 0,
				"paddingVertical": 6
			},
			"profile_h_list": {
				"titleColor": "onSurface",
				"titleStyle": "headlineMedium",
				"paddingHorizontal": 16,
				"paddingVertical": 6,
				"arrowLocationEnd": true
			}
		},
		"CATEGORY_ITEM": {
			"default": {
				"imageShape": "CircleShape",
				"imageScale": "Crop",
				"imagePlaceHolderColor": "onSurfaceVariant",
				"textStyle": "labelLarge",
				"textColor": "onSurface",
				"textAlign": "Center"
			}
		},
		"CHIP": {
			"default": {
				"shapeRadius": 16,
				"selectedBackgroundColor": "primary",
				"unselectedBackgroundColor": "surface",
				"selectedContentColor": "primary",
				"unselectedContentColor": "onSurfaceVariant",
				"textStyle": "labelLarge"
			}
		},
		"PROFILE_HEADER": {
			"default": {
				"containerColor": "surface",
				"titleTextColor": "onSurface",
				"titleTextStyle": "headlineMedium",
				"descriptionTextColor": "onSurfaceVariant",
				"descriptionTextStyle": "bodyMedium",
				"idTextColor": "onSurfaceVariant",
				"idTextStyle": "bodySmall",
				"avatarTintColor": "onSurfaceVariant",
				"avatarRingColor": "primary",
				"profileButton": {
					"buttonType": "outline",
					"containerColor": "primary",
					"contentColor": "onPrimary",
					"cornerRadius": 8,
					"elevation": 2,
					"padding": {
						"start": 16,
						"end": 16,
						"top": 8,
						"bottom": 8
					}
				}
			}
		},
		"AVATAR": {
			"default": {
				"size": 80,
				"borderWidth": 2,
				"borderColor": "primary",
				"shape": "CircleShape",
				"backgroundColor": "surfaceVariant",
				"placeholderIconTint": "onSurfaceVariant",
				"placeholderIconSize": 40
			}
		},
		"WARNING_BANNER": {
			"default": {
				"backgroundColor": "#33FFCC00",
				"textColor": "onSurface",
				"textStyle": "bodyMedium",
				"cornerRadius": 8,
				"padding": {
					"horizontal": 16,
					"vertical": 12
				},
				"iconTint": "#FFCC00",
				"iconSize": 20
			}
		},
		"BADGE": {
			"default": {
				"backgroundColor": "#3348CA80",
				"textColor": "onPrimary",
				"textStyle": "labelMedium",
				"cornerRadius": 16,
				"contentPadding": {
					"horizontal": 12,
					"vertical": 4
				}
			}
		},
		"CONTAINER": {
			"default": {
				"padding": 16,
				"backgroundColor": "surface",
				"backgroundShapeRadius": 8,
				"verticalArrangement": "Center",
				"horizontalAlignment": "CenterHorizontally",
				"showDividers": true,
				"dividerPadding": 16,
				"dividerColor": "surfaceVariant",
				"dividerThickness": 1,
				"itemSpacing": 0,
				"itemPadding": 0,
				"maxHeight": null,
				"minHeight": null,
				"elevation": 0,
				"shadowColor": null
			},
			"profile_recharge_container": {
				"padding": 0,
				"backgroundColor": "#131313",
				"backgroundShapeRadius": 0,
				"verticalArrangement": "16",
				"horizontalAlignment": "Start",
				"showDividers": true,
				"dividerPadding": 8,
				"dividerColor": "transparent",
				"dividerThickness": 0,
				"itemSpacing": 0,
				"itemPadding": 0,
				"maxHeight": null,
				"minHeight": null,
				"elevation": 0,
				"shadowColor": null
			}
		},
		"MENU_ITEM": {
			"default": {
				"backgroundColor": "surface",
				"backgroundShape": {
					"topStart": 20,
					"bottomStart": 20,
					"topEnd": 20,
					"bottomEnd": 20
				},
				"iconBackgroundColor": "secondary",
				"iconTintColor": "primary",
				"iconBackgroundShape": {
					"topStart": 20,
					"bottomStart": 20,
					"topEnd": 20,
					"bottomEnd": 20
				},
				"titleColor": "onSurface",
				"titleStyle": "labelMedium",
				"arrowColor": "onSecondary",
				"contentPadding": 16
			}
		},
		"COLUMN": {
			"default": {
				"horizontalPadding": 0,
				"verticalArrangementSpace": 16
			},
			"default_zero": {
				"horizontalPadding": 0,
				"verticalArrangementSpace": 0
			},
			"favorite_screen_column": {
				"horizontalPadding": 16,
				"verticalArrangementSpace": 0
			},
			"favorite_screen_zero": {
				"horizontalPadding": 0,
				"verticalArrangementSpace": 0
			}
		},
		"EPISODE_ITEM": {
			"default": {
				"cardCornerRadius": 8,
				"cardBackgroundColor": "backgroundLevel1",
				"titleTextStyle": "headlineMedium",
				"titleColor": "onSurface",
				"remainingTimeTextStyle": "labelSmall",
				"remainingTimeColor": "onSurfaceVariant",
				"detailsTextStyle": "bodySmall",
				"detailsColor": "onSurfaceVariant",
				"photoWidth": 108,
				"photoHeight": 60,
				"photoCornerRadius": 4,
				"progressBarHeight": 2,
				"progressBarColor": "primary",
				"progressBarTrackColor": "#e0e0e0"
			}
		},
		"PROGRESS_INDICATOR": {
			"default": {
				"height": 4,
				"cornerRadius": 2,
				"progressColor": "primary",
				"trackColor": "#444"
			}
		}
	}
}
