body {
    background-color: #f5f6fa;
}

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: 0px;
    border: 1px solid #edeef2;
}

/* Satıcı hesap durumu (inceleniyor / askıda) */
.seller-status-banner {
    margin-bottom: 20px;
}

.seller-status-card {
    background: #f8f9fc;
    border: 1px solid #e0e3ef;
    border-radius: 10px;
    padding: 18px 22px;
}

.seller-status-card h6 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4b5565;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.seller-status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.seller-status-badge.seller-status-pending {
    background: #fef3c7;
    color: #b45309;
}

.seller-status-badge.seller-status-suspended {
    background: #fee2e2;
    color: #b91c1c;
}

.seller-status-badge.seller-status-approved {
    background: #d1fae5;
    color: #047857;
}

.seller-status-message {
    font-size: 0.9375rem;
    color: #6b7280;
    margin: 0;
}

/* ===== Satıcı karşılama ve onboarding ===== */
.seller-welcome-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 16px 48px;
}
.seller-welcome-hero {
    text-align: center;
    margin-bottom: 32px;
    padding: 32px 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}
.seller-welcome-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    line-height: 1.3;
}
.seller-welcome-desc {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0 0 16px;
    line-height: 1.5;
}
.seller-welcome-badge {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b;
}
.seller-onboard-progress {
    margin-top: 24px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.seller-onboard-progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.seller-onboard-progress-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
}
.seller-onboard-progress-pct {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1900ab;
}
.seller-onboard-progress-bar {
    height: 10px;
    background: #e2e8f0;
    border-radius: 100px;
    overflow: hidden;
}
.seller-onboard-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #1900ab 0%, #2e10d0 100%);
    border-radius: 100px;
    transition: width 0.35s ease;
}
.seller-onboard-progress-hint {
    margin: 8px 0 0;
    font-size: 0.75rem;
    color: #94a3b8;
}
.seller-uploaded-doc {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.8125rem;
}
.seller-uploaded-doc i.ri-file-check-line { color: #047857; font-size: 1.125rem; }
.seller-uploaded-doc span { color: #475569; }
.seller-uploaded-doc-link {
    color: #1900ab;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.seller-uploaded-doc-link:hover { color: #1400a0; text-decoration: underline; }
.seller-uploaded-doc-link i.ri-external-link-line { font-size: 0.875rem; }
.seller-onboarding-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 0.875rem;
}
.seller-onboarding-alert-success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}
.seller-onboarding-alert-error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}
.seller-onboarding-alert i { font-size: 1.125rem; flex-shrink: 0; }

.seller-onboarding-alert-stacked {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.seller-onboarding-alert-stacked > i {
    margin: 0;
}
.seller-onboarding-alert-stacked .seller-onboarding-alert-body {
    width: 100%;
    min-width: 0;
}
.seller-onboarding-alert-stacked .seller-onboarding-alert-title {
    font-weight: 600;
    margin: 0 0 8px;
}
.seller-onboarding-alert-stacked .seller-onboarding-alert-reason {
    margin: 0 0 8px;
    padding: 10px 12px;
    background: rgba(185, 28, 28, 0.08);
    border-radius: 6px;
    border-left: 3px solid #b91c1c;
}
.seller-onboarding-alert-stacked .seller-onboarding-alert-hint {
    margin: 0;
    opacity: 0.95;
}

.seller-onboarding-form { margin-top: 8px; }
.seller-onboard-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}
.seller-onboard-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.seller-onboard-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.seller-onboard-icon i { font-size: 1.25rem; color: #1900ab; }
.seller-onboard-card-head h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}
.seller-onboard-card-head p {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 4px 0 0;
}
.seller-onboard-card-body { padding: 24px; }
.seller-onboard-download-btn {
    margin-bottom: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #1900ab;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}
.seller-onboard-download-btn:hover { color: #fff; background: #1400a0; }
.seller-onboard-download-btn i { font-size: 1.125rem; }

.seller-map-block { margin-top: 20px; }
.seller-map-desc {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.seller-map-desc i { color: #1900ab; }
.seller-map-canvas {
    width: 100%;
    height: 320px;
    background: #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}
.seller-onboard-submit-wrap { margin-top: 28px; text-align: right; }
.seller-onboard-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #1900ab;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: background 0.2s;
}
.seller-onboard-submit:hover { background: #1400a0; color: #fff; }

/* Evraklar inceleniyor (bekleme) sayfası */
.seller-pending-wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 48px 16px;
}
.seller-pending-card {
    text-align: center;
    padding: 48px 40px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.seller-pending-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.seller-pending-icon i { font-size: 2rem; color: #1900ab; }
.seller-pending-card h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
}
.seller-pending-desc {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 12px;
}
.seller-pending-note {
    font-size: 0.8125rem;
    color: #94a3b8;
    margin: 0;
}

/* ===== Login Page - Dark Theme #1900ab ===== */
.login-page-wrapper {
    display: flex;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}

.login-left-panel {
    flex: 0 0 45%;
    background: linear-gradient(145deg, #0d0054 0%, #1900ab 50%, #2e10d0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.login-left-content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 40px;
}

.login-brand-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.login-brand-icon i {
    font-size: 36px;
    color: #fff;
}

.login-left-content h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.login-left-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    font-weight: 400;
}

.login-left-decoration {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.login-deco-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.login-deco-circle-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
}

.login-deco-circle-2 {
    width: 300px;
    height: 300px;
    bottom: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
}

.login-deco-circle-3 {
    width: 180px;
    height: 180px;
    top: 40%;
    left: 60%;
    background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, transparent 70%);
}

.login-right-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fc;
    padding: 40px 20px;
}

.login-area {
    width: 100%;
    max-width: 420px;
}

.login-box {
    width: 100%;
}

.login-logo-wrapper {
    text-align: center;
    margin-bottom: 32px;
}

.login-logo {
    max-width: 260px;
    height: auto;
    width: 100%;
}

.login-area h2 {
    color: #1a1a2e;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.login-area p {
    color: #7c7e94;
    font-size: 0.9375rem;
    margin-bottom: 28px;
}

.login-alert-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    color: #b91c1c;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid #fecaca;
}

.login-alert-box i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.login-success-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ecfdf5;
    color: #047857;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid #a7f3d0;
}

.login-success-box i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

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

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

.login-field label i {
    font-size: 16px;
    margin-right: 4px;
    color: #1900ab;
    margin-top: -1px;
    float: left;
}

.login-input {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    font-size: 0.9375rem;
    color: #1a1a2e;
    background: #fff;
    border: 1.5px solid #e0e3ef;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.login-input::placeholder {
    color: #a0a3b5;
}

.login-input:focus {
    border-color: #1900ab;
    box-shadow: 0 0 0 3px rgba(25, 0, 171, 0.1);
    background: #fff;
}

.login-options {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    color: #5a5c72;
    cursor: pointer;
    user-select: none;
}

.login-remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #1900ab;
    border-radius: 4px;
    cursor: pointer;
}

.login-submit-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #1900ab 0%, #2e10d0 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(25, 0, 171, 0.25);
}

.login-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(25, 0, 171, 0.35);
    background: linear-gradient(135deg, #1400a0 0%, #2508c0 100%);
    color: #fff;
}

.login-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(25, 0, 171, 0.2);
}

.login-submit-btn i {
    font-size: 1.15rem;
    transition: transform 0.2s;
}

.login-submit-btn:hover i {
    transform: translateX(3px);
}

.login-area .footer-page-list {
    margin-top: 32px;
    margin-bottom: 0;
    gap: 20px;
}

.login-area .footer-page-list li a {
    color: #a0a3b5;
    font-size: 0.8125rem;
}

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

.login-register-link {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9375rem;
    color: #5a5c72;
}

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

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

/* ===== Satıcı Kayıt Sayfası (Container Layout) ===== */
.reg-body {
    background: #f0f2f8;
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
}

.reg-topbar {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 0;
}

.reg-topbar-logo {
    height: 28px;
    width: auto;
}

.reg-topbar-text {
    font-size: 0.8125rem;
    color: #64748b;
}

.reg-topbar-text a {
    color: #1900ab;
    font-weight: 600;
    text-decoration: none;
}

.reg-topbar-text a:hover { text-decoration: underline; }

.reg-container {
    padding-top: 32px;
    padding-bottom: 48px;
}

.reg-header-area {
    margin-bottom: 24px;
}

.reg-header-area h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.reg-header-area p {
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0;
}

.reg-alert {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fef2f2;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.8125rem;
    margin-bottom: 20px;
    border: 1px solid #fecaca;
}

.reg-alert i { font-size: 1rem; flex-shrink: 0; }

/* Form Card */
.reg-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.reg-card:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.reg-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px 0;
}

.reg-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.reg-card-icon i {
    font-size: 1.125rem;
    color: #1900ab;
}

.reg-card-header h3 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.reg-card-header p {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 2px 0 0;
}

.reg-card-body {
    padding: 20px 24px 24px;
}

.reg-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: 5px;
}

.reg-label span { color: #ef4444; }

.reg-input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    font-size: 0.875rem;
    color: #0f172a;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    appearance: auto;
}

.reg-input::placeholder { color: #cbd5e1; }

.reg-input:focus {
    border-color: #1900ab;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(25,0,171,0.08);
}

select.reg-input { cursor: pointer; }

.reg-hint {
    display: block;
    font-size: 0.6875rem;
    color: #22c55e;
    margin-top: 4px;
}

.reg-hint i { font-size: 0.75rem; margin-right: 2px; }

/* Terms & Submit */
.reg-terms {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 20px;
}

.reg-terms input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 0;
    accent-color: #1900ab;
    cursor: pointer;
    flex-shrink: 0;
}

.reg-terms label {
    font-size: 0.8125rem;
    color: #475569;
    cursor: pointer;
    line-height: 1.4;
}

.reg-terms a {
    color: #1900ab;
    font-weight: 600;
    text-decoration: none;
}

.reg-terms a:hover { text-decoration: underline; }

.reg-submit {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #1900ab 0%, #2e10d0 100%);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(25,0,171,0.2);
}

.reg-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(25,0,171,0.3);
}

.reg-submit:active {
    transform: translateY(0);
}

.reg-submit i { font-size: 1.125rem; }

/* Sidebar */
.reg-sidebar {
    position: sticky;
    top: 32px;
    background: linear-gradient(160deg, #0d0054 0%, #1900ab 60%, #2e10d0 100%);
    border-radius: 16px;
    padding: 32px 28px;
    overflow: hidden;
    color: #fff;
}

.reg-sidebar-top {
    margin-bottom: 28px;
}

.reg-sidebar-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.1);
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
}

.reg-sidebar-badge i { font-size: 0.75rem; }

.reg-sidebar-top h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.reg-sidebar-top p {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.5;
}

.reg-sidebar-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.reg-sf-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    transition: background 0.2s;
}

.reg-sf-item:hover {
    background: rgba(255,255,255,0.1);
}

.reg-sf-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-sf-icon i { font-size: 1rem; color: #c4b5fd; }

.reg-sf-item strong {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1px;
}

.reg-sf-item span {
    font-size: 0.6875rem;
    color: rgba(255,255,255,0.5);
}

.reg-sidebar-app {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 16px;
}

.reg-sidebar-app-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.reg-sidebar-app-head > i { font-size: 1.25rem; color: rgba(255,255,255,0.6); }
.reg-sidebar-app-head strong { display: block; font-size: 0.8125rem; color: #fff; font-weight: 600; }
.reg-sidebar-app-head span { font-size: 0.6875rem; color: rgba(255,255,255,0.4); }

.reg-sidebar-app-btns { display: flex; gap: 8px; }

.reg-app-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.12);
    transition: background 0.15s;
}

.reg-app-link:hover { background: rgba(255,255,255,0.18); color: #fff; }
.reg-app-link i { font-size: 0.875rem; }

/* Telefon Doğrulama Modal */
.reg-verify-phone { font-weight: 600; color: #1900ab; }
.reg-verify-modal .modal-dialog { max-width: 440px; }
.reg-verify-modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.12);
    overflow: hidden;
}
.reg-verify-modal-header {
    padding: 24px 24px 0;
    border-bottom: none;
    flex-wrap: wrap;
}
.reg-verify-modal-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
}
.reg-verify-modal-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.reg-verify-modal-icon i { font-size: 1.25rem; color: #1900ab; }
.reg-verify-modal-header .modal-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.reg-verify-modal-desc {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 6px 0 0;
    line-height: 1.4;
}
.reg-verify-modal-close { margin: -8px -8px -8px 0; opacity: 0.5; }
.reg-verify-modal-close:hover { opacity: 1; }
.reg-verify-modal-body {
    padding: 20px 24px 28px;
}
.reg-verify-success {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ecfdf5;
    color: #047857;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.875rem;
    margin-bottom: 20px;
    border: 1px solid #a7f3d0;
}
.reg-verify-success i { font-size: 1.125rem; flex-shrink: 0; }
.reg-verify-modal-body .reg-alert { margin-bottom: 20px; }

/* Doğrulama kodu alanı (resimdeki gibi: büyük, yuvarlatılmış, ortada ayırıcı) */
.reg-verify-code-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 12px;
}
.reg-verify-code-box {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}
.reg-verify-code-sep {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 32px;
    background: #e5e7eb;
    pointer-events: none;
    border-radius: 1px;
}
.reg-verify-code-input {
    width: 100%;
    height: 64px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5em;
    color: #0f172a;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    outline: none;
    padding: 0 20px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.reg-verify-code-input::placeholder {
    color: #d1d5db;
    letter-spacing: 0.5em;
}
.reg-verify-code-input:focus {
    border-color: #1900ab;
    box-shadow: 0 0 0 4px rgba(25, 0, 171, 0.08);
}
.reg-verify-submit { margin-bottom: 0; }
.reg-verify-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    padding: 0;
    border: none;
    background: none;
    font-size: 0.875rem;
    color: #64748b;
    cursor: pointer;
    transition: color 0.2s;
}
.reg-verify-back:hover { color: #1900ab; }
.reg-verify-back i { font-size: 1rem; }

/* Register responsive */
@media (max-width: 991px) {
    .reg-sidebar {
        position: static;
        margin-top: 8px;
    }
}

@media (max-width: 576px) {
    .reg-container { padding-top: 20px; padding-bottom: 28px; }
    .reg-card-header { padding: 16px 16px 0; }
    .reg-card-body { padding: 16px; }
    .reg-sidebar { padding: 24px 20px; }
    .reg-sidebar-app-btns { flex-direction: column; }
    .reg-header-area h1 { font-size: 1.25rem; }
}

/* Login mobil */
@media (max-width: 992px) {
    .login-left-panel {
        display: none;
    }

    .login-right-panel {
        background: linear-gradient(170deg, #0d0054 0%, #1900ab 100%);
        padding: 24px 16px;
    }

    .login-area {
        max-width: 440px;
    }

    .login-box {
        background: #fff;
        border-radius: 16px;
        padding: 32px 24px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }
}

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

    .login-box {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .login-logo {
        max-width: 200px;
    }

    .login-area h2 {
        font-size: 1.35rem;
    }

    .login-area p {
        font-size: 0.875rem;
    }

    .login-input {
        height: 48px;
        font-size: 0.9375rem;
    }

    .login-submit-btn {
        height: 48px;
    }
}

@media (max-width: 360px) {
    .login-box {
        padding: 20px 14px;
    }

    .login-area h2 {
        font-size: 1.2rem;
    }

    .login-input {
        height: 46px;
    }

    .login-submit-btn {
        height: 46px;
        font-size: 0.9375rem;
    }
}

.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;
}

.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;
}

/* ===== Product Create page ===== */
.pc-back-btn {
    width: 32px; height: 32px; border-radius: 8px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid #e0e3ef; background: #fff; color: #5a5c72;
    font-size: 0.9rem; text-decoration: none; transition: all 0.15s;
}
.pc-back-btn:hover { border-color: #1900ab; color: #1900ab; background: #f5f3ff; }

.pc-page-title { font-size: 1.35rem; font-weight: 700; color: #1a1a2e; margin: 0; line-height: 1.3; }
.pc-page-sub { font-size: 0.875rem; color: #7c7e94; margin: 4px 0 0; }

/* Steps */
.pc-steps { display: flex; align-items: center; gap: 0; margin-bottom: 28px; }
.pc-step {
    cursor: pointer;
    display: flex; align-items: center; gap: 10px;
    padding: 12px 22px; border-radius: 10px;
    font-size: 0.875rem; font-weight: 500; color: #94a3b8;
    background: #f1f5f9; transition: all 0.2s;
}
.pc-step:hover { background: #e2e8f0; color: #475569; }
.pc-step.active { background: #1900ab; color: #fff; }
.pc-step.active:hover { background: #14008a; }
.pc-step.done { background: #d1fae5; color: #059669; }
.pc-step.done:hover { background: #a7f3d0; color: #047857; }
.pc-step-num {
    width: 28px; height: 28px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.8rem;
    background: rgba(0,0,0,0.06);
}
.pc-step.active .pc-step-num { background: rgba(255,255,255,0.2); }
.pc-step.done .pc-step-num { background: rgba(5,150,105,0.15); }
.pc-step-label { white-space: nowrap; }
.pc-step-line { width: 32px; height: 2px; background: #e2e8f0; flex-shrink: 0; }
.pc-step.active ~ .pc-step-line,
.pc-step.done + .pc-step-line { background: #c4b5fd; }

@media (max-width: 640px) {
    .pc-steps { flex-wrap: wrap; gap: 6px; }
    .pc-step { padding: 10px 14px; font-size: 0.8rem; }
    .pc-step-line { display: none; }
}

/* Sections */
.pc-section {
    background: #fff; border: 1px solid #edeef2; border-radius: 14px;
    overflow: hidden; margin-bottom: 20px;
}
.pc-section-header {
    display: flex; align-items: center; gap: 14px;
    padding: 22px 24px 18px; border-bottom: 1px solid #f0f1f5;
}
.pc-section-icon {
    width: 42px; height: 42px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; flex-shrink: 0;
}
.pc-section-header h5 { font-size: 1.05rem; font-weight: 700; color: #1a1a2e; margin: 0; }
.pc-section-header p { font-size: 0.8125rem; color: #7c7e94; margin: 2px 0 0; }
.pc-section-body { padding: 20px 24px 24px; }
.pc-section-body.p-0 { padding: 0; }

/* Fields */
.pc-field { margin-bottom: 18px; }
.pc-field:last-child { margin-bottom: 0; }
.pc-field-row { display: flex; gap: 16px; }
@media (max-width: 640px) { .pc-field-row { flex-direction: column; gap: 0; } }

.pc-label {
    display: block; font-size: 0.8125rem; font-weight: 600;
    color: #3a3a5c; margin-bottom: 6px;
}
.pc-hint { font-size: 0.78rem; color: #94a3b8; margin: -2px 0 8px; }

.pc-input, .pc-select, .pc-textarea {
    width: 100%; padding: 0 14px; font-size: 0.9rem;
    color: #1a1a2e; background: #f8f9fc;
    border: 1.5px solid #e0e3ef; border-radius: 10px;
    outline: none; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.pc-input, .pc-select { height: 44px; }
.pc-textarea { padding: 12px 14px; min-height: 100px; resize: vertical; }
.pc-input::placeholder, .pc-textarea::placeholder { color: #a0a3b5; }
.pc-input:focus, .pc-select:focus, .pc-textarea:focus {
    border-color: #1900ab; box-shadow: 0 0 0 3px rgba(25,0,171,0.08); background: #fff;
}
.pc-divider { height: 1px; background: #f0f1f5; margin: 20px 0; }

/* Category selectors */
.pc-cat-selectors { display: flex; flex-wrap: wrap; gap: 10px; }
.pc-cat-selectors .pc-select { flex: 1; min-width: 180px; max-width: 280px; }
.pc-cat-path {
    display: flex; align-items: center; gap: 4px;
    margin-top: 8px; font-size: 0.8rem; font-weight: 600; color: #1900ab;
}
.pc-cat-path i { font-size: 0.85rem; }

/* Variation cards (Step 2) */
.pc-var-card {
    background: #fafbfc; border: 1.5px solid #edeef2; border-radius: 12px;
    padding: 18px 20px; margin-bottom: 14px; transition: border-color 0.2s;
}
.pc-var-card:hover { border-color: #d5d7e2; }
.pc-var-card:last-child { margin-bottom: 0; }
.pc-var-card-title { font-size: 0.9rem; font-weight: 700; color: #1a1a2e; margin-bottom: 12px; }
.pc-var-options { display: flex; flex-wrap: wrap; gap: 8px; }
.pc-var-opt {
    padding: 7px 16px; border-radius: 8px; border: 1.5px solid #e0e3ef;
    background: #fff; color: #3a3a5c; font-size: 0.8125rem; font-weight: 500;
    cursor: pointer; transition: all 0.15s; user-select: none;
}
.pc-var-opt:hover { border-color: #7c3aed; color: #7c3aed; }
.pc-var-opt.active {
    background: linear-gradient(135deg, #7c3aed, #6d28d9); color: #fff;
    border-color: #7c3aed; box-shadow: 0 2px 8px rgba(124,58,237,0.25);
}

.pc-empty {
    text-align: center; padding: 32px 20px; color: #a0a3b5;
}
.pc-empty i { font-size: 2rem; display: block; margin-bottom: 8px; color: #d0d2de; }
.pc-empty span { font-size: 0.875rem; }

/* Variant table (Step 3) */
.pc-variant-table { width: 100%; border-collapse: collapse; }
.pc-variant-table thead th {
    font-size: 0.7rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.04em; color: #7c7e94; padding: 12px 14px;
    border-bottom: 1px solid #edeef2; background: #fafbfc; white-space: nowrap;
}
.pc-variant-table tbody td {
    padding: 10px 14px; border-bottom: 1px solid #f0f1f5;
    font-size: 0.8125rem; color: #3a3a5c; vertical-align: middle;
}
.pc-variant-table tbody tr:last-child td { border-bottom: none; }
.pc-variant-table tbody tr:hover { background: #f8f9fc; }
.pc-var-name-cell { font-weight: 600; color: #1a1a2e; }

.pc-tbl-input {
    width: 100%; min-width: 80px; height: 36px; padding: 0 10px;
    font-size: 0.8125rem; border: 1.5px solid #e0e3ef; border-radius: 8px;
    outline: none; background: #fff; color: #1a1a2e; transition: border-color 0.2s;
}
.pc-tbl-input:focus { border-color: #1900ab; box-shadow: 0 0 0 2px rgba(25,0,171,0.06); }

.pc-earning-cell { min-width: 100px; }
.pc-earning-preview { font-weight: 600; color: #059669; font-size: 0.875rem; }

.pc-img-cell, .pc-img-cell-th { min-width: 90px; text-align: center; vertical-align: top !important; }
.pc-img-label {
    display: flex; align-items: center; justify-content: center;
    width: 56px; height: 56px; margin: 0 auto 6px;
    border: 2px dashed #d1d5db; border-radius: 10px;
    color: #9ca3af; cursor: pointer; transition: all 0.15s;
}
.pc-img-label:hover { border-color: #7c3aed; color: #7c3aed; }
.pc-img-label i { font-size: 22px; }

.pc-img-preview { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; }
.pc-img-thumb {
    width: 40px; height: 40px; object-fit: cover;
    border-radius: 6px; border: 1px solid #e0e3ef;
}

.pc-row-del {
    width: 28px; height: 28px; border: none; background: none;
    color: #94a3b8; cursor: pointer; border-radius: 6px;
    display: inline-flex; align-items: center; justify-content: center;
    transition: all 0.15s; font-size: 1rem;
}
.pc-row-del:hover { color: #dc3545; background: #fef2f2; }

/* Actions bar */
.pc-actions {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 0 16px; gap: 12px;
}

.pc-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 24px; border-radius: 10px;
    font-size: 0.9rem; font-weight: 600; border: none;
    cursor: pointer; transition: all 0.2s; text-decoration: none;
}
.pc-btn-primary { background: #1900ab; color: #fff; }
.pc-btn-primary:hover { background: #1400a0; box-shadow: 0 4px 14px rgba(25,0,171,0.25); transform: translateY(-1px); }
.pc-btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }
.pc-btn-secondary { background: #fff; color: #5a5c72; border: 1.5px solid #e0e3ef; }
.pc-btn-secondary:hover { color: #1900ab; border-color: #1900ab; background: #f8f7ff; }
.pc-btn-success { background: linear-gradient(135deg, #059669, #047857); color: #fff; }
.pc-btn-success:hover { box-shadow: 0 4px 14px rgba(5,150,105,0.3); transform: translateY(-1px); }

/* Dış Görseller card (reference design) */
.pc-images-card {
    background: #fff; border: 1px solid #e5e7eb; border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden;
}
.pc-images-card-header {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
    padding: 16px 20px; border-bottom: 1px solid #f0f1f5;
}
.pc-images-card-title {
    display: flex; align-items: center; gap: 10px;
    font-size: 1rem; font-weight: 700; color: #2563eb;
}
.pc-images-card-title i { font-size: 1.25rem; }
.pc-images-card-add-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 16px; border-radius: 10px;
    font-size: 0.875rem; font-weight: 600; color: #2563eb;
    background: #fff; border: 1.5px solid #93c5fd;
    cursor: pointer; transition: all 0.2s;
}
.pc-images-card-add-btn:hover {
    background: #eff6ff; border-color: #2563eb; color: #1d4ed8;
}
.pc-images-card-body {
    padding: 20px; min-height: 120px;
}

/* Image upload zone */
.pc-images-card-body .pc-upload-zone {
    margin-bottom: 16px;
}
.pc-upload-zone {
    border: 2px dashed #d1d5db; border-radius: 14px;
    padding: 40px 20px; text-align: center; cursor: pointer;
    transition: all 0.2s; background: #fafbfc;
}
.pc-upload-zone:hover, .pc-upload-zone.dragover {
    border-color: #93c5fd; background: #eff6ff;
}
.pc-upload-prompt i { font-size: 2.5rem; color: #94a3b8; display: block; margin-bottom: 10px; }
.pc-upload-zone:hover .pc-upload-prompt i,
.pc-upload-zone.dragover .pc-upload-prompt i { color: #2563eb; }
.pc-upload-prompt p { font-size: 0.9rem; color: #5a5c72; margin: 0 0 4px; }
.pc-upload-prompt p span { color: #2563eb; font-weight: 600; text-decoration: underline; }
.pc-upload-prompt small { font-size: 0.78rem; color: #94a3b8; }

/* Image grid */
.pc-img-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
}
.pc-img-card {
    position: relative; border-radius: 12px; overflow: hidden;
    border: 1px solid #e5e7eb; background: #fff;
    aspect-ratio: 1; cursor: grab; transition: border-color 0.2s, box-shadow 0.2s;
}
.pc-img-card:hover { border-color: #93c5fd; box-shadow: 0 4px 12px rgba(37,99,235,0.12); }
.pc-img-card img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.pc-img-drag-handle {
    position: absolute; top: 6px; left: 6px; z-index: 2;
    width: 28px; height: 28px; border-radius: 6px;
    background: rgba(0,0,0,0.5); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem; cursor: grab; transition: background 0.15s;
}
.pc-img-drag-handle:active { cursor: grabbing; }
.pc-img-drag-handle:hover { background: rgba(0,0,0,0.65); }
.pc-img-drag-handle i { pointer-events: none; }
.pc-img-remove {
    position: absolute; top: 6px; right: 6px; z-index: 2;
    width: 24px; height: 24px; border-radius: 50%;
    background: rgba(0,0,0,0.55); color: #fff; border: none;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.75rem; cursor: pointer; opacity: 0;
    transition: opacity 0.15s, background 0.15s;
}
.pc-img-card:hover .pc-img-remove { opacity: 1; }
.pc-img-remove:hover { background: #dc3545; }
.pc-img-order {
    position: absolute; bottom: 6px; left: 6px;
    width: 24px; height: 24px; border-radius: 6px;
    background: rgba(25,0,171,0.8); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.7rem; font-weight: 700;
}
.pc-img-ghost { opacity: 0.4; }

/* Variant image block: card spacing */
.pc-variant-img-block { margin-bottom: 20px; }
.pc-variant-img-block:last-child { margin-bottom: 0; }

@media (max-width: 480px) {
    .pc-img-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 8px; }
}

/* Ürün listesi — tablo mantığı, mobil uyumlu */
.pc-product-row {
    display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    padding: 16px 20px; border-bottom: 1px solid #f0f1f5;
    transition: background 0.15s;
}
.pc-product-row:last-child { border-bottom: none; }
.pc-product-row:hover { background: #fafbfc; }
.pc-product-row-main { flex: 1; min-width: 0; }
.pc-product-row-name {
    font-size: 0.95rem; font-weight: 600; color: #1a1a2e;
    margin-bottom: 4px;
}
.pc-product-row-meta {
    display: flex; flex-wrap: wrap; gap: 12px;
    font-size: 0.8rem; color: #7c7e94;
}
.pc-product-row-meta span { display: inline-flex; align-items: center; gap: 4px; }
.pc-product-row-meta i { font-size: 0.9em; opacity: 0.8; }
.pc-product-row-status { flex-shrink: 0; max-width: 280px; }
.pc-product-rejection-reason {
    margin-top: 6px; font-size: 0.75rem; color: #b91c1c; line-height: 1.3;
}
.pc-status-badge {
    display: inline-block; padding: 5px 12px; border-radius: 8px;
    font-size: 0.75rem; font-weight: 600;
}
.pc-status-reviewing { background: #fef3c7; color: #b45309; }
.pc-status-active { background: #d1fae5; color: #047857; }
.pc-status-rejected { background: #fee2e2; color: #b91c1c; }
.pc-status-open { background: #fef3c7; color: #b45309; }
.pc-status-answered { background: #d1fae5; color: #047857; }
.pc-status-closed { background: #e5e7eb; color: #4b5563; }

/* Destek talepleri liste kartları */
.pc-support-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    margin: 0 1px 10px;
    background: #fff;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.pc-support-card:last-child { margin-bottom: 0; }
.pc-support-card:hover {
    border-color: #1900ab; box-shadow: 0 4px 14px rgba(25, 0, 171, 0.08);
}
.pc-support-card-icon {
    width: 40px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    color: #6366f1; font-size: 1.5rem;
}
.pc-support-card-body { flex: 1; min-width: 0; }
.pc-support-card-title {
    font-size: 1rem; font-weight: 600; color: #1a1a2e; margin: 0 0 6px 0;
    line-height: 1.3;
}
.pc-support-card-meta {
    display: flex; flex-wrap: wrap; gap: 14px; font-size: 0.8rem; color: #64748b;
}
.pc-support-card-meta span { display: inline-flex; align-items: center; gap: 5px; }
.pc-support-card-meta i { font-size: 0.95em; opacity: 0.9; }
.pc-support-card-updated { color: #94a3b8; }
.pc-support-card-right {
    display: flex; align-items: center; gap: 12px; flex-shrink: 0;
}
.pc-support-card-arrow {
    font-size: 1.25rem; color: #cbd5e1; transition: color 0.2s, transform 0.2s;
}
.pc-support-card:hover .pc-support-card-arrow { color: #1900ab; transform: translateX(2px); }

.pc-product-row-actions {
    display: flex; align-items: center; gap: 6px; flex-shrink: 0;
}
.pc-btn-icon {
    width: 36px; height: 36px; border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #5a5c72; background: #f1f5f9; border: none;
    text-decoration: none; cursor: pointer; transition: all 0.15s;
}
.pc-btn-icon:hover { color: #2563eb; background: #dbeafe; }
.pc-btn-icon-danger:hover { color: #dc2626; background: #fee2e2; }
.pc-empty-state {
    text-align: center; padding: 48px 24px;
}
.pc-empty-state i {
    font-size: 3rem; color: #cbd5e1; display: block; margin-bottom: 12px;
}
.pc-empty-state p { font-size: 0.95rem; color: #64748b; margin-bottom: 16px; }
.pc-page-sub { font-size: 0.875rem; color: #64748b; margin: 0; }

@media (max-width: 768px) {
    .pc-product-row {
        flex-direction: column; align-items: stretch; gap: 12px;
        padding: 16px;
        border-radius: 12px; margin: 8px 12px; border: 1px solid #e2e8f0;
        border-bottom: 1px solid #e2e8f0;
    }
    .pc-product-row + .pc-product-row { margin-top: 0; }
    .pc-section-body.p-0 { padding: 8px 0 16px; }
    .pc-product-row-status { order: -1; align-self: flex-start; }
    .pc-product-row-actions {
        border-top: 1px solid #f0f1f5; padding-top: 12px; justify-content: flex-end;
    }
    .pc-support-card {
        flex-wrap: wrap; margin: 0 12px 10px; padding: 14px 16px; gap: 12px;
    }
    .pc-support-card-right {
        width: 100%; justify-content: space-between; padding-top: 8px; border-top: 1px solid #f1f5f9;
    }
}

/* Brand search select */
.pc-brand-select-wrap { position: relative; width: 100%; }
.pc-brand-search-wrap { position: relative; display: flex; align-items: center; }
.pc-brand-search-icon {
    position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
    font-size: 1.1rem; color: #94a3b8; pointer-events: none;
}
.pc-brand-search { padding-left: 38px !important; }
.pc-brand-dropdown {
    position: absolute; left: 0; right: 0; top: 100%; margin: 4px 0 0;
    max-height: 220px; overflow-y: auto; list-style: none; padding: 6px; margin: 0;
    background: #fff; border: 1.5px solid #e0e3ef; border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08); z-index: 100; display: none;
}
.pc-brand-dropdown.open { display: block; }
.pc-brand-dropdown li {
    padding: 10px 12px; cursor: pointer; border-radius: 8px; font-size: 0.9rem;
    color: #1a1a2e;
}
.pc-brand-dropdown li:hover { background: #f1f5f9; }
.pc-brand-dropdown li.pc-brand-other { font-weight: 600; color: #1900ab; }

/* Destek talepleri mesajlar */
.support-messages { display: flex; flex-direction: column; gap: 16px; }
.support-msg { border-radius: 12px; padding: 14px 18px; border: 1px solid #e5e7eb; }
.support-msg-seller { background: #f0f9ff; border-color: #bae6fd; margin-right: 24px; }
.support-msg-admin { background: #f0fdf4; border-color: #bbf7d0; margin-left: 24px; }
.support-msg-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 0.8rem; }
.support-msg-sender { font-weight: 600; color: #1e293b; }
.support-msg-date { color: #64748b; }
.support-msg-body { font-size: 0.9rem; line-height: 1.5; color: #334155; white-space: pre-wrap; word-break: break-word; }

/* Dashboard stat cards */
.dash-group-title {
    font-size: .85rem; font-weight: 700; color: #64748b; text-transform: uppercase;
    letter-spacing: .04em; margin-bottom: 12px; display: flex; align-items: center; gap: 6px;
}
.dash-group-title i { font-size: 1rem; }
.dash-stat-card {
    background: #fff; border: 1px solid #edeef2; border-radius: 14px;
    padding: 18px 16px; height: 100%; display: flex; flex-direction: column; gap: 6px;
    transition: box-shadow .2s, transform .2s;
}
.dash-stat-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.06); transform: translateY(-2px);
}
.dash-stat-icon {
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; font-size: 1.15rem;
}
.dash-stat-value { font-size: 1.35rem; font-weight: 700; color: #1a1a2e; line-height: 1.2; }
.dash-stat-label { font-size: .78rem; color: #7c7e94; font-weight: 500; }
.dash-stat-card-accent {
    background: linear-gradient(135deg, #4f46e5, #7c3aed); border: none; color: #fff;
}
.dash-stat-card-accent .dash-stat-value,
.dash-stat-card-accent .dash-stat-label { color: #fff; }
.dash-stat-card-accent .dash-stat-label { opacity: .8; }
.dash-stat-card-accent-green {
    background: linear-gradient(135deg, #059669, #047857); border: none; color: #fff;
}
.dash-stat-card-accent-green .dash-stat-value,
.dash-stat-card-accent-green .dash-stat-label { color: #fff; }
.dash-stat-card-accent-green .dash-stat-label { opacity: .8; }

@media (max-width: 991px) {
    .dash-stat-value { font-size: 1.15rem; }
    .dash-stat-icon { width: 34px; height: 34px; font-size: 1rem; }
}
@media (max-width: 575px) {
    .dash-stat-card { padding: 14px 12px; }
    .dash-stat-value { font-size: 1.05rem; }
    .dash-stat-label { font-size: .72rem; }
    .dash-stat-icon { width: 30px; height: 30px; font-size: .9rem; border-radius: 8px; }
}
