body{
    min-height: 100vh;
    margin: 0;
    padding: 0;
    color: #ff4d61;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: radial-gradient(circle at top left, rgb(255, 80, 100), transparent 22%),
                radial-gradient(circle at bottom right, rgb(255, 80, 100), transparent 18%),
                linear-gradient(180deg, #080808 0%, #060206 45%, #09090f 100%);
    background-attachment: fixed;
    background-size: cover;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08), transparent 18%),
                radial-gradient(circle at 80% 80%, rgba(255, 60, 140, 0.06), transparent 20%);
    mix-blend-mode: screen;
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.05), transparent 25%),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 45%, rgba(255, 255, 255, 0.02) 55%, transparent 100%);
    opacity: 0.7;
}
#home {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 24px;
}
#home h1 {
    font-size: clamp(2.4rem, 4vw, 4rem);
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.hero-text {
    font-size: 1.1rem;
    color: #ff4d61;
    max-width: 760px;
    margin: 0 auto 1.5rem;
    line-height: 1.8;
}
.order-btn {
    display: inline-block;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff4d61, #ff99a6 70%);
    color: black;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 22px 48px rgba(255, 77, 97, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.order-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 28px 60px rgba(255, 77, 97, 0.35);
    filter: saturate(1.1);
}
table, th, td{
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid rgba(255, 0, 0, 0.8);
    padding: 10px;
    color: #ff7a8a;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 15px rgba(255, 0, 0, 0.08);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.trait:hover {
    background-color: crimson !important;
    color: white !important;
    cursor: pointer;
}
h1 {
    animation: fadeInUp 1s ease-out;
}
.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10 {
    background: rgba(10, 10, 20, 0.78);
    color: #ff4d61;
    font: bold italic 20px serif;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(24px);
    padding: 2rem;
    max-width: 1080px;
    margin: 2rem auto;
}
img{
    border-radius: 15px;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    cursor: pointer;
}
.topnav {
  overflow: hidden;
  position: relative;
  z-index: 100; 
}
.topnav #myLinks {
  display: none;  
  background: rgba(0, 0, 0, 0.7);
  float: right;
  z-index: 101; 
  border-radius: 15px;
  border: 2px solid rgba(255, 20, 60, 0.9);
  backdrop-filter: blur(10px);
}
.topnav a {
  color: crimson;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  border-radius: 15px;
  background: radial-gradient(circle at top left, rgb(255, 80, 100), transparent 22%),
                radial-gradient(circle at bottom right, rgb(255, 80, 100), transparent 18%),
                linear-gradient(180deg, #080808 0%, #060206 45%, #09090f 100%);
    background-attachment: fixed;
    background-size: cover;
}
.topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    color: crimson;
    padding: 14px 16px;
    text-decoration: none;
}
.active {
  background: rgba(0, 0, 0, 0.75);
  color: #ff4d61;
  border: 2px solid rgba(255, 20, 60, 0.95);
}
.one{
    background: rgba(0, 0, 0, 0.72);
    color: #ff4d61;
    font: bold italic 20px serif;
    border-radius: 18px;
    border: 2px solid rgba(255, 20, 60, 0.85);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    background: radial-gradient(circle at top left, rgb(255, 80, 100), transparent 22%),
                radial-gradient(circle at bottom right, rgb(255, 80, 100), transparent 18%),
                linear-gradient(180deg, #080808 0%, #060206 45%, #09090f 100%);
    background-attachment: fixed;
    background-size: cover;
}




