:root {
	--bg-color: #fafafa;
	--text-color: #111111;
	--muted-text: #666666;

	--accent-1: #ffdde7;
	--accent-2: #fff5f8;
	--accent-3: #f8c8d8;
	--accent-4: #f9f9f9;
	--accent-5: #f0f0f0;

	--highlight: #ff9ec0;
	--border-color: #e8e8e8;
	--border-accent: #ffd1df;

	--card-bg: rgba(255, 255, 255, 0.95);
	--shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	--transition: all 0.2s ease;
	--hover-glow: 0 0 10px rgba(255, 158, 192, 0.25);

	--scrollbar-track-color: #ffeaf5;
	--scrollbar-thumb-color: #7a626160;
	--scrollbar-border-color: #a98b8b;

	--gradient-1: linear-gradient(135deg, #ffdde7 0%, #ffffff 100%);
	--gradient-grey: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
	--gradient-pink-grey: linear-gradient(135deg, #ffdde7 0%, #f5f5f5 100%);
}

/* ===== FONTS ===== */
@font-face {
	font-family: "spirit";
	src: url(https://file.garden/Z5Do5O7JvxCrm3fo/fonts/Cursive.ttf);
}

@font-face {
	font-family: "spirit";
	src: url(https://file.garden/Z5Do5O7JvxCrm3fo/fonts/Cursive.ttf);
}

/* ===== BASE STYLES ===== */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.4;
	margin: 0;
	font-family: "MS Gothic";
	color: var(--text-color);
	background-image: url(https://file.garden/Z5Do5O7JvxCrm3fo/neocities/toro.gif);
	background-size: 20px;
}

a {
	margin-bottom: -6px;
}

/* ===== PAGE CONTAINER ===== */
.page {
	filter: saturate(100%);
	min-width: 1335px;
	max-width: 1335px;
	margin: 50px auto;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	box-shadow: var(--shadow);
	text-shadow:
		1px 1px 0 #f5e6ed,
		1px -1px 0 #f5e6ed,
		-1px 1px 0 #f5e6ed,
		-1px -1px 0 #f5e6ed,
		1px 0px 0 #f5e6ed,
		0px 1px 0 #f5e6ed,
		-1px 0px 0 #d4a8bc,
		0px -1px 0 #f5e6ed,
		2px 1px 3px #e8d4df;
}

/* ===== HEADER ===== */
.header {
	background-image: url(https://file.garden/Z5Do5O7JvxCrm3fo/header.gif);
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	padding: 25px;
	text-align: center;
	width: 1285px;
	height: 120px;
	margin-bottom: 10px;
	border-radius: 20px;
	border: 2px solid var(--border-color);
	position: relative;
}

.header-content {
	font-size: 28px;
	color: var(--text-color);
	letter-spacing: 1px;
	box-shadow: 0px 0px 2px inset #00000033;
}

.title {
	position: absolute;
	top: 20px;
	
}

.header .title h1 {
	font-family: "spirit";
	font-size: 48px;
	letter-spacing: 2px;
	color: #fff;
	text-shadow:
		1px 1px 0 #f8c8d8,
		-1px 1px 0 #f8c8d8,
		1px -1px 0 #f8c8d8,
		0 0 10px rgba(255, 182, 213, 0.8),
		0 0 20px rgba(255, 182, 213, 0.4);
	position: relative;
}

.title2 {
	font-family: "ms gothic";
	position: absolute;
	top: 35px;
	left: 50px;
	color: #fff;
	text-shadow:
		1px 1px 0 #f8c8d8,
		-1px 1px 0 #f8c8d8,
		1px -1px 0 #f8c8d8,
		0 0 10px rgba(255, 182, 213, 0.8),
		0 0 20px rgba(255, 182, 213, 0.4);
}

h4 {
	font-weight: bold;
}

/* ===== MAIN LAYOUT ===== */
.layout {
	display: grid;
	grid-template-columns: 220px 820px 220px;
	padding: 0px;
	gap: 10px;
}

/* ===== SIDEBARS ===== */
.sidebar {
	display: flex;
	flex-direction: column;
}

/* ===== LEFT SIDEBAR SPECIFIC ===== */

/* Navigation Section */
.nav-section {
	background: white;
	border-radius: 8px;
	padding: 15px;
	border: 1px solid var(--border-color);
}

.nav-header {
	position: relative;
	margin-bottom: 15px;
}

.nav-header h2 {
	font-size: 16px;
	color: var(--text-color);
	text-align: center;
	font-family: "spirit";
	letter-spacing: 1px;
}

.nav-header-decoration {
	content: "";
	display: block;
	height: 1px;
	background: var(--gradient-1);
	margin-top: 5px;
}

.nav-container {
	background-image: url(https://i.pinimg.com/736x/20/eb/21/20eb214d2d4d3738e8ff8491c837bb67.jpg);
	background-repeat: repeat;
	background-size: 200px auto;
	border-radius: 5px;
	padding: 10px;
	filter: drop-shadow(#d9cab5 1px 0px 0px) drop-shadow(#d9cab5 0px 1px 0px) drop-shadow(#faf1e0 -1px 0px 0px) drop-shadow(#faf1e0 0px -1px 0px);
	box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset var(--bg-color);
}

.nav-links {
	list-style: none;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px;
}

.nav-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	margin: 5px 0;
	font-size: 12px;
	color: var(--text-color);
	font-family: "MS Gothic", sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #fff5fb;
	border: 1px solid transparent;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	overflow: hidden;
	transition: var(--transition);
}

.nav-icon {
	color: var(--accent-1);
	font-size: 10px;
	transition: var(--transition);
}

.nav-link:hover,
.nav-link.active {
	background: #eddee2;
	border: 1px solid var(--accent-1);
	color: var(--text-color);
	transform: translateX(3px);
	box-shadow: var(--hover-glow);
}

.coming-soon {
	font-size: 9px;
	color: var(--muted-text);
	font-style: italic;
	margin-left: auto;
}

/* Fancam Section */
.fancam-section {
	margin: 1px 0;
}

.fancam-container {
	width: 173px;
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 5px auto;
	border-radius: 8px;
	filter: drop-shadow(1px 1px 0 #fcd6e5) drop-shadow(-1px 1px 0 #fcd6e5) drop-shadow(0 1px 1.5px #fcd6e5) drop-shadow(0 -1px 1.5px var(--accent-1)) drop-shadow(-1px -1px 1.5px var(--accent-1));
	transition: var(--transition);
}

.fancam-container:hover {
	transform: scale(1.02);
}

.masked-gif {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mask-image: url("https://64.media.tumblr.com/57f77f90bb3ea1fe76896c0e23d38a59/9d4618d18b4458fa-77/s250x400/5354a91362c7b58c0efe81020e09e95dadf43cc0.pnj");
	mask-size: cover;
	mask-position: center;
	mask-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	filter: drop-shadow(-2px 0px white) drop-shadow(0px -2px white) drop-shadow(2px 2px 1px #f3d1e590);
}

/* Music Section */
.music-section {
	margin: 0px;
}

.music-header {
	position: relative;
}

.etoiles-sticker {
	position: absolute;
	top: -20px;
	right: -60px;
	height: 100px;
	background: transparent;
	z-index: 2;
}

.music-widget {
	margin: 0px 0;
}

#lastfm-widget {
	width: 100%;
	background-color: #fffafd;
	border-radius: 10px;
	padding: 11px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--border-color);
	transition: var(--transition);
}

#now-playing {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
}

#track-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
}

#album-cover {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	border: 2px solid var(--border-color);
	object-fit: cover;
	display: block;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: var(--transition);
	transition: filter 0.3s ease;
}

#track {
	font-weight: bold;
	color: var(--text-color);
	font-size: 11px;
}

#artist {
	color: var(--text-color);
	font-size: 11px;
}

#date {
	font-size: 9px;
	color: var(--muted-text);
	font-style: italic;
}

/* Webring Section */
.webring-section {
	margin: 15px 0;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px dashed var(--border-color);
	border-radius: 8px;
	padding: 12px;
	background: var(--gradient-1);
}

.webring-header {
	font-family: "spirit";
	font-size: 16px;
	color: var(--text-color);
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.webring-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.webring-item {
	margin-bottom: 10px;
	padding: 10px;
	background: rgba(249, 249, 249, 0.9);
	border: 1px solid var(--border-color);
	border-radius: 6px;
	transition: var(--transition);
}

.webring-item:hover {
	background: white;
	box-shadow: var(--shadow);
}

.webring-content {
	font-size: 11px;
	text-align: center;
}

/* ===== MAIN CONTENT ===== */
.main-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

/* Welcome Section */
.welcome-section {
	position: relative;
	background: #d3ecf62c;
	border: 1px dashed var(--border-color);
	border-radius: 8px;
	padding: 20px;
}

.lace-decoration {
	width: 820px;
	height: 50px;
	position: absolute;
	top: -5px;
	left: -1px;
	background-repeat: repeat;
	z-index: 2;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-image: url(https://64.media.tumblr.com/8c79a78ace08b5d10050d6f92856012b/ac2d1016cc2f5479-2b/s640x960/8bb15b4ea4f32300946e2e8945d4c62d927b0959.pnj);
	background-size: contain;
}

.lace-decoration2 {
	transform: scaleY(-1);
	width: 820px;
	height: 50px;
	position: absolute;
	top: 280px;
	left: -1px;
	background-repeat: repeat;
	z-index: 2;
	background-image: url(https://64.media.tumblr.com/8c79a78ace08b5d10050d6f92856012b/ac2d1016cc2f5479-2b/s640x960/8bb15b4ea4f32300946e2e8945d4c62d927b0959.pnj);
	background-size: contain;
}

.lace-decoration3 {
	width: 216px;
	height: 25px;
	position: absolute;
	top: -1px;
	background-repeat: repeat;
	z-index: 2;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-image: url(https://file.garden/Z5Do5O7JvxCrm3fo/13.png);
	background-size: contain;
	pointer-events: none;
}

.wings {
	width: 190px;
	height: 90px;
	position: absolute;
	top: 186px;
	left: 570px;
	z-index: 2;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-image: url(https://file.garden/Z5Do5O7JvxCrm3fo/neocities/ailes.png);
	background-size: cover;
	pointer-events: none;
}

/* Welcome Header */
.welcome-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
	width: 300px;
}

.welcome-title {
	font-family: "spirit";
	font-size: 18px;
	color: var(--text-color);
	text-align: center;
	letter-spacing: 1px;
}

.welcome-heart {
	color: var(--accent-1);
	font-size: 16px;
}

.welcome-main {
	margin-top: 20px;
}

.inner-panel {
	background-image: url(https://i.pinimg.com/736x/cc/29/a9/cc29a9d68b6cea51a389be3974a51dc1.jpg);
	background-repeat: repeat;
	background-size: 120px auto;
	border-radius: 5px;
	border: 2px solid var(--border-color);
	padding: 10px;
	margin-bottom: 45px;
	filter: drop-shadow(#d9cab5 1px 0px 0px) drop-shadow(#d9cab5 0px 1px 0px) drop-shadow(#faf1e0 -1px 0px 0px) drop-shadow(#faf1e0 0px -1px 0px);
	box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset var(--bg-color);
}

.welcome-card {
	width: 100%;
	background-color: white;
	border: 2px solid var(--border-color);
	border-radius: 5px;
	padding: 20px;
	position: relative;
}

.welcome-text p {
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
	color: var(--text-color);
}

.welcome-decoration {
	text-align: center;
	color: var(--muted-text);
	font-size: 12px;
	margin-top: 10px;
	margin-right: 200px;
}

.welcomeimg-container {
	float: right;
	width: 190px;
	margin: -35px auto;
	border-radius: 8px;
	filter: drop-shadow(1px 1px 0 #fcd6e5) drop-shadow(-1px 1px 0 #fcd6e5) drop-shadow(0 1px 1.5px #fcd6e5) drop-shadow(0 -1px 1.5px var(--accent-1)) drop-shadow(-1px -1px 1.5px var(--accent-1));
	transition: var(--transition);
}

.welcomeimg-container:hover {
	transform: scale(1.02);
}

.welcome-image {
	width: 180px;
	object-fit: cover;
	object-fit: cover;
	mask-image: url(https://64.media.tumblr.com/7c87252a41557a9ba30461dfa9ec7382/9535f6086caae46e-2c/s250x400/7fc113a3a50783e063c7dc381e4cfece920a4cc5.pnj);
	mask-size: cover;
	mask-position: center;
	mask-repeat: no-repeat;
}

/* Main Widgets Container */
.main-widgets-container {
	margin-top: 50px;
	display: flex;
	align-items: stretch;
	background: white;
	
}

.main-widgets-container.with-inner-panel {
	background-image: url(https://i.pinimg.com/736x/cc/29/a9/cc29a9d68b6cea51a389be3974a51dc1.jpg);
	background-repeat: repeat;
	background-size: 120px auto;
	border-radius: 8px;
	border: 2px solid var(--border-color);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 10px;
	filter: drop-shadow(#d9cab5 1px 0px 0px) drop-shadow(#d9cab5 0px 1px 0px) drop-shadow(#faf1e0 -1px 0px 0px) drop-shadow(#faf1e0 0px -1px 0px);
	box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset var(--bg-color);
}

.main-widgets-container.with-inner-panel>* {
	position: relative;
	z-index: 1;
}

/* Create a white background inside */
.main-widgets-container.with-inner-panel::before {
	content: '';
	border: 2px solid var(--border-color);
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: #ffffff;
	border-radius: 5px;
	z-index: 1;
	filter: drop-shadow(#d9cab5 1px 0px 0px) drop-shadow(#d9cab5 0px 1px 0px) drop-shadow(#faf1e0 -1px 0px 0px) drop-shadow(#faf1e0 0px -1px 0px);
}

/* Left Widgets Column */
.widgets-left {
	flex: 0 0 280px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
}

/* Status Widget */
.status-widget {
	background-color: #ffffff;
	background-image: url(https://file.garden/Z5Do5O7JvxCrm3fo/wonu.gif);
	background-size: 380px 180px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.08);
	width: 315px;
	height: 180px;
	border-radius: 12px;
	border: 2px solid var(--border-color);
}

.status-widget::before {
	display: none;
}

.status-widget .widget-header {
	display: none;
}

.widget-header h3 {
	font-family: "spirit";
	font-size: 14px;
	color: var(--text-color);
}

.mood-display {
	position: absolute;
	top: -5px;
	left: -5px;
	text-align: left;
}

.mood-image {
	max-width: 85px;
	height: auto;
	z-index: 5;
	transition: var(--transition);
}

.status-feed {
	padding: 5px;
	margin-top: 6px;
	margin-left: 15px;
	border-radius: 8px;
	color: var(--text-color);
	background: rgb(255, 255, 255);
	backdrop-filter: blur(5px);
	height: 130px;
	width: 143px;
	border: var(--border-color) 2px solid;
}

.feed-title {
	font-size: 11px;
	font-weight: bold;
	color: var(--text-color);
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px dashed var(--border-color);
	padding-bottom: 10px;
	font-family: "MS Gothic";
}

#statuscafe-feed iframe {
	width: 100% !important;
	height: 105px !important;
	border: none !important;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* Latest Widget */
.latest-widget {
	background: #ffffff;
	background-image: url(https://file.garden/Z5Do5O7JvxCrm3fo/latestpage.png);
	background-size: 280px 249px; 
	background-repeat: no-repeat;
	height: 200px;
	border-radius: 12px;
	padding: 15px;
	border: 2px solid var(--border-color);
	text-align: center;
}

.latest-star {
	color: var(--accent-1);
	font-size: 14px;
}

.latest-preview {
	text-decoration: none;
	display: block;
	transition: var(--transition);
}

.latest-preview:hover {
	transform: scale(1.05);
}

.latest-image-container {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.latest-img {
	height: 155px;
	width: 155px;
	border-radius: 8px;
	border: 2px solid var(--border-color);
	transition: var(--transition);
	filter: blur(1px);
}

.overlay-text {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.latest-label {
	font-size: 12px;
	color: var(--text-color);
	font-family: "MS Gothic";
	margin: 0;
}

.gojo-sticker {
	position: absolute;
	bottom: -15px;
	left: -220px;
	height: 220px;
	background: transparent;
	z-index: 10;
	pointer-events: none;
	filter: drop-shadow(-2px 0px white) drop-shadow(0px -2px white) drop-shadow(2px 2px 1px #f3d1e590);
}

/* Guestbook Widget */
.guestbook-widget {
	margin-top: 10px;
	background: white;
	border-radius: 12px;
	padding: 5px;
	border: 2px solid var(--border-color);
	flex-direction: column;
	width: 230px;
	height: fit-content;
}

.guestbook-header h3 {
	font-family: "spirit";
	font-size: 16px;
	color: var(--text-color);
}

.guestbook-icon {
	color: var(--accent-1);
	font-size: 14px;
}

.guestbook-container {
	flex-direction: column;
	flex: 1;
}

.message-box {
	padding: 5px;
	border-radius: 4px;
	border: 1px solid var(--border-color);
	box-shadow: var(--shadow);
}

/* PSTRS */
.pic-of-the-month {
	background: white;
	height: 250px;
	width: 270px;
	border-radius: 12px;
	padding: 5px;
	margin-bottom: 5px;
	border: 2px solid var(--border-color);
	text-align: center;
	position: relative;
}

.potm-wrapper {
	position: relative;
	width: 280px;
}

.potm-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.potm-header h3 {
	font-family: "spirit";
	font-size: 20px;
	color: var(--text-color);
}

.potm-image-container {
	overflow: hidden;
}

.potm-img {
	max-height: 200px;
	border-radius: 4px;
	border: 2px solid var(--border-color);
	transition: var(--transition);
	z-index: 25;
	position: relative;
	z-index: 30;
}

.potm-label {
	font-size: 12px;
	color: var(--text-color);
	font-family: "MS Gothic";
	margin: 0;
}

.picrdm-widget {
	flex-direction: column;
	flex: 1;
	padding: 2px;
}

/* Right widgets column styling */

.penguin-sticker {
	position: absolute;
	bottom: 80px;
	left: 130px;
	height: 70px;
	background: transparent;
	z-index: 10;
	pointer-events: none;
}

.shark-sticker {
	position: absolute;
	bottom: 10px;
	left: -5px;
	height: 30px;
	background: transparent;
	z-index: 10;
	pointer-events: none;
}

.widgets-right {
	flex: 0 0 180px;
	/* Fixed width */
	display: flex;
	flex-direction: column;
	padding: 10px;
	position: relative;
	z-index: 2;
	height: 405px;
	/* Set a fixed height for the entire column */
	justify-content: space-between;
	/* Spread boxes evenly */
}

/* Base box styling */
.right-box {
	background: white;
	border-radius: 10px;
	padding: 5px;
	border: 2px solid var(--border-color);
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: var(--transition);
	width: 100%;
}

/* Small boxes (top and bottom) */
.right-box.small {
	/* REMOVE fixed height and use flex instead */
	flex: 0 0 auto;
	min-height: 130px;
}

/* Tall box (middle) */
.right-box.tall {
	/* REMOVE fixed height and use flex instead */
	flex: 1;
	/* Takes up remaining space */
	min-height: 250px;
	/* Minimum height */
	max-height: 200px;
	/* Maximum height */
}

.right-header {
	display: flex;
	gap: 5px;
}

.right-header h3 {
	font-family: "spirit";
	font-size: 12px;
	color: var(--text-color);
}

.right-icon {
	color: var(--accent-1);
	font-size: 10px;
}

.right-content {
	flex: 1;
	font-size: 10px;
	color: var(--text-color);
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.right-content1 {
	flex: 1;
	font-size: 10px;
	color: var(--text-color);
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px;
	background: url(https://64.media.tumblr.com/aa8f7495f9ccb18ac59ab2b95a18a248/8f5c0832a451e274-d8/s400x600/2a43c5b690761697de728a95456ab737382a02bf.gif);
	background-size: 160px 130px;
}

.right-content p {
	margin: 0;
	padding: 5px;
	width: 100%;
}

/* Optional: Different styling for tall box */
.right-box.tall .right-content {
	font-size: 11px;
	line-height: 1.5;
}

.right-box.tall .right-header h3 {
	font-size: 13px;
}

.right-box.tall .right-icon {
	font-size: 12px;
	color: var(--highlight);
}

/* To-do List Styles */
.todo-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

.todo-item {
    display: flex;
    align-items: flex-start;
    padding: 5px 10px;
	margin-right: 5px;
    margin-bottom: 5px;
    background: rgba(255, 245, 251, 0.7);
    border-radius: 6px;
    border: 1px solid #f8d8e8;
    transition: all 0.2s ease;
    font-size: 10px;
    line-height: 1.3;
}

.todo-check {
    color: #ff9ec0;
    font-size: 11px;
	pointer-events: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 1px;
}

.todo-text {
    color: #5a5a5a;
    flex: 1;
    word-break: break-word;
}

.todo-text.completed {
    text-decoration: line-through;
    color: #a8a8a8;
    opacity: 0.7;
}

.todo-footer {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #f8d8e8;
    text-align: center;
}

.todo-counter {
    font-size: 9px;
    color: #8a5a6b;
    font-family: "MS Gothic";
    background: rgba(255, 245, 251, 0.9);
    padding: 3px 8px;
    border-radius: 10px;
    border: 1px solid #f8d8e8;
}

/* ===== SECONDARY CONTAINER ===== */
.secondary-container {
	display: flex;
	margin-top: 10px;
	align-items: stretch;
	background: linear-gradient(135deg, #fff9fb 0%, #fef5f9 100%);
	gap: 10px;
	border-radius: 12px;
	border: 2px solid #f8d8e8;
	box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.05),
		inset 1px 1px 2px rgba(255, 255, 255, 0.8),
		inset -1px -1px 2px rgba(240, 200, 220, 0.2);
}

/* Left Column */
.secondary-left {
	display: flex;
	flex-direction: column;
	padding: 10px;
}

/* ===== POLAROID CONTAINER ===== */
.polaroid-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(https://i.pinimg.com/736x/c1/75/5c/c1755cb660075e9660a3de624a20b98d.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding: 5px;
  border: 2px solid var(--border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
}

/* Épingle */
.pin {
  position: absolute;
  top: -10px;
  left: 10%;
  transform: translateX(-50%) rotate(15deg);
  width: 55px;
  z-index: 2;
}

/* Style polaroid */
.polaroid {
  border-radius: 4px;
  border-width: 1px;
  border-color: var(--border-color);
  background-color: #ffffff;
}

/* Image principale */
.latest {
  max-width: 140px;
  display: block;
}


/* Center Column */
.secondary-center {
	flex: 0 0 200px;
	display: flex;
	flex-direction: column;
	padding: 10px;
}

/* Right Column: Stamps Collection */
.stamps-collection {
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	height: 200px;
	flex: 1;
	background: url(https://file.garden/Z5Do5O7JvxCrm3fo/testttt.gif);
	background-size: 339px 206px;
	border-radius: 4px;
	border: 1px solid var(--border-color);
	display: flex;
	flex-direction: column;
}

/* Thoughts Widget */
.thoughts-widget {
	width: 200px;
	height: 170px;
	margin-left: 100px;
	background: white;
	border-radius: 4px;
	padding: 5px;
	border: 1px solid var(--border-color);
	overflow: auto;
	font-size: x-small;
}


/* Main Divider */
.main-divider {
	margin-top: 25px;
	text-align: center;
	padding: 10px 0;
	position: relative;
}

.divider-text {
	color: var(--muted-text);
	font-size: 12px;
	opacity: 0.7;
}

.main-divider::before,
.main-divider::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 30%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--border-color), transparent);
}

.main-divider::before {
	left: 0;
}

.main-divider::after {
	right: 0;
}

/* ===== RIGHT SIDEBAR SPECIFIC ===== */
.right-sidebar {
	gap: 15px;
}

/* Fanlisting Widget */
.fanlisting-widget {
	background: #fff6fb;
	padding: 10px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	outline: 1px solid var(--border-color);
}

.haerin-sticker {
	position: absolute;
	top: 180px;
	right: -100px;
	height: 210px;
	background: transparent;
	padding: 6px;
	z-index: 1;
	pointer-events: none;
	filter: drop-shadow(-2px 0px white) drop-shadow(0px -2px white) drop-shadow(2px 2px 1px #f3d1e590);
}



.fanlisting-container {
	position: relative;
	padding: 10px;
	height: 300px;
	border-radius: 5px;
	border: 1px solid var(--border-color);
	background: #ffffff;
	background-image: url(https://i.pinimg.com/736x/c5/de/ee/c5deee1219dc47f33e2c803db28db2c2.jpg);
	background-size: 150px auto;
	background-repeat: repeat;
}

.fanlisting-tabs {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.tab-buttons {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.tab-button {
	background: linear-gradient(180deg, #fffafb, #fdebf3);
	border: 1px solid #f2c8d9;
	border-radius: 5px;
	padding: 6px 10px;
	font-size: 10.5px;
	color: #7a4a60;
	cursor: pointer;
	transition: all 0.25s ease;
	font-family: "MS Gothic";
	width: 100%;
	text-align: center;
	letter-spacing: 0.4px;
	position: relative;
}

.tab-button:hover {
	background: linear-gradient(180deg, #fbe4ee, #f6d3e3);
	color: #6a394f;
	box-shadow: 0 1px 4px rgba(214, 166, 186, 0.4);
	transform: translateY(-1px);
}

.tab-button.active {
	background: linear-gradient(180deg, #f6d3e3, #f1bfd6);
	color: #5a2d43;
	border-color: #eab3cc;
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7),
		0 2px 4px rgba(214, 166, 186, 0.45);
}

.tab-button::before {
	content: "♡";
	font-size: 11px;
	opacity: 0.5;
	margin-right: 5px;
}

.tab-button.active::after {
	content: "✧";
	position: absolute;
	right: 2px;
	font-size: 9px;
	opacity: 0.6;
}

.tab-content {
	flex: 1;
	overflow-y: auto;
	border-radius: 4px;
	border: 1px solid var(--border-color);
	padding: 2px;
	background-color: #ffffff;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.fanlisting-grid,
.cliques-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 5px;
	gap: 4px;
	justify-content: center;
	
}

.fanlisting-button {
	width: 35px;
	height: 35px;
	transition: var(--transition);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	object-fit: cover;
	display: inline-block;
}

.clique-badge {
	transition: var(--transition);
	display: inline-block;
	max-width: 70px;
	width: auto;
}

.music-connoisseur-wrapper {
	text-align: center;
	margin: 10px 0;
}

.music-connoisseur-clique {
	display: inline-block;
	font-family: "MS Gothic";
	color: var(--text-color);
}

.genre-link {
	color: #ff72a6;
	text-decoration: none;
	padding: 1px 4px;
	border-radius: 3px;
	background: rgba(255, 114, 166, 0.1);
	transition: all 0.2s ease;
}

.text-badge {
	display: inline-block;
	padding: 2px 8px;
	background: #fff0f7;
	border: 1px solid #ffc7e4;
	border-radius: 5px;
	font-size: 11px;
	color: #915e75;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.text-badge:hover {
	background: #ffe6f2;
	border-color: #ffa8d6;
	box-shadow: 0 2px 6px rgba(255, 167, 214, 0.3);
}

.fanlisting-button:hover,
.clique-badge:hover {
	transform: scale(1.1);
	filter: saturate(120%);
}

/* Updates Widget */
.updates-container {
	position: relative;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid var(--border-color);
	background: #ffffff;
	background-image: url(https://i.pinimg.com/736x/c5/de/ee/c5deee1219dc47f33e2c803db28db2c2.jpg);
	background-size: 150px auto;
	background-repeat: repeat;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.updates-widget {
	background: var(--gradient-1);
	border: 1px solid var(--border-color);
	border-radius: 4px;
	padding: 5px;
}

.updates-header h3 {
	font-family: "spirit";
	font-size: 16px;
	color: var(--text-color);
	text-align: center;
}

.updates-list {
	height: 100px;
	overflow-y: auto;
	padding-right: 7px;
}

.update-entry {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
	border-left: 3px solid var(--accent-1);
	transition: var(--transition);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.update-entry:hover {
	background-color: white;
	box-shadow: var(--shadow);
	transform: translateX(2px);
	border-left-color: var(--accent-2);
}

.update-marker {
	color: var(--accent-1);
	font-size: 10px;
	margin-top: 1px;
}

.update-date {
	background-color: rgba(255, 183, 220, 0.3);
	padding: 2px 8px;
	border-radius: 4px;
	color: var(--text-color);
	font-weight: normal;
	font-family: "MS Gothic", sans-serif;
	display: inline-block;
	margin-right: 8px;
	border: 1px solid var(--accent-1);
	font-size: 10px;
	transition: var(--transition);
}

.update-entry:hover .update-date {
	background-color: var(--accent-2);
	color: white;
}

.update-entry p {
	margin: 0;
	font-size: 10px;
	line-height: 1.4;
	color: var(--text-color);
	font-family: "MS Gothic", sans-serif;
	flex: 1;
}


/* Simple Picture Frame */
.simple-picture {
	width: 220px;
}

.simple-pic { 
	border-radius: 4px;
	width: 220px;
}

/* Sites Widget */
.sites-widget {
	background: var(--card-bg);
	border-radius: 4px;
	border: 1px solid var(--border-color);
	padding: 10px;
}

.button-exchange-section {
	background: var(--gradient-1);
	padding: 15px;
	border-radius: 4px;
	border: 1px dashed var(--border-color);
	text-align: left;
	transition: var(--transition);
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}

.button-exchange-section:hover {
	background: linear-gradient(135deg, #ffc7e4 0%, #ffe1f2 45%, #ffffff 100%);
}

.button-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.button-preview img {
	border: 1px solid var(--border-color);
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: var(--transition);
}

.exchange-text {
	font-size: 11px;
	margin: 0;
	color: var(--text-color);
	font-weight: bold;
}

.button-code textarea {
	width: 100%;
	font-size: 10px;
	font-family: "MS Gothic";
	resize: none;
	border: 1px solid var(--border-color);
	border-radius: 6px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--text-color);
	transition: var(--transition);
	cursor: pointer;
	height: 60px;
}

.button-code textarea:hover {
	background: white;
	box-shadow: var(--shadow);
}

.button-code textarea:focus {
	outline: 1px solid var(--accent-1);
}

.sites-section {
	background: var(--gradient-1);
	padding: 12px;
	border-radius: 4px;
	border: 1px dashed var(--border-color);
	transition: var(--transition);
}

.sites-section:hover {
	background: linear-gradient(135deg, #ffc7e4 0%, #ffe1f2 45%, #ffffff 100%);
}

.sites-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.sites-title {	
	font-family: 'spirit';
	font-size: 12px;
	margin: 0;
	color: var(--text-color);
	font-weight: bold;
	letter-spacing: 0.5px;
}

.sites-icon {
	color: var(--accent-1);
	font-size: 12px;
}

.sites-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-height: 160px;
	overflow-y: auto;
	padding: 5px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
}

.site-button {
	text-align: center;
}

.site-button img {
	width: 68px;
	max-height: 29px;
	border: 1px solid var(--border-color);
	border-radius: 3px;
	transition: var(--transition);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.site-button img:hover {
	transform: scale(1.05);
	box-shadow: var(--hover-glow);
}

/* ===== FOOTER ===== */
.footer {
	margin-top: 25px;
	text-align: center;
	font-size: 13px;
	color: var(--muted-text);
	padding: 20px 0 10px 0;
	border-top: 1px dashed var(--border-color);
	position: relative;
}

.footer-content {
	display: inline-block;
	position: relative;
}

.footer-decoration {
	position: absolute;
	top: -10px;
	right: -25px;
	color: var(--muted-text);
	font-size: 12px;
}

/* ===== SCROLLBARS ===== */
::-webkit-scrollbar-track {
	background: var(--scrollbar-track-color);
	border: 1px solid var(--border-color);
	border-radius: 15px;
}

::-webkit-scrollbar-thumb {
	background: var(--scrollbar-thumb-color);
	border: 1px solid var(--scrollbar-border-color);
	border-radius: 15px;
	transition: var(--transition);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--accent-1);
}

::-webkit-scrollbar {
	width: 4px;
}

/* Tab content scrollbar */
.tab-content::-webkit-scrollbar {
	width: 4px;
}

.tab-content::-webkit-scrollbar-track {
	background: var(--accent-1);
	border-radius: 10px;
}

.tab-content::-webkit-scrollbar-thumb {
	background: var(--scrollbar-thumb-color);
	border-radius: 10px;
}

.tab-content::-webkit-scrollbar-thumb:hover {
	background: var(--accent-1);
}

/* ===== UTILITY CLASSES ===== */
.zoom {
	transition: var(--transition);
}

.zoom:hover {
	transform: scale(1.06);
}

/* ===== MARQUEE ANIMATION ===== */
@keyframes marquee-vertical {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%)
	}
}



