
html, body { height: 100%; margin: 0px; padding: 0px; font-family: "Cormorant Garamond", serif; background: rgb(10, 10, 10); color: rgb(255, 255, 255); overflow-x: hidden; cursor: url("./assets/cursor.png"), auto; }
.hero-wrapper { position: relative; width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: visible; }
p { font-family: MedievalSharp, cursive !important; }
.hero { position: relative; height: 80vh; display: flex; align-items: center; justify-content: center; z-index: 2; }
.eclipse { position: fixed; top: 50%; left: 50%; width: 40vw; max-width: 500px; height: 40vw; max-height: 500px; border-radius: 50%; background: radial-gradient(circle, rgb(0, 0, 0) 50%, rgb(74, 0, 0) 70%, rgba(255, 26, 26, 0) 100%); transform: translate(-50%, -50%); z-index: 0; pointer-events: none; overflow: hidden; animation: 20s ease-in-out 0s infinite normal none running bloodMoonCycle; }
.eclipse { isolation: isolate; }
.eclipse-glow { position: fixed; top: 50%; left: 50%; width: 40vw; max-width: 500px; height: 40vw; max-height: 500px; border-radius: 50%; transform: translate(-50%, -50%); z-index: 0; pointer-events: none; animation: 20s ease-in-out 0s infinite normal none running bloodMoonGlow; background: transparent; }
@keyframes bloodMoonGlow { 
  0% { box-shadow: rgba(255, 0, 0, 0.05) 0px 0px 20px 10px, rgba(255, 0, 0, 0.03) 0px 0px 40px 20px; }
  15% { box-shadow: rgba(255, 0, 0, 0.1) 0px 0px 30px 15px, rgba(255, 0, 0, 0.08) 0px 0px 60px 30px; }
  35% { box-shadow: rgba(255, 0, 0, 0.2) 0px 0px 50px 25px, rgba(255, 0, 0, 0.15) 0px 0px 90px 45px; }
  55% { box-shadow: none; }
  75% { box-shadow: rgba(255, 0, 0, 0.3) 0px 0px 45px 22px, rgba(255, 0, 0, 0.2) 0px 0px 70px 35px; }
  100% { box-shadow: rgba(255, 0, 0, 0.05) 0px 0px 20px 10px; }
}
.eclipse::after { content: ""; position: absolute; inset: 0px; border-radius: 50%; background: radial-gradient(circle at 75% 50%, rgba(255, 0, 0, 0.85) 0%, transparent 65%); opacity: 1; pointer-events: none; z-index: 2; animation: 20s ease-in-out 0s infinite normal none running crescentGlow; }
.eclipse::before { content: ""; position: absolute; inset: 0px; border-radius: 50%; background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgb(58, 0, 0) 80%, transparent 100%); opacity: 0.7; filter: blur(25px); z-index: 1; }
@keyframes bloodMoonCycle { 
  0% { background: radial-gradient(circle, rgb(0, 0, 0) 50%, rgb(74, 0, 0) 70%, rgba(255, 26, 26, 0) 100%); }
  15% { background: radial-gradient(circle, rgb(0, 0, 0) 45%, rgb(122, 0, 0) 65%, rgba(255, 26, 26, 0.2) 85%); }
  35% { background: radial-gradient(circle, rgb(122, 0, 0) 40%, rgb(255, 26, 26) 70%, rgba(255, 77, 77, 0.267) 90%); }
  55% { background: radial-gradient(circle, rgb(255, 0, 0) 100%, rgb(74, 0, 0) 100%); box-shadow: none; }
  75% { background: radial-gradient(circle, rgb(48, 0, 0) 45%, rgb(122, 0, 0) 65%, rgba(255, 26, 26, 0.2) 85%); }
  100% { background: radial-gradient(circle, rgb(0, 0, 0) 50%, rgb(74, 0, 0) 65%, rgba(255, 26, 26, 0) 100%); }
}
@keyframes crescentGlow { 
  0%, 15% { opacity: 1; transform: scale(1); }
  20%, 35%, 55%, 75% { opacity: 0; transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}
.hero-content { display: flex; align-items: center; gap: 2rem; z-index: 2; opacity: 0; }
.shine-in { animation: 1.2s ease 0s 1 normal forwards running shineIn; }
@keyframes shineIn { 
  0% { opacity: 0; filter: brightness(3) drop-shadow(rgb(255, 255, 255) 0px 0px 30px); transform: scale(0.8); }
  50% { opacity: 1; filter: brightness(5) drop-shadow(rgb(255, 255, 255) 0px 0px 50px); transform: scale(1.1); }
  100% { opacity: 1; filter: brightness(1) drop-shadow(rgb(255, 255, 255) 0px 0px 0px); transform: scale(1); }
}
.profile-img-wrapper { width: 180px; height: 180px; border-radius: 50%; border: 3px solid rgb(255, 255, 255); overflow: hidden; box-shadow: rgba(255, 0, 0, 0.6) 0px 0px 20px; }
.profile-img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.2); }
.text-content { display: flex; flex-direction: column; justify-content: center; }
.hero-name { font-family: UnifrakturCook, cursive; font-size: 3rem; color: rgb(255, 255, 255); text-shadow: rgba(255, 0, 0, 0.6) 0px 0px 12px; }
.glowing-bio { color: rgb(255, 255, 255); font-family: MedievalSharp, cursive; font-size: 1.3rem; margin-top: 0.5rem; max-width: 550px; line-height: 1.6; margin-left: 2rem; margin-right: 2rem; text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 8px, rgba(255, 255, 255, 0.6) 0px 0px 15px, rgba(255, 255, 255, 0.4) 0px 0px 25px; animation: 3s ease-in-out 0s infinite normal none running starPulse; }
@keyframes starPulse { 
  0%, 100% { text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 8px, rgba(255, 255, 255, 0.6) 0px 0px 15px, rgba(255, 255, 255, 0.4) 0px 0px 25px; opacity: 1; }
  50% { text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 4px, rgba(255, 255, 255, 0.3) 0px 0px 10px; opacity: 0.8; }
}
.falling-blood { position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; pointer-events: none; overflow: hidden; z-index: 9999; }
.blood-drip { position: absolute; top: -30px; width: 8px; height: 25px; background-color: red; border-radius: 50%; opacity: 1; animation: 2s ease 0s 1 normal forwards running drip-to-pool; }
@keyframes drip-to-pool { 
  0% { top: -30px; opacity: 1; }
  70% { top: calc(-50px + 100vh); opacity: 1; }
  100% { top: calc(-50px + 100vh); height: 10px; width: 30px; border-radius: 50%; opacity: 0.8; background-color: darkred; }
}
.blood-pool { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 50px; background: linear-gradient(to top, darkred, transparent); pointer-events: none; z-index: 2; }
.links { width: 100%; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; z-index: 3; }
.links h2 { font-family: UnifrakturCook, cursive; font-size: 1.8rem; color: rgb(255, 255, 255); text-shadow: rgba(255, 0, 0, 0.6) 0px 0px 10px; margin-bottom: 1rem; letter-spacing: 1px; text-align: center; margin-left: 1.5rem; margin-right: 1.5rem; }
.links ul { list-style: none; padding: 0px; display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.links a { display: inline-block; margin-bottom: 0.8rem; font-family: MedievalSharp, cursive; font-size: 1.6rem; color: rgb(255, 255, 255); text-decoration: none; padding: 0.5rem 1.5rem; border-radius: 12px; background: linear-gradient(135deg, rgb(59, 0, 0) 0%, rgb(122, 0, 0) 100%); box-shadow: rgba(255, 0, 0, 0.4) 0px 0px 10px, rgba(0, 0, 0, 0.6) 0px 0px 6px inset; transition: transform 0.3s, box-shadow 0.3s, background 0.3s; position: relative; border: 1px solid rgb(122, 0, 0); overflow: hidden; }
.links a:hover { transform: translateY(-3px) scale(1.05) rotate(-1deg); box-shadow: rgba(255, 0, 0, 0.8) 0px 0px 25px, rgba(255, 0, 0, 0.4) 0px 0px 15px inset; background: linear-gradient(135deg, rgb(255, 26, 26) 0%, rgb(176, 0, 32) 100%); cursor: url("./assets/pointer.png"), auto; }
.bottom-border { width: 80%; height: 4px; margin-top: 1.5rem; border-radius: 2px; background: linear-gradient(90deg, rgb(122, 0, 0), rgb(255, 0, 0), rgb(122, 0, 0)); box-shadow: rgba(255, 0, 0, 0.5) 0px 0px 20px; }
.scroll-arrow { position: fixed; right: 300px; top: 50%; transform: translateY(-50%); font-size: 4rem; font-weight: bold; color: rgb(255, 26, 26); opacity: 0.85; animation: 1.5s ease 0s infinite normal none running bounceArrow; z-index: 1000; }
@keyframes bounceArrow { 
  0%, 100% { transform: translateY(-50%); }
  50% { transform: translateY(-40%); }
}
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: rgb(10, 10, 10); border-left: 1px solid rgb(59, 0, 0); }
::-webkit-scrollbar-thumb { background: linear-gradient(rgb(255, 26, 26), rgb(122, 0, 0)); border-radius: 6px; border: 2px solid rgb(10, 10, 10); box-shadow: rgba(255, 0, 0, 0.5) 0px 0px 8px; animation: 2.5s ease-in-out 0s infinite alternate none running bloodGlow; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(rgb(255, 0, 0), rgb(176, 0, 32)); box-shadow: rgba(255, 0, 0, 0.9) 0px 0px 14px; }
* { scrollbar-width: thin; scrollbar-color: rgb(255, 26, 26) rgb(10, 10, 10); }
@keyframes bloodGlow { 
  0% { box-shadow: rgba(255, 0, 0, 0.4) 0px 0px 6px; }
  50% { box-shadow: rgba(255, 0, 0, 0.8) 0px 0px 14px; }
  100% { box-shadow: rgba(255, 0, 0, 0.4) 0px 0px 6px; }
}
@media (max-width: 1024px) and (min-width: 601px) {
  .hero { height: 70vh; padding-top: 1rem; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
  .eclipse { width: 220px; height: 220px; }
  .eclipse-glow { width: 220px; height: 220px; box-shadow: rgba(255, 0, 0, 0.7) 0px 0px 80px 25px; }
  .profile-img-wrapper { width: 140px; height: 140px; }
  .hero-name { font-size: 2rem; }
  .typed-text { font-size: 1.3rem; }
  .hero-content { gap: 1rem; flex-direction: column; justify-content: center; align-items: center; }
  .links { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 2rem 1rem; text-align: center; }
  .links h2 { text-align: center; width: 100%; }
  .links ul { flex-direction: column; gap: 1.8rem; width: 100%; align-items: center; justify-content: center; }
  .links a { font-size: 1.5rem; padding: 0.5rem 1.2rem; width: 80%; text-align: center; }
  .scroll-arrow { font-size: 3rem; right: 18px; }
}
@media (max-width: 600px) {
  .hero { height: 60vh; padding-top: 0.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
  .eclipse { width: 180px; height: 180px; }
  .eclipse-glow { width: 180px; height: 180px; box-shadow: rgba(255, 0, 0, 0.7) 0px 0px 60px 20px; }
  .profile-img-wrapper { width: 120px; height: 120px; }
  .hero-name { font-size: 1.6rem; }
  .typed-text { font-size: 1rem; }
  .hero-content { gap: 0.8rem; flex-direction: column; justify-content: center; align-items: center; }
  .links ul { flex-direction: column; gap: 1.5rem; width: 100%; align-items: center; }
  .links a { font-size: 1.2rem; padding: 0.4rem 1rem; width: 80%; text-align: center; }
  .scroll-arrow { font-size: 2.5rem; right: 15px; }
}
#editPanel { display: none; }
.edit-panel { position: fixed; top: 8%; left: 50%; transform: translateX(-50%); background: linear-gradient(rgb(20, 6, 8), rgb(36, 9, 11) 80%); padding: 1rem 1.2rem 2.5rem; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.8) 0px 12px 36px; z-index: 99999; width: 92%; max-width: 420px; max-height: 84vh; overflow: auto; color: rgb(255, 235, 235); font-family: "Cormorant Garamond", serif; border: 1px solid rgba(255, 40, 40, 0.06); box-sizing: border-box; cursor: url("./assets/cursor.png"), auto; }
.edit-panel h3 { margin: 0px 0px 0.6rem; font-size: 1.05rem; color: rgb(255, 220, 220); }
.edit-panel label { display: block; text-align: left; font-size: 0.85rem; margin-top: 0.6rem; color: rgb(242, 207, 207); }
.edit-panel input[type="text"], .edit-panel input[type="url"], .edit-panel input[type="file"], .edit-panel textarea { width: 100%; padding: 0.5rem; margin-top: 0.4rem; border-radius: 8px; border: 1px solid rgba(255, 100, 100, 0.06); background: rgba(255, 255, 255, 0.02); color: rgb(255, 255, 255); font-size: 0.95rem; box-sizing: border-box; cursor: url("./assets/pointer.png"), auto; }
.edit-panel > .edit-actions, .edit-panel > .link-item:last-child { margin-bottom: 1rem; }
.small-btn { margin-top: 0.6rem; padding: 0.35rem 0.6rem; border-radius: 8px; background: rgba(120, 0, 0, 0.12); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; font-size: 0.9rem; cursor: url("./assets/pointer.png"), auto; }
.save-btn { background: linear-gradient(90deg, rgb(140, 40, 40), rgba(200, 80, 80, 0.9)); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0.6rem 0.9rem; border-radius: 8px; color: rgb(255, 255, 255); font-weight: 700; margin-bottom: 0.4rem; cursor: url("./assets/pointer.png"), auto; }
.close-btn { background: transparent; border: 1px solid rgba(255, 255, 255, 0.06); color: rgb(255, 255, 255); padding: 0.5rem 0.8rem; border-radius: 8px; cursor: url("./assets/pointer.png"), auto; }
.edit-actions { display: flex; justify-content: space-between; gap: 0.6rem; margin-top: 0.8rem; flex-wrap: wrap; }
.link-item { display: flex; gap: 0.4rem; align-items: center; margin-top: 0.5rem; flex-wrap: wrap; }
.link-item input { flex: 1 1 100%; padding: 0.45rem; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.04); background: rgba(0, 0, 0, 0.15); color: rgb(255, 255, 255); }
#editToggle { position: fixed; bottom: 20px; right: 25px; background: linear-gradient(135deg, rgb(59, 0, 0), rgb(122, 0, 0)); color: rgb(255, 255, 255); font-family: UnifrakturCook, cursive; font-size: 1.05rem; letter-spacing: 1px; padding: 0.7rem 1.1rem; border: 2px solid rgba(255, 255, 255, 0.12); border-radius: 12px; box-shadow: rgba(120, 0, 0, 0.6) 0px 0px 20px, rgba(0, 0, 0, 0.2) 0px 0px 10px inset; cursor: url("./assets/pointer.png"), auto; z-index: 999; transition: 0.22s; text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px; }
#editToggle:hover { transform: translateY(-2px) scale(1.03); box-shadow: rgba(200, 20, 20, 0.85) 0px 0px 30px, rgba(0, 0, 0, 0.25) 0px 0px 10px inset; }
button#editToggle { cursor: url("./assets/pointer.png"), auto; }
a { cursor: url("./assets/pointer.png"), auto; }
h4 { font-family: MedievalSharp, cursive; font-size: 1.2rem !important; }
@media (max-width: 900px) {
  .edit-panel { top: 10vh; width: 90%; max-width: 360px; max-height: 80vh; padding: 1rem; border-radius: 12px; display: flex; flex-direction: column; overflow-y: auto; box-sizing: border-box; }
  .edit-panel input, .edit-panel textarea { font-size: 0.95rem; padding: 0.6rem; }
  .edit-actions { flex-direction: column; gap: 0.5rem; }
  .link-item { flex-direction: column; gap: 0.4rem; }
  #editToggle { right: 18px; bottom: 14px; padding: 0.65rem 1rem; font-size: 1rem; }
}
@media (max-width: 600px) {
  .edit-panel { top: 6vh; width: 92%; max-width: 320px; max-height: 70vh; padding: 0.9rem 0.9rem 3rem; border-radius: 10px; display: flex; flex-direction: column; overflow-y: auto; box-sizing: border-box; }
  .edit-actions { flex-direction: column; gap: 0.4rem; }
  .save-btn, .close-btn { width: 100%; }
}
.modal { display: none; position: fixed; inset: 0px; z-index: 9999; background-color: rgba(10, 10, 10, 0.95); backdrop-filter: blur(6px); justify-content: center; align-items: center; }
.modal-content { background: linear-gradient(rgb(20, 6, 8), rgb(36, 9, 11) 80%); border: 2px solid rgb(122, 0, 0); border-radius: 14px; padding: 2rem 1.8rem; max-width: 400px; width: 90%; text-align: center; color: rgb(255, 255, 255); font-family: "Cormorant Garamond", serif; box-shadow: rgba(255, 0, 0, 0.6) 0px 0px 30px, rgba(0, 0, 0, 0.4) 0px 0px 8px inset; position: relative; animation: 0.4s ease 0s 1 normal forwards running slideUp; }
.modal-content h2 { font-family: UnifrakturCook, cursive; font-size: 1.8rem; color: rgb(255, 204, 204); margin-bottom: 1rem; text-shadow: rgba(255, 0, 0, 0.6) 0px 0px 10px; }
.modal-content p { font-family: "Cormorant Garamond", serif; font-size: 1.2rem; color: rgb(255, 235, 235); margin-bottom: 1.5rem; }
.modal-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.modal-buttons a, .modal-buttons button { padding: 0.6rem 1.2rem; border-radius: 10px; font-family: MedievalSharp, cursive; font-size: 1.3rem; transition: 0.25s; cursor: url("./assets/cursor.png"), auto; text-decoration: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }
.modal-buttons a { background: linear-gradient(135deg, rgb(59, 0, 0), rgb(122, 0, 0)); color: rgb(255, 255, 255); box-shadow: rgba(255, 0, 0, 0.4) 0px 0px 12px, rgba(0, 0, 0, 0.5) 0px 0px 5px inset; }
.modal-buttons a:hover { transform: translateY(-2px) scale(1.05); box-shadow: rgba(255, 0, 0, 0.8) 0px 0px 25px, rgba(255, 0, 0, 0.3) 0px 0px 12px inset; background: linear-gradient(135deg, rgb(255, 26, 26), rgb(176, 0, 32)); }
.modal-buttons button { background: rgba(255, 255, 255, 0.05); border: 1px solid rgb(122, 0, 0); color: rgb(255, 204, 204); }
.modal-buttons button:hover { background: rgba(255, 0, 0, 0.15); transform: scale(1.05); }
.close-modal { position: absolute; top: 12px; right: 15px; background: transparent; border: 1px solid rgba(255, 255, 255, 0.06); color: rgb(255, 255, 255); font-size: 1.4rem; border-radius: 6px; cursor: url("./assets/cursor.png"), auto; padding: 0.2rem 0.5rem; }
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes slideUp { 
  0% { transform: translateY(20px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}
@media (max-width: 600px) {
  .modal-content { padding: 1.5rem 1rem; width: 85%; }
  .modal-content h2 { font-size: 1.5rem; }
  .modal-content p { font-size: 1.1rem; }
  .modal-buttons a, .modal-buttons button { font-size: 1.1rem; padding: 0.5rem 1rem; }
}
@media (min-width: 3000px) {
  .hero { padding-top: 6rem; padding-bottom: 6rem; }
  .hero-content { gap: 4rem; }
  .text-content { padding: 0px 3rem; }
  .hero-name { font-size: 3.8rem; }
  .glowing-bio { font-size: 1.55rem; line-height: 1.75; max-width: 750px; }
  .links { padding-top: 5rem; padding-bottom: 5rem; }
  .links h2 { font-size: 2.3rem; }
  .links a { font-size: 1.9rem; padding: 0.8rem 2.2rem; }
  .bottom-border { margin-top: 3rem; }
}
@media (min-width: 3800px) {
  .hero { padding-top: 7rem; padding-bottom: 7rem; }
  .hero-content { gap: 4.5rem; }
  .text-content { padding: 0px 3.5rem; }
  .hero-name { font-size: 4.2rem; }
  .glowing-bio { font-size: 1.7rem; line-height: 1.8; max-width: 850px; }
  .links { padding-top: 6rem; padding-bottom: 6rem; }
  .links h2 { font-size: 2.6rem; }
  .links a { font-size: 2.05rem; padding: 0.9rem 2.4rem; }
  .bottom-border { margin-top: 4rem; }
}
@media (min-width: 4800px) {
  .hero-name { font-size: 4.8rem; }
  .glowing-bio { font-size: 1.9rem; max-width: 950px; }
  .links h2 { font-size: 3rem; }
  .links a { font-size: 2.3rem; }
}