/* _content/AIModelsPlayground/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-04y31rzsvc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-04y31rzsvc] {
    flex: 1;
}

.sidebar[b-04y31rzsvc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-04y31rzsvc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-04y31rzsvc]  a, .top-row[b-04y31rzsvc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-04y31rzsvc]  a:hover, .top-row[b-04y31rzsvc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-04y31rzsvc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-04y31rzsvc] {
        justify-content: space-between;
    }

    .top-row[b-04y31rzsvc]  a, .top-row[b-04y31rzsvc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-04y31rzsvc] {
        flex-direction: row;
    }

    .sidebar[b-04y31rzsvc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-04y31rzsvc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-04y31rzsvc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-04y31rzsvc], article[b-04y31rzsvc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-04y31rzsvc] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-04y31rzsvc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AIModelsPlayground/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ijhkjl94ed] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ijhkjl94ed] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ijhkjl94ed] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ijhkjl94ed] {
    font-size: 1.1rem;
}

.bi[b-ijhkjl94ed] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-chat-dots-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-dots-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

.bi-cloud-upload-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cloud-upload-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0z'/%3E%3C/svg%3E");
}

.bi-robot-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-robot' viewBox='0 0 16 16'%3E%3Cpath d='M6 12.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM3 8.062C3 6.76 4.235 5.765 5.53 5.886a26.58 26.58 0 0 0 4.94 0C11.765 5.765 13 6.76 13 8.062v1.157a.933.933 0 0 1-.765.935c-.845.147-2.34.346-4.235.346-1.895 0-3.39-.2-4.235-.346A.933.933 0 0 1 3 9.219V8.062Zm4.542-.827a.25.25 0 0 0-.217.068l-.92.9a24.767 24.767 0 0 1-1.871-.183.25.25 0 0 0-.068.495c.55.076 1.232.149 2.02.193a.25.25 0 0 0 .189-.071l.754-.736.847 1.71a.25.25 0 0 0 .404.062l.932-.97a25.286 25.286 0 0 0 1.922-.188.25.25 0 0 0-.068-.495c-.538.074-1.207.145-1.98.189a.25.25 0 0 0-.166.076l-.754.785-.842-1.7a.25.25 0 0 0-.182-.135Z'/%3E%3Cpath d='M8.5 1.866a1 1 0 1 0-1 0V3h-2A4.5 4.5 0 0 0 1 7.5V8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1v-.5A4.5 4.5 0 0 0 10.5 3h-2V1.866ZM14 7.5V13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.5A3.5 3.5 0 0 1 5.5 4h5A3.5 3.5 0 0 1 14 7.5Z'/%3E%3C/svg%3E");
}

.bi-image-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-image-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V3zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z'/%3E%3C/svg%3E");
}

.bi-mic-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-mic-fill' viewBox='0 0 16 16'%3E%3Cpath d='M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z'/%3E%3Cpath d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-camera-video-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-camera-video-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-ijhkjl94ed] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.nav-item[b-ijhkjl94ed] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ijhkjl94ed] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ijhkjl94ed] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ijhkjl94ed]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ijhkjl94ed]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ijhkjl94ed]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ijhkjl94ed] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ijhkjl94ed] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ijhkjl94ed] {
        display: none;
    }

    .nav-scrollable[b-ijhkjl94ed] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* ================================
   ENHANCED MOBILE RESPONSIVENESS
   ================================ */

/* Mobile and tablet improvements */
@media (max-width: 768px) {
    .top-row[b-ijhkjl94ed] {
        min-height: 3rem;
        padding: 0 1rem;
    }

    .navbar-brand[b-ijhkjl94ed] {
        font-size: 1rem;
        padding: 0.5rem 0;
    }

    .navbar-toggler[b-ijhkjl94ed] {
        width: 3rem;
        height: 2.25rem;
        top: 0.375rem;
        right: 0.75rem;
        border-radius: 4px;
    }

    .nav-scrollable[b-ijhkjl94ed] {
        background-color: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        max-height: calc(100vh - 3rem);
        overflow-y: auto;
    }

    .nav-item[b-ijhkjl94ed] {
        font-size: 0.95rem;
        padding-bottom: 0.25rem;
    }

    .nav-item:first-of-type[b-ijhkjl94ed] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-ijhkjl94ed] {
        padding-bottom: 0.75rem;
    }

    .nav-item[b-ijhkjl94ed]  .nav-link {
        height: 2.75rem;
        line-height: 2.75rem;
        padding: 0 1rem;
        border-radius: 6px;
        margin: 0 0.5rem;
        transition: all 0.2s ease;
    }

    .nav-item[b-ijhkjl94ed]  .nav-link:hover {
        background-color: rgba(255,255,255,0.15);
        transform: translateX(4px);
    }

    .nav-item[b-ijhkjl94ed]  a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
        font-weight: 600;
    }

    .bi[b-ijhkjl94ed] {
        width: 1.1rem;
        height: 1.1rem;
        margin-right: 0.6rem;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .top-row[b-ijhkjl94ed] {
        min-height: 2.75rem;
        padding: 0 0.75rem;
    }

    .navbar-brand[b-ijhkjl94ed] {
        font-size: 0.95rem;
    }

    .navbar-toggler[b-ijhkjl94ed] {
        width: 2.75rem;
        height: 2rem;
        top: 0.375rem;
        right: 0.5rem;
    }

    .nav-item[b-ijhkjl94ed] {
        font-size: 0.9rem;
    }

    .nav-item[b-ijhkjl94ed]  .nav-link {
        height: 2.5rem;
        line-height: 2.5rem;
        padding: 0 0.75rem;
    }

    .bi[b-ijhkjl94ed] {
        width: 1rem;
        height: 1rem;
        margin-right: 0.5rem;
    }
}

/* Improve touch targets for mobile */
@media (hover: none) and (pointer: coarse) {
    .navbar-toggler[b-ijhkjl94ed] {
        min-height: 44px;
        min-width: 44px;
    }

    .nav-item[b-ijhkjl94ed]  .nav-link {
        min-height: 44px;
        line-height: 44px;
    }
}

/* Animation for mobile menu toggle */
@media (max-width: 640px) {
    .nav-scrollable[b-ijhkjl94ed] {
        transition: all 0.3s ease;
        transform: translateY(-10px);
        opacity: 0;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-ijhkjl94ed] {
        transform: translateY(0);
        opacity: 1;
    }
}
/* _content/AIModelsPlayground/Components/Pages/Prompt.razor.rz.scp.css */
.prompt-container[b-mgq8c4olo8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.prompt-header[b-mgq8c4olo8] {
    text-align: center;
    margin-bottom: 30px;
    color: white;
}

.prompt-header h1[b-mgq8c4olo8] {
    font-size: 2.5em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.prompt-header p[b-mgq8c4olo8] {
    font-size: 1.2em;
    opacity: 0.9;
}

.prompt-form[b-mgq8c4olo8] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.form-group[b-mgq8c4olo8] {
    margin-bottom: 25px;
}

.form-group label[b-mgq8c4olo8] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 1.1em;
}

.prompt-form .form-control[b-mgq8c4olo8],
.prompt-form input[type="text"][b-mgq8c4olo8],
.prompt-form input[type="number"][b-mgq8c4olo8],
.prompt-form textarea[b-mgq8c4olo8],
.prompt-form select[b-mgq8c4olo8] {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 2px solid #e1e5e9 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none !important;
}

.prompt-form .form-control:focus[b-mgq8c4olo8],
.prompt-form input[type="text"]:focus[b-mgq8c4olo8],
.prompt-form input[type="number"]:focus[b-mgq8c4olo8],
.prompt-form textarea:focus[b-mgq8c4olo8],
.prompt-form select:focus[b-mgq8c4olo8] {
    outline: none !important;
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    background: white !important;
}

.prompt-form .form-control.large[b-mgq8c4olo8],
.prompt-form textarea.large[b-mgq8c4olo8] {
    min-height: 120px !important;
    resize: vertical !important;
}

.model-grid[b-mgq8c4olo8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.model-card[b-mgq8c4olo8] {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.model-card:hover[b-mgq8c4olo8] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.model-card.selected[b-mgq8c4olo8] {
    border-color: #667eea;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.model-card h4[b-mgq8c4olo8] {
    margin: 0 0 10px 0;
    font-size: 1.1em;
}

.model-card p[b-mgq8c4olo8] {
    margin: 0;
    font-size: 0.9em;
    opacity: 0.8;
}

.prompt-form .checkbox-group[b-mgq8c4olo8] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.prompt-form .checkbox-item[b-mgq8c4olo8] {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #f8f9fa !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.prompt-form .checkbox-item:has(input:checked)[b-mgq8c4olo8] {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white !important;
    border-color: #667eea !important;
}

.prompt-form .checkbox-item input[type="checkbox"][b-mgq8c4olo8] {
    margin: 0 !important;
    transform: scale(1.2) !important;
    accent-color: #667eea !important;
}

.file-input-container[b-mgq8c4olo8] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.file-input-label[b-mgq8c4olo8] {
    display: block;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-input-label:hover[b-mgq8c4olo8] {
    border-color: #667eea;
    background: #f0f4ff;
}

.file-input-label.has-files[b-mgq8c4olo8] {
    border-color: #28a745;
    background: #f0fff4;
}

.file-input[b-mgq8c4olo8] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.selected-files[b-mgq8c4olo8] {
    margin-top: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}

.file-item[b-mgq8c4olo8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #e9ecef;
}

.file-item:last-child[b-mgq8c4olo8] {
    border-bottom: none;
}

.remove-file[b-mgq8c4olo8] {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 0.8em;
}

.remove-file:hover[b-mgq8c4olo8] {
    background: #c82333;
}

.prompt-form .submit-btn[b-mgq8c4olo8],
.prompt-form button[type="submit"][b-mgq8c4olo8],
.prompt-form .btn-primary[b-mgq8c4olo8] {
    width: 100% !important;
    padding: 15px 30px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 20px !important;
}

.prompt-form .submit-btn:hover[b-mgq8c4olo8],
.prompt-form button[type="submit"]:hover[b-mgq8c4olo8],
.prompt-form .btn-primary:hover[b-mgq8c4olo8] {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3) !important;
}

.prompt-form .submit-btn:disabled[b-mgq8c4olo8],
.prompt-form button[type="submit"]:disabled[b-mgq8c4olo8],
.prompt-form .btn-primary:disabled[b-mgq8c4olo8] {
    background: #6c757d !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.loading-spinner[b-mgq8c4olo8] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-mgq8c4olo8 1s ease-in-out infinite;
    margin-right: 10px;
}

@keyframes spin-b-mgq8c4olo8 {
    to { transform: rotate(360deg); }
}

.results-container[b-mgq8c4olo8] {
    margin-top: 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.results-header[b-mgq8c4olo8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.results-header h3[b-mgq8c4olo8] {
    margin: 0;
    color: #333;
    font-size: 1.5em;
}

.copy-btn[b-mgq8c4olo8] {
    background: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

.copy-btn:hover[b-mgq8c4olo8] {
    background: #218838;
    transform: translateY(-1px);
}

.response-content[b-mgq8c4olo8] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    border-left: 4px solid #667eea;
    font-family: 'Consolas', 'Monaco', monospace;
    line-height: 1.6;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.error-message[b-mgq8c4olo8] {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #dc3545;
    margin-top: 20px;
}

.info-section[b-mgq8c4olo8] {
    background: #d1ecf1;
    color: #0c5460;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #17a2b8;
    margin-bottom: 20px;
}

.usage-info[b-mgq8c4olo8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.usage-item[b-mgq8c4olo8] {
    text-align: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
}

.usage-item .value[b-mgq8c4olo8] {
    font-size: 1.5em;
    font-weight: bold;
    color: #667eea;
}

.usage-item .label[b-mgq8c4olo8] {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

/* Responsive design */
@media (max-width: 768px) {
    .prompt-container[b-mgq8c4olo8] {
        padding: 15px;
    }
    
    .prompt-form[b-mgq8c4olo8] {
        padding: 20px;
    }
    
    .model-grid[b-mgq8c4olo8] {
        grid-template-columns: 1fr;
    }
    
    .checkbox-group[b-mgq8c4olo8] {
        flex-direction: column;
    }
    
    .results-header[b-mgq8c4olo8] {
        flex-direction: column;
        gap: 10px;
    }
    
    .usage-info[b-mgq8c4olo8] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .prompt-header h1[b-mgq8c4olo8] {
        font-size: 2em;
    }
    
    .usage-info[b-mgq8c4olo8] {
        grid-template-columns: 1fr;
    }
}
