.tpot-upload-app{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:30px;background:radial-gradient(circle at top,#3a0018,#080008 60%,#000);color:#fff}.tpot-upload-card{width:min(680px,100%);background:rgba(15,15,20,.88);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:28px;box-shadow:0 0 50px rgba(229,9,79,.25)}.tpot-upload-card h1{font-size:clamp(32px,7vw,60px);line-height:1;margin:0 0 10px;text-transform:uppercase;letter-spacing:.04em}.tpot-subtitle{opacity:.85}.tpot-label{display:block;margin:18px 0 8px;font-weight:700}.tpot-input{width:100%;font-size:22px;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.25);background:#fff;color:#111}.tpot-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:20px 0;padding:34px 20px;border:2px dashed rgba(255,255,255,.35);border-radius:24px;background:rgba(255,255,255,.06);cursor:pointer}.tpot-dropzone input{display:none}.tpot-drop-title{font-size:24px;font-weight:800}.tpot-drop-small{opacity:.75;margin-top:8px}.tpot-button{width:100%;border:0;border-radius:999px;padding:18px 22px;font-size:20px;font-weight:900;color:#fff;background:linear-gradient(135deg,#e5094f,#ff9f1c);cursor:pointer;text-transform:uppercase}.tpot-message{padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.1);margin:14px 0}.tpot-footer{text-align:center;opacity:.6;font-size:13px}.tpot-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.tpot-gallery-item{display:block;overflow:hidden;border-radius:18px;aspect-ratio:1/1;background:#111}.tpot-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.tpot-gallery-item:hover img{transform:scale(1.06)}.tpot-empty-gallery{text-align:center;opacity:.7}

.tpot-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.92);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.tpot-lightbox.active {
    display: flex;
}

.tpot-lightbox img {
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 14px;
}

.tpot-lightbox button {
    position: absolute;
    border: 0;
    background: rgba(255,255,255,.12);
    color: white;
    font-size: 48px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    cursor: pointer;
}

.tpot-lightbox-close {
    top: 22px;
    right: 22px;
}

.tpot-lightbox-prev {
    left: 24px;
}

.tpot-lightbox-next {
    right: 24px;
}

@media (max-width: 700px) {
    .tpot-lightbox-prev,
    .tpot-lightbox-next {
        display: none;
    }
}

.bdp-page .tpot-gallery-grid {
    margin-top: 40px;
}

body.page .bdp-page {
    padding-top: 170px;
}

html.tpot-lightbox-open,
body.tpot-lightbox-open {
    overflow: hidden !important;
    height: 100% !important;
}

.tpot-lightbox {
    overflow: hidden !important;
    width: 100vw;
    height: 100dvh;
}

.tpot-lightbox img {
    max-width: 96vw;
    max-height: 82dvh;
}

.tpot-upload-status {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(245,195,91,.12);
  border: 1px solid rgba(245,195,91,.35);
  color: #fff;
  line-height: 1.5;
}

.tpot-upload-status::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: -4px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.25);
  border-top-color: #fff;
  animation: tpot-spin 0.8s linear infinite;
}

@keyframes tpot-spin {
  to {
    transform: rotate(360deg);
  }
}

.tpot-upload-form button:disabled {
  opacity: .65;
  cursor: wait;
}

.tpot-gallery-years {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 34px;
}

.tpot-gallery-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 800;
}

.tpot-gallery-year.active {
  background: linear-gradient(135deg, #ff2d55, #7c3cff);
  border-color: transparent;
}

.tpot-gallery-month-title {
  margin: 46px 0 18px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  color: #f5c35b;
  letter-spacing: .04em;
  text-align: center;
}

.tpot-gallery-archive .tpot-gallery-grid:first-of-type + .tpot-gallery-month-title {
  margin-top: 30px;
}

.tpot-video-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tpot-video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tpot-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 54px;
  color: #fff;
  background: rgba(0,0,0,.22);
  text-shadow: 0 4px 20px rgba(0,0,0,.8);
}

.tpot-lightbox-video {
  max-width: 96vw;
  max-height: 82dvh;
  border-radius: 14px;
  display: none;
  background: #000;
}

.tpot-lightbox-image {
  display: none;
}
.tpot-footer a{
color:#f5c35b;
font-weight:700;
text-decoration:none;
}

.tpot-footer a:hover{
color:#fff;
}