/* ========== RESET ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overscroll-behavior: none;
  
  
}
a{
  text-decoration: none;
  color: #00A550;
}

/* ========== BODY ========== */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: white;
  background: #00A55010;
  color: #00000110;
  /*padding: 28px;*/
  min-height: 100vh;
  
   
  
  
}

/* ========== LAYOUT ========== */
.container {
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  padding: 28px;
  
  
}


/* ========== TYPOGRAPHY ========== */
h1 {
  font-size: 34px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: #000001;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  color: #000001;
}

h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000001;
}

.small-text {
  color: rgba(20, 20, 20, 0.55);
  font-size: 16px;
  color: #000001;
}

/* ========== HEADER ========== */
.logo {
  font-size: 43.25px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #00A550;
  
  
}
.logo p{
  color: #00A550;
  
}
/*.logop{
  background: linear-gradient(90deg, #00A550, #00A55050);
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: min-content;

}
.logop2{
  background: linear-gradient(90deg, #00A550, #00A55050);
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: min-content;

}
.logopcontainer{
  display: flex;
}*/


.slogan {
  display: flex;
  margin-top: 16px;
    font-size: 24px;

      color: #00000195;
}
.slogan p{
    color: #000001;


}

/* ========== CARDS (UPDATED: NO SHADOW + SOLID SURFACE) ========== */
.card {
  background: #00A55025;

  /*border: 1px solid #00000050;*/

  border-radius: 18px;
  padding: 28px;
  margin-bottom: 28px;

  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* ========== INPUTS ========== */
label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #000001;
}

input,
textarea {
  width: 100%;
    border: none !important;
    /*background: #00A55030 !important;*/
    border-radius: 18px !important;
    padding: 16px;
    font-size: 16px;
    color: #000001 !important;
    outline: none !important;
    min-height: 51px;
}
input::placeholder{
  color: #00000190;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

input:focus,
textarea:focus {
  
  border-color: rgba(99, 102, 241, 0.5);
  box-shadow: none;
}

/* ========== BUTTONS ========== */
button {
      height: 51px;
      

  width: 100%;
  min-width: 50px;
  border: none;
  border-radius: 18px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;

  background: linear-gradient(90deg, #000000 0%, #000000 100%);
  background: #00A550;
  color: #ffffff;

  text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.button2{
      
          color: #00A550 !important;

    border: 2px solid #00A550;
    background: none;
    
    /*margin: 0 auto;*/
}
.button-small{
  width: min-content;
}
.buttons{
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}


button:hover {
  opacity: 75%;
}

.secondary-btn {
  /*background: linear-gradient(90deg, #000000 0%, #ffffff 100%);*/
  color: white;
  width: min-content;
  height: 45px;
  /*border: 1px solid rgba(0, 0, 0, 0.08);*/
}

/* ========== TOPBAR ========== */
.topbar {
  display: flex;
    align-items: center;
    margin-bottom: 28px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;


}

.topbar p {
  font-size: 43.25px;

  margin-bottom: 0;
  color: #000001;
  font-weight: 700;
  
  /*background: linear-gradient(90deg, #00A550, #00A55080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

/* ========== LINKS ========== */
.link {
  text-decoration: none;
  font-weight: 600;
  color: #000001;
  /*transition: 0.2s;*/
}

.link:hover {
  opacity: 75%;
}

/* ========== UTILITIES ========== */
.center {
  text-align: center;
}

.big-number {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #000001;
  /*background: linear-gradient(90deg, #111827, #6b7280);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

/* ========== LIST ITEMS ========== */
.payout-item {
  background: #00A55030;
  /*border: 1px solid rgba(0, 0, 0, 0.08);*/
  border-radius: 18px;
  padding: 16px;
  margin-top: 10px;
  word-break: break-word;
  color: #000001;
}

#payoutList p {
  color: #000001;
}

/* ========== PROFILE URL ========== */
.profile-url {
  font-size: 16px;
  text-align: center;
  word-break: break-all;
  color: #000001;
}

/* ========== TOS ========== */
.toslabel {
  display: flex;
  align-items: center;
}

.tos {
  padding: 0;
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;

  background-color: white !important;

  display: inline-grid !important;
  place-content: center !important;

  cursor: pointer !important;
  margin-right: 10px !important;
}

.tos::after {
  content: "" !important;
  min-width: 11px !important;
  min-height: 11px !important;
  transform: scale(0) !important;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%) !important;
}

.tos:checked {
  background: #00A550 !important;
}

.tos:checked::after {
  transform: scale(1) !important;
  background-color: #ffffff !important;
}

.toslabel p a {
  font-weight: 600;
  color: rgba(20, 20, 20, 0.75);
  text-decoration: none;
}

.toslabel p {
  color: #000001;
}

p{
  color: #000001;
}

label a {
  color: #000001;
  text-decoration: none;
}

label a:hover {
  text-decoration: underline;
}

.footer{
  /*border-top: 2px solid #00A550;*/
  background: #00A55020;
  padding: 20px;
}
.footer-links, .footer-copy{
  max-width: 800px;
  
  margin: auto;
  
    overflow: hidden;
    text-align: center;
}
.footer-links{
  margin-bottom: 16px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 600px) {
  /*body {
    padding: 16px;
  }*/
  .container{
    padding: 16px;
  }

  /*.slogan {
    margin: 0 16px;
  }*/

  

  .card {
    padding: 20px;
    margin-bottom: 16px;
  }

  .big-number {
    font-size: 42px;
  }
  button {
      width: 100%;
  }
  .secondary-btn{
    width: fit-content;
  }
  .topbar{
    margin-bottom: 16px;
  }
  
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  border: none !important;
}

.mid{
  margin: 0 auto;
}