@import url("/static/footer_pc.css");
@import url("/static/page_title.css");

.seekers-scroll {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.seekers-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    color: #111;
    min-height: auto;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: calc(var(--pc-footer-offset, 72px) + 80px);
}

.seekers-header {
    padding: 8px 24px 12px;
}

.seekers-title-panel {
    padding: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.seekers-title-panel .back-link {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.seekers-title-panel .back-link:hover {
    color: #111;
}

.seekers-title-panel h1 {
    font-size: 24px;
    margin-bottom: 4px;
}

.seekers-title-panel .seekers-lead {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

.seekers-main {
    padding: 0 24px 24px;
}

.seekers-search {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.seekers-search label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #444;
    margin-bottom: 6px;
}

.seekers-search .field {
    margin-bottom: 12px;
}

.seekers-search .field:last-of-type {
    margin-bottom: 14px;
}

.seekers-search input,
.seekers-search select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
}

.seekers-search button {
    width: auto;
    display: inline-block;
    padding: 10px 22px;
    border: none;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.seekers-search button:hover {
    background: #333;
}

.seekers-meta {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
    padding: 0 4px;
}

.seekers-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seeker-card {
    display: block;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.15s ease, background 0.15s ease;
}

.seeker-card:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.95);
}

.seeker-card-trade {
    margin: 0;
    font-family: "Yuji Boku", "HG正楷書体-PRO", "游明朝", "Yu Mincho", serif;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 1.4;
}

.seeker-card-rule {
    margin: 8px -16px 10px;
    border: 0;
    border-top: 2px solid #333;
}

.seeker-card-name {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}

.seeker-card-age {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.seeker-card-business {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 1.45;
}

.seeker-card-years {
    margin: 0 0 8px;
    font-size: 13px;
    color: #444;
    line-height: 1.45;
}

.seeker-card-work {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #333;
}

.seeker-card .seeker-areas,
.seeker-card .seeker-availability {
    margin: 0;
    font-size: 13px;
    color: #555;
}

.seeker-card .listing-branch-label {
    margin: 0 0 6px;
}

.seekers-empty {
    padding: 28px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}

.listing-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 20px 0 8px;
}

.listing-pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 10px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #1a4f9c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.listing-pagination-btn:hover {
    background: #fff;
}

.listing-pagination-btn.is-disabled {
    color: #999;
    font-weight: 500;
    border-color: rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.55);
}

.listing-pagination-status {
    font-size: 13px;
    color: #555;
    min-width: 4.5em;
    text-align: center;
}

.listing-board.is-loading {
    opacity: 0.65;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.seeker-detail-card {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.seeker-detail-toolbar {
    padding: 14px 22px 10px;
}

.seeker-detail-toolbar .back-link {
    display: inline-block;
    color: #1a4f9c;
    text-decoration: none;
    font-size: 14px;
}

.seeker-detail-toolbar .back-link:hover {
    text-decoration: underline;
}

.seeker-detail-split {
    display: flex;
    align-items: stretch;
    min-height: 480px;
}

.seeker-detail-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.seeker-trade-banner {
    margin: 0;
    padding-top: 0.28em;
    padding-right: 0.4em;
    padding-bottom: 0.28em;
    padding-left: unset;
    background: #111;
    color: #fff;
    text-align: center;
    font-family: "Yuji Boku", "HG正楷書体-PRO", "游明朝", "Yu Mincho", serif;
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.12em;
    white-space: nowrap;
    overflow: hidden;
}

.seeker-trade-banner[data-len="1"],
.seeker-trade-banner[data-len="2"] {
    letter-spacing: 0.28em;
}

.seeker-trade-banner[data-len="3"],
.seeker-trade-banner[data-len="4"] {
    letter-spacing: 0.16em;
}

.seeker-trade-banner[data-len="5"],
.seeker-trade-banner[data-len="6"] {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
}

.seeker-trade-banner[data-len="7"],
.seeker-trade-banner[data-len="8"] {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
}

.seeker-detail-body {
    flex: 1;
    padding: 20px 16px 28px;
}

.seeker-detail-chapter {
    margin: 0 0 16px;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 1.7;
}

.seeker-detail-name {
    margin: 0 0 14px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    color: #111;
}

.seeker-detail-age {
    font-size: 0.78em;
    font-weight: 500;
}

.seeker-detail-business {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
    color: #222;
}

.seeker-detail-years {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
    color: #111;
}

.seeker-detail-work {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
    color: #111;
}

.seeker-detail-rule {
    margin: 0 0 18px;
    border: 0;
    border-top: 3px solid #333;
}

.seeker-detail-area {
    margin: 0 0 22px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    color: #222;
}

.seeker-detail-summary {
    margin: 0 0 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #333;
    white-space: pre-wrap;
}

.seeker-detail-social {
    margin: 32px 0 20px;
}

.seeker-detail-brand {
    flex-shrink: 0;
    width: 180px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 22px 28px;
    background: transparent;
}

.seeker-detail-brand-img {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.seeker-detail-row {
    margin-bottom: 14px;
}

.seeker-detail-row dt {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    margin-bottom: 4px;
}

.seeker-detail-row dd {
    font-size: 15px;
    line-height: 1.6;
    color: #222;
}

.seeker-contact-box {
    margin-top: 18px;
    padding: 14px;
    background: #f7f9fc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.seeker-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.seeker-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #1f2937;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.seeker-social-icon:hover {
    opacity: 0.92;
}

.seeker-social-icon-locked,
.seeker-social-icon-locked:hover {
    opacity: 0.38;
    filter: grayscale(1);
    cursor: not-allowed;
    box-shadow: none;
}

.seeker-social-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}

.seeker-social-website { background: #334155; }
.seeker-social-instagram { background: #c13584; }
.seeker-social-x { background: #111111; }
.seeker-social-youtube { background: #ff0000; }
.seeker-social-facebook { background: #1877f2; }

.seeker-contact-box p {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}

.seeker-contact-link {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #1a4f9c;
    text-decoration: none;
}

.seeker-contact-link:last-child {
    margin-bottom: 0;
}

.seeker-expiry {
    margin-top: 16px;
    font-size: 12px;
    color: #777;
}

.jobs-post-link-wrap {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.jobs-post-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #1a4f9c;
    text-decoration: none;
}

.jobs-post-link:hover {
    text-decoration: underline;
}
