.eip-katman {
position: fixed;
inset: 0;
z-index: 520;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgba(4, 6, 12, .70);
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
}
.eip-kutu {
display: flex;
flex-direction: column;
width: 100%;
max-width: 470px;
max-height: calc(100vh - 40px);
box-sizing: border-box;
overflow: hidden;
padding: 26px 10px 10px 26px;
border-radius: 22px;
color: #f4f4f5;
background: #16181d;
border: 1px solid rgba(255, 255, 255, .10);
box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
}
.eip-bas {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 14px;
padding-right: 16px;
padding-bottom: 4px;
}
.eip-baslik {
margin: 0;
font-family: var(--font-display);
font-weight: 800;
font-size: 18px;
line-height: 1.25;
color: #f4f4f5;
}
.eip-icerik {
min-height: 0;
overflow-y: auto;
overscroll-behavior: contain;
padding: 0 12px 12px 0;
scrollbar-width: thin;
scrollbar-color: rgba(255, 255, 255, .26) transparent;
}
.eip-icerik::-webkit-scrollbar { width: 6px; }
.eip-icerik::-webkit-scrollbar-track { background: transparent; }
.eip-icerik::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .26);
border-radius: 999px;
}
.eip-icerik::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, .42); }
.eip-yukleniyor {
padding: 30px 0 24px;
font-family: var(--font-ui);
font-size: 13px;
color: #a1a1aa;
}
.eip-kapat {
flex: none;
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
margin: -4px -6px 0 0;
padding: 0;
color: var(--tm-soluk, #a1a1aa);
background: none;
border: 0;
border-radius: 9px;
cursor: pointer;
transition: color .15s ease, background .15s ease;
}
.eip-kapat svg { width: 17px; height: 17px; }
.eip-kapat:hover { color: var(--tm-yazi, #fff); background: rgba(255, 255, 255, .1); }
.eip-kapat:focus-visible { outline: 2px solid rgba(10, 132, 255, .6); outline-offset: 1px; }
.eip-etiket {
margin: 22px 0 8px;
font-family: var(--font-ui);
font-size: 11.5px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: var(--tm-soluk, #a1a1aa);
}
.eip-anahtar {
display: flex;
align-items: center;
gap: 10px;
padding: 11px 13px;
border-radius: 12px;
background: rgba(255, 255, 255, .05);
border: 1px solid var(--tm-cizgi, rgba(255, 255, 255, .12));
}
.eip-anahtar + .eip-anahtar { margin-top: 8px; }
.eip-simge { flex: none; width: 30px; height: 30px; object-fit: contain; }
.eip-anahtar-metin {
flex: 1 1 auto;
min-width: 0;
font-family: var(--font-mono);
font-size: 13px;
color: var(--tm-yazi, #f4f4f5);
overflow-wrap: anywhere;
}
.eip-kopyala {
flex: none;
font-family: var(--font-ui);
font-size: 12.5px;
font-weight: 600;
color: #18181b;
background: #fff;
border: 1px solid #fff;
border-radius: 999px;
padding: 7px 14px;
cursor: pointer;
transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.eip-kopyala:hover { background: #e4e4e7; border-color: #e4e4e7; }
.eip-kopyala.oldu { color: #fff; background: #16a34a; border-color: #16a34a; }
.eip-dosyalar { display: flex; flex-direction: column; gap: 8px; }
.eip-dosya {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 12px 14px;
border-radius: 12px;
background: rgba(255, 255, 255, .05);
border: 1px solid var(--tm-cizgi, rgba(255, 255, 255, .12));
text-decoration: none;
transition: border-color .15s ease, background .15s ease;
}
.eip-dosya:hover { border-color: rgba(10, 132, 255, .5); background: rgba(10, 132, 255, .09); }
.eip-dosya-bilgi { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.eip-dosya-ad {
font-family: var(--font-ui);
font-size: 13.5px;
font-weight: 600;
color: var(--tm-yazi, #f4f4f5);
overflow-wrap: anywhere;
}
.eip-dosya-boyut {
font-family: var(--font-ui);
font-size: 12px;
color: var(--tm-soluk, #a1a1aa);
}
.eip-dosya-indir {
flex: none;
font-family: var(--font-ui);
font-size: 12.5px;
font-weight: 700;
color: #fff;
background: #0a84ff;
border-radius: 999px;
padding: 7px 16px;
}
.eip-dosya:hover .eip-dosya-indir { background: #2a95ff; }
.eip-alt {
display: flex;
flex-wrap: wrap;
gap: 8px 18px;
margin-top: 20px;
padding-top: 16px;
border-top: 1px solid var(--tm-cizgi, rgba(255, 255, 255, .12));
}
.eip-alt-link {
font-family: var(--font-ui);
font-size: 12.5px;
font-weight: 600;
color: #0a84ff;
text-decoration: none;
}
.eip-alt-link:hover { color: #2a95ff; text-decoration: underline; }
@media (max-width: 480px) {
.eip-kutu { padding: 22px 8px 8px 18px; border-radius: 16px; }
.eip-bas { padding-right: 10px; }
.eip-icerik { padding-right: 10px; padding-bottom: 10px; }
.eip-anahtar { flex-wrap: wrap; }
.eip-kopyala { width: calc(100% - 40px); margin-left: 40px; }
}