/* RESET */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


body {
    min-height: 100vh;
    background: radial-gradient(ellipse at top, #0b2a4a 0%, #020b18 60%);
    color: #fff;
    padding-top: 72px;
}


.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 01px;   
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  z-index: 1000;
  background: transparent;
}


.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: clamp(120px, 22vw, 170px);
  width: auto;
  display: block;
  object-fit: contain;
}


.container {
  min-height: calc(100vh - 72px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  width: 440px;
  max-width: calc(100% - 32px);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

h2 {
  margin-bottom: 6px;
  font-size: 24px;
}

.subtitle {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px;
}


.upload-box {
  display: inline-block;
  padding: 14px 22px;
  border: 2px dashed #3bbcff;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 14px;
  transition: 0.2s ease;
}

.upload-box:hover {
  background: rgba(59, 188, 255, 0.1);
}

.upload-box input {
  display: none;
}

small {
  display: block;
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 16px;
}

.progress {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  overflow: hidden;
  display: none;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #3bbcff, #00ffcc);
  font-size: 10px;
  color: #000;
  text-align: center;
  line-height: 10px;
  border-radius: 6px;
}


#videoLink {
  width: 100%;
  margin-top: 16px;
  padding: 10px;
  border-radius: 8px;
  border: none;
  outline: none;
}

#copyBtn {
  margin-top: 10px;
  padding: 10px 16px;
  background: #3bbcff;
  border: none;
  border-radius: 8px;
  color: #001;
  font-weight: 700;
  cursor: pointer;
}

.upload-top {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.upload-btn {
    padding: 10px 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, #00e5ff, #00bcd4);
    color: #001a1f;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 229, 255, 0.35);
    transition: all 0.25s ease;
}

.upload-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 229, 255, 0.55);
}

.limit-info {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;

    background: linear-gradient(90deg, #00e5ff, #00bcd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0 0 8px rgba(0, 229, 255, 0.5);

    opacity: 0;
    transition: opacity 0.4s ease;
}


.terms-container {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 100px 20px;
}

.terms-card {
    max-width: 800px;
    width: 100%;
    background: rgba(255,255,255,0.05);
    padding: 60px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.terms-card h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.terms-meta {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 40px;
}

.terms-card h2 {
    margin-top: 30px;
    font-size: 20px;
}

.terms-card p,
.terms-card li {
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
}

.terms-card ul {
    padding-left: 20px;
}


.report-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 420px;
    margin: 30px auto 0;
}

.report-form input,
.report-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.report-btn {
    display: block;
    width: 100%;
}


.site-footer {
    margin-top: 60px; 
    padding: 40px 20px;
    background: rgba(0,0,0,0.4);
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}

.footer-inner {
    max-width: 440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.footer-copy {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    letter-spacing: 0.5px;
}

.footer-links {
    display: flex;
    gap: 12px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #00e5ff;
    border-color: #00e5ff;
}

.download-wrap {
    margin-top: 24px;
    text-align: center;
}

.view-count {
    margin-top: 24px;   
    margin-bottom: 12px;
    opacity: 0.7;
}


.action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

download-btn {
    background: linear-gradient(135deg, #00e5ff, #00bcd4);
}

.verify-icon{
    font-size:40px;
    margin-bottom:10px;
    opacity:0.9;
}

.card h2{
    font-size:26px;
    margin-bottom:8px;
}

.verify-btn{
    font-size:16px;
    padding:12px 26px;
    border:none;
    border-radius:10px;
    background:linear-gradient(135deg,#00e5ff,#00bcd4);
    color:#001a1f;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 0 18px rgba(0,229,255,0.6);
    transition:all .25s ease;
}

.verify-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 0 28px rgba(0,229,255,0.9);
}

.card{
    border:1px solid rgba(0,229,255,0.15);
}

