
.tool_info{
    width: 100%;
    margin-bottom: 1rem;
    & h1{
        font-size: 2.5rem;
    }
    & p{
        font-size: 1.2rem;
        opacity: 0.7;
    }
}

.t-card{
    background: #ffffff;
    border: 1px solid #c2daf8;
    border-radius: 6px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(3,23,37,0.06);

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.t-card .btn-generate{
    background: #499BED;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-family: 'Space Mono', monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;

    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;

    &:hover { background: #022E5B; }
    &:active { transform: scale(0.99); }
}

.t-card .btn-copy{
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #c2daf8;
    background: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23031725' stroke-width='2'%3E%3Crect x='9' y='9' width='13' height='13' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    width: 3rem;
    height: 3rem;
    &:hover { 
        background: #DAEAFF; 
        border-color: #499BED; 
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23499BED' stroke-width='2'%3E%3Crect x='9' y='9' width='13' height='13' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40%;
    }
}

.t-card .btn-clear{
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #c2daf8;
    background: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><defs><style>.cls-1{fill:none;}</style></defs><path fill='%23000000' d='M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z'/><rect class='cls-1' width='32' height='32'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    width: 3rem;
    height: 3rem;
    &:hover { 
        background: #DAEAFF; 
        border-color: #499BED; 
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><defs><style>.cls-1{fill:none;}</style></defs><path fill='%23000000' d='M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z'/><rect class='cls-1' width='32' height='32'/></svg>");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40%;
    }
}

.t-card .output{
    flex: 1;
    font-family: 'Space Mono', monospace;
    color: #022E5B;
    background: #f0f6ff;
    border: 1px solid #c2daf8;
    border-radius: 6px;
    word-break: break-all;
    line-height: 1.5;
    letter-spacing: 1px;
    width: 100%;
    font-size: 1.2rem;
    padding: 0.5rem;
    min-height: 3rem;
}

.t-card .input{
    flex: 1;
    font-family: 'Space Mono', monospace;
    color: #022E5B;
    background: #f0f6ff;
    border: 1px solid #c2daf8;
    border-radius: 6px;
    word-break: break-all;
    line-height: 1.5;
    letter-spacing: 1px;
    width: 100%;
    padding: 0.5rem;
    min-height: 3rem;
    font-size: 1.2rem;
    resize: none;
    outline: none; 
}

.display-off{display: none;}