@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');

* {
    font-family: 'Outfit', sans-serif;
    background-color: #212121;
    color: white;
}

.uhoh {
    overflow-wrap: break-word;
    font-size: 19px;
}

button:hover {
    background-color: rgb(37 99 235);
    transition: 0.3s;
}

button {
    width: 60px;
    height: 50px;
    border-radius: 10px;
    font-size: 25px;
    border: 0 solid #fff;
    color: #fff;
    background-color: rgb(29 78 216);
    transition: 0.3s;
    margin-right: 7px;
    margin-top: 8px;
}

.dices {
    display: flex;
}

.dice1 {
    margin-right: 5px;
    border-radius: 100px
}

.dice2 {
    margin-left: 5px;
}

.op {
    font-size: 34px;
    margin-top: 9px;
}

.ol {
    font-size: 34px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 9px;
}

.noscrh1 {
    color: red;
    font-size: 20px;
}

.holdonthere {
    font-size: 45px;
}

.center {
    display: table;
    margin: 150px auto;
}

.ventry {
    color: rgb(37 99 235);
    font-weight: 600;
    margin-left: 4px;
}

.ddosprot {
    display: flex;
    font-size: 18px;
    margin-top: 10px;
}

.s3-hidden-option {
    display: none !important;
}

.pow-status {
    font-size: 18px;
    margin-bottom: 12px;
}

.pow-track {
    width: 420px;
    max-width: 80vw;
    height: 10px;
    background-color: #2a2a2a;
    border-radius: 999px;
    overflow: hidden;
}

.pow-bar {
    height: 100%;
    width: 0%;
    background-color: #22c55e;
    transition: width 0.2s ease;
}

.pow-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 8px;
    opacity: 0.85;
}

.pow-note {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.75;
    max-width: 520px;
}

.pow-error {
    color: #ef4444;
}

.pow-success {
    color: #22c55e;
}