@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  20% {
    transform: rotateZ(0deg);
  }
  22% {
    transform: rotateZ(20deg);
  }
  24% {
    transform: rotateZ(-20deg);
  }
  26% {
    transform: rotateZ(20deg);
  }
  28% {
    transform: rotateZ(0deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
@keyframes pulse {
  0% {
    transform: perspective(1px) scale(1);
  }
  8% {
    transform: perspective(1px) scale(1.1);
  }
  12% {
    transform: perspective(1px) scale(1);
  }
  100% {
    transform: perspective(1px) scale(1);
  }
}
@keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
body.phoebe.bg1, body.phoebe.bg1 ::backdrop {
  background-image: url(../images/phoebeBackgrounds/background-1.jpg);
}
body.phoebe.bg2, body.phoebe.bg2 ::backdrop {
  background-image: url(../images/phoebeBackgrounds/background-2.jpg);
}
body.phoebe.bg3, body.phoebe.bg3 ::backdrop {
  background-image: url(../images/phoebeBackgrounds/background-3.jpg);
}
body.phoebe.bg4, body.phoebe.bg4 ::backdrop {
  background-image: url(../images/phoebeBackgrounds/background-4.jpg);
}
body.phoebe.bg5, body.phoebe.bg5 ::backdrop {
  background-image: url(../images/phoebeBackgrounds/background-5.jpg);
}
body.phoebe.bg6, body.phoebe.bg6 ::backdrop {
  background-image: url(../images/phoebeBackgrounds/background-6.jpg);
}

body.ed.bg1, body.ed.bg1 ::backdrop {
  background-image: url(../images/edBackgrounds/background-1.jpg);
}
body.ed.bg2, body.ed.bg2 ::backdrop {
  background-image: url(../images/edBackgrounds/background-2.jpg);
}
body.ed.bg3, body.ed.bg3 ::backdrop {
  background-image: url(../images/edBackgrounds/background-3.jpg);
}
body.ed.bg4, body.ed.bg4 ::backdrop {
  background-image: url(../images/edBackgrounds/background-4.jpg);
}
body.ed.bg5, body.ed.bg5 ::backdrop {
  background-image: url(../images/edBackgrounds/background-5.jpg);
}
body.ed.bg6, body.ed.bg6 ::backdrop {
  background-image: url(../images/edBackgrounds/background-6.jpg);
}

body.su.bg1, body.su.bg1 ::backdrop {
  background-image: url(../images/backgrounds/background-7.png);
}
body.su.bg2, body.su.bg2 ::backdrop {
  background-image: url(../images/backgrounds/background-7.png);
}
body.su.bg3, body.su.bg3 ::backdrop {
  background-image: url(../images/backgrounds/background-7.png);
}
body.su.bg4, body.su.bg4 ::backdrop {
  background-image: url(../images/backgrounds/background-7.png);
}
body.su.bg5, body.su.bg5 ::backdrop {
  background-image: url(../images/backgrounds/background-7.png);
}
body.su.bg6, body.su.bg6 ::backdrop {
  background-image: url(../images/backgrounds/background-7.png);
}

/* Using your exact link-category structure */
.calendar-widget {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.calendar-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z'/%3E%3C/g%3E%3C/svg%3E") repeat;
  background-size: 80px 80px;
  opacity: 0.3;
  z-index: -1;
}

.calendar-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.calendar-widget:hover::before {
  opacity: 0.5;
}

/* Using your exact links-list structure */
.events-list {
  padding: 1.5rem;
  display: grid;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
  list-style: none;
}

/* Using your exact link-item structure for events */
.event-item {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 1rem;
  color: white;
  font-weight: 600;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.event-item:hover {
  background: rgba(69, 97, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.event-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 100%;
}

.event-date {
  font-weight: 700;
  font-size: 1rem;
  color: white;
  margin-bottom: 0rem;
}

.event-time {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.event-type {
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.Public .event-patreon {
  display: none;
}

.Patreon .event-public {
  display: none;
}

.event-type.patreon {
  background: rgb(234, 0, 255);
  border: 1px solid rgba(73, 11, 73, 0.5);
  color: white;
}

.event-type.public {
  background: rgba(0, 162, 255, 0.8);
  border: 1px solid rgba(0, 47, 255, 0.5);
  color: white;
}

/* Using your exact age-confirm button style for refresh */
.refresh-btn {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 1rem 2rem;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  width: calc(100% - 3rem);
  margin: 0 1.5rem 1.5rem;
  text-align: center;
}

.refresh-btn:hover {
  background: rgba(69, 97, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.loading, .error {
  text-align: center;
  padding: 2rem;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}

.error {
  background: rgba(220, 38, 127, 0.2);
  border: 1px solid rgba(220, 38, 127, 0.5);
  border-radius: 12px;
  margin: 1.5rem;
}

.setup-info {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.setup-info h4 {
  color: white;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.setup-info p {
  margin-bottom: 0.5rem;
}

/* Shimmer effect from your CSS */
.calendar-widget::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.calendar-widget:hover::after {
  left: 100%;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 15px;
  }
  .category-title {
    font-size: 1.2rem;
  }
  .events-list {
    padding: 1rem;
  }
  .refresh-btn {
    width: calc(100% - 2rem);
    margin: 0 1rem 1rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2d3748;
  background: url("../images/backgrounds/background-3.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  animation: gradient 300s ease infinite;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

a {
  color: rgba(0, 162, 255, 0.8);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

header {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.logo {
  background: url("../images/branding/su-logo.svg") no-repeat center;
  background-size: 60px;
  height: 60px;
  background-position: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding-left: 80px;
}

.tagline {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.link-category {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
}
.link-category.merch {
  min-height: 360px;
}
.link-category .columns {
  display: flex;
  padding: 1.5rem;
  gap: 1.5rem;
}

.link-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
}

.link-category.podcast::before {
  background-image: url("../images/su/image-3.jpg");
}

.link-category.socials::before {
  background-image: url("../images/su/image-1.jpg");
}

.link-category.vacations::before {
  background-image: url("../images/su/image-4.jpg");
}

.link-category.merch::before {
  background-image: url("../images/su/image-2.jpg");
}

.link-category.phoebe::before {
  background-image: url("../images/phoebe/image-3.jpg");
}

.link-category.ed::before {
  background-image: url("../images/ed/image-3.jpg");
}

.link-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.link-category:hover::before {
  opacity: 0.5;
}

.category-header {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.category-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.category-subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.links-list {
  padding: 1.5rem;
  display: grid;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}
.merch .links-list {
  margin-top: 120px;
}
.columns .links-list {
  padding: 0;
  flex-grow: 1;
}

.link-item {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: all 0.2s ease;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  flex-grow: 0;
}

.link-item:hover {
  background: rgba(69, 97, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.nsfw-warning {
  background: rgba(220, 38, 127, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 2px solid rgba(220, 38, 127, 0.5);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.nsfw-warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #dc267f, #ff6b9d, #dc267f);
}

.nsfw-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.nsfw-text {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.age-confirm {
  background: rgba(220, 38, 127, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgb(220, 38, 127);
  border-radius: 12px;
  padding: 1rem 2rem;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.age-confirm:hover {
  background: rgb(220, 38, 127);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(220, 38, 127, 0.4);
}

.hidden {
  display: none;
}

.brand-logo {
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 1rem;
}

.phoebe-logo {
  background-image: url("../images/branding/phoebe-logo.svg");
}

.ed-logo {
  background-image: url("../images/branding/ed-logo.svg");
}

#background-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  min-height: 360px;
}

.fine-print {
  font-size: 70%;
  width: 80%;
}

footer {
  text-align: center;
  padding: 2rem 0;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  margin-top: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .container {
    padding: 15px;
  }
  .links-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .logo {
    font-size: 2rem;
    padding-left: 60px;
    background-size: 50px;
  }
  .link-category {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  header {
    padding: 1.5rem;
  }
  .category-header {
    padding: 1rem;
  }
  .links-list {
    padding: 1rem;
  }
  .logo {
    font-size: 1.8rem;
    padding: 0 60px;
    background-size: 45px;
    height: 60px;
  }
}
/* Glass effect animations */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.link-category::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.link-category:hover::after {
  left: 100%;
}/*# sourceMappingURL=styles.css.map */