/*
Theme Name: GabileSohbet
Theme URI: https://gabilesohbet.life
Author: Can Özdemir
Description: LGBT Dostu IRC Sohbet Teması
Version: 1.0
*/

/* =========================
   GabileSohbet.Life UI
   ========================= */

:root{
  --bg: #070a12;
  --bg2:#0b1020;
  --card:#0c1226cc;
  --card2:#0c1226;
  --text:#e8eefc;
  --muted:#a7b3d5;
  --line: rgba(255,255,255,.10);

  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --radius: 18px;
  --radius2: 22px;

  --grad: linear-gradient(90deg, #ff2bd6, #7c3aed, #22c1ff, #23f7b7);
  --grad2: radial-gradient(60% 70% at 20% 20%, rgba(255,43,214,.35), transparent 55%),
           radial-gradient(60% 70% at 80% 15%, rgba(34,193,255,.28), transparent 55%),
           radial-gradient(70% 80% at 70% 80%, rgba(35,247,183,.22), transparent 55%);

  --focus: 0 0 0 3px rgba(124,58,237,.35);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    var(--grad2),
    radial-gradient(1200px 700px at 50% -10%, rgba(124,58,237,.18), transparent 55%),
    radial-gradient(900px 650px at 10% 110%, rgba(255,43,214,.12), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.container{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
}

/* Decorative blobs */
.bg-blobs{position:fixed; inset:0; pointer-events:none; z-index:-1}
.blob{
  position:absolute;
  filter: blur(40px);
  opacity:.55;
  transform: translateZ(0);
  border-radius: 999px;
}
.blob--1{width:420px;height:420px; left:-120px; top:80px; background: rgba(255,43,214,.35)}
.blob--2{width:520px;height:520px; right:-180px; top:-120px; background: rgba(34,193,255,.30)}
.blob--3{width:460px;height:460px; left:35%; bottom:-220px; background: rgba(35,247,183,.22)}

/* TOPBAR */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(7,10,18,.55);
  border-bottom: 1px solid var(--line);
}

.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 210px;
}

.brand__mark{
  width:42px; height:42px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  position:relative;
  overflow:hidden;
}
.brand__mark::before{
  content:"";
  position:absolute; inset:-2px;
  background: var(--grad);
  opacity:.75;
  filter: blur(10px);
}
.brand__mark{font-weight:800; letter-spacing:.5px}
.brand__mark{color:#0b0f1a}
.brand__mark{mix-blend-mode:screen}
.brand__mark::after{
  content:"";
  position:absolute; inset:1px;
  border-radius: 13px;
  background: rgba(7,10,18,.85);
  border: 1px solid rgba(255,255,255,.08);
}
.brand__mark{
  color:transparent;
}
.brand__mark{
  -webkit-text-fill-color: transparent;
}
.brand__mark{
  background: rgba(255,255,255,.06);
}
.brand__mark > *{position:relative; z-index:1}
.brand__mark{
  display:grid;
  place-items:center;
}
.brand__mark{
  font-size: 18px;
}
.brand__mark{
  position:relative;
}
.brand__mark{
  color: #fff;
}
.brand__mark{
  text-shadow: 0 10px 20px rgba(0,0,0,.35);
}
.brand__text strong{display:block; line-height:1.05; font-size:15px}
.brand__text span{display:block; color:var(--muted); font-size:12px; margin-top:2px}

.nav{
  display:flex;
  align-items:center;
  gap:18px;
}
.nav a{
  color: rgba(232,238,252,.88);
  font-size: 14px;
  padding:10px 10px;
  border-radius: 12px;
  transition: transform .15s ease, background .15s ease;
}
.nav a:hover{
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}
.nav__cta{
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}
.nav__cta:hover{background: rgba(255,255,255,.10)}

.social{
  display:flex;
  align-items:center;
  gap:10px;
}
.iconbtn{
  width:40px; height:40px;
  display:grid; place-items:center;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  transition: transform .15s ease, background .15s ease;
}
.iconbtn:hover{transform: translateY(-1px); background: rgba(255,255,255,.08)}
.iconbtn svg{width:18px; height:18px; fill: rgba(232,238,252,.9)}

.hamburger{
  display:none;
  width:42px; height:42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  cursor:pointer;
}
.hamburger span{
  display:block;
  width:18px;
  height:2px;
  background: rgba(232,238,252,.9);
  margin:4px auto;
  border-radius:99px;
}

/* HERO */
.hero{
  padding: 46px 0 24px;
}

.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: stretch;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.badge .dot{
  width:10px;height:10px;border-radius:99px;
  background: #23f7b7;
  box-shadow: 0 0 0 6px rgba(35,247,183,.12);
}

.hero__copy h1{
  margin: 14px 0 10px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.8px;
}
.grad{
  background: var(--grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  margin: 0 0 18px;
  color: rgba(167,179,213,.95);
  font-size: 16.5px;
  line-height: 1.6;
  max-width: 56ch;
}

.hero__highlights{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(232,238,252,.92);
  font-size: 13.5px;
}
.pill__icon{opacity:.95}

/* LOGIN CARD */
.logincard{
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(12,18,38,.86), rgba(12,18,38,.65));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  padding: 18px;
  position:relative;
  overflow:hidden;
}
.logincard::before{
  content:"";
  position:absolute; inset:-2px;
  background: var(--grad);
  opacity:.15;
  filter: blur(18px);
}
.logincard > *{position:relative; z-index:1}

.logincard__head{
  display:flex;
  gap:12px;
  align-items:center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.logincard__icon{
  width:44px; height:44px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  display:grid; place-items:center;
}
.logincard__icon svg{width:22px;height:22px; fill: rgba(232,238,252,.9)}
.logincard__head h2{
  margin:0;
  font-size: 16px;
}
.logincard__head p{
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.form{display:flex; flex-direction:column; gap:12px}
.field{display:block}
.field__label{
  display:block;
  font-size: 12.5px;
  color: rgba(232,238,252,.86);
  margin: 0 0 6px;
}
.field__wrap{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,10,18,.35);
}
.field__wrap:focus-within{
  box-shadow: var(--focus);
  border-color: rgba(124,58,237,.45);
}
.field__icon svg{width:18px;height:18px; fill: rgba(167,179,213,.95)}
.field input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color: var(--text);
  font-size: 14.5px;
}
.field input::placeholder{color: rgba(167,179,213,.65)}

.form__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.check{
  display:flex; align-items:center; gap:10px;
  font-size: 13px;
  color: rgba(232,238,252,.86);
}
.check input{accent-color: #7c3aed}

.link{
  color: rgba(232,238,252,.90);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 13px;
  opacity:.9;
}
.link:hover{opacity:1}

.btn{
  width:100%;
  border-radius: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
  font-weight: 650;
  font-size: 14.5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition: transform .15s ease, background .15s ease;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.09)}
.btn--primary{
  background: linear-gradient(90deg, rgba(255,43,214,.35), rgba(124,58,237,.35), rgba(34,193,255,.28));
  border-color: rgba(255,255,255,.18);
}
.btn--ghost{
  background: rgba(7,10,18,.25);
}
.hint{
  margin: 0;
  color: rgba(167,179,213,.85);
  font-size: 12.5px;
  line-height:1.5;
}

/* SECTIONS */
.section{
  padding: 56px 0;
}
.section--soft{
  background: rgba(255,255,255,.03);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.section__head{
  margin-bottom: 18px;
}
.section__head h2{
  margin:0 0 6px;
  font-size: 24px;
  letter-spacing:-.3px;
}
.section__head p{
  margin:0;
  color: var(--muted);
  line-height:1.6;
}

/* 3 feature cards */
.cards3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.card{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(12,18,38,.55);
  box-shadow: 0 12px 35px rgba(0,0,0,.25);
  padding: 18px;
}
.card__icon{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  margin-bottom: 10px;
  font-size: 20px;
}
.card h3{margin: 0 0 6px; font-size: 16px}
.card p{margin:0; color: var(--muted); line-height:1.6}

/* Content box */
.contentbox{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.20);
  padding: 22px;
}
.contentbox h2{margin:0 0 10px}
.contentbox p{margin:0 0 12px; color: rgba(167,179,213,.95); line-height:1.75}
.contentbox p:last-child{margin-bottom:0}

/* Blog */
.blog3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.post{
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(12,18,38,.55);
  box-shadow: 0 12px 35px rgba(0,0,0,.25);
  display:flex;
  flex-direction:column;
}
.post__media{display:block; aspect-ratio: 16/9; overflow:hidden}
.post__media img{width:100%; height:100%; object-fit:cover; transform: scale(1.02); transition: transform .25s ease}
.post:hover .post__media img{transform: scale(1.06)}
.post__body{padding: 16px}
.post__body h3{margin:0 0 6px; font-size: 16px; line-height:1.3}
.post__body p{margin:0 0 10px; color: var(--muted); line-height:1.6}
.post__link{display:inline-flex; gap:8px; font-weight:650; opacity:.92}
.post__link:hover{opacity:1}

/* FAQ */
.faq{
  display:grid;
  gap: 10px;
  margin-top: 18px;
}
.qa{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(12,18,38,.50);
  padding: 14px 16px;
}
.qa summary{
  cursor:pointer;
  font-weight: 700;
  list-style:none;
}
.qa summary::-webkit-details-marker{display:none}
.qa summary::after{
  content:"＋";
  float:right;
  opacity:.85;
}
.qa[open] summary::after{content:"－"}
.qa__body{
  padding-top: 10px;
  color: rgba(167,179,213,.95);
  line-height:1.7;
}

/* FOOTER */
.footer{
  padding: 44px 0 18px;
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand--footer{min-width:auto}
.footer__brand p{
  margin: 12px 0 0;
  color: var(--muted);
  line-height:1.7;
  max-width: 50ch;
}
.footer__links h4{
  margin: 0 0 10px;
  font-size: 14px;
}
.footer__links a{
  display:block;
  padding: 8px 0;
  color: rgba(232,238,252,.88);
  opacity:.9;
}
.footer__links a:hover{opacity:1}

.footer__bottom{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
  padding-top: 14px;
  color: rgba(167,179,213,.90);
  font-size: 13px;
}
.footer__bottom a{opacity:.9; text-decoration:underline; text-underline-offset:3px}
.footer__bottom a:hover{opacity:1}
.sep{opacity:.55}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{grid-template-columns: 1fr; }
  .brand{min-width:auto}
}

@media (max-width: 860px){
  .nav{
    position:absolute;
    left:16px; right:16px;
    top:72px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(7,10,18,.85);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
  }
  .nav a{padding:12px 12px}
  .nav--open{display:flex}
  .hamburger{display:inline-block}
}

@media (max-width: 900px){
  .cards3, .blog3{grid-template-columns: 1fr; }
  .footer__grid{grid-template-columns: 1fr; }
}