/* /Components/ProjectDetailModal.razor.rz.scp.css */
.modal-backdrop[b-6bs5g0vd0e] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-container[b-6bs5g0vd0e] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.detail-container[b-6bs5g0vd0e] {
    font-family: 'Hiragino Kaku Gothic ProN', 'Roboto', 'Noto Sans JP', sans-serif;
    min-height: 100vh;
    background-color: #FFFFFF;
}

.detail-header[b-6bs5g0vd0e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    position: sticky;
    top: 0;
    z-index: 50;
}

.back-btn[b-6bs5g0vd0e] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: none;
    border: none;
    color: #007AFF;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    margin-left: -0.5rem;
}

.back-btn:hover[b-6bs5g0vd0e] {
    opacity: 0.7;
}

.back-icon[b-6bs5g0vd0e] {
    font-weight: 600;
}

.header-title[b-6bs5g0vd0e] {
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
}

.header-spacer[b-6bs5g0vd0e] {
    width: 3rem;
}

.detail-content[b-6bs5g0vd0e] {
    padding: 1rem;
    padding-bottom: 100px;
}

.update-date[b-6bs5g0vd0e] {
    font-size: 0.875rem;
    color: #9E9E9E;
    margin-bottom: 0.5rem;
}

.project-title[b-6bs5g0vd0e] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.tag-area[b-6bs5g0vd0e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.tag[b-6bs5g0vd0e] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    border-radius: 1rem;
    background-color: #F8F9FA;
    color: #666666;
}

.tag-icon[b-6bs5g0vd0e] {
    font-size: 0.875rem;
}

.location-tag[b-6bs5g0vd0e] {
    background-color: #FFF0F0;
    color: #D32F2F;
}

.remote-tag.full-remote[b-6bs5g0vd0e] {
    background-color: #E8F5E9;
    color: #2E7D32;
    font-weight: 500;
}

.remote-tag.hybrid[b-6bs5g0vd0e] {
    background-color: #FFF3E0;
    color: #E65100;
}

.remote-tag.onsite[b-6bs5g0vd0e] {
    background-color: #ECEFF1;
    color: #546E7A;
}

.period-tag[b-6bs5g0vd0e] {
    background-color: #E3F2FD;
    color: #1565C0;
}

.info-card[b-6bs5g0vd0e] {
    background-color: #F8F9FA;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.card-title[b-6bs5g0vd0e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin: 0 0 0.75rem 0;
}

.card-icon[b-6bs5g0vd0e] {
    font-size: 1.125rem;
}

.card-content[b-6bs5g0vd0e] {
    padding-left: 0.25rem;
}

.info-row[b-6bs5g0vd0e] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.info-row:last-child[b-6bs5g0vd0e] {
    margin-bottom: 0;
}

.info-label[b-6bs5g0vd0e] {
    font-size: 0.875rem;
    color: #666666;
    min-width: 4rem;
}

.info-value[b-6bs5g0vd0e] {
    font-size: 0.9375rem;
    color: #333333;
}

.price-value[b-6bs5g0vd0e] {
    font-weight: 600;
    color: #007AFF;
}

.system-id[b-6bs5g0vd0e] {
    font-size: 0.75rem;
    color: #9E9E9E;
    word-break: break-all;
}

.project-detail-text[b-6bs5g0vd0e] {
    font-size: 0.9375rem;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    white-space: pre-wrap;
}

.skills-list[b-6bs5g0vd0e] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.skills-list li[b-6bs5g0vd0e] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
    color: #333333;
    line-height: 1.4;
}

.skills-list li:last-child[b-6bs5g0vd0e] {
    margin-bottom: 0;
}

.skill-check[b-6bs5g0vd0e] {
    flex-shrink: 0;
    font-size: 1rem;
}

.skill-check.must[b-6bs5g0vd0e] {
    color: #D32F2F;
}

.skill-check.preferred[b-6bs5g0vd0e] {
    color: #1565C0;
}

.bottom-spacer[b-6bs5g0vd0e] {
    height: 100px;
}

.entry-footer[b-6bs5g0vd0e] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border-top: 1px solid #E5E5E5;
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1002;
}

.entry-btn[b-6bs5g0vd0e] {
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: #007AFF;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.entry-btn:hover[b-6bs5g0vd0e] {
    background-color: #0056CC;
    color: #FFFFFF;
}

@media (min-width: 641px) {
    .detail-content[b-6bs5g0vd0e] {
        max-width: 800px;
        margin: 0 auto;
        padding: 1.5rem 2rem;
        padding-bottom: 120px;
    }

    .detail-header[b-6bs5g0vd0e] {
        padding: 1rem 2rem;
    }

    .project-title[b-6bs5g0vd0e] {
        font-size: 1.75rem;
    }

    .info-card[b-6bs5g0vd0e] {
        padding: 1.25rem;
    }

    .entry-footer[b-6bs5g0vd0e] {
        padding: 1rem 2rem;
    }

    .entry-btn[b-6bs5g0vd0e] {
        max-width: 800px;
        margin: 0 auto;
        display: block;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-69xquf5qt5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #FFFFFF;
}

main[b-69xquf5qt5] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.app-header[b-69xquf5qt5] {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

.app-title[b-69xquf5qt5] {
    font-family: 'Hiragino Kaku Gothic ProN', 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    margin: 0;
}


.content[b-69xquf5qt5] {
    flex: 1;
    padding: 0;
    padding-bottom: 5rem;
    overflow-y: auto;
}

@media (min-width: 641px) {
    .app-header[b-69xquf5qt5] {
        padding: 0 2rem;
    }

    .content[b-69xquf5qt5] {
        padding-bottom: 6rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.project-list-container[b-ttq0g0i2dt] {
    padding: 0 1rem;
    font-family: 'Hiragino Kaku Gothic ProN', 'Roboto', 'Noto Sans JP', sans-serif;
}

.section-header[b-ttq0g0i2dt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 1rem;
}

.fire-icon[b-ttq0g0i2dt] {
    font-size: 1.25rem;
}

.section-title[b-ttq0g0i2dt] {
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
}

.loading-container[b-ttq0g0i2dt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #666666;
}

.spinner[b-ttq0g0i2dt] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid #F8F9FA;
    border-top-color: #007AFF;
    border-radius: 50%;
    animation: spin-b-ttq0g0i2dt 1s linear infinite;
}

@keyframes spin-b-ttq0g0i2dt {
    to {
        transform: rotate(360deg);
    }
}

.empty-state[b-ttq0g0i2dt] {
    text-align: center;
    padding: 3rem;
    color: #666666;
}

.project-cards[b-ttq0g0i2dt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 8rem;
}

.project-card[b-ttq0g0i2dt] {
    background-color: #F8F9FA;
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.project-card:hover[b-ttq0g0i2dt] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.project-card:active[b-ttq0g0i2dt] {
    transform: translateY(0);
}

.project-name[b-ttq0g0i2dt] {
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin: 0 0 0.75rem 0;
    line-height: 1.4;
}

.project-meta[b-ttq0g0i2dt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.meta-item[b-ttq0g0i2dt] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #666666;
    background-color: #FFFFFF;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}

.meta-item.location .icon[b-ttq0g0i2dt] {
    color: #FF6B6B;
}

.meta-item.remote[b-ttq0g0i2dt] {
    font-weight: 500;
}

.meta-item.remote.full-remote[b-ttq0g0i2dt] {
    background-color: #E8F5E9;
    color: #2E7D32;
}

.meta-item.remote.hybrid[b-ttq0g0i2dt] {
    background-color: #FFF3E0;
    color: #E65100;
}

.meta-item.remote.onsite[b-ttq0g0i2dt] {
    background-color: #ECEFF1;
    color: #546E7A;
}

.project-price[b-ttq0g0i2dt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.project-price .icon[b-ttq0g0i2dt] {
    color: #007AFF;
}

.price-value[b-ttq0g0i2dt] {
    font-size: 1rem;
    font-weight: 600;
    color: #007AFF;
}

.project-skills[b-ttq0g0i2dt] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.project-skills .icon[b-ttq0g0i2dt] {
    color: #9C27B0;
    flex-shrink: 0;
}

.skills-text[b-ttq0g0i2dt] {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.4;
}

.project-timestamp[b-ttq0g0i2dt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.project-timestamp .icon[b-ttq0g0i2dt] {
    color: #9E9E9E;
}

.timestamp-value[b-ttq0g0i2dt] {
    font-size: 0.75rem;
    color: #9E9E9E;
}

.ai-search-footer[b-ttq0g0i2dt] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border-top: 1px solid #E5E5E5;
    padding: 0.75rem 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.ai-search-header[b-ttq0g0i2dt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.robot-icon[b-ttq0g0i2dt] {
    font-size: 1.25rem;
}

.ai-search-title[b-ttq0g0i2dt] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333333;
}

.ai-search-input-container[b-ttq0g0i2dt] {
    width: 100%;
}

.ai-search-input[b-ttq0g0i2dt] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    background-color: #F8F9FA;
    color: #333333;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ai-search-input:focus[b-ttq0g0i2dt] {
    border-color: #007AFF;
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
}

.ai-search-input[b-ttq0g0i2dt]::placeholder {
    color: #9E9E9E;
}

.search-icon[b-ttq0g0i2dt] {
    font-size: 1.25rem;
}

.clear-filter-btn[b-ttq0g0i2dt] {
    margin-left: auto;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #007AFF;
    background-color: transparent;
    border: 1px solid #007AFF;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.clear-filter-btn:hover[b-ttq0g0i2dt] {
    background-color: #007AFF;
    color: #FFFFFF;
}

.search-loading[b-ttq0g0i2dt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background-color: #F8F9FA;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
}

.search-spinner[b-ttq0g0i2dt] {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #E5E5E5;
    border-top-color: #007AFF;
    border-radius: 50%;
    animation: spin-b-ttq0g0i2dt 1s linear infinite;
}

.search-loading-text[b-ttq0g0i2dt] {
    font-size: 0.875rem;
    color: #666666;
}

@media (min-width: 641px) {
    .project-list-container[b-ttq0g0i2dt] {
        padding: 0 2rem;
        max-width: 800px;
        margin: 0 auto;
    }

    .project-cards[b-ttq0g0i2dt] {
        gap: 1.25rem;
    }

    .project-card[b-ttq0g0i2dt] {
        padding: 1.25rem;
    }

    .ai-search-footer[b-ttq0g0i2dt] {
        padding: 1rem 2rem;
    }

    .ai-search-input-container[b-ttq0g0i2dt] {
        max-width: 800px;
        margin: 0 auto;
    }
}
