/*
Theme Name: Temiz Web Hosting - Premium SesliChat Teması
Theme URI: https://temizwebhosting.com
Author: Aydın TEMİZ
Author URI: https://temizwebhosting.com
Description: Eklentisiz, ultra güvenli, SEO uyumlu ve modern arayüze sahip premium WordPress seslichat teması.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: temiz-seslichat
*/

/* --- GENEL SIFIRLAMA VE MODERN METRİKLER --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #0f172a; /* Gece mavisi / Slate 900 - Premium koyu tema */
    color: #f8fafc;
    overflow-x: hidden;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}