
.mob-logo { display: none; }
.mob-logo span { color: var(--accent); }
.hamburger { display: none; width: 36px; height: 36px; background: none; border: 1px solid var(--border); border-radius: 4px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; flex-shrink: 0; }
.hamburger span { display: block; width: 16px; height: 1.5px; background: var(--black); border-radius: 2px; }
.sb-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 99; }
.sb-overlay.on { display: block; }
/* assets/css/main.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black: #0d0d0d; --near: #1a1a1a; --dark: #333; --mid: #666; --light: #999;
  --border: #e8e8e8; --bg: #fff; --bgs: #f7f7f7; --accent: #e8340a;
  --font: 'DM Sans', sans-serif; --mono: 'DM Mono', monospace;
}
html { font-size: 15px; } body { font-family: var(--font); background: var(--bg); color: var(--black); line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

/* Layout */
.layout { display: grid; grid-template-columns: 210px 1fr; min-height: 100vh; max-width: 1100px; margin: 0 auto; }
.sb { border-right: 1px solid var(--border); display: flex; flex-direction: column; overflow: hidden; position: sticky; top: 0; height: 100vh; }
.logo { padding: 20px 20px 18px; border-bottom: 1px solid var(--border); font-size: 21px; font-family: 'Fraunces', serif; font-weight: 500; letter-spacing: -.3px; }
.logo span { color: var(--accent); }
.nav { padding: 10px 0; flex: 1; }
.nav a { display: flex; align-items: center; gap: 9px; padding: 8px 20px; font-size: .83rem; color: var(--mid); cursor: pointer; position: relative; }
.nav a.active, .nav a:hover { color: var(--black); }
.nav a.active { font-weight: 500; }
.nav a svg { width: 15px; height: 15px; stroke-width: 1.5; flex-shrink: 0; }
.nav-sec { padding: 14px 20px 4px; font-size: .6rem; font-family: var(--mono); color: #ccc; text-transform: uppercase; letter-spacing: .09em; }
.nbadge { position: absolute; right: 16px; background: var(--accent); color: #fff; font-size: .58rem; padding: 1px 5px; border-radius: 9px; font-family: var(--mono); }
.hb-badge { position: absolute; top: -6px; right: -6px; min-width: 16px; height: 16px; padding: 0 4px; background: var(--accent); color: #fff; font-size: .6rem; line-height: 16px; text-align: center; border-radius: 9px; font-family: var(--mono); box-shadow: 0 0 0 2px #fff; box-sizing: border-box; }
.divider { height: 1px; background: var(--border); margin: 4px 0; }
.mahalle-wrap { padding: 0 0 8px; display:flex; flex-direction:column; min-height:0; flex:1; overflow:hidden; }
.sb-search-wrap { padding: 0 10px 6px; flex-shrink:0; }
.sb-tumu { flex-shrink:0; }
.sb-divider { height:1px; background:var(--border); margin:4px 0; flex-shrink:0; }
.mahalle-search { display:block;width:100%;box-sizing:border-box;padding:6px 10px;font-size:.78rem;border:0.5px solid var(--border);border-radius:6px;background:var(--bgs);color:var(--black);outline:none;font-family:var(--font); }
.mahalle-search::placeholder { color:var(--mid); }
.mahalle-search { width: 100%; padding: 7px 10px; border: 1px solid var(--border); border-radius: 3px; font-family: var(--font); font-size: .8rem; outline: none; }
.mahalle-search:focus { border-color: #bbb; }
.mi { padding: 6px 10px; font-size: .82rem; cursor: pointer; border-radius: 3px; display: flex; justify-content: space-between; align-items: center; color: #444; }
.mi:hover { background: var(--bgs); }
.mi.active { background: var(--black); color: #fff; }
.mi.active .mc { color: #ccc; }
.mc { font-size: .68rem; color: #bbb; font-family: var(--mono); }
.sb-bot { padding: 14px 20px; border-top: 1px solid var(--border); }
.urow { display: flex; align-items: center; gap: 9px; cursor: pointer; }
.av { width: 30px; height: 30px; border-radius: 50%; background: var(--black); display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 600; color: #fff; flex-shrink: 0; overflow: hidden; border: 1px solid var(--border); }
.av img { width: 100%; height: 100%; object-fit: cover; }
.uname { font-size: .82rem; font-weight: 500; } .uhood { font-size: .68rem; color: var(--light); }

/* Center */
.center { display: flex; flex-direction: column; }
.topbar { border-bottom: 1px solid var(--border); padding: 0 24px; height: 50px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; background: var(--bg); position: sticky; top: 0; z-index: 10; }
.tt { font-size: .85rem; font-weight: 500; }
.ibtn { display: flex; align-items: center; gap: 4px; padding: 0 10px; height: 32px; border: 1px solid var(--border); background: var(--bg); color: var(--mid); cursor: pointer; border-radius: 3px; font-size: .78rem; font-family: var(--font); }
.ibtn:hover { border-color: #bbb; color: var(--black); }
.ibtn svg { width: 14px; height: 14px; stroke-width: 1.5; }
.create-bar { padding: 12px 24px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
.create-label { font-size: .95rem; font-weight: 600; color: var(--black); letter-spacing: -.2px; }
.cr-btn { display: flex; align-items: center; gap: 6px; background: var(--black); color: #fff; padding: 8px 14px; border-radius: 4px; font-size: .8rem; font-weight: 500; cursor: pointer; border: none; font-family: var(--font); }
.cr-btn:hover { background: var(--dark); }

/* Tabs */
.tabs { display: flex; padding: 0 24px; border-bottom: 1px solid var(--border); overflow-x: auto; scrollbar-width: none; flex-shrink: 0; }
.tabs::-webkit-scrollbar { display: none; }
.tab { padding: 11px 13px; font-size: .78rem; color: var(--light); border-bottom: 2px solid transparent; margin-bottom: -1px; cursor: pointer; white-space: nowrap; }
.tab.on { color: var(--black); font-weight: 500; border-bottom-color: var(--black); }
.tab:first-child { padding-left: 0; }

/* Feed */
.feed { }
.fi { border-bottom: 1px solid var(--border); padding: 14px 24px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.fi:hover { background: #fafafa; }
.fi.sp { background: var(--bgs); }
.sp-lbl { font-size: .6rem; color: #bbb; font-family: var(--mono); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 5px; }
.fi-top { display: flex; align-items: center; gap: 7px; margin-bottom: 5px; }
.fi-name { font-size: .77rem; color: var(--light); cursor: pointer; }
.fi-name:hover { color: var(--black); text-decoration: underline; text-underline-offset: 2px; }
.fi-sep { color: #ddd; }
.fi-tag { font-size: .68rem; color: #555; background: #f0f0f0; padding: 2px 8px; border-radius: 20px; font-family: var(--font); font-weight: 500; }
.fi-title { font-size: .97rem; font-weight: 500; line-height: 1.3; margin-bottom: 8px; display: block; cursor: pointer; }
.fi-title:hover { text-decoration: underline; text-underline-offset: 2px; }
.fi-foot { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.fi-stat { display: flex; align-items: center; gap: 4px; font-size: .73rem; color: var(--mid); }
.fi-stat svg { width: 11px; height: 11px; stroke-width: 1.5; }
.fi-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.fi-time { font-size: .68rem; color: #ccc; }
.btn-row { display: flex; gap: 6px; align-items: center; }
.jbtn { padding: 5px 12px; border: 1.5px solid var(--black); border-radius: 3px; font-size: .75rem; font-weight: 500; color: var(--black); cursor: pointer; background: var(--bg); font-family: var(--font); white-space: nowrap; }
.jbtn:hover { background: var(--black); color: #fff; }
.jbtn.pend { border-color: var(--border); color: #bbb; background: var(--bgs); cursor: default; }
.jbtn.full { border-color: var(--border); color: #bbb; background: var(--bgs); cursor: default; }
.jbtn.approved { border-color: var(--black); background: var(--black); color: #fff; cursor: default; }
.jbtn.rejected { border-color: #eee; color: #ccc; background: var(--bg); cursor: default; text-decoration: line-through; }
.share-btn { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid var(--border); border-radius: 3px; background: var(--bg); color: var(--light); cursor: pointer; }
.share-btn:hover { border-color: #bbb; color: var(--black); }
.share-btn svg { width: 12px; height: 12px; stroke-width: 1.5; }
/* 3-nokta menu */
.more-btn { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; color: #ccc; border-radius: 3px; }
.more-btn:hover { background: var(--bgs); color: var(--mid); }
.more-btn svg { width: 14px; height: 14px; }
.dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; right: 0; top: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: 4px; min-width: 150px; z-index: 50; box-shadow: 0 4px 16px rgba(0,0,0,.08); overflow: hidden; }
.dropdown-menu.open { display: block; }
.dropdown-menu a, .dropdown-menu button { display: block; width: 100%; padding: 9px 13px; font-size: .82rem; color: var(--dark); background: none; border: none; text-align: left; cursor: pointer; font-family: var(--font); }
.dropdown-menu a:hover, .dropdown-menu button:hover { background: var(--bgs); }
.dropdown-menu .danger { color: var(--accent); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; font-family: var(--font); font-size: .875rem; font-weight: 500; border-radius: 4px; cursor: pointer; border: 1px solid transparent; }
.btn-primary { background: var(--black); color: #fff; } .btn-primary:hover { background: var(--dark); }
.btn-secondary { background: none; border-color: var(--border); color: var(--dark); } .btn-secondary:hover { border-color: #bbb; }
.btn-sm { padding: 6px 12px; font-size: .8rem; }
.btn-danger { background: none; border-color: #fca5a5; color: var(--accent); } .btn-danger:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* Forms */
.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: .8rem; font-weight: 500; color: var(--dark); margin-bottom: 5px; }
.form-input { width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 4px; font-family: var(--font); font-size: .875rem; color: var(--black); background: var(--bg); outline: none; }
.form-input:focus { border-color: var(--black); }
textarea.form-input { resize: vertical; min-height: 80px; }
select.form-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; }
.form-hint { font-size: .73rem; color: var(--light); margin-top: 4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Auth */
.auth-wrap { max-width: 400px; margin: 60px auto; padding: 0 20px; }
.auth-logo { font-size: 26px; font-family: 'Fraunces', serif; font-weight: 500; margin-bottom: 28px; display: block; text-decoration: none; color: var(--black); }
.auth-logo span { color: var(--accent); }
.auth-title { font-size: 1.2rem; font-weight: 600; margin-bottom: 6px; }
.auth-sub { font-size: .875rem; color: var(--mid); margin-bottom: 24px; }
.auth-footer { margin-top: 18px; font-size: .82rem; color: var(--mid); text-align: center; }
.auth-footer a { color: var(--black); font-weight: 500; }
.google-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 10px; border: 1px solid var(--border); border-radius: 4px; background: var(--bg); font-family: var(--font); font-size: .875rem; cursor: pointer; margin-bottom: 16px; color: var(--black); }
.google-btn:hover { background: var(--bgs); }
.auth-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: .78rem; color: var(--light); }
.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* Page wrap */
.page-wrap { max-width: 680px; padding: 28px 24px 40px; }
.page-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 20px; }
.scroll-wrap { }

/* My events / info block */
.my-fi { border-bottom: 1px solid var(--border); padding: 15px 24px; }
.my-fi-title { font-size: .93rem; font-weight: 500; margin-bottom: 5px; }
.my-fi-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.my-fi-stat { font-size: .75rem; color: var(--mid); }
.pill { display: inline-block; padding: 2px 8px; border-radius: 2px; font-size: .65rem; font-family: var(--mono); font-weight: 500; }
.pill-ok { background: var(--black); color: #fff; }
.pill-pend { background: var(--bgs); color: var(--light); }
.info-block { background: var(--bgs); border-radius: 4px; padding: 12px 14px; display: flex; flex-direction: column; gap: 9px; }
.info-row { display: flex; align-items: flex-start; gap: 8px; }
.iico { width: 13px; height: 13px; flex-shrink: 0; margin-top: 2px; stroke-width: 1.5; color: var(--light); }
.ilabel { font-size: .7rem; color: var(--light); margin-bottom: 2px; }
.ivalue { font-size: .82rem; font-weight: 500; }
.idiv { height: 1px; background: var(--border); }
.wa-btn { display: inline-flex; align-items: center; gap: 6px; background: #25D366; color: #fff; padding: 7px 13px; border-radius: 3px; font-size: .78rem; font-weight: 500; text-decoration: none; border: none; cursor: pointer; font-family: var(--font); }
.wa-btn:hover { background: #1ebe5d; }
.wa-btn svg { width: 13px; height: 13px; fill: #fff; }

/* Notifications */
.notif-hdr { padding: 12px 24px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
.notif-hdr-t { font-size: .6rem; font-family: var(--mono); text-transform: uppercase; letter-spacing: .09em; color: #bbb; }
.mark-all { font-size: .75rem; color: var(--light); background: none; border: none; cursor: pointer; font-family: var(--font); }
.mark-all:hover { color: var(--black); }
.ni { border-bottom: 1px solid var(--border); padding: 13px 24px; cursor: pointer; }
.ni.unread { background: #fafafa; }
.ni:hover { background: #f5f5f5; }
.ni-inner { display: flex; gap: 10px; align-items: flex-start; }
.ndot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 5px; }
.ndot.read { background: var(--border); }
.ni-text { font-size: .83rem; line-height: 1.4; margin-bottom: 2px; }
.ni-sub { font-size: .76rem; color: var(--light); margin-bottom: 3px; }
.ni-time { font-size: .68rem; color: #ccc; font-family: var(--mono); }
.ni-btns { display: flex; gap: 6px; margin-top: 8px; }
.ni-approve { padding: 5px 11px; background: var(--black); color: #fff; border: none; border-radius: 3px; font-size: .73rem; font-weight: 500; cursor: pointer; font-family: var(--font); }
.ni-approve:hover { background: var(--dark); }
.ni-reject { padding: 5px 11px; background: var(--bg); color: var(--light); border: 1px solid var(--border); border-radius: 3px; font-size: .73rem; cursor: pointer; font-family: var(--font); }
.ni-reject:hover { border-color: #bbb; color: var(--black); }

/* Profile */
.profile-head { padding: 24px; border-bottom: 1px solid var(--border); display: flex; gap: 18px; align-items: flex-start; }
.profile-av { width: 56px; height: 56px; border-radius: 50%; background: var(--black); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 600; color: #fff; flex-shrink: 0; overflow: hidden; border: 1px solid var(--border); cursor: pointer; position: relative; }
.profile-av img { width: 100%; height: 100%; object-fit: cover; }
.pov { position: absolute; inset: 0; background: rgba(0,0,0,.45); display: none; align-items: center; justify-content: center; border-radius: 50%; }
.profile-av:hover .pov { display: flex; }
.pov svg { width: 16px; height: 16px; stroke: white; stroke-width: 2; }
.pname { font-size: 1.05rem; font-weight: 600; margin-bottom: 3px; }
.phood { font-size: .8rem; color: var(--mid); margin-bottom: 6px; }
.pbio { font-size: .83rem; color: #555; line-height: 1.5; margin-bottom: 8px; }
.pstats { display: flex; gap: 16px; }
.pstat { font-size: .76rem; color: var(--light); }
.pstat strong { color: var(--black); font-weight: 600; }
.ptab-bar { display: flex; padding: 0 24px; border-bottom: 1px solid var(--border); }
.ptab { padding: 9px 12px; font-size: .78rem; color: var(--light); border-bottom: 2px solid transparent; margin-bottom: -1px; cursor: pointer; }
.ptab.on { color: var(--black); font-weight: 500; border-bottom-color: var(--black); }
.ptab:first-child { padding-left: 0; }
.pe-item { border-bottom: 1px solid var(--border); padding: 11px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.pe-item:hover { background: #fafafa; }
.pe-title { font-size: .88rem; font-weight: 500; margin-bottom: 2px; }
.pe-meta { font-size: .73rem; color: var(--light); }
.review-item { border-bottom: 1px solid var(--border); padding: 12px 24px; }
.int-tag { display:inline-flex;align-items:center;gap:6px;background:#f3f3f3;color:var(--black);border-radius:6px;padding:8px 13px;font-size:.82rem;cursor:pointer;transition:.15s;user-select:none;overflow:hidden; }
.int-tag-on { background:var(--black);color:#fff; }
.int-grid { display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px; }
.int-tag .lbl { white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.ico { width:15px;height:15px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round; }

/* Settings */
.settings-section { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.settings-section:last-child { border-bottom: none; }
.settings-title { font-size: .62rem; font-family: var(--mono); text-transform: uppercase; letter-spacing: .09em; color: #bbb; margin-bottom: 14px; }

/* Event detail */
.event-title { font-size: 1.4rem; font-weight: 600; letter-spacing: -.3px; margin-bottom: 10px; line-height: 1.3; }
.event-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: .82rem; color: var(--mid); margin-bottom: 20px; }
.event-meta-item { display: flex; align-items: center; gap: 5px; }
.event-meta-item svg { width: 13px; height: 13px; stroke-width: 1.5; }
.event-desc { font-size: .9rem; line-height: 1.7; color: var(--dark); }
.event-section { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.event-sec-title { font-size: .65rem; font-family: var(--mono); text-transform: uppercase; letter-spacing: .07em; color: var(--mid); margin-bottom: 12px; }
.attendee-list { display: flex; flex-wrap: wrap; gap: 7px; }
.att-chip { display: flex; align-items: center; gap: 6px; padding: 4px 10px; background: var(--bgs); border-radius: 3px; font-size: .78rem; border: 1px solid var(--border); text-decoration: none; color: var(--dark); }
.att-chip:hover { border-color: #bbb; }

/* Flash */
.flash { position: fixed; top: 65px; left: 50%; transform: translateX(-50%); padding: 11px 20px; border-radius: 4px; font-size: .875rem; font-weight: 500; z-index: 1000; display: flex; align-items: center; gap: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.1); min-width: 260px; }
.flash-success { background: var(--black); color: #fff; }
.flash-error { background: var(--accent); color: #fff; }
.flash-info { background: var(--bgs); color: var(--black); border: 1px solid var(--border); }

/* Modals */
.modal-bg { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.3); z-index: 100; align-items: center; justify-content: center; }
.modal-bg.open { display: flex; }
.modal { background: var(--bg); border-radius: 6px; padding: 28px; width: 420px; max-width: 95vw; max-height: 90vh; overflow-y: auto; }
.modal-title { font-size: 1rem; font-weight: 500; margin-bottom: 6px; }
.modal-sub { font-size: .83rem; color: var(--mid); margin-bottom: 18px; line-height: 1.5; }
.modal-ev { background: var(--bgs); border-radius: 4px; padding: 12px 14px; margin-bottom: 16px; }
.modal-note { font-size: .77rem; color: #bbb; margin-bottom: 18px; display: flex; align-items: flex-start; gap: 5px; line-height: 1.5; }
.modal-note svg { width: 12px; height: 12px; flex-shrink: 0; margin-top: 1px; stroke-width: 1.5; }
.modal-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 20px; }
.m-cancel { padding: 7px 14px; border: 1px solid var(--border); border-radius: 3px; font-size: .8rem; color: var(--mid); cursor: pointer; background: var(--bg); font-family: var(--font); }
.m-cancel:hover { border-color: #bbb; }
.m-confirm { padding: 7px 14px; border: none; border-radius: 3px; font-size: .8rem; color: #fff; background: var(--black); cursor: pointer; font-family: var(--font); font-weight: 500; }
.m-confirm:hover { background: var(--dark); }

/* Share modal */
.share-modal { background: var(--bg); border-radius: 6px; padding: 22px; width: 310px; }
.sli { flex: 1; padding: 8px 10px; border: 1px solid var(--border); border-radius: 3px; font-size: .75rem; color: var(--mid); font-family: var(--mono); background: var(--bgs); outline: none; }
.share-wa-btn { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; background: #25D366; color: #fff; padding: 10px; border-radius: 3px; font-size: .83rem; font-weight: 500; border: none; cursor: pointer; font-family: var(--font); }
.share-wa-btn:hover { background: #1ebe5d; }
.share-wa-btn svg { width: 14px; height: 14px; fill: #fff; }

/* Inspo chips */
.inspo-chip { padding: 4px 10px; background: var(--bg); border: 1px solid var(--border); border-radius: 3px; font-size: .75rem; color: #444; cursor: pointer; }
.inspo-chip:hover { background: var(--bgs); border-color: #bbb; }

/* Memory form */
.memory-photos { display: flex; gap: 8px; margin-top: 8px; }
.memory-photo-slot { width: 80px; height: 80px; border: 1.5px dashed var(--border); border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; overflow: hidden; position: relative; background: var(--bgs); }
.memory-photo-slot:hover { border-color: #bbb; }
.memory-photo-slot img { width: 100%; height: 100%; object-fit: cover; }
.memory-photo-slot svg { width: 20px; height: 20px; color: #ccc; }

/* Empty states */
.empty { padding: 52px 24px; text-align: center; color: #bbb; }
.empty p { font-size: .88rem; margin-bottom: 14px; }

/* Responsive */
@media (max-width: 800px) {
  .layout { display: block; }
  .sb { display: flex !important; position: fixed; top: 0; left: -280px; width: 260px; height: 100%; height: 100dvh; z-index: 100; transition: left .25s ease; background: #fff; overflow: hidden; }
  .sb-bot { padding-bottom: max(env(safe-area-inset-bottom, 16px), 24px); }
  .sb.open { left: 0; box-shadow: 4px 0 20px rgba(0,0,0,.12); }
  .mob-logo { display: block; font-size: 24px; font-weight: 700; letter-spacing: -.3px; color: var(--black); text-decoration: none; }
  .hamburger { display: flex; }
  .tt { display: none; }
  .topbar { background: var(--bg) !important; border-bottom: 1px solid var(--border) !important; }
  .topbar .ibtn { background: var(--bg) !important; border-color: var(--border) !important; color: var(--mid) !important; }
  .main-scroll { padding: 56px 16px 80px; }
  .form-row { grid-template-columns: 1fr; }
}

.sb-grp-label { padding:8px 8px 3px;font-size:.65rem;font-weight:700;color:var(--black);letter-spacing:.05em;text-transform:uppercase; }
.mahalle-select-wrap { display:flex;flex-direction:column;gap:4px; }
.mahalle-select-search { font-size:.83rem !important; }

.kat-opt { padding:5px 12px;font-size:.82rem;cursor:pointer;color:var(--black);font-family:var(--font); }
.kat-opt:hover { background:var(--bgs); }
.kat-active { background:#0d0d0d;color:#fff; }

/* ── Hero Section ────────────────────────────────────────── */

/* hero-page: create-bar header'dan geliyor, hero onun altında başlar */

/* Ana hero wrapper */
.hero-section {
  border-bottom: 1px solid var(--border);
}

/* Resim alanı */
.hero-img-wrap {
  position: relative;
  margin-top: 0;
  min-height: 380px;
  background: #111 url('/assets/img/banner.jpg') center 30% / cover no-repeat;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* Karartma kaldırıldı — resim olduğu gibi görünsün */
.hero-img-wrap::before {
  content: none;
}

/* Sol: başlık + CTA */
.hero-text {
  position: relative;
  z-index: 2;
  padding: 40px 36px 44px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.hero-heading {
  font-family: 'Fraunces', serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.4px;
  color: #fff;
}
.hero-accent { color: #F26B2E; }
.hero-sub {
  font-size: .88rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  max-width: 380px;
}
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: #0d0d0d;
  padding: 10px 20px; border-radius: 5px;
  font-size: .85rem; font-weight: 600; text-decoration: none;
  transition: background .15s;
}
.btn-hero-primary:hover { background: #f0f0f0; }
.btn-hero-secondary {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: #0d0d0d;
  border: 1.5px solid #fff;
  padding: 10px 20px; border-radius: 5px;
  font-size: .85rem; font-weight: 600; text-decoration: none;
  transition: background .15s;
}
.btn-hero-secondary:hover { background: #f0f0f0; }

/* Sağ: floating cards alanı */
.hero-cards-area {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 340px;
}

/* Floating event cards */
.hero-card {
  position: absolute;
  background: rgba(255,255,255,.96);
  border-radius: 10px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 4px 24px rgba(0,0,0,.3);
  min-width: 178px;
  animation: heroFloat 4s ease-in-out infinite;
}
.hc1 { top: 22%;    left:  5%; animation-delay: 0s;   }
.hc2 { top: 10%;    right: 8%; animation-delay: 1s;   }
.hc3 { bottom: 32%; left:  8%; animation-delay: 2s;   }
.hc4 { bottom: 14%; right: 6%; animation-delay: 0.5s; }

@keyframes heroFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

.hc-icon {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hc-icon svg { width: 16px; height: 16px; }
.hc-body { flex: 1; min-width: 0; }
.hc-count { font-size: .72rem; font-weight: 600; color: #0d0d0d; white-space: nowrap; }
.hc-name  { font-size: .67rem; color: #777; white-space: nowrap; }
.hc-avatars { display: flex; align-items: center; flex-shrink: 0; }
.hca {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, #e0e0e0, #bbb);
  border: 2px solid #fff; flex-shrink: 0;
  margin-left: -7px;
}
.hca:first-child { margin-left: 0; }
.hc-more {
  font-size: .6rem; font-weight: 600; color: #666;
  background: #f0f0f0; border-radius: 99px;
  padding: 2px 5px; margin-left: 4px;
}

/* Alt: 3'lü adım açıklama */
.hero-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.hero-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 24px;
  border-right: 1px solid var(--border);
}
.hero-step:last-child { border-right: none; }
.hs-icon {
  width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.hs-icon svg { width: 18px; height: 18px; }
.hs-title { font-size: .85rem; font-weight: 600; color: #0d0d0d; margin-bottom: 3px; }
.hs-desc  { font-size: .76rem; color: #777; line-height: 1.45; }

/* Responsive */
@media (max-width: 768px) {
  .hero-img-wrap { margin-top: 0; min-height: 320px; flex-direction: column; align-items: flex-start; }
  .hero-img-wrap::before {
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.6) 0%,
      rgba(0,0,0,.55) 60%,
      rgba(0,0,0,.2) 100%
    );
  }
  .hero-text { padding: 36px 20px 28px; }
  .hero-heading { font-size: 1.5rem; }
  .hero-cards-area { display: none; }
  .hero-steps { grid-template-columns: 1fr; }
  .hero-step { border-right: none; border-bottom: 1px solid var(--border); padding: 16px 20px; }
  .hero-step:last-child { border-bottom: none; }
}

/* ── Şablon bloğu (feed canlandırma) ── */
.tpl-section { padding: 16px 24px 8px; background: #fffaf8; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.tpl-head { font-size: .98rem; font-weight: 600; margin-bottom: 3px; color: var(--black); }
.tpl-sub { font-size: .78rem; color: var(--mid); margin-bottom: 14px; }
.tpl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tpl-card { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; cursor: pointer; background: var(--bg); transition: transform .12s, box-shadow .12s; }
.tpl-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.tpl-img { height: 150px; background-size: cover; background-position: center; }
.tpl-body { padding: 9px 11px; }
.tpl-title { font-size: .82rem; font-weight: 600; line-height: 1.25; margin-bottom: 3px; color: var(--black); }
.tpl-cta { font-size: .72rem; color: var(--accent); font-weight: 500; }
.tpl-own { display: block; text-align: center; margin: 14px 0 4px; padding: 11px; border: 1px dashed #e0b3a5; border-radius: 9px; text-decoration: none; background: var(--bg); transition: background .12s; }
.tpl-own:hover { background: #fff4f0; }
.tpl-own-txt { font-size: .82rem; color: var(--mid); }
.tpl-own-txt b { color: var(--accent); font-weight: 600; }
@media (max-width: 480px) { .tpl-img { height: 120px; } }

/* Feed bölüm başlıkları (mahalle / diğer mahalleler) */
.sec-label { font-size: .62rem; font-family: var(--mono); color: #bbb; text-transform: uppercase; letter-spacing: .09em; padding: 14px 24px 4px; }

/* ── Inline arama paneli ── */
.search-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 200; display: none; padding: 70px 16px 16px; }
.search-overlay.open { display: block; }
.search-panel { max-width: 560px; margin: 0 auto; background: var(--bg); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.search-bar { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--border); }
.search-bar svg { width: 18px; height: 18px; stroke-width: 2; color: var(--mid); flex-shrink: 0; }
.search-bar input { flex: 1; border: none; outline: none; font-size: 1rem; font-family: var(--font); background: transparent; color: var(--black); }
.search-close { border: none; background: none; font-size: 1.1rem; color: var(--mid); cursor: pointer; padding: 4px 8px; border-radius: 6px; }
.search-close:hover { background: var(--bgs); }
.search-results { max-height: 60vh; overflow-y: auto; padding: 6px; }
.search-hint { padding: 24px 16px; text-align: center; color: var(--light); font-size: .85rem; }
.search-sec { font-size: .62rem; font-family: var(--mono); color: #bbb; text-transform: uppercase; letter-spacing: .09em; padding: 12px 12px 4px; }
.search-item { display: block; padding: 9px 12px; border-radius: 8px; text-decoration: none; color: inherit; }
.search-item:hover { background: var(--bgs); }
.search-item-t { font-size: .9rem; font-weight: 500; color: var(--black); }
.search-item-m { font-size: .76rem; color: var(--mid); margin-top: 1px; }
.search-user { display: flex; align-items: center; gap: 10px; }
.search-av { width: 34px; height: 34px; border-radius: 50%; background: #f0f0f0; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: .8rem; flex-shrink: 0; overflow: hidden; }
.search-av img { width: 100%; height: 100%; object-fit: cover; }

/* ── Aranabilir mahalle seçici ── */
.msel { position: relative; }
.msel-input { width: 100%; cursor: text; }
.msel-list { display: none; position: absolute; top: calc(100% + 4px); left: 0; right: 0; max-height: 240px; overflow-y: auto; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.12); z-index: 60; }
.msel-list.open { display: block; }
.msel-group { font-size: .62rem; font-family: var(--mono); color: #bbb; text-transform: uppercase; letter-spacing: .08em; padding: 8px 12px 3px; position: sticky; top: 0; background: var(--bg); }
.msel-opt { padding: 8px 12px; font-size: .88rem; cursor: pointer; color: var(--black); }
.msel-opt:hover { background: var(--bgs); }

/* Modal içinde mahalle listesi: modal overflow'una takılıp kesilmesin diye akışta aç */
.modal .msel-list { position: static; max-height: 180px; margin-top: 4px; box-shadow: none; }

/* ── Ücretsiz/Ücretli seçim butonları ── */
.ucret-secim { display: flex; gap: 8px; }
.ucret-btn {
  flex: 1; padding: 10px; border: 1px solid #ddd; border-radius: 10px;
  background: #fff; cursor: pointer; font-size: .85rem; font-family: var(--font);
  color: #444; transition: all .15s;
}
.ucret-btn:hover { border-color: #bbb; }
.ucret-btn.active { background: var(--accent, #2563eb); color: #fff; border-color: var(--accent, #2563eb); }
.ucret-hint { font-size: .72rem; opacity: .7; font-weight: 400; }

/* ── Ücretli rozeti (kart + detay) ── */
.badge-ucretli {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .68rem; font-weight: 600; font-family: var(--font);
  background: #fef3c7; color: #92400e;
  padding: 2px 8px; border-radius: 20px;
}
