.card {
    height: 100%;
}

.card-brutalist {
    border: 3px solid #363636;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #363636;
    background-color: #ffffff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card-brutalist:hover {
    transform: translateY(-2px);
    box-shadow: 6px 6px 0 #363636;
}

.icon-brutalist i {
    color: #363636;
}

.card-brutalist .title {
    color: #363636;
}

.card-brutalist .content {
    color: #363636;
}

.arch-level-check ul {
    list-style: none;
    padding-left: 0;
}

.arch-level-check li {
    margin-bottom: 0.4em;
}

.arch-level-check i {
    color: #363636;
    margin-right: 0.5em;
}

pre, #test-login-form {
    background-color: #ffffff !important;
}

#db-table {
    font-family: "Courier New", monospace;
    color: #d4d4d4;
    background-color: #1e1e1e;
    border-collapse: collapse;
    width: 100%;
}

#db-table th {
    background-color: #2d2d2d;
    color: #00ffc3;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #3a3a3a;
    padding: 0.6rem 1rem;
    letter-spacing: 0.05em;
}

#db-table td {
    border: 1px solid #3a3a3a;
    padding: 0.6rem 1rem;
    color: #eaeaea;
}

#db-table tr:nth-child(even) td {
    background-color: #252525;
}

#db-table tr:hover td {
    background-color: #323232;
    transition: background 0.2s ease;
}

#flow-steps .column {
    display: flex;
    justify-content: center;
}

.flow-step {
    background: #ffffff;
    border: 2px solid #363636;
    border-radius: 16px;
    box-shadow: 4px 4px 0 #363636;
    text-align: center;
    padding: 1rem;
    width: 180px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 1;
    flex: 1;
    height: 100%;
}

.flow-step:hover {
    transform: translateY(-2px);
    box-shadow: 7px 7px 0 #363636;
}

.flow-circle {
    position: absolute;
    top: -14px;
    left: -14px;
    background: linear-gradient(135deg, #fde3ab, #f9d47c);
    border: 2px solid #363636;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 0 #363636;
}

.flow-step i {
    margin-top: 0.5rem;
    color: #363636;
    font-size: 1.6rem;
}

.flow-title {
    font-weight: 700;
    color: #2e2e2e;
    margin-top: 0.6rem;
    font-size: 1rem;
}

.flow-text {
    font-size: 0.9rem;
    color: #4a4a4a;
    margin-top: 0.3rem;
}

#code-block {
    background: #2b2b2b !important;
    color: #f8f8f2;
    padding: 1rem 1.2rem;
    border-radius: 10px;
    font-family: Monospaced, sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    overflow-x: auto;
}

#code-block .kw {
    color: #66d9ef;
    font-weight: 600;
}

#code-block .op {
    color: #f92672;
}

#code-block .str {
    color: #e6db74;
}

#code-block .func {
    color: #a6e22e;
    font-weight: 600;
}
