/* CSS */
.button-30 {
    align-items: center;
    appearance: none;
    background: linear-gradient(135deg, #fcfcfd 0%, #f8f9fa 100%);
    border-radius: 8px;
    border: 1px solid rgba(45, 35, 66, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    color: #36395a;
    cursor: pointer;
    display: inline-flex;
    font-family: "Be Vietnam Pro", serif;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.button-30:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(45, 35, 66, 0.1),
        0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.button-30:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 16px -4px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, #fcfcfd 100%);
}

.button-30:active {
    transform: translateY(0px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* CSS save button */
.button-30-save {
    align-items: center;
    appearance: none;
    background: linear-gradient(135deg, #01902d 0%, #27ae60 100%);
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(1, 144, 45, 0.3),
        0 2px 4px -1px rgba(1, 144, 45, 0.2);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", serif;
}

.button-30-save:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.3),
        0 4px 6px -1px rgba(1, 144, 45, 0.3);
    transform: translateY(-1px);
}

.button-30-save:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 16px -4px rgba(1, 144, 45, 0.3),
        0 4px 6px -2px rgba(1, 144, 45, 0.2);
    background: linear-gradient(135deg, #229954 0%, #2ecc71 100%);
}

.button-30-save:active {
    transform: translateY(0px);
    background: linear-gradient(135deg, #186a3b 0%, #01902d 100%);
}

/* CSS del button */
.button-30-del {
    align-items: center;
    appearance: none;
    background: linear-gradient(135deg, #dc143c 0%, #e74c3c 100%);
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(220, 20, 60, 0.3),
        0 2px 4px -1px rgba(220, 20, 60, 0.2);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", serif;
}

.button-30-del:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.3),
        0 4px 6px -1px rgba(220, 20, 60, 0.3);
    transform: translateY(-1px);
}

.button-30-del:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 16px -4px rgba(220, 20, 60, 0.3),
        0 4px 6px -2px rgba(220, 20, 60, 0.2);
    background: linear-gradient(135deg, #e74c3c 0%, #ec7063 100%);
}

.button-30-del:active {
    transform: translateY(0px);
    background: linear-gradient(135deg, #a93226 0%, #dc143c 100%);
}

/* CSS text-green button */
.button-30-text-green {
    align-items: center;
    appearance: none;
    background: linear-gradient(135deg, #fcfcfd 0%, #f8f9fa 100%);
    border-radius: 8px;
    border: 2px solid #01902d;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    color: #01902d;
    cursor: pointer;
    display: inline-flex;
    font-family: "Be Vietnam Pro", serif;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.button-30-text-green:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(1, 144, 45, 0.2),
        0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.button-30-text-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 16px -4px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border-color: #27ae60;
}

.button-30-text-green:active {
    transform: translateY(0px);
    background: #f0fdf4;
}

/* CSS text-red button */
.button-30-text-red {
    align-items: center;
    appearance: none;
    background: linear-gradient(135deg, #fcfcfd 0%, #f8f9fa 100%);
    border-radius: 8px;
    border: 2px solid #dc143c;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    color: #dc143c;
    cursor: pointer;
    display: inline-flex;
    font-family: "Be Vietnam Pro", serif;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.button-30-text-red:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.2),
        0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.button-30-text-red:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 16px -4px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);
    border-color: #e74c3c;
}

.button-30-text-red:active {
    transform: translateY(0px);
    background: #fef2f2;
}

/* CSS yellow button */
.button-30-yellow {
    align-items: center;
    appearance: none;
    background: linear-gradient(135deg, #ffd54f 0%, #ffecb3 100%);
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(255, 213, 79, 0.4),
        0 2px 4px -1px rgba(255, 213, 79, 0.3);
    box-sizing: border-box;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-flex;
    font-family: "Be Vietnam Pro", serif;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.button-30-yellow:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 213, 79, 0.3),
        0 4px 6px -1px rgba(255, 213, 79, 0.4);
    transform: translateY(-1px);
}

.button-30-yellow:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 16px -4px rgba(255, 213, 79, 0.4),
        0 4px 6px -2px rgba(255, 213, 79, 0.3);
    background: linear-gradient(135deg, #ffca28 0%, #ffe082 100%);
}

.button-30-yellow:active {
    transform: translateY(0px);
    background: linear-gradient(135deg, #ffc107 0%, #ffd54f 100%);
}

/* CSS blue button */
.button-30-blue {
    align-items: center;
    appearance: none;
    background: linear-gradient(135deg, #1e88e5 0%, #42a5f5 100%);
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(30, 136, 229, 0.3),
        0 2px 4px -1px rgba(30, 136, 229, 0.2);
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: "Be Vietnam Pro", serif;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.button-30-blue:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.3),
        0 4px 6px -1px rgba(30, 136, 229, 0.3);
    transform: translateY(-1px);
}

.button-30-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 16px -4px rgba(30, 136, 229, 0.3),
        0 4px 6px -2px rgba(30, 136, 229, 0.2);
    background: linear-gradient(135deg, #1976d2 0%, #1e88e5 100%);
}

.button-30-blue:active {
    transform: translateY(0px);
    background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%);
}
