#mainSection { 
    font-family: sans-serif; 
    max-width: 800px; 
    margin: 0 auto; 
    padding: 20px; 
}
.fkm-tool { 
    margin: 30px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.btn { 
    padding: 10px 25px;
    cursor: pointer;
    border: none;
    font-weight: bold;
    transition: 0.2s;
}
.btn-dark {
    background: #333;
    color: white;
}
.btn-green {
    background: var(--green);
    color: #000;
}
.btn-pink {
    background: #e0007b;
    color: white;
}
.btn-blue {
    background: #1460c2;
    color: white;
}
.btn:hover {
    opacity: 0.8;
}
.fmk-row {
    padding: 40px 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid black;
}
.fmk-row input[type="text"] {
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 15px;
    border: 0;
    box-sizing: border-box;
    color: #000;
    text-align: center;
}
.fmk-options {
    display: flex;
    gap: 25px;
    text-align: center;
    justify-content: center;
}
.fmk-options label {
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    user-select: none;
    padding: 5px 10px;
    border: 2px solid var(--green);
    min-width: 180px;
    text-align: center;
}
.fmk-options label:has(input[type="radio"]:checked) {
    background-color: var(--green);
}
.disabled-option {
    opacity: 0.2;
    pointer-events: none;
    grayscale: 100%;
}
#share-container {
    background-color: #000;
    color: var(--green);
    padding: 20px;
    margin-top: 30px;
}
#share-url {
    width: 70%;
    padding: 10px;
    border: 0;
    border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
  width: 0;
  height: 0;
  display: none;
}
#custom-gender-selector input[type="radio"],
#custom-gender-selector input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline;
}
.fmk-options .fa-solid{
    color: var(--green);
    /*background-color: black;*/
    padding: 6px;
    font-size: 14px;
    margin-right: 5px;
}
.fmk-options label:has(input[type="radio"]:checked) .fa-solid {
    color: #fff;
}
.fkm-tool2 {
    text-align: center;
}
.btn-reset {
    margin-bottom: 20px;
}
#copy-btn {
    background-color: var(--green);
    color: #000;
    padding: 8px 10px;
    border: 0;
    font-weight: bold;
    cursor:pointer;
}
.fmk-stats {
    text-align: center;
    background-color: #ebebeb;
    padding: 10px;
    margin-top: 5px;
    font-size: .8em;
}
.anal-fuck {
    color: red;
}
.anal-marry {
    color: #1460c2;
}
.anal-kill {
    color: green;
}