:root {
  --craftavia-ink: #071b28;
  --craftavia-deep: #062b3b;
  --craftavia-navy: #041923;
  --craftavia-cyan: #35e5e0;
  --craftavia-cyan-dark: #09aeb5;
  --craftavia-gold: #ffd568;
  --craftavia-surface: #ffffff;
  --craftavia-muted: #657985;
  --craftavia-border: rgba(8, 92, 107, .14);
  --craftavia-shadow: 0 16px 45px rgba(6, 40, 53, .1);
}

body {
  color: rgba(255, 255, 255, .9);
  background: #041923;
}

.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 66px);
  padding-top: 108px;
  background:
    linear-gradient(125deg, rgba(3, 24, 34, .68), rgba(4, 37, 48, .8)),
    url('../img/craftavia-hero.png') center 42% / cover fixed;
}

.page-wrapper > .footer {
  margin-top: auto;
}

.page-wrapper > .section,
.page-wrapper > .container,
.page-wrapper > section.container {
  position: relative;
  z-index: 1;
}

body > .page > .navbar {
	position: absolute;
	z-index: 40;
	top: 0;
	right: 0;
	left: 0;
	min-height: 108px;
	padding: 1.2rem 0;
	border: 0;
	border-bottom: 0;
	color: #fff;
	background: linear-gradient(180deg, rgba(3, 24, 34, .56), rgba(3, 24, 34, .13) 72%, transparent);
	box-shadow: none;
}

body > .page > .navbar .container-xl {
	position: relative;
	max-width: 1760px;
	gap: 1.25rem;
	padding-right: clamp(1rem, 3vw, 3.5rem);
	padding-left: clamp(1rem, 3vw, 3.5rem);
}

.craftavia-navbar-brand {
	display: inline-flex;
	align-items: center;
	padding: .2rem .15rem .15rem;
	color: #fff !important;
  font-family: 'Cinzel', Georgia, serif;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .22s ease;
}

.craftavia-navbar-brand:hover {
	transform: translateY(-1px);
}

.craftavia-brand-mark {
	position: relative;
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(116, 235, 255, .62);
	border-radius: 15px;
	background: #071520;
	box-shadow: inset 0 1px rgba(255, 255, 255, .65), 0 0 18px rgba(53, 229, 224, .52), 0 10px 28px rgba(4, 37, 50, .28);
	transform: rotate(3deg);
}

.craftavia-brand-mark::before {
	display: none;
}

.craftavia-brand-mark > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.craftavia-brand-name {
	position: relative;
	display: inline-block;
	padding: .15rem 0 .42rem;
	background: linear-gradient(105deg, #42e9f2 0%, #bafcff 32%, #fff 57%, #ffe291 78%, #f2b83e 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(1.55rem, 1.55vw, 2.05rem);
	font-weight: 900;
	letter-spacing: .045em;
	line-height: 1;
	white-space: nowrap;
	filter: drop-shadow(0 2px 1px rgba(0, 24, 34, .75)) drop-shadow(0 0 9px rgba(76, 232, 244, .32));
	-webkit-text-fill-color: transparent;
	transition: filter .22s ease, letter-spacing .22s ease;
}

.craftavia-brand-name::after {
	position: absolute;
	right: 8%;
	bottom: 0;
	left: 8%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, #4cebf5 24%, #fff1b3 72%, transparent);
	box-shadow: 0 0 10px rgba(67, 229, 242, .72);
	content: '';
}

.craftavia-navbar-brand:hover .craftavia-brand-name {
	letter-spacing: .065em;
	filter: drop-shadow(0 2px 1px rgba(0, 24, 34, .75)) drop-shadow(0 0 14px rgba(76, 232, 244, .55));
}

.craftavia-nav-center {
	justify-content: center;
}

.craftavia-nav-glass {
	padding: .42rem .55rem;
	border: 1px solid rgba(111, 239, 255, .42);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(25, 139, 183, .78), rgba(5, 85, 120, .82));
	box-shadow: inset 0 1px rgba(255, 255, 255, .28), inset 0 -1px rgba(31, 220, 249, .22), 0 0 25px rgba(38, 204, 241, .42), 0 12px 34px rgba(0, 24, 38, .26);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.craftavia-user-card {
	min-height: 64px;
	padding: .52rem .9rem !important;
	border: 1px solid rgba(111, 239, 255, .38);
	border-radius: 19px;
	background: linear-gradient(180deg, rgba(30, 129, 170, .74), rgba(6, 78, 109, .82));
	box-shadow: inset 0 1px rgba(255, 255, 255, .24), 0 0 24px rgba(39, 208, 241, .36), 0 12px 30px rgba(0, 25, 38, .24);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.craftavia-user-card::after {
	margin-left: .6rem;
	content: '›';
	font-size: 1rem;
	opacity: .68;
	transform: rotate(90deg);
}

body > .page > .navbar .nav-link,
body > .page > .navbar .btn-transparent,
body > .page > .navbar .navbar-brand {
  color: rgba(255, 255, 255, .88) !important;
}

body > .page > .navbar .nav-link {
  position: relative;
  margin: 0 .08rem;
  padding: .9rem 1.05rem;
  border-radius: 999px;
  font-weight: 750;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

body > .page > .navbar .nav-link:hover,
body > .page > .navbar .nav-item.active .nav-link {
  color: var(--craftavia-gold) !important;
  background: rgba(255, 255, 255, .08);
  text-decoration: none;
}

body > .page > .navbar .nav-item.active .nav-link::after {
  position: absolute;
  right: .9rem;
  bottom: -.48rem;
  left: .9rem;
  height: 3px;
  border-radius: 99px;
  content: '';
  background: var(--craftavia-cyan);
  box-shadow: 0 0 12px rgba(53, 229, 224, .65);
}

body > .page > .navbar .nav-link-icon {
	margin-right: .45rem;
	color: #62ecff;
}

body > .page > .navbar .nav-link-icon i {
	font-size: 1.28rem !important;
}

body > .page > .navbar .nav-item.active .nav-link-icon,
body > .page > .navbar .nav-link:hover .nav-link-icon {
	color: var(--craftavia-gold);
}

body > .page > .navbar .craftavia-user-card .avatar {
	width: 44px;
	height: 44px;
	font-size: 1rem;
}

body > .page > .navbar .avatar {
  border: 2px solid rgba(255, 213, 104, .72);
  box-shadow: 0 0 0 4px rgba(255, 213, 104, .1);
}

body > .page > .navbar .text-muted {
  color: rgba(255, 255, 255, .52) !important;
}

.navbar .dropdown-menu {
  min-width: 230px;
  padding: .65rem;
  border: 1px solid rgba(86, 229, 222, .2);
  border-radius: 16px;
  color: #fff;
  background: rgba(5, 36, 48, .97);
  box-shadow: 0 22px 55px rgba(2, 22, 31, .32);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.navbar .dropdown-menu-arrow::before {
  border-bottom-color: rgba(86, 229, 222, .2) !important;
}

.navbar .dropdown-item {
  margin: .12rem 0;
  padding: .72rem .8rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, .82);
  font-weight: 650;
}

.navbar .dropdown-item i {
  color: var(--craftavia-cyan);
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: #fff !important;
  background: rgba(53, 229, 224, .12);
  text-decoration: none;
}

.navbar .dropdown-item .text-danger,
.navbar .dropdown-item i.text-danger {
  color: #ff7777 !important;
}

/* Kullanıcı merkezi: başlıktaki küçük menüyü Craftavia dünyasına ait kompakt
   bir hesap paneline dönüştürür. */
.craftavia-account-shell .craftavia-account-menu {
  width: min(430px, calc(100vw - 24px));
  min-width: 430px;
  margin-top: .8rem !important;
  padding: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(82, 225, 255, .46);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 5%, rgba(37, 161, 218, .25), transparent 38%),
    linear-gradient(155deg, rgba(7, 45, 63, .985), rgba(3, 27, 39, .99));
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 0 28px rgba(26, 202, 246, .2), 0 28px 70px rgba(0, 9, 18, .58);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.craftavia-account-shell .craftavia-account-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: '';
  background: linear-gradient(90deg, transparent, #45e8f1 42%, #ffe07a 75%, transparent);
  box-shadow: 0 0 16px rgba(69, 232, 241, .72);
}

.craftavia-account-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 112px;
  margin: -.15rem -.15rem 1rem;
  padding: 1rem;
  border: 1px solid rgba(91, 218, 255, .2);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(4, 33, 47, .94) 0%, rgba(4, 37, 53, .78) 56%, rgba(8, 79, 103, .3) 100%),
    radial-gradient(circle at 88% 30%, rgba(87, 221, 245, .18), transparent 40%);
}

.craftavia-account-avatar {
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid rgba(87, 230, 255, .65);
  border-radius: 17px;
  background: rgba(24, 148, 194, .18);
  box-shadow: inset 0 0 18px rgba(45, 206, 240, .12), 0 0 18px rgba(42, 201, 240, .15);
}

.craftavia-account-avatar .avatar {
  width: 74px !important;
  height: 74px !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.craftavia-account-identity {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
}

.craftavia-account-identity > strong {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.craftavia-account-role {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  margin-top: .48rem;
  padding: .26rem .58rem;
  border: 1px solid rgba(67, 208, 255, .54);
  border-radius: 999px;
  color: #59c9ff;
  background: rgba(18, 127, 171, .19);
  font-size: .76rem;
  font-weight: 800;
}

.craftavia-account-role i {
  color: var(--craftavia-gold);
  font-size: .9rem;
}

.craftavia-account-identity > small {
  margin-top: .45rem;
  color: rgba(205, 231, 243, .68);
  font-size: .78rem;
}

.craftavia-account-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid rgba(88, 213, 245, .2);
  border-radius: 16px;
  background: rgba(3, 29, 43, .66);
}

.craftavia-account-stat {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .75rem;
  padding: .82rem .9rem;
  color: #fff;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.craftavia-account-stat + .craftavia-account-stat {
  border-left: 1px solid rgba(88, 213, 245, .18);
}

.craftavia-account-stat:hover {
  color: #fff;
  background: rgba(61, 218, 238, .09);
  text-decoration: none;
}

.craftavia-account-stat-icon,
.craftavia-account-link-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(75, 210, 255, .35);
  color: #54e4ef;
  background: linear-gradient(145deg, rgba(24, 120, 161, .34), rgba(8, 61, 88, .42));
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.craftavia-account-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 1.35rem;
}

.craftavia-account-stat > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.craftavia-account-stat small {
  color: rgba(187, 217, 231, .68);
  font-size: .7rem;
}

.craftavia-account-stat strong {
  overflow: hidden;
  color: #fff;
  font-size: .92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.craftavia-account-links {
  display: grid;
  gap: .42rem;
}

.navbar .craftavia-account-link {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  gap: .78rem;
  margin: 0;
  padding: .62rem .72rem;
  border: 1px solid rgba(78, 191, 224, .14);
  border-radius: 14px;
  color: #eefaff;
  background: rgba(5, 42, 58, .68);
  text-align: left;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.navbar .craftavia-account-link:hover,
.navbar .craftavia-account-link:focus {
  border-color: rgba(79, 226, 241, .38);
  background: rgba(12, 73, 94, .76);
  transform: translateX(2px);
}

.craftavia-account-link-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 1.3rem;
}

.craftavia-account-link-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.craftavia-account-link-copy strong {
  color: #f5fbff;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.25;
}

.craftavia-account-link-copy small {
  margin-top: .12rem;
  overflow: hidden;
  color: rgba(182, 211, 225, .64);
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.craftavia-account-chevron {
  flex: 0 0 auto;
  color: rgba(173, 219, 239, .78) !important;
  font-size: 1.15rem;
}

.craftavia-account-logout-form {
  margin-top: .9rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(105, 210, 236, .2);
}

.navbar .craftavia-account-logout {
  border-color: rgba(255, 99, 112, .42);
  color: #ff7b83;
  background: linear-gradient(90deg, rgba(98, 28, 41, .43), rgba(53, 24, 35, .55));
}

.navbar .craftavia-account-logout .craftavia-account-link-icon {
  border-color: rgba(255, 103, 116, .5);
  color: #ff7a84;
  background: rgba(130, 35, 49, .34);
}

.navbar .craftavia-account-logout .craftavia-account-link-copy strong,
.navbar .craftavia-account-logout .craftavia-account-chevron {
  color: #ff7a84 !important;
}

.navbar .craftavia-account-logout .craftavia-account-link-copy small {
  color: rgba(255, 196, 202, .63);
}

.navbar .craftavia-account-logout:hover,
.navbar .craftavia-account-logout:focus {
  border-color: rgba(255, 115, 126, .72);
  background: linear-gradient(90deg, rgba(126, 35, 51, .52), rgba(68, 25, 38, .66));
}

@media (max-width: 575.98px) {
  .craftavia-account-shell .craftavia-account-menu {
    right: -4px !important;
    width: min(388px, calc(100vw - 16px));
    min-width: 0;
    padding: .82rem;
    border-radius: 18px;
  }

  .craftavia-account-profile {
    min-height: 94px;
    gap: .75rem;
    padding: .8rem;
  }

  .craftavia-account-avatar .avatar {
    width: 60px !important;
    height: 60px !important;
  }

  .craftavia-account-identity > strong {
    font-size: 1.08rem;
  }

  .craftavia-account-stat {
    gap: .52rem;
    padding: .66rem;
  }

  .craftavia-account-stat-icon,
  .craftavia-account-link-icon {
    width: 38px;
    height: 38px;
  }

  .navbar .craftavia-account-link {
    min-height: 56px;
    padding: .52rem .6rem;
  }
}

.section {
  padding: 3.75rem 0;
}

/* Ana şablondaki bütün modüller aynı Craftavia dünyasını paylaşır. */
.page-wrapper > .section,
.page-wrapper > section.container,
.page-wrapper > .container {
  background-color: transparent;
}

.page-wrapper > .bg-surface,
.page-wrapper > section.bg-surface {
  border-color: rgba(89, 231, 223, .18) !important;
  color: rgba(255, 255, 255, .9);
  background: rgba(5, 34, 45, .78) !important;
  box-shadow: inset 0 -1px rgba(89, 231, 223, .12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.store-section,
.forum-section,
.support-section,
.blog-section,
.account-section,
.members-section,
.applications-section,
.suggestions-section,
.changelog-section,
.download-section,
.games-section,
.punishments-section {
  min-height: 62vh;
}

.craftavia-page-intro {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin: 0 0 1.5rem;
  padding: 1.4rem 1.55rem;
  overflow: hidden;
  border: 1px solid rgba(65, 229, 222, .2);
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 28%, rgba(255, 213, 104, .2), transparent 16rem),
    linear-gradient(120deg, #062333, #07516a);
  box-shadow: 0 16px 42px rgba(4, 37, 50, .18);
}

.craftavia-page-icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 17px;
  color: #052b35;
  background: linear-gradient(145deg, #6df5e8, #25c8ce);
  box-shadow: 0 8px 24px rgba(26, 211, 208, .25);
  font-size: 1.8rem;
}

.craftavia-page-intro span {
  color: var(--craftavia-gold);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.craftavia-page-intro h1 {
  margin: .15rem 0 .2rem;
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 900;
}

.craftavia-page-intro p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.breadcrumb {
  margin-bottom: 1.35rem;
  padding: .85rem 1.1rem;
  border: 1px solid rgba(89, 231, 223, .2) !important;
  border-radius: 13px;
  color: rgba(255, 255, 255, .72);
  background: rgba(5, 35, 47, .8);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.breadcrumb-item a,
.breadcrumb a {
  color: var(--craftavia-cyan);
  font-weight: 750;
  text-decoration: none;
}

.page-title,
.section h2 {
  color: #fff;
}

.page-title {
  font-family: 'Cinzel', Georgia, serif;
  font-weight: 900;
}

.card {
  border: 1px solid rgba(89, 231, 223, .18);
  border-radius: 18px;
  color: rgba(255, 255, 255, .88);
  background: rgba(5, 34, 45, .86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

a.card {
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

a.card:hover,
.card-hover:hover {
  border-color: rgba(24, 194, 194, .32);
  box-shadow: 0 20px 54px rgba(6, 56, 68, .16);
  transform: translateY(-4px);
  text-decoration: none;
}

.card-header {
  min-height: 56px;
  border-bottom: 1px solid rgba(89, 231, 223, .13);
  border-radius: 18px 18px 0 0 !important;
  background: linear-gradient(180deg, rgba(15, 63, 75, .92), rgba(8, 44, 56, .76));
}

.card-title {
  color: #fff;
  font-weight: 850;
}

.card-img-top {
  border-radius: 18px 18px 0 0;
}

.btn {
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
}

.btn-primary {
  border-color: #0caeb6;
  color: #042d37;
  background: linear-gradient(180deg, #66f0e5, #1bc8ca);
  box-shadow: 0 5px 0 #087f88, 0 10px 22px rgba(12, 174, 182, .2);
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: #0ba7ae;
  color: #042d37;
  background: linear-gradient(180deg, #7af6eb, #28d3d3);
  transform: translateY(-1px);
}

.btn-secondary,
.btn-warning {
  border-color: #dfa62a;
  color: #34270b;
  background: linear-gradient(180deg, #ffe99a, #f3bd40);
}

.form-control,
.form-select,
.input-group-text,
.select2-container--bootstrap4 .select2-selection {
  min-height: 44px;
  border-color: rgba(8, 92, 107, .2);
  border-radius: 11px;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: inset 0 1px 2px rgba(5, 38, 49, .03);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--craftavia-cyan-dark);
  box-shadow: 0 0 0 4px rgba(53, 229, 224, .14);
}

.page-wrapper .text-muted,
.page-wrapper .text-secondary {
  color: rgba(255, 255, 255, .62) !important;
}

.page-wrapper .list-group-item,
.page-wrapper .card-footer {
  border-color: rgba(89, 231, 223, .12);
  color: rgba(255, 255, 255, .84);
  background: rgba(6, 39, 51, .72);
}

.page-wrapper .nav-tabs {
  border-color: rgba(89, 231, 223, .16);
}

.page-wrapper .nav-tabs .nav-link {
  color: rgba(255, 255, 255, .66);
}

.page-wrapper .nav-tabs .nav-link.active {
  border-color: rgba(89, 231, 223, .2);
  color: var(--craftavia-gold);
  background: rgba(8, 50, 62, .86);
}

.page-wrapper .page-link {
  border-color: rgba(89, 231, 223, .16);
  color: var(--craftavia-cyan);
  background: rgba(5, 34, 45, .86);
}

.page-wrapper hr {
  border-color: rgba(89, 231, 223, .16);
}

.table {
  --tblr-table-hover-bg: rgba(53, 229, 224, .08);
  --tblr-table-color: rgba(255, 255, 255, .84);
  color: rgba(255, 255, 255, .84);
}

.table thead th {
  color: rgba(255, 255, 255, .74);
  background: rgba(17, 73, 84, .76);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.alert {
  border-radius: 12px;
}

.craftavia-empty-state {
  display: flex;
  min-height: 285px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
  border: 1px solid rgba(89, 231, 223, .18);
  border-radius: 20px;
  text-align: center;
  background: rgba(5, 34, 45, .82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.craftavia-empty-state-compact {
  min-height: 215px;
}

.craftavia-empty-state-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 18px;
  color: #07313b;
  background: linear-gradient(145deg, #67f3e5, #20c8ca);
  box-shadow: 0 9px 25px rgba(18, 190, 192, .24);
  font-size: 1.9rem;
}

.craftavia-empty-state h2,
.craftavia-empty-state h3 {
  margin: 0 0 .45rem;
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-weight: 850;
}

.craftavia-empty-state p {
  max-width: 540px;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, .64);
}

.craftavia-mini-empty {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255, 255, 255, .64);
  background: rgba(11, 57, 69, .58);
}

.craftavia-mini-empty i {
  color: var(--craftavia-cyan-dark);
  font-size: 1.25rem;
}

.craftavia-forum-board {
  margin-bottom: 1.15rem;
  overflow: hidden;
}

.craftavia-forum-board-header {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(89, 231, 223, .18);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 213, 104, .15), transparent 12rem),
    linear-gradient(110deg, rgba(7, 60, 74, .96), rgba(5, 37, 49, .96));
}

.craftavia-forum-board-header > i {
  color: var(--craftavia-gold);
  font-size: 1.4rem;
}

.craftavia-forum-board-kicker {
  display: block;
  margin-bottom: .18rem;
  color: var(--craftavia-cyan);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.craftavia-forum-board-header .card-title {
  margin: 0;
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.08rem;
  font-weight: 900;
  text-decoration: none;
}

.craftavia-forum-list .craftavia-forum-row + .craftavia-forum-row {
  border-top: 1px solid rgba(89, 231, 223, .1);
}

.craftavia-forum-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 1.15rem;
  color: inherit;
  background: rgba(5, 34, 45, .64);
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.craftavia-forum-row:hover {
  color: inherit;
  background: rgba(10, 67, 79, .78);
  text-decoration: none;
}

.craftavia-forum-row-single {
  min-height: 96px;
}

.craftavia-forum-category-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(111, 241, 232, .22);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(53, 229, 224, .16), rgba(255, 213, 104, .08));
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.craftavia-forum-category-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .22));
}

.craftavia-forum-category-icon > i {
  color: var(--craftavia-cyan);
  font-size: 1.9rem;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .24));
}

.craftavia-forum-category-icon.is-compact {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.craftavia-forum-category-icon.is-compact > i {
  font-size: 1.45rem;
}

.craftavia-forum-category-content h3 {
  margin: 0 0 .23rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
}

.craftavia-forum-category-content p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: .82rem;
  line-height: 1.5;
}

.craftavia-forum-child-links {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .8rem;
  margin-top: .55rem;
  color: rgba(255, 213, 104, .82);
  font-size: .72rem;
  font-weight: 700;
}

.craftavia-forum-enter {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--craftavia-gold);
  font-size: .75rem;
  font-weight: 850;
  white-space: nowrap;
}

.craftavia-forum-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(58px, auto));
  align-items: center;
  gap: .35rem;
  min-width: 142px;
  padding-left: .8rem;
  border-left: 1px solid rgba(89, 231, 223, .12);
  text-align: center;
}

.craftavia-forum-stats span {
  display: grid;
  gap: .12rem;
}

.craftavia-forum-stats small {
  color: rgba(255, 255, 255, .5);
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.craftavia-forum-stats strong {
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.1;
}

.craftavia-forum-sidebar .card {
  overflow: hidden;
}

.craftavia-forum-sidebar .card + .card {
  margin-top: 1rem;
}

.craftavia-support-empty {
  min-height: 390px;
  padding: 2rem !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(53, 229, 224, .12), transparent 18rem),
    rgba(5, 34, 45, .78);
}

.craftavia-support-empty svg {
  width: min(200px, 58vw);
  height: auto;
  margin-bottom: .25rem;
  filter: drop-shadow(0 14px 24px rgba(5, 55, 67, .13));
}

.craftavia-support-empty h3 {
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-weight: 850;
}

.craftavia-help-hero {
  padding: 4.4rem 0 4rem;
  border: 0 !important;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 31, 42, .86), rgba(5, 67, 80, .72)),
    url('../img/craftavia-hero.png') center 43% / cover;
  box-shadow: inset 0 -1px rgba(255, 255, 255, .12);
}

.craftavia-help-hero h1 {
  margin: .35rem 0 .5rem;
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .38);
}

.craftavia-help-hero p {
  color: rgba(255, 255, 255, .76);
}

.craftavia-help-kicker {
  color: var(--craftavia-gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .22em;
}

.craftavia-help-hero .form-control {
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
}

.craftavia-help-hero .input-icon-addon {
  color: #0b7f8a;
}

.help-section + .footer,
.page-wrapper > .footer,
.footer {
  border-top: 1px solid rgba(86, 224, 219, .18);
  color: rgba(255, 255, 255, .84);
  background:
    radial-gradient(circle at 18% 0, rgba(26, 183, 186, .16), transparent 27rem),
    linear-gradient(135deg, #061e2b, #082f3c 58%, #061b28);
}

.footer .widget-title {
  color: #fff;
  font-weight: 850;
}

.footer .text-muted,
.footer .widget-link {
  color: rgba(255, 255, 255, .62) !important;
}

.footer .widget-link:hover {
  color: var(--craftavia-gold) !important;
}

.footer .btn-light {
  border-color: rgba(255, 255, 255, .18) !important;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.footer .copyright-text {
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.craftavia-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(85, 235, 221, .34);
  background:
    radial-gradient(circle at 8% 0, rgba(53, 229, 224, .12), transparent 26rem),
    radial-gradient(circle at 92% 100%, rgba(255, 213, 104, .08), transparent 24rem),
    #071426;
}

.craftavia-footer::before {
  position: absolute;
  inset: 0;
  content: '';
  pointer-events: none;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 26px 26px;
}

.craftavia-footer .container {
  position: relative;
  z-index: 1;
}

.craftavia-footer-main {
  padding-bottom: 3rem;
}

.craftavia-footer-brand,
.craftavia-footer-column {
  padding-top: .35rem;
}

.craftavia-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: #fff;
  text-decoration: none;
}

.craftavia-footer-logo:hover {
  color: #fff;
  text-decoration: none;
}

.craftavia-footer-logo-mark {
  display: block;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .46);
  border-radius: 17px;
  background: #071520;
  box-shadow: 0 0 18px rgba(53, 229, 224, .32), 0 15px 30px rgba(0, 0, 0, .28);
  transform: rotate(-2deg);
}

.craftavia-footer-logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.craftavia-footer-logo-text {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -.04em;
}

.craftavia-footer-logo-text span {
  color: var(--craftavia-cyan);
}

.craftavia-footer-server {
  margin-top: 1.6rem;
  color: var(--craftavia-gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: none;
}

.craftavia-footer-legal,
.craftavia-footer-about {
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
  line-height: 1.75;
}

.craftavia-footer .widget-title {
  position: relative;
  margin-bottom: 1.45rem;
  padding-bottom: .75rem;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1rem;
  letter-spacing: .04em;
}

.craftavia-footer .widget-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 3px;
  border-radius: 99px;
  content: '';
  background: linear-gradient(90deg, var(--craftavia-cyan), var(--craftavia-gold));
}

.craftavia-footer-links {
  display: grid;
  gap: .78rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.craftavia-footer-links .widget-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 720;
}

.craftavia-footer-links .widget-link::before {
  color: var(--craftavia-cyan);
  content: '›';
  font-size: 1.15rem;
  line-height: 1;
  transition: transform .18s ease;
}

.craftavia-footer-links .widget-link:hover::before {
  transform: translateX(3px);
}

.craftavia-footer-cta {
  display: flex;
  flex-direction: column;
  padding: 1.55rem;
  border: 1px solid rgba(126, 239, 232, .3);
  border-radius: 21px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, .23), transparent 9rem),
    linear-gradient(145deg, #087d9c, #0b4d70);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .26), inset 0 1px rgba(255, 255, 255, .18);
}

.craftavia-footer-cta-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 1.1rem;
  place-items: center;
  border-radius: 13px;
  color: #06323c;
  background: var(--craftavia-gold);
  font-size: 1.55rem;
  box-shadow: 0 7px 0 rgba(93, 59, 6, .34);
}

.craftavia-footer-cta h4 {
  margin: 0 0 .7rem;
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
}

.craftavia-footer-cta p {
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, .76);
  font-size: .88rem;
  line-height: 1.65;
}

.craftavia-footer-cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: .72rem .85rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-weight: 850;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.craftavia-footer-cta-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, .2);
  text-decoration: none;
  transform: translateY(-2px);
}

.craftavia-footer-bottom {
  margin-top: 0;
  color: rgba(255, 255, 255, .7);
}

.sidebar-profile-card .card-body:first-child {
  color: #fff;
  background: linear-gradient(135deg, #062737, #0a5a6b);
  border-radius: 18px 18px 0 0;
}

.sidebar-profile-card .card-body:first-child .role__default {
  padding: .38rem .7rem;
  border: 1px solid rgba(95, 243, 232, .48) !important;
  border-radius: 999px;
  color: #062a38 !important;
  background: linear-gradient(135deg, #74f4e8, #2bcbd2) !important;
  box-shadow: 0 6px 16px rgba(31, 210, 211, .2);
  text-shadow: none !important;
}

.sidebar-profile-card .card-body:first-child h3 {
  color: #65eee5 !important;
  text-shadow: 0 2px 12px rgba(35, 222, 220, .22);
}

.sidebar-profile-card > div > h3.bg-body {
  border-top: 1px solid rgba(89, 231, 223, .14);
  border-bottom: 1px solid rgba(89, 231, 223, .12);
  color: var(--craftavia-gold) !important;
  background: rgba(7, 47, 61, .96) !important;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.sidebar-link {
  margin: .12rem .65rem;
  border-radius: 9px;
}

.sidebar-link:hover,
.sidebar-link.active {
  color: #fff;
  background: rgba(53, 229, 224, .18) !important;
}

.craftavia-error-page {
  min-height: 100vh;
  color: #fff;
  background: #041923;
}

.craftavia-error-page .page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(3, 25, 35, .9), rgba(5, 69, 82, .72)),
    url('../img/craftavia-hero.png') center / cover;
}

.craftavia-error-page .page::before {
  position: absolute;
  inset: 0;
  content: '';
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(53, 229, 224, .2), transparent 24rem),
    radial-gradient(circle at 84% 78%, rgba(255, 213, 104, .18), transparent 22rem);
}

.craftavia-error-page .container-tight {
  position: relative;
  z-index: 1;
  width: min(92vw, 560px);
}

.craftavia-error-page .empty {
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid rgba(101, 238, 231, .24);
  border-radius: 24px;
  background: rgba(5, 35, 46, .84);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.craftavia-error-brand {
  display: block;
  margin: 0 auto 1.25rem;
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1.7rem, 5vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -.055em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .38);
}

.craftavia-error-brand:hover {
  color: #fff;
  text-decoration: none;
}

.craftavia-error-brand span {
  color: var(--craftavia-cyan);
}

.craftavia-error-brand img {
  display: block;
  width: min(150px, 42vw);
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(99, 237, 230, .36);
  border-radius: 28px;
  box-shadow: 0 0 26px rgba(53, 229, 224, .24), 0 18px 38px rgba(0, 0, 0, .32);
}

.craftavia-error-page .empty-img .img {
  width: min(240px, 58vw);
  height: auto;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .24));
}

.craftavia-error-page .empty-title {
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 850;
}

.craftavia-error-page .empty-subtitle {
  color: rgba(255, 255, 255, .68) !important;
}

.craftavia-error-page .btn-primary {
  color: #042d37;
}

.craftavia-auth-page {
  min-height: 100vh;
  color: rgba(255, 255, 255, .9);
  background:
    linear-gradient(120deg, rgba(3, 25, 35, .84), rgba(5, 61, 76, .7)),
    url('../img/craftavia-hero.png') center / cover fixed;
}

.craftavia-auth-page .auth-layout {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: transparent;
}

.craftavia-auth-page .auth-layout::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  content: '';
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 18%, rgba(53, 229, 224, .2), transparent 25rem),
    radial-gradient(circle at 82% 76%, rgba(255, 213, 104, .14), transparent 23rem),
    linear-gradient(180deg, rgba(3, 20, 29, .08), rgba(3, 20, 29, .36));
}

.craftavia-auth-page .auth-layout > * {
  position: relative;
  z-index: 1;
}

.craftavia-auth-page .container-tight {
  width: min(92vw, 460px);
}

.craftavia-auth-page .auth-logo {
  width: min(160px, 46vw);
  max-width: 100%;
  max-height: none;
  border: 1px solid rgba(99, 237, 230, .36);
  border-radius: 30px;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, .35));
}

.header-banner-logo {
  width: min(150px, 26vw);
  max-height: 150px;
  border: 1px solid rgba(99, 237, 230, .34);
  border-radius: 28px;
  object-fit: cover;
}

.craftavia-auth-page .card {
  border-color: rgba(99, 237, 230, .3);
  background: rgba(5, 34, 45, .88);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

.craftavia-auth-page .form-label,
.craftavia-auth-page .card-title,
.craftavia-auth-page h1,
.craftavia-auth-page h2,
.craftavia-auth-page h3 {
  color: #fff;
}

.craftavia-auth-page .text-center > a,
.craftavia-auth-page .card a:not(.btn) {
  color: var(--craftavia-cyan);
}

.craftavia-auth-page .page > .text-center:last-child,
.craftavia-auth-page .page > .text-center:last-child a {
  color: rgba(255, 255, 255, .58) !important;
}

[data-bs-theme="dark"] body,
body[data-bs-theme="dark"] {
  color: #edf8fa;
  background: #0d1721;
}

[data-bs-theme="dark"] .page-wrapper {
  background:
    linear-gradient(rgba(10, 24, 34, .96), rgba(13, 23, 33, .98)),
    url('../img/craftavia-hero.png') center / cover fixed;
}

[data-bs-theme="dark"] .breadcrumb,
[data-bs-theme="dark"] .card,
[data-bs-theme="dark"] .craftavia-empty-state {
  border-color: rgba(77, 224, 217, .14);
  background: rgba(15, 38, 49, .9);
}

[data-bs-theme="dark"] .card-header,
[data-bs-theme="dark"] .craftavia-mini-empty {
  background: rgba(20, 53, 65, .72);
}

[data-bs-theme="dark"] .craftavia-support-empty {
  background:
    radial-gradient(circle at 50% 44%, rgba(53, 229, 224, .1), transparent 18rem),
    rgba(15, 38, 49, .82);
}

[data-bs-theme="dark"] .page-title,
[data-bs-theme="dark"] .section h2,
[data-bs-theme="dark"] .card-title,
[data-bs-theme="dark"] .craftavia-empty-state h2,
[data-bs-theme="dark"] .craftavia-empty-state h3 {
  color: #fff;
}

@media (min-width: 1200px) {
  body > .page > .navbar .navbar-collapse {
    position: absolute;
    left: 50%;
    width: auto;
    flex: 0 0 auto;
    transform: translateX(-50%);
  }

  body > .page > .navbar .craftavia-nav-center {
    flex: 0 0 auto !important;
  }

  .craftavia-nav-glass .nav-item + .nav-item {
    position: relative;
  }

  .craftavia-nav-glass .nav-item + .nav-item::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 1px;
    height: 22px;
    content: '';
    background: linear-gradient(transparent, rgba(133, 238, 255, .3), transparent);
    transform: translateY(-50%);
  }
}

@media (max-width: 1199.98px) {
  body > .page > .navbar {
    min-height: 92px;
    padding: .9rem 0;
  }

  .page-wrapper {
    padding-top: 92px;
  }

  .craftavia-brand-mark {
    width: 46px;
    height: 46px;
  }

  .craftavia-brand-mark > span {
    font-size: 1.55rem;
  }

  .craftavia-navbar-brand {
    padding-right: .1rem;
  }

  .craftavia-brand-name {
    font-size: 1.55rem;
  }

  body > .page > .navbar .nav-link {
    padding: .78rem .7rem;
  }

  .craftavia-user-card {
    min-height: 54px;
  }
}

@media (max-width: 991.98px) {
  .craftavia-page-intro {
    margin-top: .5rem;
  }
}

@media (max-width: 767.98px) {
  body > .page > .navbar {
	position: relative;
    min-height: 76px;
    padding: .58rem 0;
  }

  .page-wrapper {
    padding-top: 0;
  }

  body > .page > .navbar .container-xl {
    gap: .65rem;
  }

  .craftavia-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .craftavia-brand-mark::before {
    inset: 5px;
    border-radius: 7px;
  }

  .craftavia-brand-mark > span {
    font-size: 1.3rem;
  }

  .craftavia-navbar-brand {
    padding: .15rem 0 .1rem;
  }

  .craftavia-brand-name {
    font-size: 1.25rem;
    letter-spacing: .035em;
  }

  .craftavia-user-card {
    min-height: 46px;
    padding: .35rem .55rem !important;
    border-radius: 14px;
  }

  body > .page > .navbar .craftavia-user-card .avatar {
    width: 34px;
    height: 34px;
  }

  body > .page > .navbar .navbar-collapse {
    width: 100%;
    padding-top: .7rem;
  }

  .craftavia-nav-glass {
    width: 100%;
    padding: .45rem;
    border-radius: 20px;
    background: rgba(5, 59, 81, .96);
  }

  body > .page > .navbar .nav-link {
    padding: .78rem .9rem;
    border-radius: 14px;
  }

  body > .page > .navbar .nav-item.active .nav-link::after {
    display: none;
  }

  .section {
    padding: 2.5rem 0;
  }

  .craftavia-page-intro {
    align-items: flex-start;
    padding: 1.15rem;
  }

  .craftavia-page-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    font-size: 1.45rem;
  }

  .craftavia-help-hero {
    padding: 3.25rem 0 3rem;
  }

  .footer {
    padding-top: 2.5rem !important;
  }

  .craftavia-footer-main {
    padding-bottom: 2rem;
  }

  .craftavia-footer-logo-mark {
    width: 58px;
    height: 58px;
    font-size: 2rem;
  }

  .craftavia-forum-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: .8rem;
    padding: .9rem;
  }

  .craftavia-forum-category-icon {
    width: 46px;
    height: 46px;
  }

  .craftavia-forum-category-icon img {
    width: 36px;
    height: 36px;
  }

  .craftavia-forum-enter {
    display: none;
  }

  .craftavia-forum-stats {
    grid-column: 2;
    justify-content: start;
    min-width: 0;
    padding: .55rem 0 0;
    border-top: 1px solid rgba(89, 231, 223, .12);
    border-left: 0;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  a.card,
  .btn,
  .nav-link {
    transition: none !important;
  }
}

/* Basvuru ve itiraz merkezi */
.craftavia-applications-hero,
.craftavia-application-form-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(7.5rem, 12vw, 11.5rem) 0 clamp(3.5rem, 6vw, 5.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 50% 8%, rgba(61, 225, 219, .22), transparent 35rem),
    linear-gradient(180deg, rgba(2, 28, 40, .45), rgba(2, 26, 38, .93));
}

.craftavia-applications-heading {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.craftavia-applications-kicker {
  display: block;
  margin-bottom: .8rem;
  color: #45e5df;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .26em;
}

.craftavia-applications-heading h1,
.craftavia-application-form-hero h1 {
  margin: 0 0 .8rem;
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .45);
}

.craftavia-applications-heading p,
.craftavia-form-hero-description {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .72);
  font-size: 1.05rem;
}

.craftavia-form-hero-description > :last-child,
.craftavia-application-description > :last-child {
  margin-bottom: 0;
}

.craftavia-applications-section,
.craftavia-application-form-section {
  position: relative;
  min-height: 50vh;
  padding: 3.5rem 0 5rem;
  background: linear-gradient(180deg, rgba(3, 30, 42, .93), rgba(3, 22, 33, .97));
}

.craftavia-application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.craftavia-application-card {
  --application-accent: #43e6df;
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 1.1rem;
  min-height: 220px;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--application-accent) 34%, transparent);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--application-accent) 15%, transparent), transparent 18rem),
    linear-gradient(145deg, rgba(7, 55, 70, .94), rgba(3, 31, 43, .97));
  box-shadow: 0 20px 48px rgba(0, 0, 0, .23), inset 0 1px rgba(255, 255, 255, .055);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.craftavia-application-card:hover {
  color: #fff;
  border-color: color-mix(in srgb, var(--application-accent) 74%, transparent);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .32), 0 0 28px color-mix(in srgb, var(--application-accent) 12%, transparent);
  transform: translateY(-4px);
}

.craftavia-application-card--gold { --application-accent: #ffd45e; }
.craftavia-application-card--violet { --application-accent: #b88cff; }
.craftavia-application-card--orange { --application-accent: #ff9a4b; }
.craftavia-application-card--rose { --application-accent: #ff7086; }

.craftavia-application-card-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--application-accent) 55%, transparent);
  border-radius: 19px;
  color: var(--application-accent);
  background: color-mix(in srgb, var(--application-accent) 10%, transparent);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  font-size: 2rem;
}

.craftavia-application-card-copy {
  min-width: 0;
  padding-right: .35rem;
}

.craftavia-application-card h2 {
  margin: .2rem 0 .5rem;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 900;
}

.craftavia-application-description {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, .63);
  font-size: .9rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.craftavia-application-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  margin-top: .9rem;
  color: rgba(255, 255, 255, .48);
  font-size: .76rem;
}

.craftavia-application-meta span {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}

.craftavia-application-card-action {
  position: absolute;
  right: 1.35rem;
  bottom: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--application-accent);
  font-size: .82rem;
  font-weight: 900;
}

.craftavia-applications-empty {
  max-width: 700px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(72, 227, 220, .23);
  border-radius: 24px;
  color: rgba(255, 255, 255, .68);
  background: rgba(4, 42, 55, .91);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
  text-align: center;
}

.craftavia-applications-empty > i {
  display: block;
  margin-bottom: .7rem;
  color: #4be6df;
  font-size: 3rem;
}

.craftavia-applications-empty h2 {
  color: #fff;
}

.craftavia-application-form-hero {
  padding-bottom: 4rem;
  text-align: center;
}

.craftavia-form-back {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: 1.7rem;
  color: rgba(255, 255, 255, .7);
  font-weight: 800;
  text-decoration: none;
}

.craftavia-form-back:hover {
  color: #52e6df;
}

.craftavia-form-shell {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(73, 227, 220, .28);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(6, 55, 70, .96), rgba(3, 30, 42, .98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .35), inset 0 1px rgba(255, 255, 255, .07);
}

.craftavia-form-shell-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .025);
}

.craftavia-form-shell-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 1px solid rgba(80, 235, 227, .48);
  border-radius: 17px;
  color: #53eae3;
  background: rgba(61, 222, 216, .08);
  font-size: 1.7rem;
}

.craftavia-form-shell-heading h2 {
  margin: 0 0 .2rem;
  color: #fff;
  font-size: 1.25rem;
}

.craftavia-form-shell-heading p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: .87rem;
}

.craftavia-form-fields {
  padding: clamp(1.15rem, 3vw, 2rem);
}

.craftavia-form-field + .craftavia-form-field {
  margin-top: 1.45rem;
}

.craftavia-form-field > label {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .65rem;
  color: #fff;
  font-weight: 800;
}

.craftavia-field-number {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 9px;
  color: #062d3b;
  background: linear-gradient(145deg, #62f0e9, #27c8d4);
  font-size: .75rem;
  font-weight: 900;
}

.craftavia-form-field .form-control,
.craftavia-form-field .select2-selection {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: rgba(0, 21, 31, .66) !important;
  box-shadow: none !important;
}

.craftavia-form-field textarea.form-control {
  min-height: 135px;
  resize: vertical;
}

.craftavia-form-field .form-control:focus,
.craftavia-form-field .select2-container--focus .select2-selection {
  border-color: rgba(76, 233, 226, .73) !important;
  box-shadow: 0 0 0 3px rgba(76, 233, 226, .1) !important;
}

.craftavia-form-field .select2-selection__rendered,
.craftavia-form-field .select2-selection__arrow {
  color: #fff !important;
  line-height: 50px !important;
}

.craftavia-form-submit-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.craftavia-form-submit-row > span {
  color: rgba(255, 255, 255, .48);
  font-size: .78rem;
}

.craftavia-form-submit {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.35rem;
  border: 1px solid #8cf4ee;
  border-radius: 14px;
  color: #062c39;
  background: linear-gradient(135deg, #59eee7, #2bcbd6);
  box-shadow: 0 7px 0 #087987;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.craftavia-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 0 #087987;
}

@media (max-width: 991.98px) {
  .craftavia-application-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .craftavia-applications-hero,
  .craftavia-application-form-hero {
    padding-top: 6.5rem;
  }

  .craftavia-applications-section,
  .craftavia-application-form-section {
    padding: 2rem 0 3rem;
  }

  .craftavia-application-card {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 0;
    padding: 1rem 1rem 3.4rem;
  }

  .craftavia-application-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 1.45rem;
  }

  .craftavia-application-meta {
    display: grid;
    gap: .3rem;
  }

  .craftavia-form-shell-heading {
    align-items: flex-start;
    padding: 1.1rem;
  }

  .craftavia-form-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .craftavia-form-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .craftavia-application-card,
  .craftavia-form-submit {
    transition: none;
  }
}
