@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");


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,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #f5f7fa;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #52575c;
	line-height: 1.75em;
	font-size: 14pt;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

input,
textarea,
select {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #52575c;
	line-height: 1.75em;
	font-size: 15pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	color: #52575c;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 2em;
	line-height: 1.25em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.5em;
}

a {
	-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	color: inherit;
	text-decoration: none;
	border-bottom: dotted 1px #62676c;
}

a:hover {
	color: #f35858;
	border-bottom-color: rgba(255, 255, 255, 0);
}

strong,
b {
	font-weight: 400;
	color: #42474c;
}

em,
i {
	font-style: italic;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px #c2c7cc;
}

blockquote {
	border-left: solid 0.5em #c2c7cc;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 1.5em;
}

br.clear {
	clear: both;
}

.features {
	margin-bottom: 1.5em;
}

.feature {
	text-align: center;
}

/* Sections/Article */

section,
article {
	margin-bottom: 3em;
}

section> :last-child,
article> :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}

.row>section,
.row>article {
	margin-bottom: 0;
}

header {
	margin-bottom: 1.5em;
}

header>p {
	display: block;
	color: #f35858;
	padding: 0.75em 0 1em 0;
	font-size: 1.5em;
	line-height: 1.5em;
}

header.major {
	text-align: center;
}

/* Container */

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

/* Chat Interface Styles */
.chat-container {
	display: flex;
	flex-direction: column;
	height: 700px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.chat-header {
	padding: 1.5em;
	background: #f5f7fa;
	border-bottom: 1px solid #d2d7dc;
	text-align: center;
}

.chat-messages {
	flex: 1;
	padding: 1.5em;
	overflow-y: auto;
	background: #f9fbfe;
}

.chat-messages::-webkit-scrollbar {
	width: 8px;
}

.chat-messages::-webkit-scrollbar-track {
	background: #f5f7fa;
}

.chat-messages::-webkit-scrollbar-thumb {
	background: #c2c7cc;
	border-radius: 4px;
}

.message {
	margin-bottom: 1em;
	padding: 0.8em 1.2em;
	border-radius: 18px;
	max-width: 80%;
	word-wrap: break-word;
	line-height: 1.4;
	opacity: 0;
	transform: translateY(10px);
	animation: fadeIn 0.3s ease-out forwards;
}

.message.user {
	background: #e3f2fd;
	margin-left: auto;
	border-bottom-right-radius: 4px;
}

.message.bot {
	background: #f1f1f1;
	margin-right: auto;
	border-bottom-left-radius: 4px;
}

.message.system {
	background: #f8f4e5;
	color: #8a6d3b;
	margin: 1em auto;
	text-align: center;
	border-radius: 4px;
	border-left: 4px solid #f0ad4e;
}

.chat-input {
	display: flex;
	padding: 1em;
	background: #fff;
	border-top: 1px solid #d2d7dc;
}

.chat-input textarea {
	flex: 1;
	padding: 0.8em;
	border: 1px solid #d2d7dc;
	border-radius: 4px;
	resize: none;
	margin-right: 0.5em;
	font-family: inherit;
}

.chat-input button {
	padding: 0 1.5em;
	background: #f35858;
	color: white;
	border: none;
	border-radius: 4px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.chat-input button:hover {
	background: #f56a6a;
}

.chat-input button:active {
	background: #f04646;
}


/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp {
	order: -1;
}

.row>.col-1 {
	width: 8.33333%;
}

.row>.off-1 {
	margin-left: 8.33333%;
}

.row>.col-2 {
	width: 16.66667%;
}

.row>.off-2 {
	margin-left: 16.66667%;
}

.row>.col-3 {
	width: 25%;
}

.row>.off-3 {
	margin-left: 25%;
}

.row>.col-4 {
	width: 33.33333%;
}

.row>.off-4 {
	margin-left: 33.33333%;
}

.row>.col-5 {
	width: 41.66667%;
}

.row>.off-5 {
	margin-left: 41.66667%;
}

.row>.col-6 {
	width: 50%;
}

.row>.off-6 {
	margin-left: 50%;
}

.row>.col-7 {
	width: 58.33333%;
}

.row>.off-7 {
	margin-left: 58.33333%;
}

.row>.col-8 {
	width: 66.66667%;
}

.row>.off-8 {
	margin-left: 66.66667%;
}

.row>.col-9 {
	width: 75%;
}

.row>.off-9 {
	margin-left: 75%;
}

.row>.col-10 {
	width: 83.33333%;
}

.row>.off-10 {
	margin-left: 83.33333%;
}

.row>.col-11 {
	width: 91.66667%;
}

.row>.off-11 {
	margin-left: 91.66667%;
}

.row>.col-12 {
	width: 100%;
}

.row>.off-12 {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0px;
	margin-left: 0px;
}

.row.gtr-0>* {
	padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0px;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0px;
}

.row.gtr-25 {
	margin-top: -12.5px;
	margin-left: -12.5px;
}

.row.gtr-25>* {
	padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
	margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 12.5px;
}

.row.gtr-50 {
	margin-top: -25px;
	margin-left: -25px;
}

.row.gtr-50>* {
	padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
	margin-top: -25px;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 25px;
}

.row {
	margin-top: -50px;
	margin-left: -50px;
}

.row>* {
	padding: 50px 0 0 50px;
}

.row.gtr-uniform {
	margin-top: -50px;
}

.row.gtr-uniform>* {
	padding-top: 50px;
}

.row.gtr-150 {
	margin-top: -75px;
	margin-left: -75px;
}

.row.gtr-150>* {
	padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
	margin-top: -75px;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 75px;
}

.row.gtr-200 {
	margin-top: -100px;
	margin-left: -100px;
}

.row.gtr-200>* {
	padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
	margin-top: -100px;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 100px;
}

/* Image */

.image {
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	display: inline-block;
	outline: 0;
	border: 0;
	transform-style: preserve-3d;
	perspective: 1000px;
}

.image img {
	display: block;
	width: 100%;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	max-width: 150px;
	margin: 0 auto 3em auto;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 3em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

a.image:hover {
	opacity: 0.9;
	transform: rotateY(10deg) scale(1.02);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* List */

ul {
	list-style: disc;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ol {
	list-style: decimal;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

/* Actions */

ul.actions {
	padding-top: 1em;
	list-style: none;
	padding-left: 0;
}

ul.actions.major {
	text-align: center;
}

ul.actions li {
	display: inline-block;
	margin-left: 1em;
	padding-left: 0;
}

ul.actions li:first-child {
	margin-left: 0;
}

/* Divided */

ul.divided {
	list-style: none;
	padding-left: 0;
}

ul.divided li {
	border-top: solid 1px #d2d7dc;
	padding-top: 2em;
	margin-top: 2em;
	padding-left: 0;
}

ul.divided li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

/* Icons */

ul.icons {
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	padding-left: 0;
}

ul.icons li:before {
	display: inline-block;
	color: #fff;
	background: #61666b;
	width: 2.5em;
	height: 2.5em;
	border-radius: 0.35em;
	text-align: center;
	line-height: 2.5em;
	margin-right: 0.75em;
}

/* Menu */

ul.menu {
	list-style: none;
	padding-left: 0;
}

ul.menu li {
	display: inline-block;
	border-left: solid 1px #d2d7dc;
	padding-left: 1em;
	margin-left: 1em;
}

ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

/* Form */

form .actions {
	padding-top: 0;
}

form label {
	display: block;
	font-weight: 300;
	color: #52575c;
	margin: 0 0 0.5em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	-webkit-appearance: none;
	display: block;
	background: #f9fbfe;
	border: solid 1px #d2d7dc;
	border-radius: 0.35em;
	width: 100%;
	line-height: 1.5em;
	padding: 0.75em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	background: #fff;
}

form textarea {
	min-height: 3em;
}

form ::-webkit-input-placeholder {
	color: #555 !important;
}

form :-moz-placeholder {
	color: #555 !important;
}

form ::-moz-placeholder {
	color: #555 !important;
}

form :-ms-input-placeholder {
	color: #555 !important;
}

form ::-moz-focus-inner {
	border: 0;
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
	transition: transform 0.3s ease;
}

table tbody tr {
	border: solid 1px rgba(210, 215, 217, 0.75);
	border-left: 0;
	border-right: 0;
	transition: all 0.3s ease;
	position: relative;
}

/* 主阴影效果 */
table tbody tr[rowspan] {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	background-color: rgba(240, 240, 255, 0.1);
}

/* 相邻rowspan行的次级阴影 */
table tbody tr:not([rowspan])+tr[rowspan] {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	background-color: rgba(255, 240, 240, 0.1);
}

/* 悬停效果增强 */
table tbody tr:hover {
	transform: scale(1.01) translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 2;
}

/* 单元格内边距调整 */
table td {
	padding: 0.75em;
	transition: background-color 0.2s ease;
}

/* 标题行样式增强 */
table th {
	background-color: #f5f7fa;
	padding: 0.75em;
	position: sticky;
	top: 0;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

/* 为rowspan行添加交替阴影效果 */
table tbody tr[data-rowspan-group="1"] {
	background-color: rgba(240, 240, 255, 0.3);
	box-shadow: inset 0 0 10px rgba(200, 200, 255, 0.2);
}

table tbody tr[data-rowspan-group="2"] {
	background-color: rgba(255, 240, 240, 0.3);
	box-shadow: inset 0 0 10px rgba(255, 200, 200, 0.2);
}

/* 斑马条纹效果 */
table tbody tr:nth-child(4n + 1),
table tbody tr:nth-child(4n + 2) {
	background-color: rgba(245, 247, 250, 0.5);
}

table tbody tr:nth-child(4n + 3),
table tbody tr:nth-child(4n + 4) {
	background-color: rgba(230, 235, 237, 0.25);
}

/* 增强悬停效果 */
table tbody tr:hover {
	transform: scale(1.01);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 1;
	position: relative;
}

/* 为rowspan行添加交替阴影效果 */
table tbody tr[data-rowspan-group="1"] {
	background-color: rgba(240, 240, 255, 0.3);
	box-shadow: inset 0 0 10px rgba(200, 200, 255, 0.2);
}

table tbody tr[data-rowspan-group="2"] {
	background-color: rgba(255, 240, 240, 0.3);
	box-shadow: inset 0 0 10px rgba(255, 200, 200, 0.2);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #3d4449;
	font-size: 0.9em;
	font-weight: 700;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px rgba(210, 215, 217, 0.75);
}

table tfoot {
	border-top: solid 2px rgba(210, 215, 217, 0.75);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(210, 215, 217, 0.75);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Tabbed Table Styles */
.tabbed-table {
	margin: 3em 0;
}

.tabbed-table .tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #d2d7dc;
}

.tabbed-table .tabs li {
	margin-right: 1em;
	position: relative;
}

.tabbed-table .tabs li a {
	display: block;
	padding: 0.5em 1em;
	color: #52575c;
	text-decoration: none;
	border-radius: 0.35em 0.35em 0 0;
	transition: all 0.25s ease-in-out;
	border: 1px solid transparent;
	border-bottom: none;
}

.tabbed-table .tabs li.active a {
	background: #f5f7fa;
	color: #f35858;
	border-color: #d2d7dc;
	border-bottom-color: #f5f7fa;
}

.tabbed-table .tabs li a:hover {
	color: #f35858;
}

.tabbed-table .tab-content {
	position: relative;
}

.tabbed-table .tab-pane {
	display: none;
	animation: fadeIn 0.5s ease-out;
}

.tabbed-table .tab-pane.active {
	display: block;
}

/* Animated Table Styles */
.animated-table {
	transform-origin: top center;
	animation: tableIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animated-table {
	position: relative;
}

.animated-table th:first-child,
.animated-table td:first-child {
	position: sticky;
	left: 0;
	background: #f5f7fa;
	z-index: 2;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.animated-table thead th {
	position: sticky;
	top: 0;
	z-index: 3;
	background: #f5f7fa;
}

.table-wrapper {
	overflow: visible;
}

@keyframes tableIn {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(20px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.animated-table tbody tr {
	transition: all 0.3s ease;
}

.animated-table tbody tr:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.9);
}

/* Table Styles */
.table-wrapper {
	margin-bottom: 2em;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border-radius: 0.35em;
	background: #fff;
}

/* Tabs */
.tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
	border-bottom: 1px solid #d2d7dc;
}

.tabs li {
	margin-right: 1em;
	position: relative;
}

.tabs li a {
	display: block;
	padding: 0.5em 1em;
	color: #52575c;
	text-decoration: none;
	border-radius: 0.35em 0.35em 0 0;
	transition: all 0.25s ease-in-out;
}

.tabs li.active a {
	background: #f5f7fa;
	color: #f35858;
	border: 1px solid #d2d7dc;
	border-bottom-color: transparent;
}

.tabs li a:hover {
	color: #f35858;
}

.tab-content {
	position: relative;
}

.tab-pane {
	display: none;
	animation: fadeIn 0.5s ease-out;
}

.tab-pane.active {
	display: block;
}

/* Table Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

table {
	transform-origin: top center;
	animation: tableIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes tableIn {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(20px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

table tbody tr {
	transition: all 0.3s ease;
}

table tbody tr:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.9);
}

table {
	width: 100%;
}

table th {
	background-color: #f5f7fa;
	padding: 0.75em;
	text-align: left;
}

table td {
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #e8e8e8;
}

table tr:hover {
	background-color: #f9f9f9;
}

/* Icons */

.icon {
	text-decoration: none;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: inherit;
}

.icon>.label {
	display: none;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

/* Wrappers */

.wrapper {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	padding: 6em 0 6em 0;
}

.image-wrapper {
	position: relative;
}

.image-wrapper .image {
	position: relative;
	z-index: 2;
}

.image-wrapper.first:before {
	content: '';
	display: block;
	width: 2000%;
	height: 100%;
	position: absolute;
	left: -1000%;
	top: 0;
	z-index: 1;
	box-shadow: inset 0px 0px 0px 1px #e8e8e8;
	background: #f6f8fb url("images/image-wrapper.svg");
}


#header-wrapper {
	position: relative;
	padding: 4em 0 2em 0;
	background-image: url("images/header.svg");
	background-image: url("images/overlay.png"), url("images/header.svg"), -moz-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
	background-image: url("images/overlay.png"), url("images/header.svg"), -webkit-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
	background-image: url("images/overlay.png"), url("images/header.svg"), -ms-linear-gradient(75deg, #fc91a3 15%, #e8ad93 55%);
	background-image: url("images/overlay.png"), url("images/header.svg"), linear-gradient(75deg, #ff8a9e 35%, #ff9090 65%);
}

body #header-wrapper {
	background-color: #f08c89;
	background-size: 128px 128px, 100% 100%, auto;
	background-repeat: repeat, no-repeat, no-repeat;
}


body.right-sidebar #header-wrapper,
body.left-sidebar #header-wrapper {
	padding: 4em 0 2em 0;
	background-color: #f08c89;
	background-size: 128px 128px, 100% 100%, auto;
	background-repeat: repeat, no-repeat, no-repeat;
}

.homepage #header-wrapper {
	padding: 10em 0 6em 0;
	min-height: 950px;
	background-size: 100% 1000%;
	background-size: 128px 128px, 100% 100%, auto;
}

#promo-wrapper {
	position: relative;
	background-image: url("images/overlay.png"), url("../../images/promo.jpg");
	background-size: 192px 192px, cover;
	background-position: top left, center center;
	color: #fff;
	text-align: center;
	padding: 6em 0 6em 0;
}

#footer-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	position: relative;
	border-top: solid 1px #c2c7cc;
	padding: 6em 0 6em 0;
	background-image: url("images/overlay.png"), url("images/footer.svg");
	background-size: 128px 128px, 100% 100%;
}

/* Header */

#logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 15em;
	margin-left: -7.5em;
}

#logo a {
	display: block;
	width: 100%;
	height: 4em;
	line-height: 4em;
	background: rgba(255, 255, 255, 0.15);
	border: solid 1px;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.75);
	border-top: 0;
	border-radius: 0 0 0.35em 0.35em;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

#nav {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4em;
	line-height: 4em;
}

#nav>ul {
	margin: 0;
}

#nav>ul>li {
	display: inline-block;
	margin-left: 1em;
}

#nav>ul>li>ul {
	display: none;
}

#nav>ul>li>span,
#nav>ul>li>a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	border: 0;
	border: solid 1px rgba(255, 255, 255, 0);
	border-radius: 0.35em;
	padding: 0.3em 1em 0.3em 1em;
	-moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

#nav>ul>li.active>span,
#nav>ul>li.active>a {
	border-color: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
	padding: 1em 2em;
}

#nav>ul>li:first-child {
	margin-left: 0;
}

#nav>ul>li.break {
	margin-left: 20em;
}

.dropotron {
	text-align: left;
	line-height: 2em;
	border-radius: 0.35em;
	min-width: 12em;
	background: #fff;
	line-height: 1em;
	padding: 0.85em 0 0.85em 0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	margin-top: -0.8em;
	list-style: none;
}

.dropotron a,
.dropotron span {
	display: block;
	padding: 0.65em 1em 0.65em 1em;
	border-top: solid 1px #e8e8e8;
	border-bottom: 0;
}

.dropotron li {
	padding-left: 0;
}

.dropotron li:first-child>a,
.dropotron li:first-child>span {
	border-top: 0;
}

.dropotron li.active>a,
.dropotron li.active>span {
	color: #f35858;
}

.dropotron.level-0 {
	font-size: 0.9em;
	margin-top: 0;
}

.dropotron.level-0:before {
	content: '';
	position: absolute;
	top: -1em;
	width: 1em;
	height: 1em;
	border-bottom: solid 0.5em #fff;
	border-left: solid 0.5em rgba(255, 255, 255, 0);
	border-right: solid 0.5em rgba(255, 255, 255, 0);
}

.dropotron.level-0.center:before {
	left: 50%;
	margin-left: -0.5em;
}

.dropotron.level-0.left:before {
	left: 1em;
}

.dropotron.level-0.right:before {
	right: 1em;
}

.tittle {
	font-size: 22px;
	font-weight: 500;
}

/* Hero */

#hero {
	position: relative;
	color: #fff;
	text-align: center;
	z-index: 1;
}

#hero h2 {
	color: #fff;
	font-size: 3em;
}

#hero strong {
	color: inherit;
}

#hero header>span {
	color: #fff;
}

#hero p {
	font-size: 1.5em;
	line-height: 1.5em;
}

#hero .button {
	background: #fff;
	border-color: rgba(255, 255, 255, 0);
	color: #f08c89;
	font-size: 1.25em;
	padding: 1em 2em;
	border-radius: 0.5em;
}

#hero .button:hover {
	border-color: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}

#hero a {
	color: #fff;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}

#hero a:hover {
	border-color: rgba(255, 255, 255, 0);
}

/* Promo */

#promo {
	background: rgba(255, 255, 255, 0.05);
	border: solid 1px rgba(255, 255, 255, 0.25);
	border-radius: 0.5em;
	padding: 1.75em 2.5em 1.75em 2.5em;
	display: inline-block;
	position: relative;
	z-index: 1;
}

#promo h2 {
	color: #fff;
	display: inline-block;
	margin-right: 1em;
	font-size: 1.75em;
}

#promo .button {
	background: #fff;
	border-color: rgba(255, 255, 255, 0);
	color: #27636B;
	font-size: 1.25em;
}

#promo .button:hover {
	border-color: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

/* Main */

#main {
	padding-bottom: 4em;
}

/* Sidebar */

#sidebar {
	background: linear-gradient(135deg, #e8f4f8, #f0faff);
	border-radius: 8px;
	padding: 2em;
	box-shadow: 0 4px 15px rgba(0, 120, 180, 0.1);
}

#sidebar section {
	border-top: solid 1px rgba(210, 215, 217, 0.5);
	margin-top: 2em;
	padding-top: 2em;
	transition: all 0.3s ease;
}

#sidebar section:hover {
	transform: translateY(-5px);
}

#sidebar section:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.mode-button {
	background: white;
	border: none;
	border-radius: 6px;
	padding: 0.8em 1em;
	margin-bottom: 0.8em;
	width: 100%;
	text-align: left;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.mode-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 120, 180, 0.2);
}

.mode-button:active {
	transform: translateY(0);
}

.mode-button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #2a9d8f;
	transition: width 0.3s ease;
}

.mode-button:hover:after {
	width: 8px;
}

.sub-options {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	margin-top: 0.5em;
	padding: 0.5em;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sub-options li {
	margin-bottom: 0.5em;
}

.sub-options li:last-child {
	margin-bottom: 0;
}

.sub-options img {
	border-radius: 4px;
	transition: transform 0.3s ease;
}

.sub-options img:hover {
	transform: scale(1.05);
}

/* Footer */

#footer {
	position: relative;
	z-index: 1;
}

#footer header.major {
	margin-bottom: 3em;
}

/* Copyright */

#copyright {
	position: relative;
	z-index: 1;
	text-align: center;
	border-top: solid 1px #d2d7dc;
	color: #a2a7ac;
	padding-top: 4em;
	margin-top: 6em;
}

#navPanel,
#navButton {
	display: none;
}

/* Animation Enhancements */
html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

.wrapper,
.feature,
#hero,
#promo-wrapper {
	will-change: transform, opacity;
}

/* Text Inertia Effect */
h1,
h2,
h3,
h4,
h5,
h6,
p {
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 0.6s ease-out;
	backface-visibility: hidden;
}

/* Smooth Scrolling Sections */
section {
	scroll-margin-top: 100px;
}

/* Chat Interface Styles */
.chat-container {
	display: flex;
	flex-direction: column;
	height: 800px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.chat-header {
	padding: 1.5em;
	background: #f5f7fa;
	border-bottom: 1px solid #d2d7dc;
	text-align: center;
}

.chat-messages {
	flex: 1;
	padding: 1.5em;
	overflow-y: auto;
	background: #f9fbfe;
}

.message {
	margin-bottom: 1em;
	padding: 0.8em 1.2em;
	border-radius: 18px;
	max-width: 80%;
	word-wrap: break-word;
	line-height: 1.4;
	opacity: 0;
	transform: translateY(10px);
	animation: messageIn 0.3s ease-out forwards;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.message:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes messageIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.message.user {
	background: #e3f2fd;
	margin-left: auto;
	border-bottom-right-radius: 4px;
}

.message.bot {
	background: #f1f1f1;
	margin-right: auto;
	border-bottom-left-radius: 4px;
}

.message.system {
	background: #f8f4e5;
	color: #8a6d3b;
	font-style: italic;
	margin: 1em auto;
	text-align: center;
	border-radius: 4px;
	padding: 0.8em 1.2em;
	border-left: 4px solid #f0ad4e;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 90%;
	max-width: 600px;
	opacity: 0;
	transform: translateY(10px);
	animation: messageIn 0.3s ease-out forwards;
}

.chat-input {
	display: flex;
	padding: 1em;
	background: #fff;
	border-top: 1px solid #d2d7dc;
}

.chat-input textarea {
	flex: 1;
	padding: 0.8em;
	border: 1px solid #d2d7dc;
	border-radius: 4px;
	resize: none;
	margin-right: 0.5em;
	height: 3.5em;
}

.chat-input button {
	padding: 0 1.5em;
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
	background: #f35858;
	color: white;
	border: none;
	border-radius: 4px;
	font-weight: 500;
	height: 100%;
	min-width: 80px;
}

.chat-input button:hover {
	background: #f56a6a;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chat-input button:active {
	background: #f04646;
	transform: translateY(0);
}

.chat-input button:disabled {
	background: #d2d7dc;
	cursor: not-allowed;
}

.chat-input button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%, -50%);
	transform-origin: 50% 50%;
}

.chat-input button:focus:not(:active)::after {
	animation: ripple 0.6s ease-out;
}

@keyframes ripple {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		transform: scale(20, 20);
		opacity: 0;
	}
}

.chat-input button:active {
	transform: scale(0.95);
}

.mode-list {
	list-style: none;
	padding: 0;
}

.mode-list li {
	margin-bottom: 0.5em;
}

.mode-button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.8em 1em;
	transition: all 0.2s ease;
	position: relative;
}

.mode-button:hover {
	background: #e3f2fd;
	transform: translateX(5px);
}

.mode-button:active {
	background: #bbdefb;
}

.mode-button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #f35858;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mode-button:hover:after {
	opacity: 1;
}

/* Chat mode tabs */
.mode-tabs {
	display: flex;
	width: 80%;
}

.mode-tabs .mode-button {
	flex: 1;
	text-align: center;
	margin: 0;
	border-radius: 0;
	min-width: 0;
}

.mode-tabs .mode-button:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.mode-tabs .mode-button:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* Reset button styling */
#reset-button {
	padding: 0.5em 1em;
	font-size: 0.9em;
	margin-left: 1em;
	background: #e0e0e0;
	color: #333;
	border: none;
	border-radius: 4px;
	transition: all 0.2s ease;
	width: 15%;
	min-width: 100px;
	flex-shrink: 0;
}

#reset-button:hover {
	background: #d0d0d0;
}