/* _content/Owlion.GitIssueReporting/Component1.razor.rz.scp.css */
.my-component[b-t54rdxcvfw] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/Owlion.GitIssueReporting/Components/GitIssueReport.razor.rz.scp.css */
.git-issue-report[b-20hctyltbo] {
    display: inline-block;
}

.git-issue-button[b-20hctyltbo] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 24px;
    border: 1px solid #343451;
    border-radius: 15px;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}
    .git-issue-button:hover[b-20hctyltbo] {
        background: #24243d;
        border-color: #3d3d5c;
    }

        .git-issue-button:hover[b-20hctyltbo]  .ladybug {
            filter: drop-shadow(0 0 4px rgba(255, 80, 80, 0.9)) drop-shadow(0 0 9px rgba(255, 80, 80, 0.7)) drop-shadow(0 0 16px rgba(255, 80, 80, 0.45));
        }

.git-issue-modal[b-20hctyltbo] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1000;
}

.git-issue-window[b-20hctyltbo] {
    width: 520px;
    max-width: calc(100% - 40px);
    padding: 28px;
    border: 2px solid #2a2a40;
    border-radius: 18px;
    background: #1a1a2e;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

    .git-issue-window h3[b-20hctyltbo] {
        margin: 0 0 8px;
        color: white;
        font-size: 22px;
    }

    .git-issue-window textarea[b-20hctyltbo] {
        width: 100%;
        min-height: 170px;
        padding: 14px;
        box-sizing: border-box;
        border: 2px solid #2a2a40;
        border-radius: 12px;
        outline: none;
        background: #111122;
        color: white;
        font-family: inherit;
        font-size: 15px;
        line-height: 1.5;
        resize: vertical;
    }

        .git-issue-window textarea:focus[b-20hctyltbo] {
            border-color: #3d5fe8;
        }

.git-issue-actions[b-20hctyltbo] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 18px;
}

    .git-issue-actions button[b-20hctyltbo] {
        padding: 11px 22px;
        border: none;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

        .git-issue-actions button:first-child[b-20hctyltbo] {
            background: #2a2a40;
            color: white;
        }

            .git-issue-actions button:first-child:hover[b-20hctyltbo] {
                background: #34344d;
            }

        .git-issue-actions button:last-child[b-20hctyltbo] {
            background: #2d5be3;
            color: white;
        }

            .git-issue-actions button:last-child:hover[b-20hctyltbo] {
                background: #3b68ed;
            }

.git-issue-window p[b-20hctyltbo] {
    margin: 15px 0 0;
    color: #d7d7e8;
    font-size: 14px;
}
/* _content/Owlion.GitIssueReporting/Visuals/LadyBug.razor.rz.scp.css */
.ladybug[b-6hx671sy4s] {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 6px;
}

/* =========================
   HEAD & ANTENNAE
   ========================= */
.ladybug-head[b-6hx671sy4s] {
    position: absolute;
    width: 14px;
    height: 10px;
    background: #111;
    border-radius: 50% 50% 40% 40%;
    top: 3px;
    left: 7px;
    z-index: 3;
}

.ladybug-antenna[b-6hx671sy4s] {
    position: absolute;
    width: 6px;
    height: 6px;
    top: -1px;
    border-top: 2px solid #111;
    border-radius: 50%;
    z-index: 1;
}

    .ladybug-antenna.left[b-6hx671sy4s] {
        left: 8px;
        transform: rotate(-30deg);
    }

    .ladybug-antenna.right[b-6hx671sy4s] {
        right: 8px;
        transform: rotate(30deg);
    }

/* =========================
   BODY & WING SPLIT LINE
   ========================= */
.ladybug-body[b-6hx671sy4s] {
    position: absolute;
    width: 22px;
    height: 20px;
    background: #ff4757;
    border-radius: 50% 50% 45% 45%;
    top: 8px;
    left: 3px;
    z-index: 2;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

/* The vertical wing divider line */
.ladybug-line[b-6hx671sy4s] {
    position: absolute;
    width: 2px;
    height: 17px;
    background: #111;
    top: 2px;
    left: 10px;
    z-index: 3;
}

/* =========================
   SPOTS
   ========================= */
.ladybug-spot[b-6hx671sy4s] {
    position: absolute;
    width: 3.5px;
    height: 3.5px;
    background: #111;
    border-radius: 50%;
    z-index: 4;
}

    .ladybug-spot.s1[b-6hx671sy4s] {
        top: 5px;
        left: 5px;
    }

    .ladybug-spot.s2[b-6hx671sy4s] {
        top: 5px;
        right: 5px;
    }

    .ladybug-spot.s3[b-6hx671sy4s] {
        top: 12px;
        left: 4px;
    }

    .ladybug-spot.s4[b-6hx671sy4s] {
        top: 12px;
        right: 4px;
    }
