.scp-gemini-shortcode-wrap,
.scp-gemini-admin-wrap {
    background: #f8fafc;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(30, 41, 59, 0.07);
    max-width: auto;
    margin: 40px auto 40px auto;
    padding: 36px 30px 28px 30px;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    color: #22223b;
}

.scp-gemini-shortcode-wrap h3,
.scp-gemini-admin-wrap h1 {
    color: #1d3557;
    margin-bottom: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

.scp-gemini-shortcode-form,
.scp-gemini-admin-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.scp-gemini-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.scp-gemini-label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #2d3142;
    font-size: 1em;
}
.scp-gemini-note {
    font-weight: 400;
    color: #6c757d;
    font-size: 0.93em;
}
.scp-gemini-input {
    padding: 10px 12px;
    font-size: 1.07em;
    border: 1px solid #bfc7d1;
    border-radius: 6px;
    background: #fff;
    transition: border-color 0.2s;
    outline: none;
    margin-bottom: 2px;
}
.scp-gemini-input:focus {
    border-color: #457b9d;
    background: #f1f8fd;
}
.scp-gemini-btnset {
    flex-direction: row;
    gap: 14px;
    margin-top: 10px;
}
.scp-gemini-btn {
    background: linear-gradient(90deg, #4a90e2 0%, #50e3c2 100%)!important;
    color:#3f444b!important;
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.scp-gemini-btn:hover {
    background: linear-gradient(90deg, #50e3c2 0%, #4a90e2 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.scp-gemini-clear-btn {
    background: #fff;
    color: #1d3557 !important;
    border: 1.5px solid #457b9d;
    font-weight: 500;
}
.scp-gemini-clear-btn:hover {
    background: #f5faff;
    color: #274472 !important;
}
.scp-gemini-error {
    background: #ffeaea;
    color: #d90429;
    border: 1px solid #ffb3b3;
    border-radius: 6px;
    padding: 10px 16px;
    margin: 12px 0 0 0;
    font-size: 1em;
    font-weight: 500;
}
.scp-gemini-output-wrap {
    background: #f1f8fd;
    border: 1.5px solid #b5d3eb;
    border-radius: 8px;
    margin-top: 2.5em;
    padding: 24px 18px 16px 18px;
    position: relative;
}
.scp-gemini-title {
    color: #274472;
    margin-bottom: 12px;
    font-size: 1.23em;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.scp-gemini-output-html {
    margin-top: 7px;
    font-size: 1.09em;
    line-height: 1.7;
    color: #27313f;
    background: #fff;
    border-radius: 6px;
    padding: 16px 14px;
    border: 1px solid #e6e6e6;
    overflow-x: auto;
    word-break: break-word;
    min-height: 200px;
    max-height: 600px;
    transition: background 0.2s;
    box-shadow: 0 2px 9px rgba(30, 41, 59, 0.03);
}
.scp-gemini-output-toolbar {
    display: flex;
    gap: 13px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
}
.scp-gemini-token-count {
    font-size: 0.9em;
    font-weight: 500;
    color: #6c757d;
    margin-right: auto;
}
.scp-gemini-btn2 {
    background: #fff;
    color: #1d3557 !important;
    border: 1.5px solid #457b9d;
    border-radius: 7px;
    font-size: 1.02em;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
    padding: 7px 16px;
    margin-left: 2px;
    transition: background 0.14s, border 0.14s, color 0.14s;
}
.scp-gemini-btn2:hover {
    background: #e3f2fd;
    color: #274472 !important;
    border: 1.5px solid #1d3557;
}
.scp-gemini-ux-note {
    background: #f5fafd;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    margin-top: 32px;
    padding: 13px 17px;
    font-size: 1.02em;
    color: #44566c;
}
.scp-gemini-btn-label {
    background: #457b9d;
    color: #fff;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 0.97em;
    font-weight: 600;
}
@media (max-width: 700px) {
    .scp-gemini-shortcode-wrap,
    .scp-gemini-admin-wrap {
        padding: 18px 6vw;
    }
    .scp-gemini-output-wrap {
        padding: 13px 2vw;
    }
    .scp-gemini-output-html {
        font-size: 1em;
        padding: 10px 8px;
    }
    .scp-gemini-btn,
    .scp-gemini-btn2 {
        font-size: 1em;
        padding: 7px 11px;
    }
}
