html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	line-height: 1.0;
	min-height: var(--viewport-height);
	min-width: 320px;
	overflow-x: hidden;
	word-wrap: break-word;
	background-color: #1C1C24;
}

body:before {
	background-attachment: scroll;
	content: '';
	display: block;
	height: var(--background-height);
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: scale(1);
	width: 100vw;
	z-index: 0;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20path%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23272733%3B%20stroke-width%3A%201.01px%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M424%2C331.8c0%2C12.5-6.7%2C24.1-17.5%2C30.3l-132%2C76.2c-10.8%2C6.3-24.2%2C6.3-35%2C0l-132-76.2%20C96.7%2C355.8%2C90%2C344.3%2C90%2C331.8V179.2c0-12.5%2C6.7-24.1%2C17.5-30.3l132-76.2c10.8-6.3%2C24.2-6.3%2C35%2C0l132%2C76.2%20c10.8%2C6.3%2C17.5%2C17.8%2C17.5%2C30.3V331.8z%20M238.5%2C73l-256%2C147.6%20M273.5%2C439l252.1-145.4%20M256%2C634.7V378.3c0-12.5%2C6.7-24.1%2C17.5-30.3%20l252.1-145.4%20M256-122.7v256.4c0%2C12.5-6.7%2C24.1-17.5%2C30.3l-256%2C147.6%22%2F%3E%3C%2Fsvg%3E');
	background-size: 799px;
	background-position: center;
	background-repeat: repeat;
}

body:after {
	background-color: #1C1C24;
	content: '';
	display: block;
	pointer-events: none;
	position: fixed;
	transform: scale(1);
	z-index: 1;
	height: 100%;
	left: 0;
	opacity: 0;
	top: 0;
	transition: opacity 0.5s ease-in-out 0s, visibility 0.5s 0s;
	visibility: hidden;
	width: 100%;
}

body.is-loading:after {
	opacity: 1;
	visibility: visible;
}

:root {
	--background-height: 100vh;
	--site-language-alignment: left;
	--site-language-direction: ltr;
	--site-language-flex-alignment: flex-start;
	--site-language-indent-left: 1;
	--site-language-indent-right: 0;
	--site-language-margin-left: 0;
	--site-language-margin-right: auto;
	--viewport-height: 100vh;
}

html {
	font-size: 19pt;
}

u {
	text-decoration: underline;
}

strong {
	color: inherit;
	font-weight: bolder;
}

em {
	font-style: italic;
}

code {
	background-color: rgba(144,144,144,0.25);
	border-radius: 0.25em;
	font-family: 'Lucida Console', 'Courier New', monospace;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0.25em;
	padding: 0.25em 0.5em;
	text-indent: 0;
}

mark {
	background-color: rgba(144,144,144,0.25);
}

spoiler-text {
	-webkit-text-stroke: 0;
	background-color: rgba(32,32,32,0.75);
	text-shadow: none;
	text-stroke: 0;
	color: transparent;
	cursor: pointer;
	transition: color 0.1s ease-in-out;
}

spoiler-text.active {
	color: #FFFFFF;
	cursor: text;
}

s {
	text-decoration: line-through;
}

sub {
	font-size: smaller;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

a {
	color: inherit;
	text-decoration: underline;
	transition: color 0.25s ease;
}

a[onclick]:not([href]) {
	cursor: pointer;
}

unloaded-script {
	display: none;
}

#wrapper {
	-webkit-overflow-scrolling: touch;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: var(--viewport-height);
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#main {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
	--border-radius-tl: 0;
	--border-radius-tr: 0;
	--border-radius-br: 0;
	--border-radius-bl: 0;
	align-items: center;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	max-width: 100%;
	position: relative;
	text-align: var(--alignment);
	z-index: 1;
	transition: opacity 0.5s ease-in-out 0s;
}

#main > .inner {
	--padding-horizontal: 2rem;
	--padding-vertical: 8rem;
	--spacing: 1.5rem;
	--width: 52rem;
	border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
	max-width: 100%;
	position: relative;
	width: var(--width);
	z-index: 1;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#main > .inner > * {
	margin-top: var(--spacing);
	margin-bottom: var(--spacing);
}

#main > .inner > :first-child {
	margin-top: 0 !important;
}

#main > .inner > :last-child {
	margin-bottom: 0 !important;
}

#main > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
	width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

#main > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full.screen {
	border-radius: 0 !important;
	max-width: 100vw;
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	right: auto;
}

body.is-loading #main {
	opacity: 0;
}

body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > *  {
	transition: none !important;
}

body.is-instant:after {
	display: none !important;
	transition: none !important;
}

h1, h2, h3, p {
	direction: var(--site-language-direction);
	position: relative;
}

h1 span.p, h2 span.p, h3 span.p, p span.p {
	display: block;
	position: relative;
}

h1 span[style], h2 span[style], h3 span[style], p span[style], h1 strong, h2 strong, h3 strong, p strong, h1 a, h2 a, h3 a, p a, h1 code, h2 code, h3 code, p code, h1 mark, h2 mark, h3 mark, p mark, h1 spoiler-text, h2 spoiler-text, h3 spoiler-text, p spoiler-text {
	-webkit-text-fill-color: currentcolor;
}

h1.style1, h2.style1, h3.style1, p.style1 {
	text-transform: uppercase;
	color: #8C70FF;
	font-family: 'Source Sans 3', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 1.5em;
	line-height: 1.625;
	font-weight: 600;
}

h1.style1 mark, h2.style1 mark, h3.style1 mark, p.style1 mark {
	color: #FFFFFF;
	background-color: transparent;
}

h1.style1 a, h2.style1 a, h3.style1 a, p.style1 a {
	text-decoration: underline;
}

h1.style1 a:hover, h2.style1 a:hover, h3.style1 a:hover, p.style1 a:hover {
	text-decoration: none;
}

h1.style1 span.p:nth-child(n + 2), h2.style1 span.p:nth-child(n + 2), h3.style1 span.p:nth-child(n + 2), p.style1 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style6:not(:first-child), h2.style6:not(:first-child), h3.style6:not(:first-child), p.style6:not(:first-child) {
	margin-top: 2.625rem !important;
}

h1.style6:not(:last-child), h2.style6:not(:last-child), h3.style6:not(:last-child), p.style6:not(:last-child) {
	margin-bottom: 2.625rem !important;
}

h1.style6, h2.style6, h3.style6, p.style6 {
	color: #FFFFFF;
	font-family: 'Source Sans 3', sans-serif;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 3.75em;
	line-height: 1;
	font-weight: 400;
}

h1.style6 mark, h2.style6 mark, h3.style6 mark, p.style6 mark {
	color: #F5EDED;
	background-color: transparent;
}

h1.style6 a, h2.style6 a, h3.style6 a, p.style6 a {
	text-decoration: none;
}

h1.style6 a:hover, h2.style6 a:hover, h3.style6 a:hover, p.style6 a:hover {
	text-decoration: underline;
}

h1.style6 span.p:nth-child(n + 2), h2.style6 span.p:nth-child(n + 2), h3.style6 span.p:nth-child(n + 2), p.style6 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style7, h2.style7, h3.style7, p.style7 {
	color: rgba(255,255,255,0.651);
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.5em;
	line-height: 1.875;
	font-weight: 300;
}

h1.style7 a, h2.style7 a, h3.style7 a, p.style7 a {
	text-decoration: underline;
}

h1.style7 a:hover, h2.style7 a:hover, h3.style7 a:hover, p.style7 a:hover {
	text-decoration: none;
}

h1.style7 span.p:nth-child(n + 2), h2.style7 span.p:nth-child(n + 2), h3.style7 span.p:nth-child(n + 2), p.style7 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style4, h2.style4, h3.style4, p.style4 {
	color: #FFFFFF;
	font-family: 'Source Sans 3', sans-serif;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 2em;
	line-height: 1.25;
	font-weight: 600;
}

h1.style4 mark, h2.style4 mark, h3.style4 mark, p.style4 mark {
	color: #F5EDED;
	background-color: transparent;
}

h1.style4 a, h2.style4 a, h3.style4 a, p.style4 a {
	text-decoration: none;
}

h1.style4 a:hover, h2.style4 a:hover, h3.style4 a:hover, p.style4 a:hover {
	text-decoration: underline;
}

h1.style4 span.p:nth-child(n + 2), h2.style4 span.p:nth-child(n + 2), h3.style4 span.p:nth-child(n + 2), p.style4 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style3, h2.style3, h3.style3, p.style3 {
	color: rgba(255,255,255,0.651);
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.25em;
	line-height: 1.875;
	font-weight: 300;
}

h1.style3 a, h2.style3 a, h3.style3 a, p.style3 a {
	text-decoration: underline;
}

h1.style3 a:hover, h2.style3 a:hover, h3.style3 a:hover, p.style3 a:hover {
	text-decoration: none;
}

h1.style3 span.p:nth-child(n + 2), h2.style3 span.p:nth-child(n + 2), h3.style3 span.p:nth-child(n + 2), p.style3 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style5, h2.style5, h3.style5, p.style5 {
	color: #575769;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.875em;
	line-height: 1.875;
	font-weight: 300;
}

h1.style5 a, h2.style5 a, h3.style5 a, p.style5 a {
	text-decoration: underline;
}

h1.style5 a:hover, h2.style5 a:hover, h3.style5 a:hover, p.style5 a:hover {
	text-decoration: none;
}

h1.style5 span.p:nth-child(n + 2), h2.style5 span.p:nth-child(n + 2), h3.style5 span.p:nth-child(n + 2), p.style5 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

.buttons {
	cursor: default;
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.buttons li {
	max-width: 100%;
	text-align: var(--alignment);
}

.buttons li a {
	align-items: center;
	justify-content: center;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

.buttons.style2 {
	gap: 0rem;
	flex-direction: row;
	flex-wrap: wrap;
}

.buttons.style2:not(:first-child) {
	margin-top: 2rem !important;
}

.buttons.style2:not(:last-child) {
	margin-bottom: 2rem !important;
}

.buttons.style2 li a {
	display: inline-flex;
	width: auto;
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0 1.75rem;
	vertical-align: middle;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1em;
	font-weight: 600;
	border-radius: 2.5rem;
	flex-direction: row-reverse;
	justify-content: flex-end;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style2 li a svg {
	display: block;
	fill: #3D2F78;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 16px;
	pointer-events: none;
	width: 0.875em;
	margin-left: 0.5em;
	margin-right: calc(-0.125em + 0rem);
	transition: fill 0.25s ease;
}

.buttons.style2 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: left;
	width: 100%;
}

.buttons.style2 .button {
	background-color: #8C70FF;
	color: #3D2F78;
}

.buttons.style2 .button:hover {
	background-color: #967DFF !important;
}

.buttons.style2 li a:hover {
	transform: scale(1.025);
}

.container {
	position: relative;
}

.container > .wrapper {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

.container > .wrapper > .inner {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
	text-align: var(--alignment);
}

#main .container.full:first-child > .wrapper {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main .container.full:first-child > .wrapper > .inner {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper > .inner {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style1 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.container.style1:not(:first-child) {
	margin-top: 7rem !important;
}

.container.style1:not(:last-child) {
	margin-bottom: 7rem !important;
}

.container.style1 > .wrapper > .inner {
	--gutters: 3.75rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

.container.style1 > .wrapper {
	max-width: 30rem;
	width: 100%;
}

.container.style1.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style1.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

.container.style1.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

.container.style1.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

.container.style1.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

.container.style1.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style1.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.container.style1.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.container.style1.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

.container.style1.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container.style1.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style1.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

.container.style1.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style1.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style1.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container.style1.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container.style1.columns > .wrapper > .inner > div:first-child, .container.style1.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > div:last-child, .container.style1.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

.container.style1.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

.container.style2 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.container.style2:not(:first-child) {
	margin-top: 7rem !important;
}

.container.style2:not(:last-child) {
	margin-bottom: 7rem !important;
}

.container.style2 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

.container.style2 > .wrapper {
	max-width: var(--width);
	width: 100%;
}

.container.style2.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style2.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

.container.style2.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

.container.style2.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.container.style2.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

.container.style2.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style2.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.container.style2.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.container.style2.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

.container.style2.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container.style2.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style2.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

.container.style2.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style2.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style2.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container.style2.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container.style2.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

.container.style2.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container03 > .wrapper > .inner > :nth-child(1) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container03 > .wrapper > .inner > :nth-child(2) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container03 > .wrapper > .inner > :nth-child(3) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container05 > .wrapper > .inner > :nth-child(1) {
	width: calc(55% + (var(--gutters) / 2));
}

#container05 > .wrapper > .inner > :nth-child(2) {
	width: calc(45% + (var(--gutters) / 2));
}

#container02 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container02 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

.video {
	position: relative;
}

.video .frame {
	background-color: #000000;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

.video .frame.with-overlay:before, .video .frame.with-overlay:after {
	bottom: 0px;
	content: '';
	height: 100%;
	left: 0px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
}

.video .frame.with-overlay:before {
	background-color: transparent;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 100%);
	z-index: 1;
}

.video .frame.with-overlay:after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2248%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%224%22/%3E%3Cpolygon%20points%3D%2240%2C30%2070%2C50%2040%2C70%22%20fill%3D%22white%22/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: clamp(1rem, 3.5rem, 25%);
	opacity: 0.75;
	transition: opacity 0.125s ease-in-out;
	z-index: 2;
}

.video .frame.with-overlay:hover:after {
	opacity: 1.0;
}

.video.is-active .frame.with-overlay:before {
	background-color: #000000;
	transition: background-color 0.25s ease-in-out;
}

.video.is-active .frame.with-overlay:after {
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.video .frame .player {
	border-radius: inherit;
	bottom: 0px;
	height: 100%;
	left: 0px;
	object-fit: cover;
	object-position: center;
	opacity: 1;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
}

.video .frame .player.thumbnail {
	cursor: pointer;
	object-fit: cover !important;
	object-position: center !important;
	user-select: none;
}

.video.full .frame {
	display: block;
}

.video.full:first-child .frame {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.video.full:last-child .frame {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#video01 .frame {
	border-radius: 0rem;
	width: 24.625rem;
}

#video01 .frame {
	aspect-ratio: 1;
}

#video01 .frame .player {
	object-fit: cover;
	object-position: center;
}

.image {
	display: block;
	line-height: 0;
	max-width: 100%;
	position: relative;
}

.image .frame {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
}

.image .frame img {
	border-radius: 0 !important;
	max-width: 100%;
	vertical-align: top;
	width: inherit;
}

.image.full .frame {
	display: block;
}

.image.full:first-child .frame {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.image.full:last-child .frame {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.image.style2:not(:first-child) {
	margin-top: 2rem !important;
}

.image.style2:not(:last-child) {
	margin-bottom: 2rem !important;
}

.image.style2 .frame {
	width: 6.625rem;
	transition: none;
}

.image.style2 .frame img {
	transition: none;
}

@media (max-width: 1920px) {
	
}

@media (max-width: 1680px) {
	html {
		font-size: 14pt;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 14pt;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 980px) {
	html {
		font-size: 12pt;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 12pt;
	}
	
	
	
	#main > .inner {
		--padding-horizontal: 2rem;
		--padding-vertical: 6rem;
		--spacing: 1.5rem;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 1em;
		line-height: 1.625;
	}
	
	h1.style6:not(:first-child), h2.style6:not(:first-child), h3.style6:not(:first-child), p.style6:not(:first-child) {
		margin-top: 1.96875rem !important;
	}
	
	h1.style6:not(:last-child), h2.style6:not(:last-child), h3.style6:not(:last-child), p.style6:not(:last-child) {
		margin-bottom: 1.96875rem !important;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 2.5em;
		line-height: 1;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.875;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 2em;
		line-height: 1.25;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.875;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.875;
	}
	
	.buttons.style2 {
		gap: 0rem;
	}
	
	.buttons.style2:not(:first-child) {
		margin-top: 2rem !important;
	}
	
	.buttons.style2:not(:last-child) {
		margin-bottom: 2rem !important;
	}
	
	.buttons.style2 li a {
		letter-spacing: 0rem;
		font-size: 1em;
	}
	
	.buttons.style2 li a svg {
		width: 0.875em;
	}
	
	
	
	.container.style1:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	.container.style1:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	.container.style1 > .wrapper > .inner {
		--gutters: 3.75rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
	}
	
	.container.style1.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style1.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style1.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type, .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type, .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	.container.style2:not(:first-child) {
		margin-top: 6rem !important;
	}
	
	.container.style2:not(:last-child) {
		margin-bottom: 6rem !important;
	}
	
	.container.style2 > .wrapper > .inner {
		--gutters: 2.75rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
	}
	
	.container.style2.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style2.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style2.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type, .container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type, .container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type, .container.style2.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type, .container.style2.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container03 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container03 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container03 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container05 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container05 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#video01 .frame {
		width: 24.625rem;
	}
	
	.image.style2:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	.image.style2:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	.image.style2 .frame {
		width: 6.625rem;
	}
}

@media (max-width: 480px) {
	#main > .inner {
		--spacing: 1.3125rem;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		--padding-horizontal: 1.5rem;
		--padding-vertical: 4.5rem;
		--spacing: 1.125rem;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		font-size: 1em;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		font-size: 2.5em;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		font-size: 1.5em;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		font-size: 2em;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		font-size: 1.25em;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		font-size: 1em;
	}
	
	.buttons.style2 {
		gap: 0rem;
	}
	
	.container.style1 > .wrapper > .inner {
		--gutters: 2.8125rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
	}
	
	.container.style2 > .wrapper > .inner {
		--gutters: 2.75rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
	}
}

/* ============================================ */
/* 登录注册相关样式 */
/* ============================================ */

:root {
	--primary-color: #2196F3;
	--secondary-color: #64B5F6;
	--danger-color: #f44336;
	--card-bg: #1a1a1a;
	--border-color: #404040;
	--hover-bg: #3a3a3a;
	--text-secondary: #cccccc;
	--border-radius: 8px;
	--shadow: 0 2px 10px rgba(0,0,0,0.3);
	--transition: all 0.3s ease;
}

/* 导航栏样式 */
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.6rem 2rem;
	background-color: rgba(20, 26, 37, 0.95);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.nav-link {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	font-size: 0.6rem;
	font-weight: 500;
	transition: color 0.3s ease;
	display: inline-block;
}

.nav-link:hover {
	color: #fff;
}

.nav-api {
	color: rgba(255, 255, 255, 0.85);
}

.nav-api:hover {
	color: #2196F3;
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-right: 1rem;
}

.nav-lang-toggle {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.nav-lang-toggle:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.05);
}

.nav-brand {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.nav-user {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.guest-buttons {
	display: flex;
	gap: 0.3rem;
}

.btn {
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: var(--border-radius);
	font-size: 1rem;
	cursor: pointer;
	transition: var(--transition);
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.btn-primary {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.85);
	border: none;
	padding: 0.5rem 0.75rem;
	font-size: 0.9rem;
	font-weight: 500;
}

.btn-primary:hover {
	color: #2196F3;
}

.btn-secondary {
	background-color: var(--hover-bg);
	color: white;
	border: 1px solid var(--border-color);
}

.btn-secondary:hover {
	background-color: var(--secondary-color);
}

.btn-outline {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.85);
	border: none;
	padding: 0.5rem 0.75rem;
	font-size: 0.9rem;
	font-weight: 500;
}

.btn-outline:hover {
	color: #fff;
}

.btn-sm {
	padding: 0.4rem 0.6rem;
	font-size: 0.6rem;
}

.btn-block {
	width: 100%;
}

.btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* 模态框样式 */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2000;
}

.modal-content {
	background-color: var(--card-bg);
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	width: 90%;
	max-width: 600px;
	max-height: 90vh;
	overflow-y: auto;
	animation: modalSlideIn 0.3s ease;
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem;
	border-bottom: 1px solid var(--border-color);
}

.modal-header h2 {
	margin: 0;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.modal-body {
	padding: 1.5rem;
}

.modal-close {
	background: none;
	border: none;
	font-size: 1.5rem;
	color: var(--text-secondary);
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: var(--transition);
}

.modal-close:hover {
	background-color: var(--hover-bg);
	color: #fff;
}

/* 表单样式 */
.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 500;
	color: #fff;
}

.form-group input {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	font-size: 1rem;
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
	transition: var(--transition);
}

.form-group input:focus {
	outline: none;
	border-color: var(--primary-color);
	background-color: rgba(255, 255, 255, 0.1);
}

.form-group input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

/* 验证码输入框 */
.verification-code-wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
}

.verification-code-wrapper input {
	flex: 1;
}

.btn-send-code {
	white-space: nowrap;
	min-width: 120px;
}

/* 分隔线 */
.auth-divider {
	display: flex;
	align-items: center;
	margin: 1.5rem 0;
	color: var(--text-secondary);
}

.auth-divider::before,
.auth-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background-color: var(--border-color);
}

.auth-divider span {
	padding: 0 1rem;
}

/* Google登录 */
.google-login-section {
	margin-bottom: 1rem;
}

.g_id_signin {
	width: 100% !important;
}

/* 认证链接 */
.auth-links {
	margin-top: 1rem;
	text-align: center;
}

.switch-form {
	margin: 0.5rem 0;
	font-size: 0.9rem;
}

.switch-form a {
	color: var(--primary-color);
	text-decoration: none;
}

.switch-form a:hover {
	text-decoration: underline;
}

/* 用户信息区域 */
.user-info-logged {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 6px 16px;
	border-radius: 999px;
	background: rgba(20, 26, 37, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
	transition: var(--transition);
}

.user-email {
	display: inline-block;
	font-size: 0.6rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}

.user-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255,255,255,0.8);
	cursor: pointer;
}

.user-details {
	flex-direction: column;
	gap: 3px;
	min-width: 90px;
	padding-right: 4px;
	cursor: pointer;
}

.user-display-name {
	font-size: 0.95rem;
	font-weight: 600;
	color: rgba(255,255,255,0.95);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}

.user-credits-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 3px 10px;
	background: rgba(26, 34, 48, 0.85);
	border-radius: 999px;
	border: 1px solid rgba(33, 150, 243, 0.45);
	color: rgba(160, 210, 255, 0.95);
	font-size: 0.76rem;
	font-weight: 600;
}

.user-info-divider {
	width: 1px;
	height: 34px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.06), rgba(33,150,243,0.4), rgba(255,255,255,0.06));
}

.user-actions {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.user-dropdown-btn {
	background: rgba(18, 24, 34, 0.85);
	border: 1px solid rgba(33, 150, 243, 0.35);
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.1rem;
	cursor: pointer;
	padding: 6px;
	border-radius: 999px;
	transition: var(--transition);
}

.user-dropdown-btn:hover {
	border-color: rgba(33, 150, 243, 0.6);
}

.user-logout-btn {
	padding: 6px 14px;
	font-size: 0.6rem;
	margin-left: 6px;
	border-radius: 999px;
}

/* 个人中心模态框 */
.user-center-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: flex;
	justify-content: flex-end;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.user-center-modal.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.user-center-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.user-center-content {
	position: relative;
	width: 400px;
	height: 100%;
	background-color: var(--card-bg);
	box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
	overflow-y: auto;
	transform: translateX(60px);
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity 0.45s ease;
}

.user-center-modal.show .user-center-content {
	transform: translateX(0);
	opacity: 1;
}

.user-center-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid var(--border-color);
	background-color: var(--hover-bg);
}

.user-center-header h2 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0;
}

.user-center-close {
	background: none;
	border: none;
	color: var(--text-secondary);
	font-size: 1.5rem;
	cursor: pointer;
	padding: 5px;
	border-radius: 4px;
	transition: var(--transition);
}

.user-center-close:hover {
	color: var(--danger-color);
	background-color: var(--hover-bg);
}

.user-profile-section {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background-color: var(--hover-bg);
	border-bottom: 1px solid var(--border-color);
}

.user-profile-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid var(--primary-color);
}

.user-profile-info h3 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user-profile-info p {
	color: var(--text-secondary);
	font-size: 0.9rem;
	margin: 0;
}

.user-details-section {
	padding: 20px;
	border-bottom: 1px solid var(--border-color);
}

.user-details-section h4 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.user-detail-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--border-color);
}

.user-detail-item:last-child {
	border-bottom: none;
}

.detail-label {
	color: var(--text-secondary);
	font-size: 0.9rem;
	font-weight: 500;
}

.detail-value {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: right;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user-actions-section {
	padding: 20px;
}

.btn-danger {
	width: 100%;
	background-color: var(--danger-color);
	color: white;
	padding: 12px;
	font-size: 1rem;
	font-weight: 600;
	border-radius: var(--border-radius);
	border: none;
	cursor: pointer;
	transition: var(--transition);
}

.btn-danger:hover {
	background-color: #d32f2f;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(244, 67, 54, 0.3);
}

/* 提示信息 */
.toast {
	position: fixed;
	bottom: 24px;
	right: 24px;
	padding: 14px 18px;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	transform: translateX(400px) scale(0.95);
	opacity: 0;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 2147483647; /* Max z-index to ensure visibility over modals */
	max-width: 360px;
	min-width: 280px;
	pointer-events: auto;
}

.toast.show {
	transform: translateX(0) scale(1);
	opacity: 1;
}

.toast::before {
	content: '';
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.toast.success {
	background: rgba(76, 175, 80, 0.95);
	color: #ffffff;
}

.toast.success::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5"><path d="M20 6L9 17l-5-5"/></svg>');
}

.toast.error {
	background: rgba(244, 67, 54, 0.95);
	color: #ffffff;
}

.toast.error::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5"><circle cx="12" cy="12" r="10"/><path d="M12 8v4m0 4v.01"/></svg>');
}

.toast.warning {
	background: rgba(255, 152, 0, 0.95);
	color: #ffffff;
}

.toast.warning::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5"><path d="M12 2L2 20h20zm0 4v6m0 4v.01"/></svg>');
}

.toast.info {
	background: rgba(33, 150, 243, 0.95);
	color: #ffffff;
}

.toast.info::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4M12 8v.01"/></svg>');
}

/* 动画 */
@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 响应式设计 */
@media (max-width: 768px) {
	.user-center-content {
		width: 100%;
	}

	.navbar {
		padding: 0.75rem 1rem;
	}

	.nav-brand {
		font-size: 1.1rem;
	}

	.modal-content {
		width: 95%;
		max-width: 90%;
	}

	.user-info-logged {
		gap: 6px;
		padding: 5px 12px;
	}

	.user-display-name {
		font-size: 0.82rem;
		max-width: 110px;
	}
}