
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}


* {
	margin: 0;
	padding: 0;
	transition: all .5s;
}


 main {
    padding: 5px 10px;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}



hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}



pre {
	font-family: monospace, monospace;
	font-size: 1em;
}



a {
	background-color: transparent;
}



b,
strong {
	font-weight: bolder;
}



/* ------------------------------------------
         Box sizing
--------------------------------------------- */

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


html {
	box-sizing: border-box;
}


/*---------------------------
     Base
--------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	color: #00ff99;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 500;
    margin: 10px 0;
}

p {
    margin: 10px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #131517;
	color: #cfcecd;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.2;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



/* Links
--------------------------------------------- */
a {
	color: #00d47f;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #00cb6f;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}



/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
#video-container {
    width: -webkit-fill-available;
    aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 600px) {
	#video-container {
		position: sticky;
		top: 0;
		z-index: 999;
	}
  }



.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

a.video {
    list-style: none;
    max-width: 400px;
    width: 300px;
    background: #565D69;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    flex: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
	transition: all .5s;
	display: flex;
    justify-content: center;
    align-items: center;
}
a.video:hover {
    transform: scale(1.03);
    box-shadow: #000000a3 0px 0px 40px -1px;
}


.time {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #f2f2f2;
    background: #0000008c;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 5px;
}


.ago {
    right: 10px;
    top: 5px;
    position: absolute;
    opacity: 0.9;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    color: #f2f2f2;
    background: #0000008c;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 5px;
}
h2.vtitle {
    color: #fff;
    padding: 5px;
    position: absolute;
    background: #0000007a;
    margin: 0px;
    bottom: 0px !important;
    width: 100%;
    font-weight: 400;
    transition: all .25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 110%;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
}

/* Hide Title, Time, Duration on Hover */
a.video:hover .time,
a.video:hover .ago,
a.video:hover .vtitle {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Play Icon (Initially Hidden) */
.play-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0;
	transition: all .5s;
}

/* Show Play Icon on Hover */
a.video:hover .play-icon {
    opacity: 1;
}

/* Play Icon SVG */
.play-icon svg {
    width: 100%;
    height: 100%;
    fill: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.box {
    max-width: 1100px;
    margin: auto;
	background: #1f202b;
}
h1.stitle {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
}
.slinks a {
    padding: 8px 0px;
    font-size: 18px;
}

.slinks {
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}

.navf {
    display: flex
;
    gap: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #33333382;
    z-index: 999;
    backdrop-filter: blur(10px);
    max-width: 1100px;
    margin: auto;
    transform: translate(-50%);
    left: 50%;
}
.navf svg {
    width: 20px;
    height: 20px;
}
.navf a {
    padding: 10px;
    flex: auto;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    flex-direction: column;
    font-size: 14px;
    gap: 3px;
    color: #fff;
}
.navf a:hover {
    background: #ffffff21;
}

img.siteicon {
    width: 40px;
    border-radius: 100%;
}
svg.siteicon {
    width: 40px;
    height: 40px;
}
a.btnx {
    margin: 10px auto;
    color: #000;
    background: #ffffff;
    padding: 8px 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 150px;
    text-decoration: none;
    border-radius: 5px;
}
a.btnx:hover {
    background: #00ff99;
}

h1.arc-title {
    margin: -5px -10px 15px -10px;
    padding: 10px;
    background: #000000;
    color: #00ff99;
    text-align: left;
    font-size: 26px;
    padding-left: 90px;
}

.nav-links {
    display: flex
;
    justify-content: space-around;
    gap: 5px;
}
.page-numbers {
    flex: auto;
    text-align: center;
    padding: 5px;
    background: #00ff99;
    color: #000;
    border-radius: 8px;
    text-decoration: none;
	margin: 15px 0px;
}
span.page-numbers.current {
    background: #fff;
}
.page-numbers:hover {
    background: #131517;
}

header.page-header {
    position: relative;
}
.back-button {
    position: absolute;
    left: -2px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #00000000;
    color: #fff;
    transform: translate(-0%, -50%);
    top: 50%;
    border-radius: 0;
}
.back-button:hover {
    left: -8px;
}

.tag-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tag-list a {
    min-width: 135px;
    background: #2e3338;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 8px;
    text-align: center;
    flex: auto;
	text-decoration: none;
}
.tag-list a:hover {
    background: #000000;
}
span.num {
    font-size: 14px;
    padding-left: 5px;
    color: #7c7c7c;
}
.extra-search-results {
    margin-bottom: 10px;
}



/* Search Popup */
.search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
	backdrop-filter: blur(10px);
}

.search-box {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.search-box input {
    width: 70%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #00ff99;
    border-radius: 0;
    outline: none;
    background: #33333300;
}

.search-box button {
    padding: 10px 15px;
    font-size: 16px;
    background: #00ff99;
    color: #000000;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.search-box button:hover {
    background: #fff;
}
form.search-ipb {
    display: flex
;
    justify-content: center;
}
.close-btn {
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 50px;
    cursor: pointer;
    color: #ffffff;
    transform: translate(-50%, -50%);
}
.acbtns {
    display: flex
;
    gap: 5px;
    justify-content: center;
	margin: 15px 0;
}
.acbtns svg {
    width: 20px;
    height: 20px;
}
.acbtns button {
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #00ff99;
    border-radius: 5px;
    background: #ffffff00;
    color: #fff;
    cursor: pointer;
    display: flex
;
    align-items: center;
    gap: 5px;
}
.acbtns button:hover {
	background: #00ff99;
    color: #000;
	fill: #000!important;
}
img.notfound {
    margin: auto;
    display: block;
}

footer.site-info {
    color: #fff;
    background: #1f202b;
    padding: 10px;
    margin: auto;
    margin-bottom: 50px;
    border-top: 1px solid #000;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
img.fmlogo {
    height: 50px;
}
.fmenu {
    display: flex
;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}
.fm {
    flex: auto;
}
.fm ul {
    margin: 0px 0px 0px 15px;
}
span.copy {
    font-weight: 600;
    font-size: 20px;
}
p.fdes {
    text-align: center;
    font-family: cursive;
}


span.lcat {
    position: absolute;
    bottom: 35px;
    left: 7px;
    background: #56fea0;
    color: #000;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
}


/* ===============================
   SERVER SWITCH
================================ */

.player-actions {
    margin: 10px 0 15px;
    display: flex;
    justify-content: center;
}

.server-switch {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.server-btn {
    display: flex;
    align-items: center;
    gap: 6px;

    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;

    border-radius: 5px;
    border: 1px solid #00ff99;

    background: transparent;
    color: #00ff99;
    cursor: pointer;

    transition: all 0.25s ease;
}

.server-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.server-btn:hover {
    background: #00ff99;
    color: #000;
}

.server-btn.active {
    background: #00ff99;
    color: #000;
    box-shadow: 0 0 0 3px rgba(0,255,153,0.25);
}



/* ===============================
   DOWNLOAD MODAL
================================ */

.download-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;

    z-index: 9999;
    backdrop-filter: blur(8px);
}

.download-modal.show {
    opacity: 1;
    visibility: visible;
}

.download-box {
    width: 95%;
    max-width: 500px;

    background: #1f202b;
    border-radius: 12px;
    border: 1px solid #00ff99;

    padding: 15px;
    animation: modalPop 0.3s ease;
}

@keyframes modalPop {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.download-box h3 {
    text-align: center;
    color: #00ff99;
    margin-bottom: 12px;
    font-size: 18px;
}

.download-scroll {
    max-height: 300px;
    overflow-y: auto;
}


.download-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* MOST IMPORTANT */
}


.download-table tr {
    background: #2e3338;
    border-radius: 8px;
}

.download-table td {
    padding: 8px 6px;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    line-height: 1.2;
}

/* Server column */
.download-table .srv {
    font-weight: 600;
    color: #00ff99;
    white-space: nowrap;
}

/* URL column */
.download-table .url {
    font-size: 12px;
    color: #cfcfcf;

    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.download-table .act {
    width: 90px;
    text-align: right;
    white-space: nowrap;
}




.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 80px;
    padding: 6px 10px;

    font-size: 12px;
    font-weight: 600;

    background: #00ff99;
    color: #000;
    border-radius: 6px;
    text-decoration: none;

    white-space: nowrap;
    transition: all 0.25s ease;
}




.download-btn:hover {
    background: #ffffff;
    color: #000;
}




/* Close button */
.modal-close {
    margin-top: 12px;
    text-align: center;
    cursor: pointer;

    padding: 8px;
    background: #00ff99;
    color: #000;

    border-radius: 6px;
    font-weight: 600;

    transition: all 0.25s ease;
}

.modal-close:hover {
    background: #ffffff;
}



@media (max-width: 600px) {
    .server-btn {
        font-size: 12px;
        padding: 5px 12px;
    }

    .download-box {
        max-width: 95%;
    }
}




@media (max-width: 600px) {

    .download-table .url {
        max-width: 130px;
        font-size: 11px;
    }

    .download-btn {
        min-width: 70px;
        font-size: 11px;
        padding: 5px 8px;
    }
}


/* Tight Server column spacing */
.download-table .srv {
    padding: 4px 6px !important;
    font-size: 12px;
    width: 70px;
    text-align: left;
}




/* ===============================
   VIDEO PLAYER CONTAINER (THEME MATCH)
================================ */

.video-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 10px auto 15px;
    background: #000;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6),
       inset 0 0 0 1px rgba(0, 255, 153, 0.15);
       aspect-ratio: 16 / 9;
}

/* IFRAME */
.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    background-color: #000;
}


.video-zoom {
    width: 100%;
    height: 100%;
    transform: scale(1.01); 
    transform-origin: center;
}



.back-button {
    position: absolute;
    left: -2px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #00000000;
    color: #fff;
    transform: translate(-0%, -50%);
    top: 50%;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}


button.back-button svg {
    width: 16px;
}


.tag-list a {
    min-width: 135px;
    background: #2e3338;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 8px;
    flex: auto;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


span.num {
    font-size: 30px;
    padding-left: 5px;
    color: #56fea0;
}


.slinks {
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    gap: 7px;
    margin-top: 10px;
}



.slinks a {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

a.taxo-cat {
    background: #ffffff;
    color: #1f202a;
}

.slinks a:hover {
    background: #00351d;
    color: #fff;
}


a.taxo-actor {
    background: #131517;
    color: #fa71ff;
}


a.taxo-tag {
    background: #131517;
}




/* ===============================
   404 PAGE – THEME MATCH
================================ */

.error-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.error-box {
    width: 100%;
    max-width: 520px;
    background: #1f202b;
    border: 1px solid #00ff99;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;

    box-shadow:
        0 15px 40px rgba(0,0,0,0.6),
        inset 0 0 0 1px rgba(0,255,153,0.15);
}

.error-code {
    font-size: 4rem;
    color: #00ff99;
    margin-bottom: 10px;
    font-weight: 700;
}



.error-btn svg {
    width: 16px;
    height: 16px;
}

.error-search button svg {
    width: 18px;
    height: 18px;
}


.error-text {
    font-size: 16px;
    color: #cfcfcf;
    margin-bottom: 25px;
}

.error-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.error-btn {
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.error-btn.home {
    background: #00ff99;
    color: #000;
}

.error-btn.search {
    border: 1px solid #00ff99;
    color: #00ff99;
    background: transparent;
}

.error-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,255,153,0.25);
}

.error-search {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.error-search input {
    flex: 1;
    max-width: 260px;
    padding: 8px 10px;
    border: 1px solid #00ff99;
    background: transparent;
    color: #fff;
    border-radius: 6px 0 0 6px;
    outline: none;
}

.error-search button {
    padding: 8px 14px;
    border: none;
    background: #00ff99;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
}

.error-search button:hover {
    background: #ffffff;
}





/* ===============================
   STATIC PAGES (CONTACT, ABOUT, ETC)
================================ */

.static-page {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.static-box {
    width: 100%;
    max-width: 900px;
    background: #1f202b;
    border: 1px solid #00ff99;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow:
        0 15px 40px rgba(0,0,0,0.6),
        inset 0 0 0 1px rgba(0,255,153,0.15);
}

.static-title {
    font-size: 28px;
    color: #00ff99;
    margin-bottom: 10px;
}

.static-subtitle {
    font-size: 20px;
    margin: 20px 0 10px;
}

.static-text {
    color: #cfcfcf;
    font-size: 15px;
    margin-bottom: 25px;
}



/* Static page meta text */
.static-meta {
    font-size: 13px;
    color: #9aa0a6;
    margin-bottom: 15px;
}


/* CONTACT LIST */
.contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}


/* Static page list styling */
.static-list {
    margin: 10px 0 20px 20px;
    color: #cfcfcf;
}

.static-list li {
    margin-bottom: 8px;
    line-height: 1.6;
}


.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #2e3338;
    padding: 10px 12px;
    border-radius: 8px;
}

.contact-item svg {
    width: 20px;
    height: 20px;
    color: #00ff99;
}

.contact-item a {
    color: #00ff99;
}

/* CONTACT FORM */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form input,
.contact-form textarea {
    background: transparent;
    border: 1px solid #00ff99;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form button {
    margin-top: 10px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 6px;

    background: #00ff99;
    color: #000;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.contact-form button svg {
    width: 16px;
    height: 16px;
}

.contact-form button:hover {
    background: #ffffff;
}


.contact-item a:hover svg {
    color: #229ED9;
}


