body {
    background-color: #f5f6fa;
}

/* App layout header */
.app-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
}

.app-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:12px 15px;
}

.app-header-logo {
    display: inline-block;
}

.app-header-logo img {
    height: 52px;
    width: auto;
    display: block;
}

.app-header-right {
    display: flex;
    align-items: center;
}

.app-header-menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #e67e22;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.2s;
}

.app-header-menu-btn:hover {
    background: #d35400;
    color: #fff;
}

.app-main {
    padding-bottom: 40px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.footer-page-list {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    list-style: none;
}

.footer-page-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-page-list li a {
    text-decoration: none;
    color: #797c89;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-page-list li a:hover {
    color: #1900ab;
}

.page-content {
    padding: 0px;
}

.page-content td {
    font-size: 14px;
}

.remove-btn, .remove-btn:hover {
    background-color: darkred;
    margin-left: 10px;
}

.product-add {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px 5px 0px 0px;
    padding-top: 5px;
}

.form-area {
    padding: 20px 25px
}

.form-group label {
    width: 100%;
    color: #4b5565;
    margin-bottom: 5px;
}

.form-group input, .form-group select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}


.form-group textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    height: 120px;
}

.form-group small {
    margin-bottom: 15px;
    color: darkred;
    display: block;
    margin-top: 5px;
}

.submit-btn-df {
    background-color: #120099;
    color: #fff;
    border: 0;
    padding: 11px 32px;
    border-radius: 3px;
    outline: 0;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}

.submit-btn-df:hover {
    background-color: #0d0088;
    color: #fff;
    text-decoration: none;
}

.form-buttons-area .submit-btn-df {
    width: auto;
    max-width: none;
}

.form-search-area .submit-btn-df {
    width: auto;
    max-width: none;
}


.delete-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#00000070;
    z-index: 99;
    transition: all 0ms;
}

.delete-modal .delete-area {
    width: 100%;
    max-width: 420px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d7e2ef;
    margin-top: 5%;
    padding: 15px;
    border-radius: 6px;
}

.delete-modal .delete-area h6{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.delete-modal .delete-area ul{
    width: 100%;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}

.delete-modal .delete-area ul li{
    width: 50%;
    padding: 0px 5px;
    list-style: none;
    float: left;
}

.delete-modal .delete-area ul li a{
    width: 100%;
    background: linear-gradient(45deg, #43cea2, #185a9d);
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 5px;
    text-decoration: none;
    border-radius: 5px;
}

.delete-modal .delete-area ul li:first-child a{
    background: linear-gradient(45deg, #ff4e50, #c31432);
    color: #fff;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54 !important;
    outline: 0;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}

.layout.fixed-sidebar {
    padding: 10px;
}

@media(min-width: 768px){
    .layout .content {
        padding-left: 10px !important;
        padding-top: 1px !important;
    }
}

.section-hood {
    background-color: #1900aa;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}

.section-hood h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}

.section-hood p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}


.page-detail-form .page-box {
    width: 100%;
    display: block;
    margin-top: -50px;
}

.section-area {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #edeef2;
}

.acc-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--acc-primary, #2563eb);
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}
.acc-back-btn:hover {
    color: var(--acc-primary-dark, #1d4ed8);
}

/* ===== Login Page - TekneTatili.com Kaptan ===== */
.login-page {
    position: relative;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #222;
}

.login-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.login-container {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-card {
    width: 100%;
    max-width: 560px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 36px 32px;
}

.login-card-logo {
    margin-bottom: 28px;
    text-align: center;
}

.login-card-logo img {
    width: 100%;
    max-width: 282px;
    display: inline-block;
}

.login-title {
    font-size: 22px;
    font-weight: 700;
    color: #323232;
    line-height: 1.25;
    margin-bottom: 8px;
    text-align: center;
}

.login-subtitle {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 28px;
    text-align: center;
}

.login-success {
    background: #f0fdf4;
    color: #166534;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 18px;
    border: 1px solid #bbf7d0;
}

.login-error {
    background: #fef2f2;
    color: #b91c1c;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 18px;
    border: 1px solid #fecaca;
}

.login-field-row {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
}

.login-field-row .login-field {
    flex: 1;
    margin-bottom: 0;
}

.login-field {
    margin-bottom: 16px;
}

.login-field label {
    display: block;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    font-size: 15px;
}

.login-field input {
    width: 100%;
    height: 54px;
    padding: 0 14px;
    font-size: 0.9375rem;
    color: #111;
    background: #f7f7f7;
    border: 1.5px solid #e5e5e5;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.2s;
}

.login-field input::placeholder {
    color: #aaa;
}

.login-field input:focus {
    border-color: #e67e22;
    background: #fff;
}

.login-forgot {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -8px;
}

.login-forgot a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.login-forgot a:hover {
    color: #111;
}

.login-btn {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 5px;
    background: #e67e22;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background 0.2s;
}

.login-btn:hover {
    background: #d35400;
}

.login-register {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}

.login-register a {
    color: #e67e22;
    font-weight: 600;
    text-decoration: none;
}

.login-register a:hover {
    text-decoration: underline;
}

/* Login responsive */

@media (max-width: 480px) {
    .login-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .login-card {
        padding: 28px 22px;
        border-radius: 12px;
    }

    .login-title {
        font-size: 1.4rem;
    }

    .login-field-row {
        flex-direction: column;
        gap: 0;
    }

    .login-field-row .login-field {
        margin-bottom: 16px;
    }

    .login-field-row .login-field:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .login-card {
        padding: 22px 16px;
    }

    .login-title {
        font-size: 1.25rem;
    }

    .login-field input {
        height: 44px;
    }

    .login-btn {
        height: 44px;
    }
}

.form-min-hood {
    color: #1900aa;
    border-bottom: 1px dashed #1900aa;
    padding-bottom: 8px;
    margin-bottom: 13px;
    margin-top: 9px;
    font-size: 15px;
}

.account-profile-area {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 120px;
}

.account-profile-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f3;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.profile-upload-label {
    display: inline-block;
    background: #1400a0;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.profile-upload-label:hover {
    background: #1900aa;
}

.account-profile-area #profile-input {
    display: none;
}

/* Select2 uyumu */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    min-height: 38px;border-radius: 6px;border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 19px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 36px;}

.report-area-home {
    padding: 20px 15px;
    padding-top: 0px;

}

.report-area-home .report-box {
    padding: 30px 25px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #1900aa;
}

.report-area-home .report-box h6{
    color: #fff;
}

.report-area-home .report-box p{
    color: #fff;
    margin: 0;
    font-size: 14px;
}

/* Dashboard menu grid - white theme */
.dashboard-menu-wrap {
    padding: 0;
}

.dashboard-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.dashboard-menu-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 20px;
    background: #0e76bc;
    border: 1px solid #0e76bc;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.dashboard-menu-item:hover {
    background: #15abd0;
    border-color: #15abd0;
    box-shadow: 0 4px 12px rgba(21, 171, 208, 0.35);
    color: #fff;
}

.dashboard-menu-icon {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
}

.dashboard-menu-item:hover .dashboard-menu-icon {
    color: #fff;
}

.dashboard-menu-label {
    flex: 1;
    min-width: 0;
}

.dashboard-menu-arrow {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
}

.dashboard-menu-item:hover .dashboard-menu-arrow {
    color: #fff;
}

.dashboard-menu-item-form {
    display: block;
}

.dashboard-menu-item-btn {
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 992px) {
    .dashboard-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .dashboard-menu-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .dashboard-menu-item {
        padding: 16px 18px;
    }
}

.graphic-area {
    padding: 20px 35px;
    padding-top: 15px;
}


/* Form Butonları Alanı */
.form-buttons-area {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* İptal Butonu */
.cancel-btn-df {
    background-color: #6b7280;
    color: #fff;
    border: 0;
    padding: 11px 32px;
    border-radius: 3px;
    outline: 0;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease;
    font-size: 15px;
}

.cancel-btn-df:hover {
    background-color: #4b5563;
    color: #fff;
    text-decoration: none;
}

/* Form Control Stilleri (Bootstrap uyumlu) */
.form-control, .form-select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}

.form-control:focus, .form-select:focus {
    border-color: #3e86c6;
    box-shadow: 0 0 0 0.2rem rgba(62, 134, 198, 0.25);
    background-color: #f5f6fa;
}

.form-control[type="file"] {
    height: auto;
    padding: 8px 12px;
    cursor: pointer;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    color: #4b5565;
    font-size: 15px;
    font-weight: 500;
}

.form-label .text-danger {
    color: #dc3545;
}

/* Textarea için özel stil */
textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

@media (max-width: 768px) {
    .form-buttons-area {
        flex-direction: column;
    }
    
    .form-buttons-area .submit-btn-df,
    .form-buttons-area .cancel-btn-df {
        width: 100%;
    }
}

/* Card düzeltmeleri */
.card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 1.25rem;
}

/* Buttons area düzeltmeleri */
.buttons-area {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    width: 100%;
}

.buttons-area .edit-btn {
    flex: 1;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    background-color: #1900aa;
    color: #fff;
}

.buttons-area .edit-btn:hover {
    background-color: #1802ab;
    color: #fff;
    text-decoration: none;
}

.buttons-area form {
    flex: 1;
    display: flex;
}

.buttons-area .remove-btn {
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 14px;
    background-color: #dc3545;
    color: #fff;
}

.buttons-area .remove-btn:hover {
    background-color: #c82333;
    color: #fff;
}

/* ===== Hesabım – Sidebar Layout ===== */
.acc-layout {
    display: flex;
    gap: 24px;
    min-height: calc(100vh - 140px);
}

/* --- Sidebar --- */
.acc-sidebar {
    width: 280px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-self: flex-start;
    position: sticky;
    top: 90px;
}

.acc-sidebar-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 20px 20px;
    background: linear-gradient(135deg, #0e76bc 0%, #15abd0 100%);
}

.acc-avatar-ring {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.acc-avatar-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.9);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    display: block;
}

.acc-avatar-empty {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 3px solid rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.85);
    font-size: 2.5rem;
}

.acc-avatar-cam {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    background: #e67e22;
    border: 2.5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    z-index: 2;
}

.acc-avatar-cam i { color: #fff; font-size: 0.875rem; line-height: 1; }
.acc-avatar-cam:hover { background: #d35400; transform: scale(1.1); }

.acc-avatar-name {
    margin-top: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.acc-avatar-email {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.75);
    margin-top: 2px;
    word-break: break-all;
    text-align: center;
}

/* Nav */
.acc-sidebar-nav {
    padding: 12px 12px 0;
    flex: 1;
}

.acc-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 4px;
    transition: background 0.15s, color 0.15s;
}

.acc-nav-item i { font-size: 1.2rem; }

.acc-nav-item:hover {
    background: #f1f5f9;
    color: #0e76bc;
}

.acc-nav-item.active {
    background: #eef6fc;
    color: #0e76bc;
    font-weight: 600;
}

.acc-sidebar-footer {
    padding: 8px 12px 14px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.acc-nav-back {
    color: #94a3b8;
    font-size: 0.8125rem;
}

.acc-nav-back:hover { color: #e67e22; background: #fef7ed; }

/* --- Content --- */
.acc-content {
    flex: 1;
    min-width: 0;
}

.acc-tab { display: none; }
.acc-tab-active { display: block; }

.acc-content-header {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.acc-content-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
}

.acc-content-title i { color: #0e76bc; font-size: 1.35rem; }

.acc-content-desc {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

/* Cards */
.acc-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.acc-card-head {
    padding: 13px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 8px;
}

.acc-card-head i { font-size: 1.15rem; color: #0e76bc; }

.acc-card-body { padding: 20px; }

/* Inputs */
.acc-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.acc-input, .acc-select, .acc-textarea {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #1e293b;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    margin-bottom: 0;
    font-family: inherit;
}

.acc-textarea {
    height: auto;
    min-height: 90px;
    padding: 12px 14px;
    resize: vertical;
    line-height: 1.5;
}

.acc-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.acc-input:focus, .acc-select:focus, .acc-textarea:focus {
    border-color: #0e76bc;
    box-shadow: 0 0 0 3px rgba(14,118,188,0.1);
    background: #fff;
}

.acc-input.is-invalid, .acc-select.is-invalid, .acc-textarea.is-invalid {
    border-color: #dc3545;
}
.acc-input.is-invalid:focus, .acc-select.is-invalid:focus, .acc-textarea.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(220,53,69,0.15);
}

.acc-input::placeholder, .acc-textarea::placeholder { color: #a0aec0; }

.acc-hint {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 6px;
}

.acc-icon-wrap { position: relative; }
.acc-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.05rem;
    color: #94a3b8;
    pointer-events: none;
}
.acc-input-ico { padding-left: 40px; }

/* Actions */
.acc-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.acc-btn-save {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 28px;
    background: #0e76bc;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.acc-btn-save:hover {
    background: #0a5c94;
    box-shadow: 0 4px 14px rgba(14,118,188,0.3);
}

.acc-btn-save i { font-size: 1.1rem; }

.acc-btn-cancel {
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    background: transparent;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}
.acc-btn-cancel:hover { border-color: #cbd5e1; color: #334155; }

/* Tekne Ekle sidebar üst alanı */
.boat-sidebar-header .boat-sidebar-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 3px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.25rem;
    color: rgba(255,255,255,0.95);
}
.boat-sidebar-header .acc-avatar-name { margin-top: 12px; }
.boat-sidebar-header .acc-avatar-email { font-size: 0.75rem; }

/* Tekne Ekle: sidebar nav buton */
.acc-sidebar-nav .acc-nav-item {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    color: inherit;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.acc-sidebar-nav .acc-nav-item:hover { background: #f1f5f9; color: #0e76bc; }
.acc-sidebar-nav .acc-nav-item.active { background: #eef6fc; color: #0e76bc; font-weight: 600; }

.acc-btn-next {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 28px;
    background: #0e76bc;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.acc-btn-next:hover { background: #0a5c94; box-shadow: 0 4px 14px rgba(14,118,188,0.3); }
.acc-btn-next i { font-size: 1.1rem; }

.acc-btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    background: transparent;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    font-family: inherit;
}
.acc-btn-back:hover { border-color: #cbd5e1; color: #334155; }
.acc-btn-back i { font-size: 1.1rem; }

.boat-file-input-hidden {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.boat-dropzone {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    margin-bottom: 12px;
}
.boat-dropzone:hover {
    border-color: #0e76bc;
    background: #eef6fc;
}
.boat-dropzone-active {
    border-color: #0e76bc;
    background: #e0f0fa;
}

.boat-dropzone-inner {
    text-align: center;
    padding: 24px 20px;
    pointer-events: none;
}
.boat-dropzone-inner * { pointer-events: auto; }

.boat-dropzone-icon {
    font-size: 2.5rem;
    color: #94a3b8;
    display: block;
    margin-bottom: 12px;
}
.boat-dropzone:hover .boat-dropzone-icon,
.boat-dropzone-active .boat-dropzone-icon {
    color: #0e76bc;
}

.boat-dropzone-title {
    font-size: 1rem;
    font-weight: 600;
    color: #475569;
    margin: 0 0 4px;
}
.boat-dropzone-sub {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0 0 8px;
}
.boat-dropzone-link {
    color: #0e76bc;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.boat-dropzone-link:hover { color: #0a5c94; }

.boat-dropzone-hint {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0;
}

.boat-upload-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.boat-upload-count {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
}
.boat-upload-clear {
    font-size: 0.8125rem;
    color: #0e76bc;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}
.boat-upload-clear:hover { text-decoration: underline; color: #0a5c94; }

.boat-photo-preview-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.boat-photo-thumb {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.boat-photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.boat-photo-sortable-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
    min-height: 10px;
}

.boat-photo-item {
    position: relative;
    flex-shrink: 0;
    width: 120px;
    text-align: center;
    transition: transform .15s ease, opacity .15s ease;
}
.boat-photo-item .boat-photo-thumb {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    cursor: grab;
    transition: border-color .2s;
}
.boat-photo-item .boat-photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.boat-photo-item--cover .boat-photo-thumb {
    border-color: #0e76bc;
    box-shadow: 0 0 0 3px rgba(14,118,188,0.15);
}

.boat-photo-drag-handle {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 3;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
    cursor: grab;
    opacity: 0.7;
    transition: opacity .15s;
}
.boat-photo-item:hover .boat-photo-drag-handle { opacity: 1; }

.boat-photo-btn-del {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(220,53,69,0.85);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: .9rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity .15s;
}
.boat-photo-item:hover .boat-photo-btn-del { opacity: 1; }

.boat-photo-cover-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(transparent, rgba(14,118,188,0.85));
    color: #fff;
    font-size: 0.7rem;
    padding: 14px 6px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-weight: 600;
}

.boat-photo-cover-btn {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 4px 0;
    font-size: 0.75rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    color: #64748b;
    transition: all .15s;
}
.boat-photo-cover-btn:hover {
    background: #0e76bc;
    color: #fff;
    border-color: #0e76bc;
}

.boat-photo-item.boat-photo-dragging { opacity: .4; }
.boat-photo-item.boat-photo-drag-over .boat-photo-thumb {
    border-color: #0e76bc;
    box-shadow: 0 0 0 3px rgba(14,118,188,0.25);
}

.acc-card-head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.acc-card-head-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1e293b;
}
.acc-card-head-title i {
    font-size: 1.2rem;
    color: #0e76bc;
    display: inline-block;
    line-height: 1;
    flex-shrink: 0;
}

.boat-photo-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 14px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid #0e76bc;
    background: #fff;
    color: #0e76bc;
    border-radius: 6px;
    cursor: pointer;
    transition: all .15s;
}
.boat-photo-add-btn:hover {
    background: #0e76bc;
    color: #fff;
}

/* Season prices */
.season-form-wrap {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
}
.season-error {
    margin-top: 10px;
    padding: 8px 14px;
    font-size: 0.82rem;
    color: #b91c1c;
    background: #fef2f2;
    border-radius: 6px;
}
.season-save-btn,
.season-cancel-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all .15s;
}
.season-save-btn {
    background: #0e76bc;
    color: #fff;
}
.season-save-btn:hover { background: #0a5c94; }
.season-cancel-btn {
    background: #f1f5f9;
    color: #64748b;
}
.season-cancel-btn:hover { background: #e2e8f0; }

.season-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.season-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: box-shadow .15s;
}
.season-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.season-item-dates {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1e293b;
    flex: 1;
}
.season-item-dates i { color: #0e76bc; font-size: 1rem; }
.season-item-price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0e76bc;
    white-space: nowrap;
}
.season-item-del {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    color: #b91c1c;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: all .15s;
    flex-shrink: 0;
}
.season-item-del:hover { background: #fee2e2; color: #991b1b; }

.season-empty {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    color: #94a3b8;
    font-size: 0.85rem;
}
.season-empty i { font-size: 1.2rem; }

/* Responsive */
@media (max-width: 991px) {
    .acc-layout {
        flex-direction: column;
        gap: 16px;
    }
    .acc-sidebar {
        width: 100%;
        position: static;
        flex-direction: column;
    }
    .acc-sidebar-nav {
        display: flex;
        gap: 6px;
        padding: 10px 12px;
        overflow-x: auto;
    }
    .acc-nav-item {
        white-space: nowrap;
        margin-bottom: 0;
    }
    .acc-sidebar-footer {
        display: none;
    }
}

@media (max-width: 576px) {
    .acc-sidebar-avatar { padding: 20px 16px 16px; }
    .acc-avatar-ring, .acc-avatar-img, .acc-avatar-empty { width: 80px; height: 80px; }
    .acc-avatar-cam { width: 28px; height: 28px; }
    .acc-avatar-cam i { font-size: 0.75rem; }
    .acc-avatar-name { font-size: 0.95rem; }
    .acc-card-body { padding: 16px; }
    .acc-input, .acc-select { height: 42px; }
    .acc-actions { flex-direction: column; }
    .acc-btn-save { width: 100%; justify-content: center; }
}

/* ===== Tekne Ekle Sayfası ===== */
.boat-add-page {
    max-width: 900px;
    margin: 0 auto;
}

.boat-add-back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0e76bc;
    text-decoration: none;
    margin-bottom: 20px;
}
.boat-add-back:hover { color: #15abd0; }
.boat-add-back i { font-size: 1.25rem; }

.boat-add-header {
    margin-bottom: 24px;
}

.boat-add-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px;
}

.boat-add-steps {
    display: flex;
    gap: 8px;
}
.boat-step {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #94a3b8;
    padding: 6px 12px;
    background: #f1f5f9;
    border-radius: 6px;
}
.boat-step-active {
    background: #0e76bc;
    color: #fff;
}

.boat-form {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 28px 24px 32px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.boat-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 28px;
}

.boat-form-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.boat-field { }
.boat-field-block { margin-top: 8px; }
.boat-field-row {
    display: flex;
    gap: 16px;
}
.boat-field-half { flex: 1; min-width: 0; }

.boat-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
}

.boat-input, .boat-select, .boat-textarea {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    font-size: 0.9375rem;
    color: #1e293b;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
    margin: 0;
}

.boat-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.boat-textarea {
    height: auto;
    min-height: 100px;
    padding: 12px 14px;
    resize: vertical;
    line-height: 1.5;
}

.boat-input:focus, .boat-select:focus, .boat-textarea:focus {
    border-color: #0e76bc;
    box-shadow: 0 0 0 3px rgba(14,118,188,0.1);
    background: #fff;
}

.boat-time-wrap {
    position: relative;
}
.boat-input-time {
    padding-right: 40px;
}
.boat-time-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    color: #94a3b8;
    pointer-events: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

.boat-form-actions {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.boat-btn-save {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 40px;
    background: #e67e22;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    letter-spacing: 0.3px;
}

.boat-btn-save:hover {
    background: #d35400;
    box-shadow: 0 4px 14px rgba(230, 126, 34, 0.35);
}

.boat-btn-save i { font-size: 1.15rem; }

@media (max-width: 768px) {
    .boat-form-grid { grid-template-columns: 1fr; }
    .boat-field-row { flex-direction: column; }
    .boat-form { padding: 20px 16px 24px; }
}

/* ===== Teknelerim listesi ===== */
.boats-list-header {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.boats-list-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.boats-list-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.boats-list-title i {
    color: #0e76bc;
    font-size: 1.5rem;
}

.boats-list-desc {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.boats-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #0e76bc;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .05s;
    white-space: nowrap;
}

.boats-add-btn:hover {
    background: #0a5c94;
    color: #fff;
}

.boats-add-btn i {
    font-size: 1.15rem;
}

.boats-add-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #eef6fc;
    color: #0e76bc;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 20px;
    border: 1.5px dashed #0e76bc;
    transition: background 0.2s, color 0.2s;
}
.boats-add-card:hover { background: #d6eafc; color: #0a5c94; }
.boats-add-card i { font-size: 1.2rem; }

.boats-empty-icon {
    font-size: 3rem;
    color: #cbd5e1;
    margin-bottom: 12px;
}
.boats-empty-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #475569;
    margin: 0 0 6px;
}
.boats-empty-desc {
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0;
}

/* Reservations page header */
.reservations-header {
    margin-bottom: 20px;
}
.reservations-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px;
}
.reservations-title i {
    color: #0e76bc;
    font-size: 1.5rem;
}
.reservations-desc {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

.boats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.boats-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s;
}
.boats-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.08); }

.boats-card-image {
    position: relative;
    height: 160px;
    background: #f1f5f9;
}
.boats-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.boats-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 3rem;
}
.boats-card-status {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}
.boats-card-status--pending {
    background: #fef3c7;
    color: #b45309;
}
.boats-card-status--approved {
    background: #d1fae5;
    color: #047857;
}

.boats-card-body { padding: 16px; }
.boats-card-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px;
    line-height: 1.3;
}
.boats-card-meta {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.boats-card-meta i { font-size: 0.9rem; color: #94a3b8; }
.boats-card-sep { color: #cbd5e1; }
.boats-card-price {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0e76bc;
    margin: 0;
}
.boats-card-price small { font-weight: 400; color: #64748b; }

.boats-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}
.boats-card-form-delete {
    display: inline;
    margin: 0;
}
.boats-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s, color 0.2s;
}
.boats-card-btn-edit {
    background: #eef6fc;
    color: #0e76bc;
}
.boats-card-btn-edit:hover {
    background: #d6eafc;
    color: #0a5c94;
}
.boats-card-btn-delete {
    background: #fef2f2;
    color: #b91c1c;
}
.boats-card-btn-delete:hover {
    background: #fee2e2;
    color: #991b1b;
}
.boats-card-btn i { font-size: 1rem; }

/* ==================== CALENDAR PAGE ==================== */
.cal-page {
    width: 100%;
}

/* Legend bar */
.cal-legend-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    padding: 10px 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
.cal-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8125rem;
    color: #475569;
    font-weight: 500;
}
.cal-legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}
.cal-legend-available   { background: #10b981; }
.cal-legend-blocked     { background: #ef4444; }
.cal-legend-teknetatili { background: #3b82f6; }
.cal-legend-option      { background: #f59e0b; }

/* Boat selector */
.cal-boat-selector {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.cal-boat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 100px;
    transition: transform 0.2s;
}
.cal-boat-card:hover {
    transform: translateY(-2px);
}
.cal-boat-card-img {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #e2e8f0;
    transition: border-color 0.2s, box-shadow 0.2s;
    flex-shrink: 0;
}
.cal-boat-card:hover .cal-boat-card-img {
    border-color: #fdba74;
}
.cal-boat-card.active .cal-boat-card-img {
    border-color: #f59e0b;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.25);
}
.cal-boat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cal-boat-card-placeholder {
    width: 100%;
    height: 100%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1.75rem;
}
.cal-boat-card-name {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    text-align: center;
    line-height: 1.3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s;
}
.cal-boat-card.active .cal-boat-card-name {
    color: #d97706;
}
.cal-no-boats {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    background: #fefce8;
    border: 1px solid #fde68a;
    border-radius: 10px;
    color: #92400e;
    font-size: 0.875rem;
}
.cal-no-boats a {
    color: #0e76bc;
    font-weight: 600;
    text-decoration: underline;
}

/* Calendar container */
.cal-container {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    position: relative;
}

/* Navigation */
.cal-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfc;
}
.cal-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.15s;
}
.cal-nav-btn:hover {
    background: #f1f5f9;
    color: #0e76bc;
    border-color: #0e76bc;
}
.cal-nav-center {
    display: flex;
    align-items: center;
    gap: 6px;
}
.cal-nav-select {
    padding: 7px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e293b;
    background: #fff;
    cursor: pointer;
    appearance: auto;
    outline: none;
    transition: border-color 0.15s;
}
.cal-nav-select:focus {
    border-color: #0e76bc;
}
.cal-nav-today {
    padding: 7px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #0e76bc;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    margin-left: 4px;
}
.cal-nav-today:hover {
    background: #0e76bc;
    color: #fff;
    border-color: #0e76bc;
}

/* Grid */
.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.cal-grid-header {
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfc;
}
.cal-day-head {
    padding: 10px 4px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.cal-day-head-weekend {
    color: #94a3b8;
}

/* Day cells */
.cal-cell {
    position: relative;
    min-height: 80px;
    padding: 8px;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: background 0.15s, box-shadow 0.15s;
    user-select: none;
}
.cal-cell:nth-child(7n) {
    border-right: none;
}
.cal-cell:hover {
    background: #f8fafc;
}

/* Other month */
.cal-cell-other {
    background: #fafbfc;
    cursor: default;
}
.cal-cell-other .cal-cell-day {
    color: #cbd5e1;
}
.cal-cell-other:hover {
    background: #fafbfc;
}

/* Available */
.cal-cell-available {
    background: #f0fdf4;
}
.cal-cell-available:hover {
    background: #dcfce7;
}
.cal-cell-available .cal-cell-day {
    color: #166534;
}

/* Blocked */
.cal-cell-blocked {
    background: #fef2f2;
}
.cal-cell-blocked:hover {
    background: #fee2e2;
}
.cal-cell-blocked .cal-cell-day {
    color: #991b1b;
}

/* TekneTatili source */
.cal-cell-teknetatili {
    background: #eff6ff;
}
.cal-cell-teknetatili:hover {
    background: #dbeafe;
}
.cal-cell-teknetatili .cal-cell-day {
    color: #1e40af;
}

/* Option */
.cal-cell-option {
    background: #fffbeb;
}
.cal-cell-option:hover {
    background: #fef3c7;
}
.cal-cell-option .cal-cell-day {
    color: #92400e;
}
.cal-cell-option .cal-cell-badge {
    color: #d97706;
}

/* Today */
.cal-cell-today .cal-cell-day {
    background: #0e76bc;
    color: #fff !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Selected */
.cal-cell-selected {
    box-shadow: inset 0 0 0 2px #0e76bc;
    border-radius: 4px;
}
.cal-cell-selected::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: #0e76bc;
    border-radius: 50%;
}

/* Day number */
.cal-cell-day {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    display: inline-block;
    line-height: 1;
}

/* Badge */
.cal-cell-badge {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 3px;
}
.cal-cell-blocked .cal-cell-badge {
    color: #dc2626;
}
.cal-cell-teknetatili .cal-cell-badge {
    color: #2563eb;
}

/* Loading */
.cal-loading {
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.75);
    z-index: 10;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}
.cal-loading-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #e2e8f0;
    border-top-color: #0e76bc;
    border-radius: 50%;
    animation: calSpin 0.6s linear infinite;
}
@keyframes calSpin {
    to { transform: rotate(360deg); }
}

/* Bulk bar */
.cal-bulk {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f0f9ff;
    border-top: 1px solid #bae6fd;
    flex-wrap: wrap;
}
.cal-bulk-count {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0369a1;
    margin-right: auto;
}
.cal-bulk-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    border: none;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
}
.cal-bulk-block {
    background: #ef4444;
    color: #fff;
}
.cal-bulk-block:hover {
    background: #dc2626;
}
.cal-bulk-unblock {
    background: #10b981;
    color: #fff;
}
.cal-bulk-unblock:hover {
    background: #059669;
}
.cal-bulk-cancel {
    background: #e2e8f0;
    color: #475569;
}
.cal-bulk-cancel:hover {
    background: #cbd5e1;
}

/* Responsive */
@media (max-width: 768px) {
    .cal-legend-bar {
        gap: 10px;
        padding: 8px 12px;
    }
    .cal-cell {
        min-height: 56px;
        padding: 5px;
    }
    .cal-cell-day {
        font-size: 0.75rem;
    }
    .cal-cell-badge {
        font-size: 0.6875rem;
    }
    .cal-nav {
        flex-wrap: wrap;
        gap: 6px;
    }
    .cal-boat-selector {
        gap: 12px;
    }
    .cal-boat-card {
        width: 80px;
    }
    .cal-boat-card-img {
        width: 64px;
        height: 64px;
    }
    .cal-boat-card-name {
        font-size: 0.75rem;
    }
    .cal-bulk {
        gap: 8px;
        padding: 10px 14px;
    }
}
