/* =========================================================
   SEAACADEMYIK - ILANLAR SAYFASI
   Dosya: /assets/css/sea-ilan.css
========================================================= */

:root{
    --sea-blue:#1f79df;
    --sea-blue-dark:#0f5fbe;
    --sea-orange:#f5a623;
    --sea-orange-dark:#e89300;
    --sea-text:#1d2b3a;
    --sea-muted:#708090;
    --sea-border:#e5e9ef;
    --sea-bg:#f3f4f6;
    --sea-card:#ffffff;
    --sea-soft:#f8fafc;
    --sea-green:#31b44b;
    --sea-shadow:0 10px 28px rgba(15, 23, 42, .06);
    --sea-radius:18px;
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    padding:0;
    background:var(--sea-bg);
    color:var(--sea-text);
    font-family:Arial, Helvetica, sans-serif;
}

a{
    color:inherit;
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

.sea-jobs-page{
    min-height:100vh;
    padding:26px 0 48px;
    background:var(--sea-bg);
}

.sea-jobs-container{
    width:min(1280px, calc(100% - 34px));
    margin:0 auto;
}

.sea-breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    color:#7a8696;
    margin:0 0 18px;
}

.sea-breadcrumb a{
    color:#7a8696;
    transition:.2s ease;
}

.sea-breadcrumb a:hover{
    color:var(--sea-blue);
}

.sea-breadcrumb strong{
    color:#556274;
    font-weight:700;
}

.sea-jobs-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:16px;
}

.sea-toolbar-left,
.sea-toolbar-right{
    display:flex;
    align-items:center;
    gap:12px;
}

.sea-map-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:138px;
    height:40px;
    border:1px solid #d5dce5;
    background:#fff;
    color:#5f6e80;
    border-radius:12px;
    font-size:14px;
    font-weight:700;
    box-shadow:0 2px 8px rgba(15, 23, 42, .03);
}

.sea-map-btn:hover{
    border-color:var(--sea-blue);
    color:var(--sea-blue);
}

.sea-sort-form select{
    height:40px;
    border:1px solid #d5dce5;
    background:#fff;
    border-radius:12px;
    padding:0 14px;
    font-size:14px;
    color:#4e5b6b;
    outline:none;
    cursor:pointer;
    min-width:188px;
}

.sea-jobs-layout{
    display:grid;
    grid-template-columns:348px minmax(0, 1fr);
    gap:28px;
    align-items:start;
}

/* ---------------------------------------------------------
   SOL ALAN
--------------------------------------------------------- */
.sea-filter-sidebar{
    position:sticky;
    top:18px;
}

.sea-filter-form{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.sea-filter-card{
    background:var(--sea-card);
    border:1px solid #e6ebf1;
    border-radius:var(--sea-radius);
    overflow:hidden;
    box-shadow:0 2px 10px rgba(15, 23, 42, .03);
}

.sea-search-card{
    padding:24px;
}

.sea-search-box{
    display:flex;
    align-items:center;
    border:1px solid #d8dfe8;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    height:54px;
}

.sea-search-box input{
    flex:1;
    border:none;
    outline:none;
    height:100%;
    padding:0 16px;
    font-size:16px;
    color:#2e3b4d;
    background:transparent;
}

.sea-search-box input::placeholder{
    color:#9aa6b2;
}

.sea-search-box button{
    width:92px;
    height:100%;
    border:none;
    background:var(--sea-orange);
    color:#fff;
    font-size:20px;
    font-weight:800;
    cursor:pointer;
    transition:.2s ease;
}

.sea-search-box button:hover{
    background:var(--sea-orange-dark);
}

.sea-filter-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:66px;
    padding:0 22px;
    border-bottom:1px solid var(--sea-border);
    background:#fff;
}

.sea-filter-head h3{
    margin:0;
    font-size:16px;
    font-weight:800;
    color:#202f42;
}

.sea-filter-body{
    padding:18px 22px 20px;
}

.sea-text-input,
.sea-select-input{
    width:100%;
    height:44px;
    border:1px solid #d5dce5;
    border-radius:12px;
    padding:0 14px;
    font-size:15px;
    color:#304053;
    outline:none;
    background:#fff;
}

.sea-text-input:focus,
.sea-select-input:focus{
    border-color:var(--sea-blue);
    box-shadow:0 0 0 3px rgba(31, 121, 223, .08);
}

.sea-checkbox-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
}

.sea-mini-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:0 12px;
    border-radius:999px;
    background:#f1f6fc;
    color:var(--sea-blue-dark);
    font-size:13px;
    font-weight:700;
    transition:.2s ease;
}

.sea-mini-link:hover{
    background:#e6f0fc;
}

.sea-radio,
.sea-check{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    font-size:15px;
    color:#334155;
    cursor:pointer;
}

.sea-radio:last-child,
.sea-check:last-child{
    margin-bottom:0;
}

.sea-radio input,
.sea-check input{
    width:18px;
    height:18px;
    accent-color:var(--sea-blue);
    cursor:pointer;
    margin:0;
}

.sea-check-scroll{
    max-height:170px;
    overflow:auto;
    margin-top:14px;
    padding-right:4px;
}

.sea-check-scroll::-webkit-scrollbar{
    width:8px;
}

.sea-check-scroll::-webkit-scrollbar-thumb{
    background:#cfd7e2;
    border-radius:999px;
}

.sea-simple-card .sea-filter-body{
    padding-top:16px;
    padding-bottom:16px;
}

.sea-filter-actions{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.sea-filter-submit{
    width:100%;
    height:54px;
    border:none;
    border-radius:14px;
    background:var(--sea-orange);
    color:#fff;
    font-size:28px;
    font-weight:900;
    cursor:pointer;
    letter-spacing:.5px;
    box-shadow:0 8px 18px rgba(245, 166, 35, .25);
    transition:.2s ease;
}

.sea-filter-submit:hover{
    background:var(--sea-orange-dark);
    transform:translateY(-1px);
}

.sea-filter-reset{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:42px;
    border-radius:12px;
    background:#fff;
    border:1px solid #d5dce5;
    color:#64748b;
    font-weight:700;
}

.sea-filter-reset:hover{
    color:var(--sea-blue);
    border-color:var(--sea-blue);
}

/* ---------------------------------------------------------
   SAĞ LİSTE
--------------------------------------------------------- */
.sea-list-section{
    min-width:0;
}

.sea-list-intro{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    gap:16px;
    background:#fff;
    border:1px solid #e6ebf1;
    border-radius:20px;
    padding:28px 28px;
    margin-bottom:16px;
    box-shadow:0 2px 10px rgba(15, 23, 42, .03);
}

.sea-list-intro-left h1{
    margin:0 0 8px;
    font-size:22px;
    line-height:1.2;
    font-weight:900;
    color:#203247;
}

.sea-list-intro-left p{
    margin:0 0 8px;
    font-size:16px;
    color:#37485e;
    font-weight:700;
}

.sea-list-intro-left small{
    display:block;
    color:#708090;
    font-size:14px;
    line-height:1.6;
}

.sea-list-stats{
    display:flex;
    align-items:stretch;
    gap:10px;
}

.sea-stat-box{
    min-width:118px;
    background:#f8fafc;
    border:1px solid #e6ebf1;
    border-radius:16px;
    padding:16px 14px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}

.sea-stat-box strong{
    font-size:24px;
    line-height:1;
    color:#1f2937;
    font-weight:900;
    margin-bottom:8px;
}

.sea-stat-box span{
    font-size:13px;
    color:#687789;
    font-weight:700;
}

.sea-stat-urgent{
    background:#fffaf0;
    border-color:#ffd99a;
}

.sea-stat-urgent strong{
    color:#dd8a00;
}

.sea-job-list{
    display:flex;
    flex-direction:column;
    gap:0;
    overflow:hidden;
    border-radius:20px;
    border:1px solid #e6ebf1;
    background:#fff;
    box-shadow:0 2px 10px rgba(15, 23, 42, .03);
}

.sea-job-card{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 142px;
    align-items:center;
    gap:20px;
    min-height:150px;
    padding:24px 26px;
    border-bottom:1px solid #e8edf3;
    transition:.2s ease;
    position:relative;
}

.sea-job-card:last-child{
    border-bottom:none;
}

.sea-job-card:hover{
    background:#fcfdff;
}

.sea-job-card.is-urgent{
    background:linear-gradient(180deg, rgba(255, 186, 72, .06), rgba(255,255,255,1));
}

.sea-job-main{
    min-width:0;
}

.sea-job-topline{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    margin-bottom:10px;
}

.sea-job-heading{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    min-width:0;
}

.sea-job-title{
    font-size:18px;
    line-height:1.3;
    font-weight:900;
    color:#1e78df;
    transition:.2s ease;
    display:inline-block;
}

.sea-job-title:hover{
    color:#0f5fbe;
}

.sea-urgent-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:26px;
    padding:0 10px;
    border-radius:999px;
    background:#fff2d8;
    color:#d98600;
    font-size:12px;
    font-weight:900;
    border:1px solid #ffd18a;
}

.sea-job-time{
    white-space:nowrap;
    font-size:13px;
    color:#97a3b2;
    font-weight:700;
}

.sea-job-meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    margin-bottom:10px;
    font-size:15px;
    line-height:1.5;
    color:#374151;
}

.sea-company-name{
    color:#202f42;
    font-weight:800;
}

.sea-company-name:hover{
    color:var(--sea-blue);
}

.sea-dot{
    color:#8fa0b5;
}

.sea-location,
.sea-worktype{
    color:#334155;
    font-weight:500;
}

.sea-job-desc{
    color:#8694a5;
    font-size:15px;
    line-height:1.32;
    max-width:92%;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.sea-job-bottom{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
}

.sea-mini-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:28px;
    padding:0 11px;
    border-radius:999px;
    background:#eef5ff;
    color:#155fbe;
    font-size:12px;
    font-weight:800;
    border:1px solid #d8e8ff;
}

.sea-mini-pill.muted{
    background:#f8fafc;
    border-color:#e7edf5;
    color:#738295;
}

.sea-job-logo-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
}

.sea-job-logo-link{
    width:96px;
    height:72px;
    border:1px solid #e6ebf1;
    background:#fff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    overflow:hidden;
    transition:.2s ease;
}

.sea-job-logo-link:hover{
    border-color:#cfe0f5;
    box-shadow:0 8px 18px rgba(31, 121, 223, .08);
}

.sea-job-logo{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* ---------------------------------------------------------
   BOŞ SONUÇ
--------------------------------------------------------- */
.sea-empty-box{
    background:#fff;
    border:1px solid #e6ebf1;
    border-radius:20px;
    padding:48px 28px;
    text-align:center;
    box-shadow:0 2px 10px rgba(15, 23, 42, .03);
}

.sea-empty-box h2{
    margin:0 0 10px;
    font-size:24px;
    color:#203247;
}

.sea-empty-box p{
    margin:0 0 18px;
    color:#708090;
    font-size:15px;
}

.sea-empty-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:170px;
    height:46px;
    padding:0 18px;
    border-radius:12px;
    background:var(--sea-blue);
    color:#fff;
    font-weight:800;
}

.sea-empty-btn:hover{
    background:var(--sea-blue-dark);
}

/* ---------------------------------------------------------
   PAGINATION
--------------------------------------------------------- */
.sea-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:18px;
}

.sea-page-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:44px;
    height:44px;
    padding:0 14px;
    border:1px solid #d6dee7;
    border-radius:12px;
    background:#fff;
    color:#4b5b6d;
    font-weight:800;
    transition:.2s ease;
}

.sea-page-btn:hover{
    border-color:var(--sea-blue);
    color:var(--sea-blue);
}

.sea-page-btn.active{
    background:var(--sea-blue);
    border-color:var(--sea-blue);
    color:#fff;
}

/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */
@media (max-width: 1200px){
    .sea-jobs-layout{
        grid-template-columns:320px minmax(0, 1fr);
        gap:20px;
    }

    .sea-job-card{
        grid-template-columns:minmax(0, 1fr) 120px;
        padding:22px 20px;
    }

    .sea-list-intro{
        flex-direction:column;
    }
}

@media (max-width: 992px){
    .sea-jobs-layout{
        grid-template-columns:1fr;
    }

    .sea-filter-sidebar{
        position:static;
    }

    .sea-job-desc{
        max-width:100%;
    }

    .sea-list-stats{
        flex-wrap:wrap;
    }
}

@media (max-width: 768px){
    .sea-jobs-page{
        padding:18px 0 34px;
    }

    .sea-jobs-container{
        width:min(100% - 20px, 1280px);
    }

    .sea-jobs-toolbar{
        flex-direction:column;
        align-items:stretch;
    }

    .sea-toolbar-left,
    .sea-toolbar-right{
        width:100%;
    }

    .sea-map-btn,
    .sea-sort-form select{
        width:100%;
    }

    .sea-list-intro{
        padding:22px 18px;
    }

    .sea-job-card{
        grid-template-columns:1fr;
        gap:14px;
    }

    .sea-job-logo-wrap{
        justify-content:flex-start;
    }

    .sea-job-logo-link{
        width:88px;
        height:64px;
    }

    .sea-job-topline{
        flex-direction:column;
        align-items:flex-start;
    }

    .sea-job-title{
        font-size:17px;
    }

    .sea-job-meta{
        font-size:14px;
    }

    .sea-job-desc{
        font-size:14px;
    }

    .sea-filter-submit{
        font-size:24px;
    }
}

@media (max-width: 480px){
    .sea-search-card{
        padding:16px;
    }

    .sea-filter-head{
        padding:0 16px;
        min-height:58px;
    }

    .sea-filter-body{
        padding:16px;
    }

    .sea-search-box{
        height:50px;
    }

    .sea-search-box button{
        width:78px;
        font-size:17px;
    }

    .sea-job-card{
        padding:18px 16px;
    }

    .sea-stat-box{
        min-width:100px;
    }
}