
:root {
	--kf-bg: #142a24;
	--kf-surface: #1a372e;
	--kf-surface-2: #21463a;
	--kf-surface-3: #285446;
	--kf-border: #43846d;
	--kf-border-soft: rgba(177, 228, 208, .25);
	--kf-text: #f3faf7;
	--kf-muted: #bfd3ca;
	--kf-green: #1fb77b;
	--kf-green-light: #6ce0aa;
	--kf-orange: #f28b32;
	--kf-danger: #ef635f;
	--kf-radius: 14px;
	--kf-shadow: 0 16px 38px rgba(0, 0, 0, .18);
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body,
#container {
  min-width: 0;
  margin: 0;
  background: var(--kf-bg);
  color: var(--kf-text);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

body {
	background-image: radial-gradient(circle at 18% -10%, rgba(41, 193, 132, .2), transparent 34rem), linear-gradient(180deg, #1b3a31 0, var(--kf-bg) 32rem);
}

a:link,
a:visited {
  color: var(--kf-green-light);
  text-decoration: none;
}

a:hover,
a:active,
a:focus-visible {
  color: #8ff0c2;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(242, 139, 50, .55);
  outline-offset: 2px;
}

.wrapper {
  width: min(1180px, calc(100% - 32px));
  min-width: 0;
  max-width: none;
  margin-inline: auto;
}

.kf-topbar {
	background: #10241e;
	color: var(--kf-muted);
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	
	font-size: .8rem;
}

.kf-topbar .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 16px;
}

.kf-topbar a {
  color: #d8e9e1;
  font-weight: 700;
}

#header {
	background: rgba(18, 40, 34, .97);
	position: relative;
	z-index: 20;
	box-shadow: 0 9px 26px rgba(0, 0, 0, .14);
}

#logo {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--kf-border-soft);
  background: transparent;
}

#logo .wrapper {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.kf-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
}

.kf-brand img {
  display: block;
  width: 244px;
  max-width: 100%;
  height: auto;
}

.kf-brand-context {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid #2d684f;
  border-radius: 999px;
  background: rgba(24, 166, 111, .1);
  color: #85e8b9;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

#header ul.menu,
#header ul.top_links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

#header ul.menu li,
#header ul.top_links li {
  display: block;
  margin: 0;
}

#header ul.menu li a,
#header ul.top_links li a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: none;
  color: #dcece5;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.2;
}

#header ul.menu li a:hover,
#header ul.top_links li a:hover {
  border-color: var(--kf-border);
  background: var(--kf-surface-2);
  color: #fff;
}

.kf-home-link {
  color: #ffb36b !important;
}

.kf-nav-toggle {
  display: none;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--kf-border);
  border-radius: 10px;
  background: var(--kf-surface-2);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

#panel .upper {
	background: #10251f;
	color: var(--kf-muted);
	clear: both;
	padding: 9px 0;
	border: 0;
	border-bottom: 1px solid var(--kf-border-soft);
}

#panel .upper .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#panel .upper a,
#panel .upper a:link,
#panel .upper a:visited {
  color: #e8f5ef;
}

#panel .upper a.login,
#panel .upper a.register,
#panel .upper a.logout,
#panel .upper a.lost_password {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-left: 7px;
  padding: 6px 11px;
  border-radius: 8px;
  background: none;
  font-weight: 800;
}

#panel .upper a.login,
#panel .upper a.logout {
  border: 1px solid var(--kf-border);
}

#panel .upper a.register {
  border: 1px solid #dc741d;
  background: var(--kf-orange);
  color: #102019;
}

#panel #search {
  display: flex;
  width: min(360px, 46vw);
  margin: 0;
  padding: 0;
  border: 0;
}

#panel #search .textbox {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 9px 0 0 9px;
}

#panel #search .button {
  border-radius: 0 9px 9px 0;
}

#panel .lower {
	background: #142d26;
	color: var(--kf-muted);
	padding: 7px 0;
	border: 0;
	border-bottom: 1px solid var(--kf-border-soft);
}

#panel .lower .wrapper {
  min-height: 32px;
}

#panel .lower ul.panel_links,
#panel .lower ul.user_links {
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#panel .lower ul li a,
#panel .lower ul.panel_links a {
  min-height: 0;
  padding: 0;
  background: none;
  color: #c8ddd4;
}

#content {
  width: auto !important;
  min-height: 62vh;
  padding: 18px 0 50px;
  overflow: visible;
  background: transparent;
}

#content > .wrapper {
  position: relative;
}

.navigation {
  margin: 0 0 18px;
  color: var(--kf-muted);
  font-size: .86rem;
}

.navigation a {
  color: #c1d7ce;
}

.navigation .active {
  color: #fff;
  font-weight: 800;
}

.kf-forum-intro {
	background: radial-gradient(circle at 92% 10%, rgba(39, 199, 130, .19), transparent 13rem),    linear-gradient(135deg, #18382e, #112721 72%);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-height: 96px;
	margin: 0 0 16px;
	padding: 15px 18px;
	overflow: hidden;
	border: 1px solid #275244;
	border-left: 4px solid var(--kf-green);
	border-radius: 12px;
	box-shadow: 0 9px 22px rgba(0, 0, 0, .13);
}

.kf-forum-intro__copy {
  min-width: 0;
}

.kf-eyebrow {
  margin: 0 0 5px;
  color: var(--kf-green-light);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kf-forum-intro h1 {
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.kf-forum-intro p:not(.kf-eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #d2e3db;
  font-size: .86rem;
}

.kf-forum-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.kf-button,
.kf-button:link,
.kf-button:visited {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid var(--kf-green);
  border-radius: 10px;
  background: var(--kf-green);
  color: #04110c;
  font-weight: 850;
}

.kf-button--ghost,
.kf-button--ghost:link,
.kf-button--ghost:visited {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(7, 17, 15, .58);
  color: #fff;
  backdrop-filter: blur(8px);
}

.kf-button:hover {
  filter: brightness(1.13);
}

.kf-ad-slot:empty {
  display: none;
}

.kf-ad-slot:not(:empty) {
  display: grid;
  min-height: 90px;
  place-items: center;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px dashed #315c4f;
  border-radius: 12px;
  background: rgba(13, 30, 25, .76);
}

.tborder {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--kf-border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--kf-radius);
  background: var(--kf-surface);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.tborder + br,
.tborder + br + br {
  line-height: 10px;
}

.thead {
	background: linear-gradient(135deg, #19513f, #14372e);
	color: #fff;
	padding: 16px 18px;
	border: 0;
	border-bottom: 1px solid #2b5c4c;
	
	font-size: .98rem;
}

.thead a,
.thead a:link,
.thead a:visited {
  color: #fff;
}

.thead .smalltext {
  margin-top: 4px;
  color: #afd1c3;
  font-weight: 500;
}

.tcat {
	background: #17342b;
	color: #a9c3b8;
	padding: 9px 12px;
	border: 0;
	border-bottom: 1px solid var(--kf-border-soft);
}

.tcat a,
.tcat a:link,
.tcat a:visited {
  color: #d9eee5;
}

.trow1,
.trow2,
.trow_shaded {
  padding: 14px 13px;
  border: 0;
  border-bottom: 1px solid var(--kf-border-soft);
  background: var(--kf-surface);
  color: var(--kf-text);
}

.trow2 {
	background: #142d26;
}

.trow_shaded {
  background: rgba(239, 99, 95, .09);
}

tr:last-child > .trow1,
tr:last-child > .trow2,
tr:last-child > .trow_shaded {
  border-bottom: 0;
}

tr:hover > .trow1,
tr:hover > .trow2 {
	background: #1a392f;
}

.tfoot {
	background: #10251f;
	color: var(--kf-muted);
	padding: 11px 14px;
	border-top: 1px solid var(--kf-border-soft);
}

.tfoot a,
.tfoot a:link,
.tfoot a:visited {
  color: #cbe2d8;
}

.trow_sep {
  padding: 9px 13px;
  background: rgba(242, 139, 50, .12);
  color: #ffc48f;
  font-weight: 850;
}

.smalltext {
  color: var(--kf-muted);
  font-size: .82rem;
  line-height: 1.45;
}

.trow1 strong > a,
.trow2 strong > a,
.forumdisplay_regular a {
  color: #f1faf6;
  font-weight: 820;
}

.forum_status {
	background: #183a30;
	width: 40px;
	color: var(--kf-green-light);
	--kf-forum-icon: url(/forum/images/karavanforum/forum-icons/forum.svg);
	position: relative;
	display: inline-grid;
	height: 40px;
	place-items: center;
	border: 1px solid #39735f;
	border-radius: 11px;
}

.forum_status::before {
	background: currentColor;
	width: 23px;
	height: 23px;
	content: "";
	-webkit-mask: var(--kf-forum-icon) center / contain no-repeat;
	mask: var(--kf-forum-icon) center / contain no-repeat;
}

.forum_status.forum_on::after {
	background: #9af2c4;
	width: 7px;
	position: absolute; top: 5px; right: 5px; width: 7px; height: 7px; border: 2px solid #244d40; border-radius: 50%; box-shadow: 0 0 0 3px rgba(108, 224, 170, .16); content: "";
}

.forum_status.forum_off,
.forum_status.forum_offclose,
.forum_status.forum_offlink {
	color: #75998b;
}

/* Forum kimlikleri MyBB'deki fid değerlerine göre otomatik eşleşir. */
.forum_status#mark_read_2 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/announcement.svg);
}

.forum_status#mark_read_3 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/chat.svg);
}

.forum_status#mark_read_4 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/compass.svg);
}

.forum_status#mark_read_5 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/beginner.svg);
}

.forum_status#mark_read_6 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/trailer.svg);
}

.forum_status#mark_read_7 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/motorhome.svg);
}

.forum_status#mark_read_8 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/equipment.svg);
}

.forum_status#mark_read_9 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/technical.svg);
}

.forum_status#mark_read_10 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/electric.svg);
}

.forum_status#mark_read_11 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/water-gas.svg);
}

.forum_status#mark_read_12 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/repair.svg);
}

.forum_status#mark_read_13 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/law-cost.svg);
}

.forum_status#mark_read_14 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/document-shield.svg);
}

.forum_status#mark_read_15 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/traffic.svg);
}

.forum_status#mark_read_16 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/camp-route.svg);
}

.forum_status#mark_read_17 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/campsite.svg);
}

.forum_status#mark_read_18 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/turkey-route.svg);
}

.forum_status#mark_read_19 {
 --kf-forum-icon: url(/forum/images/karavanforum/forum-icons/globe.svg);
}

.thread_status {
  filter: hue-rotate(105deg) saturate(.8) brightness(1.45);
}

.post {
  overflow: hidden;
  border: 1px solid var(--kf-border);
  border-radius: var(--kf-radius);
  background: var(--kf-surface);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .13);
}

.post.classic .post_author {
	background: #132b24;
	border-right: 1px solid var(--kf-border-soft);
}

.post .post_head,
.post_head {
	background: #17342b;
	padding: 11px 14px;
	border-bottom: 1px solid var(--kf-border-soft);
}

.post_body {
  color: #e5f0eb;
  font-size: 1rem;
  line-height: 1.72;
}

.post_content {
  padding: 6px 10px;
}

.post_controls {
	background: #10251f;
	padding: 9px 12px;
	border-top: 1px solid var(--kf-border-soft);
}

.post_controls a,
.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
  border: 1px solid var(--kf-border);
  border-radius: 8px;
  background: var(--kf-surface-2);
  color: #dcece5;
}

blockquote {
	background: #18382f;
	color: #d9e8e2;
	margin: 18px 0;
	padding: 15px 17px;
	border: 0;
	border-left: 4px solid var(--kf-green);
	border-radius: 0 10px 10px 0;
}

.codeblock {
  border: 1px solid var(--kf-border);
  border-radius: 10px;
  background: #06100d;
}

input.textbox,
textarea,
select,
.select2-container .select2-choice,
.select2-container-multi .select2-choices {
	background: #081713;
	color: #f1f8f5;
	min-height: 42px;
	padding: 9px 11px;
	border: 1px solid #31594c;
	border-radius: 9px;
	font: inherit;
}

textarea {
  min-height: 150px;
}

input.button,
button,
.button {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #18865d;
  border-radius: 9px;
  background: var(--kf-green);
  color: #03110b;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

input.button:hover,
button:hover,
.button:hover {
  background: var(--kf-green-light);
}

.pagination a,
.pagination .pagination_current {
  min-width: 36px;
  padding: 7px 10px;
  border: 1px solid var(--kf-border);
  border-radius: 8px;
  background: var(--kf-surface-2);
  color: #dcece5;
}

.pagination .pagination_current {
  border-color: var(--kf-green);
  background: var(--kf-green);
  color: #07110f;
}

.pm_alert,
.red_alert,
.error,
.inline_error,
.success_message {
  padding: 13px 15px;
  border: 1px solid var(--kf-border);
  border-radius: 10px;
}

.pm_alert,
.success_message {
  background: rgba(24, 166, 111, .12);
  color: #b8f2d7;
}

.red_alert,
.error,
.inline_error {
  background: rgba(239, 99, 95, .11);
  color: #ffb9b6;
}

.modal {
  border: 1px solid var(--kf-border);
  border-radius: var(--kf-radius);
  background: var(--kf-surface);
  color: var(--kf-text);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
}

.popup_menu {
  border: 1px solid var(--kf-border);
  border-radius: 10px;
  background: var(--kf-surface);
  box-shadow: var(--kf-shadow);
}

.popup_menu .popup_item {
  color: var(--kf-text);
}

.popup_menu .popup_item:hover {
  background: var(--kf-surface-3);
}

#footer {
	background: #091713;
	color: var(--kf-muted);
	margin: 0;
	border-top: 1px solid var(--kf-border-soft);
}

#footer .upper,
#footer .lower {
  overflow: visible;
  border: 0;
  background: transparent;
}

#footer .upper {
  padding: 34px 0 22px;
}

.kf-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
}

.kf-footer-brand img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.kf-footer-brand p {
  max-width: 560px;
  margin: 0;
}

#footer ul.menu.bottom_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul.menu.bottom_links li {
  margin: 0;
}

#footer ul.menu.bottom_links a {
  color: #c7dad2;
}

#footer .lower {
  padding: 15px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  color: #819a90;
  font-size: .78rem;
}

#footer .lower .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#footer #copyright {
  float: none;
  text-align: right;
}

.forum_legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 18px 0 0;
}

.forum_legend dt,
.forum_legend dd {
  margin: 0;
}

.forum_legend .forum_status {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.forum_legend .forum_status::after {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px rgba(83, 214, 157, .1);
}

@media (max-width: 860px) {
  .wrapper {
    width: min(100% - 24px, 1180px);
}

.kf-nav-toggle {
    display: inline-flex;
    align-items: center;
}

#logo .wrapper {
    position: relative;
    flex-wrap: wrap;
}

#header ul.top_links {
    display: none;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    padding-top: 10px;
}

#header ul.top_links.kf-menu-open {
    display: flex;
}

#header ul.top_links li a {
    width: 100%;
}

#panel .upper .wrapper {
    align-items: stretch;
    flex-direction: column;
}

#panel #search {
    width: 100%;
}

#panel .welcome {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.kf-forum-intro {
    grid-template-columns: 1fr;
    gap: 16px;
}

.kf-forum-actions {
    justify-content: flex-start;
}

.tborder {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.kf-forum-table tr > *:nth-child(3),
  .kf-forum-table tr > *:nth-child(4) {
    display: none;
}

.post.classic .post_author {
    width: 180px;
}

.kf-footer-grid {
    grid-template-columns: 1fr;
}

#footer ul.menu.bottom_links {
    justify-content: flex-start;
}


}

@media (max-width: 620px) {
  body,
  #container {
    font-size: 14px;
}

.kf-topbar .wrapper {
    justify-content: center;
    text-align: center;
}

.kf-topbar a {
    display: none;
}

.kf-brand img {
    width: 205px;
}

.kf-brand-context {
    display: none;
}

#content {
    padding-top: 16px;
}

.kf-forum-intro {
    min-height: 0;
    padding: 18px 16px;
    border-radius: 11px;
}

.kf-button {
    width: 100%;
}

.thead {
    padding: 13px;
}

.trow1,
  .trow2,
  .trow_shaded {
    padding: 12px 10px;
}

.kf-forum-table tr > *:nth-child(5) {
    display: none;
}

.post.classic .post_author,
  .post.classic .post_content {
    display: block;
    width: 100%;
}

.post.classic .post_author {
    border-right: 0;
    border-bottom: 1px solid var(--kf-border-soft);
}

#footer .lower .wrapper {
    align-items: flex-start;
    flex-direction: column;
}

#footer #copyright {
    text-align: left;
}


}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
}

*,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
}


}

