/* fundraising.css - Figma fundraising (노드 id 1191:458) */
@font-face {
    font-family: 'Pretendard Variable';
    src: url('fonts/PretendardVariable.woff2') format('woff2');
    font-weight: 400 900;
    font-display: swap;
  }
html, body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  font-family: 'Pretendard', 'Apple SD Gothic Neo', Arial, sans-serif;
  background-color: #19181D;
}

#fundraising-app {
  width: 100vw;
  max-width: 375px;
  min-height: 100vh;
  height: 812px;
  margin: 0 auto;
  background: url('/images/see.png') center center/cover no-repeat;
  box-shadow: 0 0 8px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 24px;
  position: relative;
  overflow: visible;
}
.bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.vote_topbar {
  display: flex;
  align-items: center;
  height: 50px;
  /* background: #f5f5f7; */
  border-bottom: 0px solid #ececec;
  padding: 0 16px;
  position: relative;
  top: 0;
  z-index: 10;
}
.vote_topbar-left {
  flex: 0 0 40px;
  z-index: 2;
}
.chevron-left {
  width: 28px;
  height: 28px;
  background: url('/images/back.png') no-repeat center/contain;
  border: none;
  outline: none;
  cursor: pointer;
}
.vote_topbar-logo {
   width: 32px;
  height: 32px;
  /* background: #fff; */
  border-radius: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.vote_topbar-logo img {
 width: 100%;
  height: 100%;
  object-fit: contain;
}

.fund-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 32px 0 33px 24px;
  letter-spacing: -0.65px;
}

.fund-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  margin: 0 24px 16px 24px;
  padding: 20px 16px;
  position: relative;
  min-height: 80px;
}
.fund-account.kakaobank {
  background: #ffeb00;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 12px;
  margin: 0 24px 16px 24px;
  padding: 18px 16px 14px 16px;
  min-height: 80px;
  box-sizing: border-box;
}
.fund-account.paypal {
  background: linear-gradient(90deg, #009cde 0%, #003087 85%);
  color: #fff;
  border-radius: 12px;
  margin: 0 24px 16px 24px;
  padding: 18px 16px 14px 16px;
  min-height: 80px;
  box-sizing: border-box;
  position: relative;
}
.bank-info, .paypal-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bank-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.bank-name {
  font-size: 15px;
  font-weight: 600;
  color: #3D1F00;
}
.kakao-icon2 {
  height: 20px;
  width: auto;
  margin-left: 2px;
  vertical-align: middle;
}

.bank-number {
  font-family: 'Pretendard Variable', 'Apple SD Gothic Neo', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.4px;
  line-height: 26px;
  margin-bottom: 2px;
}
.bank-holder {
  font-family: 'Pretendard Variable', 'Apple SD Gothic Neo', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.4px;
  line-height: 26px;
}
.paypal-logo img {
  vertical-align: middle;
  margin-right: 8px;
}
.paypal-email {
  font-family: 'Pretendard Variable', 'Apple SD Gothic Neo', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.45px;
  line-height: 26px;
  margin-top: -5px;
}
.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 12px;
  padding: 20px , 0 , 0 ,0;
  display: flex;
  align-items: flex-start;
}
.copy-btn-paypal {
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px , 0 , 0 ,0;
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  margin: 0;
}
.copy-btn-paypal img {
  width: 25px;
  height: 25px;
}
.copy-btn img {
  width: 25px;
  height: 25px;
}

.fund-notice {
 
  color: #fff;
  border-radius: 12px;
  margin: 0 0 16px 24px;
  padding: 16px 0 16px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
}
.notice-icon {
  animation: notice-pulse 2s infinite ease-in-out;
}

@keyframes notice-pulse {
  0% { transform: scale(1); }
  20% { transform: scale(1.18); }
  40% { transform: scale(0.95); }
  60% { transform: scale(1.12); }
  80% { transform: scale(0.98); }
  100% { transform: scale(1); }
}

.notice-icon img {
  width: 24px;
  height: 24px;
}

.notice-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: -5px;
}
.notice-desc {
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.25px;
}

.fund-image {
  margin: 0 24px 16px 24px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fund-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.paypal-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.paypal-label {
  font-family: 'Pretendard Variable', 'Apple SD Gothic Neo', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.4px;
  line-height: 26px;
}
.paypal-icon {
  height: 32px;
  width: auto;
  margin-left: 2px;
  vertical-align: middle;
}
.paypal-email {
  font-family: 'Pretendard Variable', 'Apple SD Gothic Neo', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.45px;
  line-height: 26px;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 15px;
  font-family: 'Pretendard Variable', 'Apple SD Gothic Neo', Arial, sans-serif;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  box-shadow: none;
  height: 32px;
  width: 32px;
  outline: none;
}
.lang-btn:focus {
  box-shadow: 0 0 0 2px #009cde33;
}
.lang-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.lang-menu {
  position: absolute;
  top: 38px;
  left: auto;
  right: 24px;
  min-width: 120px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  padding: 6px 0;
  margin: 0;
  z-index: 10;
  list-style: none;
}
.lang-menu[hidden] {
  display: none;
}
.lang-menu li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px 8px 12px;
  font-size: 15px;
  font-family: 'Pretendard Variable', 'Apple SD Gothic Neo', Arial, sans-serif;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  transition: background 0.15s;
  border-radius: 6px;
}
.lang-menu li:hover, .lang-menu li:focus {
  background: #f0f6ff;
}

@media (max-width: 375px) {
  #fundraising-app {
    max-width: 100vw;
    width: 100vw;
    height: 812px;
  }
  .fund-account, .fund-notice, .fund-image {
    margin-left: 8px;
    margin-right: 8px;
  }
}
