* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #010a12;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	color: #e6f7ff;
	overflow-x: hidden;
}

/* FULL SCREEN PLAYER (NO LETTERBOXING) */
.player-fullscreen {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #000000;
}

#original-oceanic-root {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
}

#original-oceanic-root iframe,
#original-oceanic-root .player-wrapper,
#original-oceanic-root .main-player,
#original-oceanic-root > div {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}

#original-oceanic-root iframe {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

/* Extensions wrapper */
.oceanic-extend {
	position: relative;
	z-index: 10;
	background: linear-gradient(145deg, #010f18 0%, #010a12 100%);
	padding: 4rem 2rem 2.5rem;
	border-top: none;
	box-shadow: 0 -20px 40px -10px rgba(0,0,0,0.9);
}

.container-wide {
	max-width: 1400px;
	margin: 0 auto;
}

/* 3 column grid */
.triple-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 3.5rem;
}

.card {
	background: rgba(8, 28, 40, 0.65);
	backdrop-filter: blur(8px);
	border-radius: 2rem;
	border: none;
	padding: 1.6rem;
	transition: all 0.2s ease;
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* HEADER STYLES */
.card-header {
	font-family: 'Helvetica Neue', 'Helvetica', 'Inter', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: -0.3px;
	margin-bottom: 0.25rem;
	line-height: 1.2;
}
.split-header {
	display: inline;
}
.outline-first {
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 900;
	-webkit-text-stroke: 1.2px #ffffff;
	color: transparent;
	text-shadow: none;
}
.rest-white {
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 600;
	color: #ffffff;
}

/* Info/Links headers */
.info-header {
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.3px;
	margin-bottom: 0.05rem;
	line-height: 1.2;
	display: block;
}
.links-collection strong {
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.3px;
	margin-bottom: 0.05rem;
	display: inline-block;
}
.info-outline {
	font-weight: 900;
	-webkit-text-stroke: 1.2px #ffffff;
	color: transparent;
}
.info-white {
	color: #ffffff;
	font-weight: 600;
}

/* SUBHEADER */
.subheader-container {
	margin-bottom: 1.5rem;
	border-left: 3px solid #B8D6F5;
	padding-left: 0.9rem;
	line-height: 1.2;
}
.subheader-date {
	font-size: 0.85rem;
	font-weight: 450;
	letter-spacing: 0.3px;
	color: #B8D6F5;
	opacity: 0.9;
	margin-bottom: 0.2rem;
}
.subheader-explanation {
	font-size: 0.65rem;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #B8D6F5;
	opacity: 0.7;
}

/* SONG LIST */
.song-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.song-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: rgba(0, 20, 30, 0.5);
	padding: 0.5rem 0.8rem 0.5rem 0.5rem;
	border-radius: 1.2rem;
	transition: background 0.2s;
	cursor: pointer;
}
.song-item:hover {
	background: rgba(184, 214, 245, 0.15);
}
.rank-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 44px;
	flex-shrink: 0;
	margin-top: 0.2rem;
}
.song-number {
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 900;
	font-size: 1.3rem;
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	text-align: center;
	line-height: 1;
}
.movement {
	font-size: 0.7rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	margin-top: 0.2rem;
}
.movement.up {
	color: #4ade80;
}
.movement.down {
	color: #f87171;
}
.movement i {
	font-size: 0.65rem;
}
.album-icon-img {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	border: none;
}
.song-info {
	flex: 1;
} 
.song-title {
	font-weight: 700;
	font-size: 1.05rem;
	color: #f0f9ff;
	letter-spacing: -0.2px;
	margin-bottom: 2px;
}
.song-artist {
	font-size: 0.85rem;
	font-weight: 500;
	color: #B8D6F5;
	margin-bottom: 2px;
}
.song-desc {
	font-size: 0.65rem;
	color: #8ba3c4;
	opacity: 0.8;
	letter-spacing: 0.2px;
}

/* CHAT */
.chat-thread {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.dj-message {
	display: flex;
	gap: 0.8rem;
	background: rgba(15, 40, 50, 0.7);
	padding: 0.8rem;
	border-radius: 1.2rem;
	border-left: 2px solid #B8D6F5;
}
.dj-avatar-img {
	width: 48px;
	height: 48px;
	border-radius: 100px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	border: 1.5px solid #B8D6F5;
}
.dj-bubble {
	flex: 1;
}
.dj-name {
	font-weight: 800;
	font-size: 0.85rem;
	color: #B8D6F5;
}
.dj-text {
	font-size: 0.85rem;
	line-height: 1.4;
	margin-top: 4px;
	color: #e0f2fe;
}
.timestamp-chat {
	font-size: 0.6rem;
	color: #6c9ebf;
	margin-top: 5px;
}

/* T-SHIRT BOX */
.tshirt-box {
	margin-top: 1.3rem;
	background: linear-gradient(115deg, #0a2a32, #02121c);
	border-radius: 1.5rem;
	border: none;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	cursor: pointer;
	transition: transform 0.2s, background 0.2s;
}
.tshirt-box:hover {
	background: linear-gradient(115deg, #0e3a45, #031e28);
	transform: translateY(-2px);
}
.tshirt-full-img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	background-image: url('https://x.82.al/oceanicshirt13.jpg');
	background-size: cover;
	background-position: center;
	aspect-ratio: 3 / 2;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	border: none;
}
.tshirt-text {
	font-weight: 600;
	font-size: 0.9rem;
	color: #B8D6F5;
	text-align: center;
}
.buy-btn {
	background: #69a5c0;
	border: none;
	padding: 0.6rem 1.2rem;
	border-radius: 2rem;
	color: #010a12;
	font-weight: 700;
	font-size: 0.8rem;
	cursor: pointer;
	transition: 0.2s;
	width: fit-content;
	align-self: center;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.buy-btn:hover {
	background: #B8D6F5;
	transform: scale(1.02);
}

/* TheRemix. Box - replaces Oceanic TV */
.theremix-card {
	margin-top: 1.4rem;
	background: rgba(184, 214, 245, 0.06);
	border-radius: 1.2rem;
	padding: 1rem;
	transition: all 0.2s ease;
	cursor: pointer;
	border: 1px solid rgba(184, 214, 245, 0.15);
}
.theremix-card:hover {
	background: rgba(184, 214, 245, 0.12);
	transform: translateY(-2px);
	border-color: rgba(184, 214, 245, 0.3);
}
.theremix-header-row {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.5rem;
}
.theremix-icon {
	font-size: 1.4rem;
	color: #B8D6F5;
}
.theremix-headline {
	font-size: 1.1rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.2px;
}
.theremix-description {
	font-size: 0.75rem;
	color: #B8D6F5;
	line-height: 1.4;
	opacity: 0.85;
	margin-left: 2rem;
	margin-bottom: 0.6rem;
}
.theremix-description b {
	font-size: 0.9rem;
	color: white;
	line-height: 1.6;
	opacity: 0.9; 
	margin-bottom: 0.7rem;
}
.mp3-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(184, 214, 245, 0.15);
	padding: 0.4rem 0.8rem;
	border-radius: 2rem;
	margin-left: 2rem;
	font-size: 0.75rem;
	color: #B8D6F5;
	text-decoration: none;
	transition: 0.2s;
	width: fit-content;
}
.mp3-link:hover {
	background: rgba(184, 214, 245, 0.3);
	color: #ffffff;
	text-decoration: none;
}

/* SPLIT SECTION - links with Font Awesome icons */
.triple-links-row {
	display: grid;
	grid-template-columns: 50% 25% 25%;
	gap: 2rem;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: none;
	margin-bottom: 1rem;
}
.history-text {
	font-size: 0.85rem;
	line-height: 1.65;
	color: #cbddee;
	background: rgba(0, 30, 40, 0.3);
	border-radius: 1.2rem;
	padding: 0.8rem 1.2rem;
	border: none;
}
.history-text .info-header {
	margin-bottom: 0.05rem;
}
.links-collection {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	background: rgba(0, 30, 40, 0.2);
	padding: 0.8rem 1rem;
	border-radius: 1.2rem;
	border: none;
}
.links-collection a {
	color: #B8D6F5;
	text-decoration: none;
	font-size: 0.95rem;
	line-height: 1.2;
	transition: 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem; /* decreased space between icon and text */
}
.links-collection a i {
	width: 1.2rem;
	font-size: 0.95rem;
}
.links-collection a:hover {
	color: #ffffff;
	text-decoration: none; /* no underline on hover */
}
.bottom-copyright {
	text-align: center;
	padding: 2.5rem 1rem 1rem;
	font-size: 0.9rem;
	color: #4c7a8f;
}

@media (max-width: 500px) { 
	.player-fullscreen { 
		height: 87vh; 
	}
}
	
@media (max-width: 900px) {
	.triple-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.triple-links-row {
		grid-template-columns: 1fr;
		gap: 1.8rem;
	}
	.oceanic-extend {
		padding: 2rem 1rem;
	}
	.card-header {
		font-size: 1.5rem;
	}
	.info-header, .links-collection strong {
		font-size: 1.5rem;
	}
	.song-title {
		font-size: 0.95rem;
	}
	.song-artist {
		font-size: 0.8rem;
	}
	.song-desc {
		font-size: 0.6rem;
	}
	.song-number {
		font-size: 1rem;
		width: 26px;
	} 
	.movement {
		font-size: 0.6rem;
	}
	.links-collection a {
		font-size: 0.9rem;
	}
	.tv-headline {
		font-size: 1rem;
	}
	.tv-description {
		margin-left: 1.5rem;
		font-size: 0.7rem;
	}
}
html {
	scroll-behavior: smooth;
}