/* =========================================================
 * KULİS Crew Search 0.4.0 — canonical isolated layout
 * Only .kulis-crew-search-app is styled here. No dashboard or shell rules.
 * ========================================================= */
.kulis-crew-search-app{
    --kcs-blue:#1769ff;
    --kcs-ink:#172033;
    --kcs-muted:#66758a;
    --kcs-line:#dfe6ee;
    --kcs-soft:#f5f8fc;
    width:min(1180px,calc(100% - 28px));
    max-width:1180px;
    min-width:0;
    margin:18px auto 90px;
    color:var(--kcs-ink);
    font-family:var(--kulis-font,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
    overflow:visible;
}
.kulis-crew-search-app,.kulis-crew-search-app *{box-sizing:border-box}
.kulis-crew-search-app :is(.kulis-crew-search-hero,.kulis-crew-search-form,.kulis-crew-search-list){
    width:100%;min-width:0;max-width:100%;
    border:1px solid var(--kcs-line);border-radius:20px;background:#fff;
    box-shadow:0 10px 30px rgba(15,23,42,.045);
}
.kulis-crew-search-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:24px}
.kulis-crew-search-hero>div{min-width:0;max-width:760px}
.kulis-crew-search-hero span,.kulis-crew-search-section-head span,.kulis-crew-search-form__head small{color:var(--kcs-blue);font-size:10px;font-weight:900;letter-spacing:.12em}
.kulis-crew-search-hero h1{margin:5px 0 7px;font-size:34px;line-height:1.08;letter-spacing:-.045em}
.kulis-crew-search-hero p{max-width:760px;margin:0;color:var(--kcs-muted);font-size:13px;line-height:1.55}
.kulis-crew-search-hero>button,.kulis-crew-search-form__footer button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border:0;border-radius:13px;background:#172033;color:#fff;font-weight:850;cursor:pointer}
.kulis-crew-search-form{margin-top:14px;padding:18px}.kulis-crew-search-form[hidden]{display:none!important}
.kulis-crew-search-form__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.kulis-crew-search-form__head h2{margin:3px 0 0;font-size:20px}.kulis-crew-search-form__head>button{width:36px;height:36px;border:1px solid var(--kcs-line);border-radius:11px;background:#f8fafc;font-size:22px}
.kulis-crew-search-form__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.kulis-crew-search-form label{display:grid;gap:5px;min-width:0}.kulis-crew-search-form label>span{font-size:10px;font-weight:800;color:#536176}.kulis-crew-search-form__grid label small{display:block;margin-top:4px;color:#64748b;font-size:11px}
.kulis-crew-search-form input,.kulis-crew-search-form select,.kulis-crew-search-form textarea{width:100%;min-width:0;min-height:43px;padding:9px 11px;border:1px solid #dbe3ec;border-radius:11px;background:#fff;font:inherit}.kulis-crew-search-form textarea{resize:vertical}.kulis-crew-search-form .is-wide{grid-column:1/-1}.kulis-crew-search-form__footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px}.kulis-crew-search-form__footer span{color:#748196;font-size:10px}
.kulis-crew-search-notice{margin-top:10px;padding:10px 12px;border:1px solid #cde7d8;border-radius:11px;background:#f2fbf6;font-size:12px}.kulis-crew-search-notice.is-error{border-color:#efced2;background:#fff5f6}
.kulis-crew-search-list{margin-top:14px;padding:18px;overflow:hidden}
.kulis-crew-search-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.kulis-crew-search-section-head h2{margin:3px 0 0;font-size:21px}.kulis-crew-search-section-head a{color:var(--kcs-blue);font-size:11px;font-weight:850;text-decoration:none;white-space:nowrap}
.kulis-crew-search-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important}
.kulis-crew-search-grid>.kulis-crew-search-card{position:relative!important;display:flex!important;flex-direction:column!important;gap:11px!important;min-width:0!important;width:auto!important;max-width:none!important;min-height:0!important;margin:0!important;padding:15px!important;overflow:hidden!important;border:1px solid #e0e7ef!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px rgba(15,23,42,.045)!important;color:var(--kcs-ink)!important;transform:none!important}
.kulis-crew-search-card__brand{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-width:0!important;margin:0!important}
.kulis-crew-search-card__logo{display:grid!important;width:48px!important;height:48px!important;place-items:center!important;flex:none!important;margin:0!important;padding:0!important;border:1px solid #dfe7f1!important;border-radius:15px!important;background:#f4f7fb!important;color:#1f5fd6!important;font-size:17px!important;font-weight:900!important;box-shadow:none!important}
.kulis-crew-search-card__brand-text{display:grid!important;gap:2px!important;min-width:0!important}.kulis-crew-search-card__brand-text strong{overflow:hidden!important;color:var(--kcs-ink)!important;font-size:14px!important;line-height:1.25!important;text-overflow:ellipsis!important;white-space:nowrap!important}.kulis-crew-search-card__brand-text small{overflow:hidden!important;color:var(--kcs-muted)!important;font-size:11px!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.kulis-crew-search-card__cover{display:grid!important;width:100%!important;height:118px!important;min-height:118px!important;max-height:118px!important;place-items:center!important;margin:0!important;padding:10px!important;overflow:hidden!important;border:1px solid #e2e8f0!important;border-radius:15px!important;background:linear-gradient(180deg,#f8fbff,#f1f5fb)!important;box-shadow:none!important}
.kulis-crew-search-card__cover img{display:block!important;width:100%!important;height:100%!important;max-width:180px!important;max-height:96px!important;margin:0 auto!important;padding:0!important;border:0!important;border-radius:9px!important;object-fit:contain!important;object-position:center!important;transform:none!important}
.kulis-crew-search-card__cover .dashicons{width:30px!important;height:30px!important;font-size:30px!important;color:#94a3b8!important}
.kulis-crew-search-card header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important}
.kulis-crew-search-card header span,.kulis-crew-search-card header small,.kulis-crew-search-card>div:last-of-type span{display:inline-flex!important;width:auto!important;max-width:62%!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:5px 8px!important;overflow:hidden!important;border:0!important;border-radius:999px!important;background:#eef4ff!important;color:#2563eb!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important;box-shadow:none!important}
.kulis-crew-search-card h3{margin:0!important;color:var(--kcs-ink)!important;font-size:17px!important;line-height:1.28!important;letter-spacing:-.015em!important}.kulis-crew-search-card__summary{display:-webkit-box!important;margin:0!important;overflow:hidden!important;color:#334155!important;font-size:12px!important;font-weight:700!important;line-height:1.45!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.kulis-crew-search-card p{display:-webkit-box!important;margin:0!important;overflow:hidden!important;color:#64748b!important;font-size:11px!important;line-height:1.5!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}
.kulis-crew-search-card>div:last-of-type{display:flex!important;gap:6px!important;flex-wrap:wrap!important;margin-top:auto!important}.kulis-crew-search-card>a{display:flex!important;min-height:42px!important;align-items:center!important;justify-content:center!important;margin-top:2px!important;padding:0 14px!important;border-radius:12px!important;background:#172033!important;color:#fff!important;font-size:11px!important;font-weight:850!important;text-decoration:none!important}
.kulis-crew-search-empty{padding:22px;text-align:center;color:#718096}
@media(max-width:1020px){.kulis-crew-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.kulis-crew-search-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){
    .kulis-crew-search-app{width:100%;max-width:100%;margin:8px 0 calc(78px + env(safe-area-inset-bottom));padding:0 10px;overflow-x:hidden}
    .kulis-crew-search-hero{grid-template-columns:1fr;gap:16px;padding:17px;border-radius:17px}.kulis-crew-search-hero h1{font-size:28px}.kulis-crew-search-hero p{font-size:13px}.kulis-crew-search-hero>button{width:100%}
    .kulis-crew-search-form,.kulis-crew-search-list{padding:13px;border-radius:17px}.kulis-crew-search-form__grid{grid-template-columns:1fr}.kulis-crew-search-form input,.kulis-crew-search-form select,.kulis-crew-search-form textarea{font-size:16px}.kulis-crew-search-form__footer{align-items:stretch;flex-direction:column}.kulis-crew-search-form__footer button{width:100%}
    .kulis-crew-search-section-head{align-items:flex-start}.kulis-crew-search-section-head h2{font-size:20px;line-height:1.2}
    .kulis-crew-search-grid{grid-template-columns:1fr!important;gap:10px!important;overflow:visible!important;padding:0!important}
    .kulis-crew-search-grid>.kulis-crew-search-card{width:100%!important;min-width:0!important;max-width:100%!important;padding:13px!important;border-radius:16px!important;scroll-snap-align:none!important}
    .kulis-crew-search-card__cover{height:104px!important;min-height:104px!important;max-height:104px!important}.kulis-crew-search-card__cover img{max-height:84px!important}.kulis-crew-search-card h3{font-size:16px!important}
}

/* =========================================================
 * KULİS v1.5.75 — Kameraman Aranıyor route title cleanup
 * WordPress/theme page title is redundant with the application content.
 * Scope is this route only; module cards/forms are untouched.
 * ========================================================= */
body.kulis-crew-search-page h1.entry-title,
body.kulis-crew-search-page h1.page-title,
body.kulis-crew-search-page h1.wp-block-post-title,
body.kulis-standard-section-crew_search h1.entry-title,
body.kulis-standard-section-crew_search h1.page-title,
body.kulis-standard-section-crew_search h1.wp-block-post-title {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}


/* =========================================================
 * KULİS Crew Search 0.4.0 — independent instant-request detail
 * ========================================================= */
.kulis-crew-request-detail{width:100%;min-width:0}
.kulis-crew-request-detail__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}
.kulis-crew-request-detail__back{color:var(--kcs-blue);font-size:12px;font-weight:850;text-decoration:none}
.kulis-crew-request-detail__status{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#ecfdf3;color:#16803d;font-size:10px;font-weight:900}
.kulis-crew-request-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px;align-items:start}
.kulis-crew-request-detail__main,.kulis-crew-request-detail__side>section{border:1px solid var(--kcs-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.045)}
.kulis-crew-request-detail__main{min-width:0;padding:20px}
.kulis-crew-request-detail__heading{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;margin:0 0 16px!important;padding:0 0 16px!important;border:0!important;border-bottom:1px solid #e7edf4!important;background:transparent!important}
.kulis-crew-request-detail__mark{display:grid;width:54px;height:54px;place-items:center;border-radius:15px;background:#172033;color:#fff;font-size:20px;font-weight:900}
.kulis-crew-request-detail__heading small{color:var(--kcs-blue);font-size:9px;font-weight:900;letter-spacing:.11em}
.kulis-crew-request-detail__heading h1{display:block!important;visibility:visible!important;height:auto!important;min-height:0!important;margin:3px 0 2px!important;padding:0!important;overflow:visible!important;color:var(--kcs-ink)!important;font-size:28px!important;line-height:1.1!important;letter-spacing:-.035em!important}
.kulis-crew-request-detail__heading p{margin:0;color:var(--kcs-muted);font-size:12px}
.kulis-crew-request-detail__cover{display:grid;width:100%;max-height:330px;place-items:center;margin:0 0 16px;padding:12px;overflow:hidden;border:1px solid #e2e8f0;border-radius:15px;background:#f7f9fc}
.kulis-crew-request-detail__cover img{display:block;width:100%;height:100%;max-height:300px;object-fit:contain;border-radius:10px}
.kulis-crew-request-detail__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 18px}
.kulis-crew-request-detail__facts>div{min-width:0;padding:10px 11px;border-radius:12px;background:#f6f8fb}
.kulis-crew-request-detail__facts span{display:block;margin-bottom:3px;color:#748196;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}
.kulis-crew-request-detail__facts strong{display:block;overflow:hidden;color:#263449;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.kulis-crew-request-detail__copy{padding:15px 0;border-top:1px solid #e8edf3}
.kulis-crew-request-detail__copy h2{margin:0 0 7px;color:var(--kcs-ink);font-size:16px}
.kulis-crew-request-detail__copy p{margin:0;color:#4f5f73;font-size:12px;line-height:1.65}
.kulis-crew-request-detail__side{display:grid;gap:12px}
.kulis-crew-request-detail__side>section{padding:14px}
.kulis-crew-request-detail__side>section:first-child{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:10px}
.kulis-crew-request-detail__side img{width:46px;height:46px;border-radius:50%;object-fit:cover}
.kulis-crew-request-detail__side small{display:block;color:#7a8799;font-size:9px}.kulis-crew-request-detail__side strong{display:block;margin:2px 0;color:#172033;font-size:13px}.kulis-crew-request-detail__side a{color:var(--kcs-blue);font-size:10px;font-weight:850;text-decoration:none}
.kulis-crew-request-detail__instant strong{font-size:12px}.kulis-crew-request-detail__instant p{margin:5px 0 0;color:#68778a;font-size:10px;line-height:1.55}
@media(max-width:900px){.kulis-crew-request-detail__layout{grid-template-columns:1fr}.kulis-crew-request-detail__side{grid-template-columns:repeat(2,minmax(0,1fr))}.kulis-crew-request-detail__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.kulis-crew-request-detail__main{padding:14px;border-radius:16px}.kulis-crew-request-detail__heading{grid-template-columns:46px minmax(0,1fr)!important}.kulis-crew-request-detail__mark{width:46px;height:46px}.kulis-crew-request-detail__heading h1{font-size:22px!important}.kulis-crew-request-detail__facts{grid-template-columns:1fr 1fr}.kulis-crew-request-detail__side{grid-template-columns:1fr}}

/* ================================================================
 * KULİS v1.6.30 — Kameraman Aranıyor Professional Workflow Core
 * ================================================================ */
.kulis-crew-search-v1630{--kcs-green:#168a52;--kcs-green-soft:#edf9f3;--kcs-amber:#a5660b;--kcs-amber-soft:#fff7e8;--kcs-red:#b53c4c;--kcs-red-soft:#fff1f2}
.kulis-crew-search-v1630 .kulis-crew-search-notice{margin:0 0 12px;padding:11px 13px;border:1px solid #bde4d0;border-radius:12px;background:#effaf4;color:#176c48;font-size:11.5px;font-weight:750;line-height:1.45}
.kulis-crew-search-v1630 .kulis-crew-search-notice.is-error{border-color:#f1c7cc;background:#fff4f5;color:#a63847}
.kulis-crew-search-v1630 .kulis-crew-search-hero--actions h1{margin:3px 0 4px;color:#172033;font-size:30px;line-height:1.05;letter-spacing:-.035em}
.kulis-crew-workflow-tabs{display:flex;gap:6px;margin:14px 0 10px;padding:5px;border:1px solid #e0e7ef;border-radius:14px;background:#f7f9fc;overflow-x:auto}
.kulis-crew-workflow-tabs a{display:inline-flex;min-height:36px;align-items:center;justify-content:center;padding:0 13px;border-radius:10px;color:#64748b;font-size:11px;font-weight:850;text-decoration:none;white-space:nowrap}
.kulis-crew-workflow-tabs a.is-active{background:#fff;color:#1769ff;box-shadow:0 2px 8px rgba(15,23,42,.08)}
.kulis-crew-search-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(140px,.5fr) minmax(170px,.7fr) auto;gap:8px;margin:0 0 12px;padding:10px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}
.kulis-crew-search-filters .is-search{display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #d9e2ec;border-radius:10px;background:#fafbfd}
.kulis-crew-search-filters .is-search .dashicons{width:17px;height:17px;font-size:17px;color:#8492a5}
.kulis-crew-search-filters input,.kulis-crew-search-filters select{width:100%;min-height:38px;border:1px solid #d9e2ec;border-radius:10px;background:#fff;color:#25374c;font-size:11px;box-shadow:none}
.kulis-crew-search-filters .is-search input{border:0;background:transparent;padding:0;outline:0}
.kulis-crew-search-filters button{min-height:38px;padding:0 14px;border:0;border-radius:10px;background:#172033;color:#fff;font-size:11px;font-weight:850;cursor:pointer}
.kulis-crew-search-card__brand>em{margin-left:auto;padding:4px 7px;border-radius:999px;background:#eff5ff;color:#2765b7;font-size:8.5px;font-style:normal;font-weight:900;white-space:nowrap}
.kulis-crew-search-card.is-filled .kulis-crew-search-card__brand>em{background:var(--kcs-green-soft);color:var(--kcs-green)}
.kulis-crew-search-card.is-pending .kulis-crew-search-card__brand>em{background:var(--kcs-amber-soft);color:var(--kcs-amber)}
.kulis-crew-search-card.is-closed .kulis-crew-search-card__brand>em,.kulis-crew-search-card.is-rejected .kulis-crew-search-card__brand>em{background:#f1f4f7;color:#65758a}
.kulis-crew-search-card__workflow-meta{display:flex!important;gap:5px!important;flex-wrap:wrap!important;margin-top:auto!important}
.kulis-crew-search-card__workflow-meta span{max-width:100%!important;background:#f3f6fa!important;color:#56677d!important}
.kulis-crew-pagination{display:flex;justify-content:center;gap:5px;margin:14px 0 0}
.kulis-crew-pagination a{display:grid;width:32px;height:32px;place-items:center;border:1px solid #dce4ed;border-radius:9px;background:#fff;color:#52657a;font-size:10px;font-weight:800;text-decoration:none}
.kulis-crew-pagination a.is-active{border-color:#1769ff;background:#1769ff;color:#fff}

.kulis-crew-request-detail__status{border:1px solid transparent}
.kulis-crew-request-detail__status.is-pending{background:var(--kcs-amber-soft);color:var(--kcs-amber);border-color:#f2d7a9}
.kulis-crew-request-detail__status.is-filled{background:var(--kcs-green-soft);color:var(--kcs-green);border-color:#b9e1cc}
.kulis-crew-request-detail__status.is-closed,.kulis-crew-request-detail__status.is-rejected{background:#f1f4f7;color:#65758a;border-color:#dde4eb}
.kulis-crew-request-budget{display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:11px 13px;border:1px solid #dfe7ef;border-radius:13px;background:#fbfcfe}
.kulis-crew-request-budget>.dashicons{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#eef4ff;color:#1769ff;font-size:18px;line-height:34px}
.kulis-crew-request-budget div{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.kulis-crew-request-budget small{width:100%;color:#7a8798;font-size:8.5px;font-weight:900;letter-spacing:.06em}.kulis-crew-request-budget strong{color:#22354b;font-size:13px}.kulis-crew-request-budget em{color:#718096;font-size:10px;font-style:normal}
.kulis-crew-request-capacity{display:block!important}.kulis-crew-request-capacity>small{color:#718096;font-size:8.5px;font-weight:900;letter-spacing:.08em}.kulis-crew-request-capacity>strong{margin:3px 0 8px!important;color:#22354b!important;font-size:16px!important}.kulis-crew-request-capacity>div{height:7px;overflow:hidden;border-radius:999px;background:#e8edf3}.kulis-crew-request-capacity>div i{display:block;width:var(--crew-fill,0%);height:100%;border-radius:inherit;background:#20a465}.kulis-crew-request-capacity>p{margin:7px 0 0!important;color:#6b7b90!important;font-size:10px!important;line-height:1.45!important}

.kulis-crew-request-application-box,.kulis-crew-request-management{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
.kulis-crew-request-application-box>small,.kulis-crew-request-management>small{color:#718096;font-size:8.5px;font-weight:900;letter-spacing:.08em}
.kulis-crew-request-application-box>strong,.kulis-crew-request-management>strong{margin:0!important;color:#22354b!important;font-size:14px!important}
.kulis-crew-request-application-box>p,.kulis-crew-request-management>p{margin:0;color:#6b7b90;font-size:10.5px;line-height:1.5}
.kulis-crew-secondary-button,.kulis-crew-request-management button,.kulis-crew-apply-panel button{width:100%;min-height:38px;border:0;border-radius:10px;background:#1769ff;color:#fff;font-size:10.5px;font-weight:850;cursor:pointer}
.kulis-crew-secondary-button{border:1px solid #d7e1eb;background:#fff;color:#4b6078}.kulis-crew-secondary-button.is-danger{border-color:#efc6cc;background:#fff5f6;color:#a83847}
.kulis-crew-apply-panel{border-top:1px solid #e7edf3;padding-top:7px}.kulis-crew-apply-panel summary,.kulis-crew-request-management details>summary{cursor:pointer;color:#1769ff;font-size:10.5px;font-weight:850;list-style:none}.kulis-crew-apply-panel summary::-webkit-details-marker,.kulis-crew-request-management details>summary::-webkit-details-marker{display:none}
.kulis-crew-apply-panel form,.kulis-crew-owner-edit-form{display:grid;gap:8px;margin-top:9px}.kulis-crew-apply-panel label,.kulis-crew-owner-edit-form label{display:grid;gap:4px}.kulis-crew-apply-panel label>span,.kulis-crew-owner-edit-form label>span{color:#52657a;font-size:9.5px;font-weight:800}.kulis-crew-apply-panel input,.kulis-crew-apply-panel textarea,.kulis-crew-owner-edit-form input,.kulis-crew-owner-edit-form select,.kulis-crew-owner-edit-form textarea{width:100%;min-height:38px;padding:8px 9px;border:1px solid #d9e2ec;border-radius:9px;background:#fff;color:#26384d;font-size:11px;box-shadow:none}.kulis-crew-apply-panel textarea,.kulis-crew-owner-edit-form textarea{resize:vertical;line-height:1.5}
.kulis-crew-workline-boundary{display:flex;gap:8px;padding:9px;border:1px solid #bfe2d0;border-radius:10px;background:#effaf4}.kulis-crew-workline-boundary .dashicons{color:#168a52}.kulis-crew-workline-boundary p{margin:0!important;color:#3e6553!important;font-size:9.5px!important;line-height:1.45!important}.kulis-crew-workline-boundary b{color:#176b47}
.kulis-crew-review-note{padding:9px;border-radius:9px;background:#fff7e8;color:#875a17!important}

.kulis-crew-owner-workspace{margin-top:18px;padding-top:18px;border-top:1px solid #e5ebf2}
.kulis-crew-owner-workspace__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.kulis-crew-owner-workspace__head small{color:#1769ff;font-size:8.5px;font-weight:900;letter-spacing:.09em}.kulis-crew-owner-workspace__head h2{margin:3px 0;color:#1f3147;font-size:17px}.kulis-crew-owner-workspace__head p{margin:0;color:#718096;font-size:10.5px}.kulis-crew-owner-workspace__head>span{padding:6px 9px;border-radius:999px;background:#eff5ff;color:#1769ff;font-size:9.5px;font-weight:850;white-space:nowrap}
.kulis-crew-applications{display:grid;gap:9px}.kulis-crew-applications-empty{padding:18px;border:1px dashed #d7e0e9;border-radius:12px;color:#718096;text-align:center;font-size:11px}
.kulis-crew-application-card{padding:12px;border:1px solid #e0e7ef;border-radius:13px;background:#fbfcfe}.kulis-crew-application-card.is-accepted{border-color:#bce3ce;background:#fbfffd}.kulis-crew-application-card.is-rejected,.kulis-crew-application-card.is-withdrawn{opacity:.76}
.kulis-crew-application-card__identity{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px}.kulis-crew-application-card__identity img{width:42px;height:42px;border-radius:12px;object-fit:cover}.kulis-crew-application-card__identity div{min-width:0}.kulis-crew-application-card__identity strong{display:block;color:#26384d;font-size:12px}.kulis-crew-application-card__identity a{display:inline-block;margin-top:2px;color:#1769ff;font-size:9.5px;font-weight:800;text-decoration:none}.kulis-crew-application-card__identity small{display:block;margin-top:2px;color:#8a97a8;font-size:8.5px}.kulis-crew-application-card__identity>span{padding:5px 8px;border-radius:999px;background:#eef3f8;color:#52657a;font-size:8.5px;font-weight:850;white-space:nowrap}.kulis-crew-application-card.is-accepted .kulis-crew-application-card__identity>span{background:#eaf8f0;color:#18794e}.kulis-crew-application-card.is-shortlisted .kulis-crew-application-card__identity>span{background:#fff6e7;color:#966315}
.kulis-crew-application-card>p{margin:10px 0;color:#4d6075;font-size:10.5px;line-height:1.55}.kulis-crew-application-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:9px}.kulis-crew-application-card__meta a,.kulis-crew-application-card__meta span{color:#5f7186;font-size:9.5px;font-weight:750}.kulis-crew-application-card__meta a{color:#1769ff;text-decoration:none}
.kulis-crew-application-card__decision{display:grid;grid-template-columns:minmax(130px,.5fr) minmax(180px,1fr) auto;gap:7px;align-items:end;padding-top:9px;border-top:1px solid #e5ebf2}.kulis-crew-application-card__decision label{display:grid;gap:4px}.kulis-crew-application-card__decision label>span{color:#718096;font-size:8.5px;font-weight:800}.kulis-crew-application-card__decision input,.kulis-crew-application-card__decision select{width:100%;min-height:35px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;color:#33475e;font-size:10px}.kulis-crew-application-card__decision button{min-height:35px;padding:0 11px;border:0;border-radius:8px;background:#172033;color:#fff;font-size:9.5px;font-weight:850;cursor:pointer}.kulis-crew-application-card__withdrawn{padding-top:8px;border-top:1px solid #e7edf3;color:#7a8798;font-size:9.5px}

.kulis-crew-request-management details{padding:8px 0;border-top:1px solid #e7edf3;border-bottom:1px solid #e7edf3}.kulis-crew-owner-edit-form{grid-template-columns:1fr 1fr;max-height:62vh;overflow:auto;padding:2px 2px 7px}.kulis-crew-owner-edit-form .is-wide,.kulis-crew-owner-edit-form>button{grid-column:1/-1}.kulis-crew-owner-edit-form label>small{color:#8794a5;font-size:8.5px}.kulis-crew-owner-edit-form>button{position:sticky;bottom:0;min-height:40px;border:0;border-radius:9px;background:#1769ff;color:#fff;font-size:10.5px;font-weight:850}

@media(max-width:980px){
    .kulis-crew-search-filters{grid-template-columns:1fr 1fr}.kulis-crew-search-filters .is-search{grid-column:1/-1}.kulis-crew-search-filters button{grid-column:1/-1}
    .kulis-crew-application-card__decision{grid-template-columns:1fr 1fr}.kulis-crew-application-card__decision .is-wide{grid-column:2}.kulis-crew-application-card__decision button{grid-column:1/-1}
}
@media(max-width:782px){
    .kulis-crew-search-v1630 .kulis-crew-search-hero--actions h1{font-size:25px}.kulis-crew-workflow-tabs{margin:10px 0 8px}.kulis-crew-workflow-tabs a{flex:1 0 auto;min-height:38px}
    .kulis-crew-search-filters{grid-template-columns:1fr;padding:9px}.kulis-crew-search-filters .is-search,.kulis-crew-search-filters button{grid-column:auto}.kulis-crew-search-filters input,.kulis-crew-search-filters select{font-size:16px}
    .kulis-crew-request-detail__facts{grid-template-columns:1fr 1fr!important}.kulis-crew-owner-workspace__head{display:grid}.kulis-crew-owner-workspace__head>span{justify-self:start}
    .kulis-crew-application-card__identity{grid-template-columns:42px minmax(0,1fr)}.kulis-crew-application-card__identity>span{grid-column:2;justify-self:start}.kulis-crew-application-card__decision{grid-template-columns:1fr}.kulis-crew-application-card__decision .is-wide,.kulis-crew-application-card__decision button{grid-column:auto}.kulis-crew-application-card__decision input,.kulis-crew-application-card__decision select{font-size:16px}
    .kulis-crew-owner-edit-form{grid-template-columns:1fr;max-height:none;overflow:visible}.kulis-crew-owner-edit-form .is-wide,.kulis-crew-owner-edit-form>button{grid-column:auto}.kulis-crew-owner-edit-form input,.kulis-crew-owner-edit-form select,.kulis-crew-owner-edit-form textarea{font-size:16px}.kulis-crew-owner-edit-form>button{position:static}
}

html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-workflow-tabs,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-search-filters,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-request-budget,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-application-card{border-color:#2d3a49;background:#151e29}
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-workflow-tabs a.is-active{background:#202b38;color:#82b2ff;box-shadow:none}
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-search-filters input,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-search-filters select,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-apply-panel input,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-apply-panel textarea,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-owner-edit-form input,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-owner-edit-form select,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-owner-edit-form textarea,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-application-card__decision input,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-application-card__decision select{border-color:#344253;background:#111923;color:#dbe5f1}
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-owner-workspace__head h2,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-application-card__identity strong,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-request-budget strong,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1630 .kulis-crew-request-capacity>strong{color:#edf3fb!important}

/* ========================================================================== 
   KULİS v1.6.31 — Kİ İş Hattı bağlama yüzeyi
   ========================================================================== */
.kulis-crew-search-v1631 .kulis-crew-work-line-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:10px 0;padding:10px 12px;border:1px solid #c9ddff;border-radius:12px;background:#f6f9ff}.kulis-crew-search-v1631 .kulis-crew-work-line-card__mark,.kulis-crew-search-v1631 .kulis-crew-workline-boundary__mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#1769ff;color:#fff;font-size:11px;font-weight:900}.kulis-crew-search-v1631 .kulis-crew-work-line-card small,.kulis-crew-search-v1631 .kulis-crew-work-line-card strong{display:block}.kulis-crew-search-v1631 .kulis-crew-work-line-card small{font-size:8px;font-weight:900;letter-spacing:.08em;color:#6e7f96}.kulis-crew-search-v1631 .kulis-crew-work-line-card strong{font-size:13px;color:#173d6c}.kulis-crew-search-v1631 .kulis-crew-work-line-card p{margin:2px 0 0;font-size:10.5px;color:#64758a}.kulis-crew-search-v1631 .kulis-crew-work-line-card>a,.kulis-crew-search-v1631 .kulis-crew-workline-boundary>a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border-radius:9px;background:#1769ff;color:#fff;font-size:10px;font-weight:850;text-decoration:none}.kulis-crew-search-v1631 .kulis-crew-work-line-card.is-closed,.kulis-crew-search-v1631 .kulis-crew-work-line-card.is-revoked{border-color:#e0e5ec;background:#f7f8fa;opacity:.82}.kulis-crew-search-v1631 .kulis-crew-workline-boundary.is-active{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border-color:#c9ddff;background:#f5f9ff}.kulis-crew-search-v1631 .kulis-crew-workline-boundary.is-active p{margin:0}.kulis-crew-search-v1631 .kulis-crew-workline-boundary.is-active b{color:#174d90}@media(max-width:640px){.kulis-crew-search-v1631 .kulis-crew-work-line-card,.kulis-crew-search-v1631 .kulis-crew-workline-boundary.is-active{grid-template-columns:auto minmax(0,1fr)}.kulis-crew-search-v1631 .kulis-crew-work-line-card>a,.kulis-crew-search-v1631 .kulis-crew-workline-boundary>a{grid-column:1/-1;width:100%}}


/* ========================================================================== 
   KULİS v1.6.40 — Kameraman Aranıyor professional experience modernization
   ========================================================================== */
.kulis-crew-search-v1640{
    --kcs40-blue:#1769ff;
    --kcs40-ink:#1d2b3d;
    --kcs40-muted:#6f7f93;
    --kcs40-line:#dfe7ef;
    --kcs40-soft:#f7f9fc;
    --kcs40-success:#178052;
    --kcs40-warning:#9a6615;
    --kcs40-danger:#b13b4b;
}
.kulis-crew-search-v1640 .kulis-crew-search-hero--actions{
    padding:26px 28px!important;
    border-color:#dbe4ee!important;
    background:linear-gradient(135deg,#fff 0%,#fbfdff 62%,#f5f9ff 100%)!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-hero--actions>div{max-width:720px!important}
.kulis-crew-search-v1640 .kulis-crew-search-hero--actions>button{
    min-width:190px!important;
    min-height:46px!important;
    gap:7px!important;
    border-radius:14px!important;
    background:#1769ff!important;
    box-shadow:0 8px 20px rgba(23,105,255,.18)!important;
}
.kulis-crew-search-v1640 .kulis-crew-workflow-tabs{
    scrollbar-width:none;
    border-color:#dde5ee!important;
    background:#f5f8fb!important;
}
.kulis-crew-search-v1640 .kulis-crew-workflow-tabs::-webkit-scrollbar{display:none}
.kulis-crew-search-v1640 .kulis-crew-workflow-tabs a{position:relative!important;padding:0 16px!important}
.kulis-crew-search-v1640 .kulis-crew-workflow-tabs a.is-active:after{
    content:"";position:absolute;left:14px;right:14px;bottom:3px;height:2px;border-radius:999px;background:#1769ff;
}
.kulis-crew-search-v1640 .kulis-crew-filter-toolbar{
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin:0 0 8px;
}
.kulis-crew-search-v1640 .kulis-crew-filter-toolbar button,
.kulis-crew-search-v1640 .kulis-crew-filter-toolbar a{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:0 12px;
    border:1px solid #dce5ee;
    border-radius:10px;
    background:#fff;
    color:#475a70;
    font-size:10.5px;
    font-weight:850;
    text-decoration:none;
}
.kulis-crew-search-v1640 .kulis-crew-search-filters[hidden]{display:none!important}
.kulis-crew-search-v1640 .kulis-crew-search-filters{
    position:relative;
    margin-bottom:14px!important;
    border-color:#dfe7ef!important;
    box-shadow:0 5px 16px rgba(15,23,42,.035)!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-section-head{
    align-items:flex-start!important;
    margin-bottom:16px!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-section-head>div{min-width:0}
.kulis-crew-search-v1640 .kulis-crew-search-section-head h2{font-size:22px!important;letter-spacing:-.025em!important}
.kulis-crew-search-v1640 .kulis-crew-search-section-head p{
    max-width:680px;
    margin:5px 0 0;
    color:#728197;
    font-size:11px;
    line-height:1.55;
}
.kulis-crew-search-v1640 .kulis-crew-search-section-head>a{
    min-height:34px;
    display:inline-flex;
    align-items:center;
    padding:0 10px;
    border:1px solid #dce5ee;
    border-radius:9px;
    background:#fff;
    color:#53657a;
}
.kulis-crew-search-v1640 .kulis-crew-search-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:15px!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-grid>.kulis-crew-search-card{
    gap:10px!important;
    padding:14px!important;
    border-color:#dde6ef!important;
    border-radius:17px!important;
    box-shadow:0 8px 22px rgba(15,23,42,.04)!important;
    transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}
@media (hover:hover) and (pointer:fine){
    .kulis-crew-search-v1640 .kulis-crew-search-grid>.kulis-crew-search-card:hover{
        transform:translateY(-2px)!important;
        border-color:#cbd9e8!important;
        box-shadow:0 13px 28px rgba(15,23,42,.07)!important;
    }
}
.kulis-crew-search-v1640 .kulis-crew-search-card__brand{
    grid-template-columns:42px minmax(0,1fr) auto!important;
    gap:9px!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__logo{
    width:42px!important;height:42px!important;border-radius:12px!important;font-size:15px!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__brand-text strong{font-size:13px!important}
.kulis-crew-search-v1640 .kulis-crew-search-card__brand-text small{
    display:flex!important;align-items:center!important;gap:3px!important;font-size:9.5px!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__brand-text .dashicons{width:12px!important;height:12px!important;font-size:12px!important}
.kulis-crew-search-v1640 .kulis-crew-search-card__brand>em{
    max-width:110px!important;overflow:hidden!important;text-overflow:ellipsis!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__cover{
    position:relative!important;
    height:112px!important;min-height:112px!important;max-height:112px!important;
    padding:8px!important;
    border-radius:13px!important;
    background:linear-gradient(155deg,#f8fbff,#eef3f9)!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__cover img{
    max-width:100%!important;max-height:100%!important;border-radius:8px!important;object-fit:cover!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__date{
    position:absolute!important;
    right:7px!important;bottom:7px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:4px!important;
    min-height:25px!important;
    padding:3px 7px!important;
    border:1px solid rgba(255,255,255,.68)!important;
    border-radius:999px!important;
    background:rgba(22,31,45,.82)!important;
    color:#fff!important;
    font-size:8.5px!important;
    font-weight:850!important;
    backdrop-filter:blur(6px);
}
.kulis-crew-search-v1640 .kulis-crew-search-card__date .dashicons{width:11px!important;height:11px!important;font-size:11px!important}
.kulis-crew-search-v1640 .kulis-crew-search-card__tags{
    display:flex!important;flex-wrap:wrap!important;gap:5px!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__tags span{
    display:inline-flex!important;align-items:center!important;
    min-height:24px!important;padding:3px 7px!important;
    border:1px solid #e0e7ef!important;border-radius:999px!important;
    background:#f8fafc!important;color:#586b82!important;
    font-size:8.8px!important;font-weight:800!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card h3{font-size:16px!important;line-height:1.23!important}
.kulis-crew-search-v1640 .kulis-crew-search-card__summary{font-size:10.7px!important;line-height:1.5!important;font-weight:650!important}
.kulis-crew-search-v1640 .kulis-crew-search-card__budget{
    display:grid!important;gap:2px!important;
    padding:8px 9px!important;
    border:1px solid #e3e9f0!important;
    border-radius:10px!important;
    background:#fbfcfe!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__budget small{color:#8793a3!important;font-size:7.5px!important;font-weight:900!important;letter-spacing:.08em!important}
.kulis-crew-search-v1640 .kulis-crew-search-card__budget strong{overflow:hidden!important;color:#2e4157!important;font-size:10.5px!important;font-weight:850!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.kulis-crew-search-v1640 .kulis-crew-card-capacity{
    display:grid!important;gap:6px!important;padding:2px 0!important;
}
.kulis-crew-search-v1640 .kulis-crew-card-capacity>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
.kulis-crew-search-v1640 .kulis-crew-card-capacity span{color:#40536a!important;font-size:9.5px!important;font-weight:850!important}
.kulis-crew-search-v1640 .kulis-crew-card-capacity small{color:#8090a2!important;font-size:8.5px!important;font-weight:750!important}
.kulis-crew-search-v1640 .kulis-crew-card-capacity>i{display:block!important;height:6px!important;overflow:hidden!important;border-radius:999px!important;background:#e8edf3!important}
.kulis-crew-search-v1640 .kulis-crew-card-capacity>i b{display:block!important;width:var(--crew-card-fill,0%)!important;height:100%!important;border-radius:inherit!important;background:#20a465!important}
.kulis-crew-search-v1640 .kulis-crew-card-application-status{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;
    padding:8px 9px!important;border:1px solid #dce6f3!important;border-radius:10px!important;background:#f6f9ff!important;
}
.kulis-crew-search-v1640 .kulis-crew-card-application-status small{color:#718299!important;font-size:7.5px!important;font-weight:900!important;letter-spacing:.08em!important}
.kulis-crew-search-v1640 .kulis-crew-card-application-status strong{color:#22579d!important;font-size:10px!important}
.kulis-crew-search-v1640 .kulis-crew-card-application-status.is-accepted{border-color:#c1e4d1!important;background:#f0faf5!important}.kulis-crew-search-v1640 .kulis-crew-card-application-status.is-accepted strong{color:#17774c!important}
.kulis-crew-search-v1640 .kulis-crew-card-application-status.is-rejected,.kulis-crew-search-v1640 .kulis-crew-card-application-status.is-withdrawn{border-color:#e2e7ed!important;background:#f7f8fa!important}.kulis-crew-search-v1640 .kulis-crew-card-application-status.is-rejected strong,.kulis-crew-search-v1640 .kulis-crew-card-application-status.is-withdrawn strong{color:#6b7787!important}
.kulis-crew-search-v1640 .kulis-crew-search-card__workflow-meta span{
    display:inline-flex!important;align-items:center!important;gap:4px!important;
    font-size:8.8px!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card__workflow-meta .dashicons{width:11px!important;height:11px!important;font-size:11px!important}
.kulis-crew-search-v1640 .kulis-crew-search-card>a{
    justify-content:space-between!important;
    min-height:40px!important;
    padding:0 12px!important;
    border-radius:10px!important;
    background:#1d2b3d!important;
    font-size:10.3px!important;
}
.kulis-crew-search-v1640 .kulis-crew-search-card>a .dashicons{width:14px!important;height:14px!important;font-size:14px!important}

/* Detail experience */
.kulis-crew-search-v1640 .kulis-crew-request-detail{width:min(1180px,100%)!important;margin:0 auto!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__top{margin-bottom:10px!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__layout{
    grid-template-columns:minmax(0,1fr) minmax(250px,310px)!important;
    gap:16px!important;
}
.kulis-crew-search-v1640 .kulis-crew-request-detail__main{
    padding:20px!important;
    border-color:#dde6ef!important;
    box-shadow:0 10px 28px rgba(15,23,42,.045)!important;
}
.kulis-crew-search-v1640 .kulis-crew-request-detail__side{
    align-content:start!important;
    position:sticky!important;
    top:84px!important;
    align-self:start!important;
}
.kulis-crew-search-v1640 .kulis-crew-request-detail__heading{
    grid-template-columns:52px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:center!important;
}
.kulis-crew-search-v1640 .kulis-crew-request-detail__mark{width:52px!important;height:52px!important;border-radius:15px!important;background:#eef4ff!important;color:#1769ff!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__heading h1{font-size:26px!important;line-height:1.08!important;letter-spacing:-.035em!important}
.kulis-crew-search-v1640 .kulis-crew-detail-signalbar{
    display:flex!important;flex-wrap:wrap!important;gap:6px!important;
    margin:14px 0 16px!important;
}
.kulis-crew-search-v1640 .kulis-crew-detail-signalbar>span{
    display:inline-flex!important;align-items:center!important;gap:4px!important;
    min-height:28px!important;padding:4px 8px!important;
    border:1px solid #dde5ee!important;border-radius:999px!important;
    background:#f8fafc!important;color:#52657a!important;
    font-size:9px!important;font-weight:800!important;
}
.kulis-crew-search-v1640 .kulis-crew-detail-signalbar>span.is-urgent{border-color:#f1c8ce!important;background:#fff4f5!important;color:#a23d4b!important}
.kulis-crew-search-v1640 .kulis-crew-detail-signalbar .dashicons{width:12px!important;height:12px!important;font-size:12px!important}
.kulis-crew-search-v1640 .kulis-crew-viewer-progress{
    display:grid!important;gap:10px!important;
    margin:0 0 16px!important;padding:12px 13px!important;
    border:1px solid #ccdcf4!important;border-radius:14px!important;
    background:linear-gradient(135deg,#f7faff,#fbfdff)!important;
}
.kulis-crew-search-v1640 .kulis-crew-viewer-progress__head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
.kulis-crew-search-v1640 .kulis-crew-viewer-progress__head div{display:grid!important;gap:2px!important}
.kulis-crew-search-v1640 .kulis-crew-viewer-progress__head small{color:#72839a!important;font-size:7.8px!important;font-weight:900!important;letter-spacing:.08em!important}
.kulis-crew-search-v1640 .kulis-crew-viewer-progress__head strong{color:#25466f!important;font-size:12px!important}
.kulis-crew-search-v1640 .kulis-crew-viewer-progress__head>span{padding:5px 8px!important;border-radius:999px!important;background:#1769ff!important;color:#fff!important;font-size:8.5px!important;font-weight:900!important}
.kulis-crew-search-v1640 .kulis-crew-application-track,
.kulis-crew-search-v1640 .kulis-crew-stage-track{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
}
.kulis-crew-search-v1640 .kulis-crew-stage-track{grid-template-columns:repeat(7,minmax(0,1fr))!important}
.kulis-crew-search-v1640 .kulis-crew-application-track span,
.kulis-crew-search-v1640 .kulis-crew-stage-track span{
    position:relative!important;display:grid!important;justify-items:center!important;gap:4px!important;min-width:0!important;text-align:center!important;
}
.kulis-crew-search-v1640 .kulis-crew-application-track span:not(:last-child):before,
.kulis-crew-search-v1640 .kulis-crew-stage-track span:not(:last-child):before{
    content:"";position:absolute!important;left:50%!important;right:-50%!important;top:5px!important;height:2px!important;background:#d9e1eb!important;z-index:0!important;
}
.kulis-crew-search-v1640 .kulis-crew-application-track i,
.kulis-crew-search-v1640 .kulis-crew-stage-track i{
    position:relative!important;z-index:1!important;width:11px!important;height:11px!important;border:2px solid #cbd5e1!important;border-radius:50%!important;background:#fff!important;
}
.kulis-crew-search-v1640 .kulis-crew-application-track b,
.kulis-crew-search-v1640 .kulis-crew-stage-track b{color:#8390a2!important;font-size:7.5px!important;font-weight:800!important;line-height:1.25!important}
.kulis-crew-search-v1640 .kulis-crew-application-track span.is-done i,
.kulis-crew-search-v1640 .kulis-crew-stage-track span.is-done i{border-color:#1769ff!important;background:#1769ff!important}
.kulis-crew-search-v1640 .kulis-crew-application-track span.is-done:not(:last-child):before,
.kulis-crew-search-v1640 .kulis-crew-stage-track span.is-done:not(:last-child):before{background:#8db8ff!important}
.kulis-crew-search-v1640 .kulis-crew-application-track span.is-done b,
.kulis-crew-search-v1640 .kulis-crew-stage-track span.is-done b{color:#38628e!important}
.kulis-crew-search-v1640 .kulis-crew-stage-track span.is-current b{color:#1769ff!important}
.kulis-crew-search-v1640 .kulis-crew-primary-workline{
    display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
    min-height:39px!important;padding:0 12px!important;border-radius:10px!important;background:#1769ff!important;color:#fff!important;font-size:10px!important;font-weight:900!important;text-decoration:none!important;
}
.kulis-crew-search-v1640 .kulis-crew-progress-note{margin:0!important;font-size:9.5px!important}.kulis-crew-search-v1640 .kulis-crew-progress-note.is-muted{color:#7b8798!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__cover{
    max-height:330px!important;overflow:hidden!important;border-radius:14px!important;background:#f4f7fb!important;
}
.kulis-crew-search-v1640 .kulis-crew-request-detail__cover img{width:100%!important;max-height:330px!important;object-fit:cover!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__facts{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
    margin:14px 0!important;
}
.kulis-crew-search-v1640 .kulis-crew-request-detail__facts>div{padding:10px!important;border-color:#e0e7ef!important;border-radius:11px!important;background:#fbfcfe!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__facts span{font-size:7.8px!important;letter-spacing:.05em!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__facts strong{font-size:10.5px!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__copy{margin-top:14px!important;padding:14px!important;border:1px solid #e2e8f0!important;border-radius:13px!important;background:#fff!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__copy h2{margin:0 0 6px!important;font-size:13px!important}
.kulis-crew-search-v1640 .kulis-crew-request-detail__copy p{margin:0!important;color:#52657a!important;font-size:10.8px!important;line-height:1.65!important}
.kulis-crew-search-v1640 .kulis-crew-owner-kpis{display:flex!important;flex-wrap:wrap!important;gap:5px!important;justify-content:flex-end!important}
.kulis-crew-search-v1640 .kulis-crew-owner-kpis span{display:inline-flex!important;align-items:baseline!important;gap:3px!important;padding:5px 7px!important;border-radius:999px!important;background:#f2f6fb!important;color:#607087!important;font-size:8.5px!important;font-weight:800!important;white-space:nowrap!important}
.kulis-crew-search-v1640 .kulis-crew-owner-kpis b{color:#263a52!important;font-size:10px!important}
.kulis-crew-search-v1640 .kulis-crew-application-card{border-radius:12px!important;background:#fff!important}
.kulis-crew-search-v1640 .kulis-crew-request-owner,
.kulis-crew-search-v1640 .kulis-crew-request-capacity,
.kulis-crew-search-v1640 .kulis-crew-request-application-box,
.kulis-crew-search-v1640 .kulis-crew-request-management{
    border-color:#dfe7ef!important;
    box-shadow:0 6px 18px rgba(15,23,42,.035)!important;
}

@media(max-width:1020px){
    .kulis-crew-search-v1640 .kulis-crew-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__layout{grid-template-columns:1fr!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__side{position:static!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__facts{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:782px){
    .kulis-crew-search-v1640{padding:0 9px!important}
    .kulis-crew-search-v1640 .kulis-crew-search-hero--actions{padding:17px!important;border-radius:16px!important}
    .kulis-crew-search-v1640 .kulis-crew-search-hero--actions>button{width:100%!important;min-width:0!important}
    .kulis-crew-search-v1640 .kulis-crew-filter-toolbar{display:flex!important}
    .kulis-crew-search-v1640 .kulis-crew-search-filters{grid-template-columns:1fr!important;margin-bottom:10px!important}
    .kulis-crew-search-v1640 .kulis-crew-search-section-head{display:grid!important;gap:8px!important}.kulis-crew-search-v1640 .kulis-crew-search-section-head>a{justify-self:start!important}
    .kulis-crew-search-v1640 .kulis-crew-search-grid{grid-template-columns:1fr!important;gap:10px!important}
    .kulis-crew-search-v1640 .kulis-crew-search-grid>.kulis-crew-search-card{padding:12px!important;border-radius:15px!important}
    .kulis-crew-search-v1640 .kulis-crew-search-card__cover{height:102px!important;min-height:102px!important;max-height:102px!important}
    .kulis-crew-search-v1640 .kulis-crew-search-card h3{font-size:15px!important}
    .kulis-crew-search-v1640 .kulis-crew-search-card__summary{-webkit-line-clamp:2!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__main{padding:13px!important;border-radius:15px!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__heading{grid-template-columns:44px minmax(0,1fr)!important}.kulis-crew-search-v1640 .kulis-crew-request-detail__mark{width:44px!important;height:44px!important;border-radius:12px!important}.kulis-crew-search-v1640 .kulis-crew-request-detail__heading h1{font-size:21px!important}
    .kulis-crew-search-v1640 .kulis-crew-detail-signalbar{gap:5px!important}.kulis-crew-search-v1640 .kulis-crew-detail-signalbar>span{font-size:8.5px!important}
    .kulis-crew-search-v1640 .kulis-crew-viewer-progress{padding:10px!important;border-radius:12px!important;overflow:hidden!important}
    .kulis-crew-search-v1640 .kulis-crew-stage-track{display:flex!important;gap:0!important;overflow-x:auto!important;padding:2px 2px 7px!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}
    .kulis-crew-search-v1640 .kulis-crew-stage-track::-webkit-scrollbar{display:none}
    .kulis-crew-search-v1640 .kulis-crew-stage-track span{flex:0 0 92px!important;scroll-snap-align:start!important}.kulis-crew-search-v1640 .kulis-crew-stage-track span:not(:last-child):before{left:50%!important;right:-50%!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__facts{grid-template-columns:1fr 1fr!important;gap:6px!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__side{grid-template-columns:1fr!important}
    .kulis-crew-search-v1640 .kulis-crew-owner-kpis{justify-content:flex-start!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__copy{padding:12px!important}
}
@media(max-width:430px){
    .kulis-crew-search-v1640 .kulis-crew-search-card__brand{grid-template-columns:38px minmax(0,1fr) auto!important}.kulis-crew-search-v1640 .kulis-crew-search-card__logo{width:38px!important;height:38px!important}
    .kulis-crew-search-v1640 .kulis-crew-search-card__budget strong{font-size:9.8px!important}
    .kulis-crew-search-v1640 .kulis-crew-application-track b{font-size:7px!important}
    .kulis-crew-search-v1640 .kulis-crew-request-detail__facts{grid-template-columns:1fr 1fr!important}
}

html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-search-hero--actions,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-search-grid>.kulis-crew-search-card,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-search-card__budget,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-viewer-progress,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-request-detail__copy,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-application-card{
    border-color:#2b3949!important;background:#151e29!important;color:#e7edf5!important;
}
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-search-card__tags span,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-request-detail__facts>div,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-detail-signalbar>span,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-card-application-status{
    border-color:#344253!important;background:#1a2531!important;color:#bdc8d6!important;
}
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-search-card h3,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-search-card__budget strong,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-request-detail__copy h2,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-owner-kpis b{color:#edf3fb!important}
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-search-card__summary,
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1640 .kulis-crew-request-detail__copy p{color:#b4c0cf!important}

/* =========================================================
 * KULİS v1.6.41 — Meslek görselleri / 16:9 responsive contract
 * ========================================================= */
.kulis-crew-search-app.kulis-crew-search-v1641 .kulis-crew-search-card__cover,
.kulis-crew-search-app.kulis-crew-search-v1640 .kulis-crew-search-card__cover{position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;padding:0!important;overflow:hidden!important;background:#0f172a!important}
.kulis-crew-search-app.kulis-crew-search-v1641 .kulis-crew-search-card__cover img,
.kulis-crew-search-app.kulis-crew-search-v1640 .kulis-crew-search-card__cover img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;border-radius:14px!important;object-fit:cover!important;object-position:center!important}
.kulis-crew-search-card__date{position:absolute!important;right:8px!important;bottom:8px!important;z-index:2!important;display:inline-flex!important;align-items:center!important;gap:4px!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(15,23,42,.76)!important;color:#fff!important;font-size:9px!important;font-weight:800!important;backdrop-filter:blur(8px)}
.kulis-crew-request-detail__cover{aspect-ratio:16/9;max-height:none;padding:0;background:#0f172a}.kulis-crew-request-detail__cover img{width:100%;height:100%;max-height:none;object-fit:cover;border-radius:14px}
.kulis-crew-role-preview{grid-column:1/-1;position:relative;aspect-ratio:16/9;overflow:hidden;border:1px solid #dfe7f1;border-radius:16px;background:#0f172a}.kulis-crew-role-preview[hidden]{display:none!important}.kulis-crew-role-preview img{display:block;width:100%;height:100%;object-fit:cover}.kulis-crew-role-preview span{position:absolute;left:12px;bottom:12px;padding:7px 10px;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;font-size:11px;font-weight:850;backdrop-filter:blur(8px)}
@media(max-width:782px){.kulis-crew-search-app .kulis-crew-search-card__cover{aspect-ratio:16/9!important}.kulis-crew-role-preview{border-radius:13px}.kulis-crew-request-detail__cover{border-radius:13px}}

/* ========================================================================== 
   KULİS v1.6.42 — Kameraman Aranıyor açıklanabilir akıllı aday eşleştirme
   ========================================================================== */
.kulis-crew-search-v1642 .kulis-crew-smart-match{margin:14px 0;padding:13px;border:1px solid #d7e4ff;border-radius:14px;background:linear-gradient(135deg,#f8fbff 0%,#f3f7ff 100%)}
.kulis-crew-search-v1642 .kulis-crew-smart-match__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}.kulis-crew-search-v1642 .kulis-crew-smart-match__head small{display:block;margin-bottom:2px;color:#1769ff;font-size:8px;font-weight:900;letter-spacing:.1em}.kulis-crew-search-v1642 .kulis-crew-smart-match__head h3{margin:0;color:#1d2b3d;font-size:15px;line-height:1.15}.kulis-crew-search-v1642 .kulis-crew-smart-match__head p{margin:4px 0 0;max-width:620px;color:#718197;font-size:9.5px;line-height:1.45}.kulis-crew-search-v1642 .kulis-crew-smart-match__head>.dashicons{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#1769ff;color:#fff}
.kulis-crew-search-v1642 .kulis-crew-smart-match__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.kulis-crew-search-v1642 .kulis-crew-smart-candidate{display:grid;grid-template-columns:20px 36px minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;padding:8px;border:1px solid #e0e8f3;border-radius:11px;background:#fff;color:inherit;text-decoration:none;transition:border-color .16s ease,transform .16s ease}.kulis-crew-search-v1642 .kulis-crew-smart-candidate:hover{border-color:#a8c5ff;transform:translateY(-1px)}.kulis-crew-search-v1642 .kulis-crew-smart-candidate>b{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:#edf3ff;color:#1769ff;font-size:9px}.kulis-crew-search-v1642 .kulis-crew-smart-candidate img{width:36px;height:36px;border-radius:10px;object-fit:cover}.kulis-crew-search-v1642 .kulis-crew-smart-candidate>span{min-width:0}.kulis-crew-search-v1642 .kulis-crew-smart-candidate>span strong,.kulis-crew-search-v1642 .kulis-crew-smart-candidate>span small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kulis-crew-search-v1642 .kulis-crew-smart-candidate>span strong{color:#283a50;font-size:10px}.kulis-crew-search-v1642 .kulis-crew-smart-candidate>span small{margin-top:2px;color:#7b8a9d;font-size:8px}.kulis-crew-search-v1642 .kulis-crew-smart-candidate>em{font-style:normal;font-size:13px;font-weight:900;color:#1769ff}.kulis-crew-search-v1642 .kulis-crew-smart-candidate.is-excellent>em{color:#168255}.kulis-crew-search-v1642 .kulis-crew-smart-candidate.is-strong>em{color:#1769ff}.kulis-crew-search-v1642 .kulis-crew-smart-candidate.is-good>em{color:#8b6819}.kulis-crew-search-v1642 .kulis-crew-smart-candidate.is-partial>em,.kulis-crew-search-v1642 .kulis-crew-smart-candidate.is-low>em{color:#8b6570}
.kulis-crew-search-v1642 .kulis-crew-application-card{scroll-margin-top:90px}.kulis-crew-search-v1642 .kulis-crew-application-match{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 12px;margin:10px 0;padding:10px;border:1px solid #e1e8f0;border-radius:11px;background:#f8fafc}.kulis-crew-search-v1642 .kulis-crew-application-match.is-excellent{border-color:#c7ead8;background:#f6fcf9}.kulis-crew-search-v1642 .kulis-crew-application-match.is-strong{border-color:#cfe0ff;background:#f6f9ff}.kulis-crew-search-v1642 .kulis-crew-application-match__score{display:flex;align-items:center;gap:8px}.kulis-crew-search-v1642 .kulis-crew-application-match__score>strong{display:grid;place-items:center;min-width:50px;height:42px;padding:0 7px;border-radius:10px;background:#172033;color:#fff;font-size:15px}.kulis-crew-search-v1642 .kulis-crew-application-match.is-excellent .kulis-crew-application-match__score>strong{background:#168255}.kulis-crew-search-v1642 .kulis-crew-application-match.is-strong .kulis-crew-application-match__score>strong{background:#1769ff}.kulis-crew-search-v1642 .kulis-crew-application-match__score span b,.kulis-crew-search-v1642 .kulis-crew-application-match__score span small{display:block}.kulis-crew-search-v1642 .kulis-crew-application-match__score span b{color:#2e4056;font-size:10px}.kulis-crew-search-v1642 .kulis-crew-application-match__score span small{margin-top:2px;color:#8190a2;font-size:8px;font-weight:750}.kulis-crew-search-v1642 .kulis-crew-application-match__reasons{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}.kulis-crew-search-v1642 .kulis-crew-application-match__reasons span{padding:4px 6px;border-radius:999px;background:#fff;border:1px solid #e1e8f0;color:#607286;font-size:8px;font-weight:750}.kulis-crew-search-v1642 .kulis-crew-application-match__details{grid-column:1/-1;border-top:1px solid #e4eaf1;padding-top:6px}.kulis-crew-search-v1642 .kulis-crew-application-match__details summary{cursor:pointer;color:#5e7186;font-size:8.5px;font-weight:850}.kulis-crew-search-v1642 .kulis-crew-application-match__details>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;margin-top:7px}.kulis-crew-search-v1642 .kulis-crew-application-match__details>div>span{display:grid;grid-template-columns:minmax(76px,.6fr) minmax(70px,1fr) 34px;align-items:center;gap:6px}.kulis-crew-search-v1642 .kulis-crew-application-match__details b{color:#617287;font-size:8px}.kulis-crew-search-v1642 .kulis-crew-application-match__details i{display:block;height:5px;border-radius:999px;background:#e3e9f1;overflow:hidden}.kulis-crew-search-v1642 .kulis-crew-application-match__details i u{display:block;width:var(--crew-factor,0%);height:100%;border-radius:inherit;background:#1769ff;text-decoration:none}.kulis-crew-search-v1642 .kulis-crew-application-match__details em{font-style:normal;text-align:right;color:#708197;font-size:8px;font-weight:850}
@media(max-width:900px){.kulis-crew-search-v1642 .kulis-crew-smart-match__grid{grid-template-columns:1fr}.kulis-crew-search-v1642 .kulis-crew-application-match{grid-template-columns:1fr}.kulis-crew-search-v1642 .kulis-crew-application-match__reasons{justify-content:flex-start}.kulis-crew-search-v1642 .kulis-crew-application-match__details{grid-column:auto}}
@media(max-width:640px){.kulis-crew-search-v1642 .kulis-crew-smart-match{padding:10px}.kulis-crew-search-v1642 .kulis-crew-smart-candidate{grid-template-columns:18px 34px minmax(0,1fr) auto}.kulis-crew-search-v1642 .kulis-crew-application-match__details>div{grid-template-columns:1fr}.kulis-crew-search-v1642 .kulis-crew-application-match__reasons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.kulis-crew-search-v1642 .kulis-crew-application-match__reasons span{white-space:normal;text-align:center}}
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1642 .kulis-crew-smart-match{border-color:#29476f;background:#111c2a}html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1642 .kulis-crew-smart-match__head h3{color:#edf3fb}html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1642 .kulis-crew-smart-candidate{border-color:#2c3b4d;background:#182331}html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1642 .kulis-crew-smart-candidate>span strong{color:#e7eef7}html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1642 .kulis-crew-application-match{border-color:#324052;background:#111923}html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1642 .kulis-crew-application-match__score span b{color:#e2ebf6}html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1642 .kulis-crew-application-match__reasons span{border-color:#344356;background:#192432;color:#b6c4d5}html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-search-v1642 .kulis-crew-application-match__details{border-color:#344153}

/* KULİS v1.6.43 — manuel kapak, kadraj, canlı önizleme, Acil Aranıyor, Kaydedilenler */
.kulis-crew-search-v1643 .kulis-crew-search-card__cover img,
.kulis-crew-search-v1643 .kulis-crew-request-detail__cover img,
.kulis-crew-search-v1643 .kulis-crew-role-preview img{object-position:var(--crew-cover-x,50%) var(--crew-cover-y,50%)!important}
.kulis-crew-search-v1643 .kulis-crew-search-card__cover,
.kulis-crew-search-v1643 .kulis-crew-request-detail__cover,
.kulis-crew-search-v1643 .kulis-crew-role-preview{position:relative!important}
.kulis-crew-search-v1643 .kulis-crew-cover-wanted-label{position:absolute;left:11px;top:11px;z-index:3;max-width:calc(100% - 78px);padding:7px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(8,18,35,.76);box-shadow:0 5px 18px rgba(2,8,23,.18);color:#fff;font-size:10px;font-weight:900;line-height:1.2;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;backdrop-filter:blur(8px)}
.kulis-crew-search-v1643 .kulis-crew-cover-urgent{position:absolute;right:10px;top:10px;z-index:4;padding:7px 9px;border-radius:999px;background:#dc2626;color:#fff;font-size:9px;font-weight:950;letter-spacing:.07em;box-shadow:0 6px 18px rgba(220,38,38,.3)}
.kulis-crew-search-v1643 .kulis-crew-request-detail__cover .kulis-crew-cover-wanted-label{font-size:12px;padding:8px 12px}
.kulis-crew-search-v1643 .kulis-crew-request-detail__top-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.kulis-crew-search-v1643 .kulis-crew-urgent-badge{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:9px;font-weight:900}
.kulis-crew-search-v1643 .kulis-crew-save-form,.kulis-crew-search-v1643 .kulis-crew-card-save-form{margin:0}
.kulis-crew-search-v1643 .kulis-crew-save-button,.kulis-crew-search-v1643 .kulis-crew-card-save-form button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:30px;padding:6px 9px;border:1px solid #d8e2ee;border-radius:9px;background:#fff;color:#42566e;font:inherit;font-size:9px;font-weight:850;cursor:pointer}
.kulis-crew-search-v1643 .kulis-crew-save-button.is-saved,.kulis-crew-search-v1643 .kulis-crew-card-save-form button.is-saved{border-color:#b9cdfc;background:#edf3ff;color:#1769ff}
.kulis-crew-search-v1643 .kulis-crew-card-save-form{display:flex;justify-content:flex-end;margin-top:7px}
.kulis-crew-search-v1643 .kulis-crew-card-save-form .dashicons,.kulis-crew-search-v1643 .kulis-crew-save-button .dashicons{width:14px;height:14px;font-size:14px}
.kulis-crew-search-v1643 .kulis-crew-check{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;min-height:42px;padding:10px 12px!important;border:1px solid #dfe7f1;border-radius:11px;background:#f8fbff}
.kulis-crew-search-v1643 .kulis-crew-check input{width:17px!important;height:17px!important;min-width:17px!important;margin:0!important;padding:0!important}
.kulis-crew-search-v1643 .kulis-crew-check span{font-size:10px!important;font-weight:800!important;color:#344a62!important}
.kulis-crew-search-v1643 input[type=range]{accent-color:#1769ff}
.kulis-crew-search-v1643 .kulis-crew-role-preview span{left:12px;top:12px;bottom:auto;max-width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kulis-crew-search-v1643 .kulis-crew-live-preview{margin:12px 0 0;padding:12px;border:1px solid #dfe7f1;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f5f8fc)}
.kulis-crew-search-v1643 .kulis-crew-live-preview>header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.kulis-crew-search-v1643 .kulis-crew-live-preview>header div{display:grid;gap:2px}.kulis-crew-search-v1643 .kulis-crew-live-preview>header small{color:#1769ff;font-size:8px;font-weight:900;letter-spacing:.08em}.kulis-crew-search-v1643 .kulis-crew-live-preview>header strong{color:#263a52;font-size:12px}.kulis-crew-search-v1643 .kulis-crew-live-preview>header>span{padding:5px 8px;border-radius:999px;background:#eaf1fb;color:#5b6f85;font-size:8px;font-weight:850}
.kulis-crew-search-v1643 .kulis-crew-live-preview__devices{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(180px,.55fr);gap:12px;align-items:start}.kulis-crew-search-v1643 .kulis-crew-live-preview__devices>div>small{display:block;margin:0 0 5px;color:#7a8999;font-size:8px;font-weight:900;letter-spacing:.08em}.kulis-crew-search-v1643 .kulis-crew-live-preview__card{overflow:hidden;border:1px solid #dbe4ef;border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.kulis-crew-search-v1643 .kulis-crew-live-preview__media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#101827}.kulis-crew-search-v1643 .kulis-crew-live-preview__media img{display:block;width:100%;height:100%;object-fit:cover}.kulis-crew-search-v1643 .kulis-crew-live-preview__media b{position:absolute;left:9px;top:9px;max-width:calc(100% - 60px);padding:6px 8px;border-radius:999px;background:rgba(8,18,35,.76);color:#fff;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;backdrop-filter:blur(7px)}.kulis-crew-search-v1643 .kulis-crew-live-preview__media em{position:absolute;right:8px;top:8px;padding:5px 7px;border-radius:999px;background:#dc2626;color:#fff;font-size:8px;font-style:normal;font-weight:950}.kulis-crew-search-v1643 .kulis-crew-live-preview__card>strong,.kulis-crew-search-v1643 .kulis-crew-live-preview__card>span{display:block;padding:0 9px}.kulis-crew-search-v1643 .kulis-crew-live-preview__card>strong{margin-top:8px;color:#273b52;font-size:10px}.kulis-crew-search-v1643 .kulis-crew-live-preview__card>span{margin:2px 0 9px;color:#7b8b9d;font-size:8px}
.kulis-crew-search-v1643 .kulis-crew-live-preview__devices .is-mobile{max-width:220px;justify-self:end;width:100%}
@media(max-width:782px){.kulis-crew-search-v1643 .kulis-crew-request-detail__top-actions{width:100%;justify-content:flex-start}.kulis-crew-search-v1643 .kulis-crew-cover-wanted-label{left:8px;top:8px;max-width:calc(100% - 70px);padding:6px 8px;font-size:9px}.kulis-crew-search-v1643 .kulis-crew-cover-urgent{right:8px;top:8px;padding:6px 7px;font-size:8px}.kulis-crew-search-v1643 .kulis-crew-live-preview__devices{grid-template-columns:1fr}.kulis-crew-search-v1643 .kulis-crew-live-preview__devices .is-mobile{max-width:190px;justify-self:start}.kulis-crew-search-v1643 .kulis-crew-card-save-form{justify-content:flex-start}}
.kulis-crew-search-v1643 .kulis-crew-availability-hint{display:flex;align-items:flex-start;gap:6px;margin:2px 0 8px;padding:8px 9px;border:1px solid #dce8f7;border-radius:10px;background:#f7fbff;color:#60758b;font-size:8.5px;line-height:1.45}.kulis-crew-search-v1643 .kulis-crew-availability-hint .dashicons{width:15px;height:15px;font-size:15px;color:#1769ff}.kulis-crew-search-v1643 .kulis-crew-availability-hint a{margin-left:auto;color:#1769ff;font-weight:850;white-space:nowrap;text-decoration:none}
.kulis-crew-search-v1643 .kulis-crew-search-card__cover.is-role-fallback:before,
.kulis-crew-search-v1643 .kulis-crew-request-detail__cover.is-role-fallback:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(5,12,24,.86) 0%,rgba(5,12,24,.58) 34%,rgba(5,12,24,.10) 62%,rgba(5,12,24,0) 100%)}
.kulis-crew-search-v1643 .kulis-crew-search-card__cover.is-role-fallback .kulis-crew-cover-wanted-label{top:50%;left:12px;max-width:62%;transform:translateY(-50%);padding:8px 10px;border:0;border-radius:8px;background:transparent;box-shadow:none;font-size:12px;line-height:1.12;white-space:normal;text-shadow:0 2px 12px rgba(0,0,0,.48);backdrop-filter:none}
.kulis-crew-search-v1643 .kulis-crew-request-detail__cover.is-role-fallback .kulis-crew-cover-wanted-label{top:50%;left:22px;max-width:52%;transform:translateY(-50%);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:clamp(20px,3vw,34px);line-height:1.08;white-space:normal;text-shadow:0 3px 18px rgba(0,0,0,.58);backdrop-filter:none}
@media(max-width:782px){.kulis-crew-search-v1643 .kulis-crew-search-card__cover.is-role-fallback .kulis-crew-cover-wanted-label{left:10px;max-width:66%;font-size:11px}.kulis-crew-search-v1643 .kulis-crew-request-detail__cover.is-role-fallback .kulis-crew-cover-wanted-label{left:14px;max-width:64%;font-size:clamp(17px,6vw,25px)}}


/* KULİS v1.6.44 — Meslek Poster Sistemi: başlık görsel dosyasının içindedir. */
.kulis-crew-search-v1644 .kulis-crew-cover-wanted-label,
.kulis-crew-search-v1644 [data-crew-role-preview-title],
.kulis-crew-search-v1644 [data-crew-live-title]{display:none!important}
.kulis-crew-search-v1644 .kulis-crew-search-card__cover.is-role-poster:before,
.kulis-crew-search-v1644 .kulis-crew-request-detail__cover.is-role-poster:before{display:none!important;content:none!important}
.kulis-crew-search-v1644 .kulis-crew-search-card__cover img,
.kulis-crew-search-v1644 .kulis-crew-request-detail__cover img,
.kulis-crew-search-v1644 .kulis-crew-role-preview img,
.kulis-crew-search-v1644 .kulis-crew-live-preview__media img{object-position:center center!important}
.kulis-crew-search-v1644 .kulis-crew-role-preview{grid-column:1/-1;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:#06111f}
.kulis-crew-search-v1644 .kulis-crew-role-preview img{display:block;width:100%;height:100%;object-fit:cover}
.kulis-crew-search-v1644 .kulis-crew-live-preview__media b{display:none!important}
@media(max-width:782px){.kulis-crew-search-v1644 .kulis-crew-role-preview{border-radius:13px}}


/* KULİS v1.6.48 — applicant portfolio preview */
.kulis-crew-portfolio-preview{margin:12px 0;padding:12px;border:1px solid #dfe7ef;border-radius:14px;background:#f8fafc}.kulis-crew-portfolio-preview__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.kulis-crew-portfolio-preview__head>div{display:grid;gap:2px}.kulis-crew-portfolio-preview__head small{font-size:10px;font-weight:900;letter-spacing:.08em;color:#2877d5}.kulis-crew-portfolio-preview__head strong{font-size:13px;color:#0f172a}.kulis-crew-portfolio-preview__head>a{font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}.kulis-crew-portfolio-preview__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.kulis-crew-portfolio-preview__grid>a{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;border-radius:9px;background:#0c1727;color:#fff;text-decoration:none}.kulis-crew-portfolio-preview__grid img{display:block;width:100%;height:100%;object-fit:cover}.kulis-crew-portfolio-preview__grid>a>span{display:grid;place-items:center;height:100%;font-size:20px}.kulis-crew-portfolio-preview__grid b{position:absolute;left:5px;right:5px;bottom:5px;overflow:hidden;padding:4px 6px;border-radius:6px;background:rgba(9,16,28,.8);font-size:9px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.kulis-crew-portfolio-preview__grid>a.is-showreel b{background:rgba(30,93,168,.9)}
@media(max-width:680px){.kulis-crew-portfolio-preview__head{align-items:flex-start}.kulis-crew-portfolio-preview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-portfolio-preview{background:#151d29!important;border-color:#2a3545!important}
html body:is(.kulis-theme-dark,.kulis-theme-system-dark) .kulis-crew-portfolio-preview__head strong{color:#edf3fa!important}
