* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #037a44 0%, #025c33 100%);
    min-height: 100vh;
    color: #ffffff;
    background-attachment: fixed;
}

* {
    user-select: none;
    -webkit-user-select: none;
}

input, textarea, select {
    user-select: auto !important;
}

img, button, .btn, .cikis-btn {
    -webkit-touch-callout: none;
}

.container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.logo {
    text-align: center;
    margin-bottom: 32px;
}

.logo-img {
    max-width: 140px;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.7));
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
	pointer-events: none;

}

.logo p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-top: 8px;
    user-select: none;
    -webkit-user-select: none;
}

.kart {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 24px 20px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.15);
    width: 100%;
    box-sizing: border-box;
}

.dil-dropdown {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: 100%;
}

.dil-dropdown select {
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 30px;
    padding: 8px 28px 8px 16px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    width: auto;
    min-width: 110px;
    max-width: 180px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='white'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.giris-grubu {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    z-index: 1;
}

.giris-grubu input {
    width: 100%;
    padding: 16px 16px 16px 48px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 28px;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.2s;
    box-sizing: border-box;
}

.giris-grubu input:focus {
    outline: none;
    border-color: #ffffff;
    background: rgba(255,255,255,0.12);
}

.giris-grubu input::placeholder {
    color: rgba(255,255,255,0.5);
}

.btn {
    padding: 16px 20px;
    border: none;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.btn:active {
    transform: scale(0.97);
}

.btn-giris {
    background: #ffffff;
    color: #037a44;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-giris span {
    font-size: 18px;
}

.btn-kurulum {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 20px;
}

.hata {
    color: #ff6b6b;
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}

.kurulum-mesaj {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #a3ffcf;
    padding: 12px;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
    box-sizing: border-box;
}



.navbar {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    margin-bottom: 20px;
    border-radius: 0 0 24px 24px;
}

.navbar h2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
}

.navbar > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar button {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 6px 14px;
    border-radius: 40px;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

#kullaniciAd {
    background: rgba(255,255,255,0.1);
    padding: 6px 12px;
    border-radius: 40px;
    font-size: 13px;
}

.kullanici-listesi, .cihaz-listesi {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.kullanici-karti, .cihaz-karti {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.2s;
}

.kullanici-karti:hover, .cihaz-karti:hover {
    border-color: rgba(255,255,255,0.25);
    background: rgba(0, 0, 0, 0.45);
}

.kullanici-karti strong, .cihaz-karti strong {
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-bottom: 8px;
}

.kullanici-karti br, .cihaz-karti br {
    display: none;
}

.kullanici-karti, .cihaz-karti {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,0.8);
}

.kullanici-karti .btn, .cihaz-karti .btn {
    padding: 8px 16px;
    font-size: 12px;
    width: auto;
    margin-right: 8px;
    margin-top: 10px;
    display: inline-block;
}

.durum {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.durum-available { background: #037a44; color: white; }
.durum-charging { background: #f59e0b; color: black; }
.durum-fault { background: #dc2626; color: white; }
.durum-unavailable { background: #6b7280; color: white; }

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

h3:before {
    content: "⚡";
    font-size: 18px;
    opacity: 0.8;
}

#destekListesi .cihaz-karti input {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 10px 14px;
    color: white;
    font-size: 13px;
    width: calc(100% - 100px);
}

#destekListesi .cihaz-karti button {
    padding: 8px 14px;
    font-size: 12px;
    width: auto;
    margin-left: 6px;
}

.btn-secondary {
    background: rgba(255,255,255,0.15);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
}

.btn-danger {
    background: rgba(220,38,38,0.8);
    color: white;
}