/*
Theme Name: Kameraman.TR KULİS Studio
Theme URI: https://kameraman.tr/
Author: Kameraman.TR
Author URI: https://kameraman.tr/
Description: KULİS Plugin v1.4.30 ile uyumlu Kameraman.TR WordPress teması. Plugin dosyalarını değiştirmeden frontend kabuğu ve kamera, ışık, ses, prodüksiyon ekipmanları temalı giriş/kayıt deneyimi sağlar.
Version: 1.2.10-v1430-sidebar-lock
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: kameramantr-kulis-theme
License: Proprietary
*/

/*
 * Aşama 01 temel stilleri.
 * Uygulama arayüzü assets/css/app.css dosyasında geliştirilecektir.
 */
:root {
    --kulis-theme-bg: #f6f7f9;
    --kulis-theme-surface: #ffffff;
    --kulis-theme-text: #111827;
    --kulis-theme-muted: #64748b;
    --kulis-theme-primary: #0a66d8;
    --kulis-theme-border: #e2e8f0;
    --kulis-theme-content: 1240px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: var(--kulis-theme-text);
    background: var(--kulis-theme-bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--kulis-theme-primary);
    text-decoration: none;
}

a:hover,
a:focus-visible {
    text-decoration: underline;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 8px;
    left: 8px;
    width: auto;
    height: auto;
    padding: 12px 16px;
    clip: auto;
    color: #fff;
    background: #111827;
    border-radius: 10px;
}

.kulis-theme-fallback {
    width: min(var(--kulis-theme-content), calc(100% - 32px));
    margin: 48px auto;
}

.kulis-theme-fallback article {
    padding: 24px;
    margin-bottom: 16px;
    background: var(--kulis-theme-surface);
    border: 1px solid var(--kulis-theme-border);
    border-radius: 18px;
}

@media (max-width: 782px) {
    .kulis-theme-fallback {
        width: min(100% - 20px, var(--kulis-theme-content));
        margin: 20px auto;
    }

    .kulis-theme-fallback article {
        padding: 18px;
        border-radius: 14px;
    }
}
