@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@100;200;300;400;500;600&display=swap');

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	font-family: 'DM Sans', sans-serif;
	overflow-x: hidden;
	min-height: 100vh;
	color: #333;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 10px;
	width: 6px;
}
::-webkit-scrollbar-thumb {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    background: #fb0da4;
    border-radius: 0px;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background: rgb(0, 0, 0);
    border-radius: 0;
}
.container {
	background: linear-gradient(115deg, #667eea 20%, #3a3dd8 57%);
	position: fixed;
	margin: 0 auto;
	overflow: auto;
	padding: 20px;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.header {
    margin-bottom: 40px;
    text-align: center;
    position: fixed;
	width: 400px;
    right: 23px;
    color: #fff;
    left: 23px;
    top: 80px;
}
.tagline {
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	font-weight: 100;
	font-size: 30px;
	margin: 0 auto;
	width: 90%;
}
.current-time {
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	font-family: 'DM Sans';
	letter-spacing: -2px;
	margin-bottom: 10px;
	font-size: 120px;
	font-weight: 100;
	color: white;
}
.time-display {
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	font-family: 'DM Sans';
	letter-spacing: -2px;
	margin-bottom: 10px;
	font-size: 120px;
	font-weight: 100;
	color: white;
}
.time-period {
    color: rgba(255, 255, 255, 0.8);
    margin-left: -20px;
    font-weight: 200;
    font-size: 24px;
}
.angel-card {
    border: 1px solid #ffffff42;
    transform: translateY(20px);
	backdrop-filter: blur(8px);
    transition: all 0.5s ease;
    background: #ffffff1a;
    border-radius: 24px;
    position: absolute;
	max-width: 950px;
    padding: 40px;
    left: 450px;
    opacity: 0;
    color: #fff;
    right: 70px;
    top: 40px;
}
.angel-card.loaded {
	transform: translateY(0);
	opacity: 1;
}
.frozen-notice {
    background: #ffffff17;
    border-radius: 10px;
    padding: 10px 50px;
	margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}
.significance-badge {
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
}
.significance-high {
    border: 2px solid #ffe321;
    color: #ffda46;
}
.significance-medium {
	background: linear-gradient(135deg, #4ecdc4, #44a08d);
	color: white;
}
.significance-low {
	background: linear-gradient(135deg, #a8edea, #fed6e3);
	color: #666;
}
.primary-meaning {
	margin-bottom: 20px;
    font-weight: 300;
	font-weight: 600;
	line-height: 1.3;
	font-size: 28px;
}
.detailed-meaning {
	margin-bottom: 30px;
	line-height: 1.6;
	font-size: 18px;
}
.section {
    margin: 45px 0;
}
.section-title {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 16px;
}
.section-content {
	line-height: 1.5;
	font-size: 16px;
}
.spiritual-message {
    border-left: 2px solid #7fff00;
    background: #ececec24;
    border-radius: 16px;
    font-size: 18px;
    margin: 0px 0px 45px 20px;
    padding: 30px 40px;
}
.action-guidance {
	border-left: 4px solid #ffffff45;
    background: #ececec24;
    border-radius: 16px;
    font-size: 18px;
    margin: 0px 0px 45px 20px;
    padding: 30px 40px;
}
.chakra-elements {
	margin-top: 15px;
	flex-wrap: wrap;
	display: flex;
	gap: 20px;
}
.chakra-tag, .element-tag {
	border-radius: 12px;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 14px;
}
.chakra-tag {
    background: #ffdf00;
    color: #1e0b01;
}
.element-tag {
    background: #ffb300;
    color: #000000;
}
.time-change-notice {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255 / 20%);
	transform: translateX(-4022px);
	backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-radius: 12px;
    max-width: 350px;
    position: fixed;
    padding: 20px;
    z-index: 1000;
    bottom: 8px;
	color: #fff;
    left: 0;
}
.time-change-notice.show {
	transform: translateX(8px);
}
.notice-title {
	margin-bottom: 10px;
	font-weight: 600;
	color: #2d3748;
}
.notice-buttons {
	margin-top: 15px;
	display: flex;
	gap: 10px;
}
.btn {
	transition: all 0.2s ease;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 500;
	cursor: pointer;
	border: none;
}
.btn-primary {
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
}
.btn-secondary {
    background: #b800a0;
    color: #ffffff;
}
.btn:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}
.loading {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 200px;
}
.spinner {
	border: 4px solid rgba(255, 255, 255, 0.3);
	animation: spin 1s linear infinite;
	border-top: 4px solid white;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media (min-width: 541px) and (max-width: 1080px) {

	.angel-card {
		left: 40px;
		top: 376px;
		right: 40px;
	}

	.header {
        width: 100%;
		top: 80px;
        left: 0;
    }
	.tagline {
	    font-size: 33px;
	    margin: 0 auto;
	    width: 400px;
	}

	.spiritual-message {
	    font-size: 18px;
	}
}

@media (min-width: 0px) and (max-width: 540px) {
    .spiritual-message {
        font-size: 15px;
        padding: 21px;
        margin-left: 0px;
    }
	.primary-meaning {
	    font-size: 26px;
	}
	.time-change-notice {
		transform: translateX(-4022px);
		backdrop-filter: none;
		box-shadow: none;
		background: none;
		bottom: unset;
		border: none;
		color: #fff;
		padding: 0;
		top: -82px;
		left: 6px;
		right: 0;
	}
	.time-change-notice.show {
		transform: translateX(8px);
	}
}

@media (min-width: 0px) and (max-width: 1080px) {

	.angel-card {
		top: 376px;
        left: 20px;
        right: 20px;
    }

	.current-time {
	    font-size: 113px;
	}

	.tagline {
		font-weight: 200;
	    font-size: 33px;
	    margin: 0 auto;
	    width: 400px;
	}

	.header {
        width: 100%;
		top: 80px;
        left: 0;
    }
}
