/*
 * Nuglr Web 2026 — ortak ürün kabuğu
 * Mevcut özellik CSS'leri korunur; bu dosya bütün sayfalara tek bir modern
 * görsel dil, navigasyon ve responsive davranış uygular.
 */
:root{
  --brand:#FFD400;
  --brand-strong:#efc600;
  --ink:#10110e;
  --soft-ink:#5d625b;
  --muted:#878d84;
  --canvas:#f3f4ef;
  --canvas-warm:#f8f5ea;
  --surface:#fff;
  --surface-2:#f8f9f5;
  --line:#e1e4dc;
  --line-strong:#d2d6cc;
  --danger:#d92d20;
  --success:#168447;
  --info:#2c67d6;
  --radius-xs:10px;
  --radius-sm:14px;
  --radius:20px;
  --radius-lg:28px;
  --radius-xl:36px;
  --shadow-sm:0 1px 2px rgba(16,17,14,.04),0 8px 24px rgba(16,17,14,.04);
  --shadow:0 18px 55px rgba(20,24,18,.09);
  --safe:env(safe-area-inset-bottom,0px);
}

*{box-sizing:border-box}
html{background:var(--canvas);scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 4% 2%,rgba(255,212,0,.12),transparent 23rem),
    radial-gradient(circle at 98% 26%,rgba(88,114,255,.055),transparent 28rem),
    var(--canvas);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;
  font-size:15px;
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.apps-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
img,video{max-width:100%}
::selection{background:var(--brand);color:var(--ink)}
:focus-visible{outline:3px solid rgba(255,212,0,.72);outline-offset:3px}

/* Üst ürün kabuğu */
.topbar{
  position:sticky;
  top:0;
  z-index:850;
  height:78px;
  background:rgba(243,244,239,.82);
  border:0;
  backdrop-filter:blur(22px) saturate(1.4);
  -webkit-backdrop-filter:blur(22px) saturate(1.4);
}
.topbar::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(16,17,14,.07)}
.topbar.topbar-hidden{transform:none!important;opacity:1!important;pointer-events:auto!important}
.topbar-inner{
  max-width:1480px;
  height:78px;
  margin:auto;
  padding:0 28px;
  display:grid;
  grid-template-columns:auto minmax(210px,360px) 1fr auto;
  align-items:center;
  gap:22px;
}
.topbar .brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.topbar .brand img{width:42px;height:42px;border-radius:13px;box-shadow:0 7px 18px rgba(151,119,0,.16)}
.topbar .brand strong{font-size:24px;letter-spacing:-1.15px;font-weight:950}
.global-search{
  height:46px;
  display:grid;
  grid-template-columns:22px 1fr auto;
  align-items:center;
  gap:8px;
  padding:0 12px 0 15px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.8);
  transition:border-color .18s,box-shadow .18s,background .18s;
}
.global-search:focus-within{background:#fff;border-color:#d5b400;box-shadow:0 0 0 4px rgba(255,212,0,.12)}
.global-search i{color:var(--soft-ink)}
.global-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-weight:700}
.global-search input::placeholder{color:#8c918a}
.global-search kbd{border:1px solid var(--line);border-bottom-width:2px;border-radius:7px;background:#fff;padding:2px 6px;color:var(--muted);font-size:11px;font-family:inherit}
.desktop-nav{height:100%;display:flex;align-items:center;justify-content:center;gap:4px}
.desktop-nav a{
  min-width:72px;
  height:52px;
  padding:0 12px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:var(--soft-ink);
  font-size:13px;
  font-weight:850;
  transition:.18s ease;
}
.desktop-nav a i{font-size:17px}
.desktop-nav a:hover{background:rgba(255,255,255,.8);color:var(--ink)}
.desktop-nav a.active{background:var(--ink);color:#fff;box-shadow:0 9px 20px rgba(16,17,14,.16)}
.top-actions{display:flex;align-items:center;gap:7px}
.top-actions .icon-btn{
  position:relative;
  width:44px;
  height:44px;
  min-width:44px;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:15px;
  background:rgba(255,255,255,.8);
  color:var(--ink);
  font-size:17px;
  cursor:pointer;
  transition:.17s ease;
}
.top-actions .icon-btn:hover{transform:translateY(-2px);background:#fff;border-color:var(--line-strong);box-shadow:var(--shadow-sm)}
.top-actions .create-top-action{background:var(--brand);border-color:var(--brand);font-size:18px}
.top-actions .apps-trigger{background:var(--ink);border-color:var(--ink);color:#fff}
.top-badge{position:absolute;right:-5px;top:-5px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border:2px solid var(--canvas);border-radius:999px;background:#ee3a34;color:#fff;font-size:10px;font-style:normal;font-weight:950}
.profile-chip{height:48px;min-width:0;display:flex;align-items:center;gap:9px;padding:4px 10px 4px 4px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.78)}
.profile-chip img{width:38px;height:38px;border-radius:13px;object-fit:cover;background:#eee}
.profile-chip span{max-width:118px;display:grid;line-height:1.12}
.profile-chip b,.profile-chip small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.profile-chip b{font-size:12px;font-weight:900}.profile-chip small{margin-top:3px;color:var(--muted);font-size:10px}

/* Uygulama çekmecesi */
.apps-overlay{position:fixed;inset:0;z-index:2000;display:grid;grid-template-columns:1fr min(620px,calc(100vw - 24px));opacity:0;transition:opacity .18s ease}
.apps-overlay[hidden]{display:none}
.apps-overlay.is-open{opacity:1}
.apps-backdrop{position:relative;z-index:1;grid-column:1/3;grid-row:1;border:0;background:rgba(12,14,11,.4);backdrop-filter:blur(9px);cursor:default}
.apps-drawer{
  position:relative;
  z-index:2;
  grid-column:2;
  grid-row:1;
  height:100%;
  overflow:auto;
  padding:32px 30px calc(38px + var(--safe));
  background:rgba(250,250,247,.98);
  border-left:1px solid rgba(255,255,255,.5);
  box-shadow:-24px 0 80px rgba(12,14,11,.2);
  transform:translateX(24px);
  transition:transform .22s cubic-bezier(.2,.8,.2,1);
}
.apps-overlay.is-open .apps-drawer{transform:none}
.apps-drawer>header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:20px}
.apps-drawer h2{margin:5px 0 5px;font-size:32px;letter-spacing:-1.4px}.apps-drawer header p{margin:0;color:var(--soft-ink)}
.apps-close{width:44px;height:44px;border:1px solid var(--line);border-radius:15px;background:#fff;cursor:pointer;font-size:18px}
.apps-search{height:52px;padding:0 16px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:17px;background:#fff;position:sticky;top:-16px;z-index:2;box-shadow:var(--shadow-sm)}
.apps-search input{flex:1;border:0;outline:0;background:transparent;font-weight:750}
.apps-groups{display:grid;gap:24px;margin-top:24px}
.apps-groups section[hidden]{display:none}
.apps-groups h3{margin:0 0 10px;color:var(--muted);font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.apps-groups section>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.app-card{min-width:0;display:grid;grid-template-columns:42px 1fr 12px;align-items:center;gap:11px;padding:11px;border:1px solid transparent;border-radius:17px;transition:.16s ease}
.app-card:hover{background:#fff;border-color:var(--line);transform:translateY(-1px);box-shadow:var(--shadow-sm)}
.app-card.active{background:#fff8cf;border-color:#f2d769}
.app-card>i{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--ink);color:var(--brand);font-size:17px}
.app-card span{min-width:0;display:grid}.app-card b,.app-card small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.app-card b{font-size:13px}.app-card small{margin-top:3px;color:var(--muted);font-size:10px}.app-card em{font-size:10px;color:#b2b7ae}
.apps-all-link{margin-top:24px;min-height:52px;padding:0 16px;border-radius:17px;background:var(--brand);display:flex;align-items:center;justify-content:center;gap:10px;font-weight:900}

/* Ortak sayfa zemini ve bileşenler */
.shell{width:100%;max-width:1440px;min-height:calc(100vh - 78px);margin:0 auto;padding:30px 28px 120px}
.route-nugmap .shell,.route-loops .shell,.route-reels .shell,.route-hikaye .shell,.route-loop .shell{max-width:none;padding:0}
.page-card,.panel,.right-card,.composer,.post-card,.stories,.auth-card{
  border:1px solid rgba(215,219,209,.92);
  background:rgba(255,255,255,.94);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);
}
.page-card{overflow:hidden}
.page-card.pad,.pad{padding:24px}
.eyebrow{display:inline-flex;color:#8b7100;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.muted{color:var(--soft-ink)}
.notice{max-width:920px;margin:0 auto 18px;padding:14px 17px;border:1px solid #f0d663;border-radius:16px;background:#fff7c9;font-weight:750}
.btn{
  min-height:44px;
  padding:0 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid transparent;
  border-radius:14px;
  font-weight:850;
  cursor:pointer;
  transition:.17s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:var(--brand);border-color:var(--brand);color:var(--ink);box-shadow:0 8px 18px rgba(184,148,0,.12)}
.btn.ghost{background:#fff;border-color:var(--line);color:var(--ink)}
.btn.danger{background:#fff0ef;border-color:#ffd7d3;color:var(--danger)}
.btn.small{min-height:37px;padding:0 12px;border-radius:11px;font-size:12px}
.status-pill{border-radius:999px}
input,textarea,select{accent-color:var(--brand)}
.form input,.form textarea,.form select,.page-card input:not([type=checkbox]):not([type=radio]),.page-card textarea,.page-card select{
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--surface-2);
  color:var(--ink);
}
.form input:focus,.form textarea:focus,.form select:focus,.page-card input:focus,.page-card textarea:focus,.page-card select:focus{border-color:#d3b100;box-shadow:0 0 0 4px rgba(255,212,0,.11);outline:0;background:#fff}

/* Akış */
.route-home .shell{max-width:1320px}
.route-home .layout{display:grid;grid-template-columns:220px minmax(0,650px) 290px;justify-content:center;align-items:start;gap:22px}
.route-home .left-panel,.route-home .right-panel{position:sticky;top:100px;display:grid;gap:14px}
.route-home .left-panel{padding:12px;background:rgba(255,255,255,.64);border-color:rgba(215,219,209,.75)}
.route-home .left-panel h3{padding:9px 12px 4px;margin:0;color:var(--muted);font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.route-home .side-menu{display:grid;gap:4px}
.route-home .side-menu a{min-height:46px;padding:0 13px;display:flex;align-items:center;gap:12px;border-radius:14px;color:var(--soft-ink);font-size:13px;font-weight:850}
.route-home .side-menu a i{width:20px;text-align:center;font-size:16px}
.route-home .side-menu a:hover{background:#fff;color:var(--ink)}
.route-home .side-menu a.active{background:var(--ink);color:#fff}
.feed{min-width:0;display:grid;gap:14px}
.stories{display:flex;gap:12px;overflow-x:auto;padding:16px;scrollbar-width:none}
.stories::-webkit-scrollbar{display:none}
.story{flex:0 0 70px;display:grid;justify-items:center;gap:7px;color:var(--soft-ink);font-size:10px;font-weight:800}
.story-avatar-wrap{position:relative;width:60px;height:60px;padding:3px;border-radius:20px;background:linear-gradient(135deg,var(--brand),#ff7a45,#8c5cff)}
.story-avatar-wrap img{width:100%;height:100%;object-fit:cover;border:3px solid #fff;border-radius:17px;background:#eee}
.add-story .story-avatar-wrap{background:#ecefe8}.add-story .story-avatar-wrap b{position:absolute;right:-3px;bottom:-3px;width:23px;height:23px;display:grid;place-items:center;border:3px solid #fff;border-radius:8px;background:var(--brand);color:var(--ink);font-size:9px}
.story-name{max-width:68px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.feed-switch{padding:5px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.78)}
.feed-switch a{min-height:43px;padding:0 8px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:13px;color:var(--soft-ink);font-size:11px;font-weight:900}
.feed-switch a.active{background:var(--ink);color:#fff;box-shadow:0 8px 20px rgba(16,17,14,.15)}
.composer{padding:13px 15px}
.composer-mini{display:flex;align-items:center;gap:11px}.composer-mini img{width:40px;height:40px;border-radius:14px;object-fit:cover}.composer-mini a{flex:1;padding:12px 14px;border-radius:14px;background:var(--surface-2);color:var(--muted);font-weight:700}
.composer-mini .composer-camera{flex:0 0 42px;width:42px;height:42px;padding:0;display:grid;place-items:center;background:var(--brand);color:var(--ink)}
.post-card{overflow:visible}
.post-head{padding:15px 16px 12px}.post-head .avatar img{width:44px;height:44px;border-radius:15px;object-fit:cover}
.media-box{overflow:hidden;background:#e9ebe5}.media-box img,.media-box video{width:100%;height:100%;object-fit:cover}
.post-content,.post-caption{padding-left:17px;padding-right:17px}
.post-actions{padding:10px 12px;gap:4px;border-top:1px solid rgba(225,228,220,.7)}
.post-actions button,.post-actions a{border-radius:12px}
.right-card{padding:18px}.right-card h3{margin:0 0 10px;font-size:14px}.right-card p{margin:0;font-size:12px;line-height:1.6}
.suggestion{padding:10px 0;display:flex;align-items:center;gap:10px;border-top:1px solid var(--line)}.suggestion img{width:40px;height:40px;border-radius:13px;object-fit:cover}.suggestion b{font-size:12px}.suggestion span{font-size:10px}
.suggestion>div{min-width:0;flex:1}.suggestion>i{color:#b2b7ae;font-size:10px}.right-product-card{overflow:hidden;background:linear-gradient(145deg,#171914,#2c3029);color:#fff;border:0}.right-product-card .eyebrow{color:var(--brand)}.right-product-card p{color:#c4c9c0}.right-product-card>a{margin-top:14px;min-height:40px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-radius:12px;background:var(--brand);color:var(--ink);font-size:11px;font-weight:900}
.location-permission-card,.empty-feed-card{padding:24px;border:1px dashed var(--line-strong);border-radius:var(--radius);background:rgba(255,255,255,.7);text-align:center}.empty-feed-card h2{letter-spacing:-.7px}

/* Profil */
.profile-page-v2{max-width:980px;margin:0 auto 50px}
.profile-mobile-head{min-height:62px;padding:0 8px;display:flex;align-items:center;justify-content:space-between}
.profile-mobile-head>strong{font-size:15px}
.profile-card-v2{padding:30px;border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(255,255,255,.92);box-shadow:var(--shadow)}
.profile-summary-v2{display:flex;align-items:center;gap:34px}
.profile-avatar-v2 img{width:138px;height:138px;border-radius:38px;object-fit:cover;border:6px solid #fff;box-shadow:0 16px 40px rgba(16,17,14,.14)}
.profile-stats-v2{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:8px;flex:1}
.profile-stats-v2>div{padding:17px;border-radius:18px;background:var(--surface-2);text-align:center}.profile-stats-v2 b{display:block;font-size:25px;letter-spacing:-.8px}.profile-stats-v2 span{color:var(--muted);font-size:11px;font-weight:750}
.profile-bio-v2{margin-top:22px;max-width:620px}.profile-bio-v2>strong{font-size:22px;letter-spacing:-.6px}.profile-bio-v2>span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.profile-bio-v2 p{line-height:1.65}.profile-website{font-weight:850}
.profile-actions-v2{display:flex;gap:9px;margin-top:18px}.profile-actions-v2>*{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:850}.profile-actions-v2 .profile-action-primary{background:var(--brand);border-color:var(--brand)}
.profile-highlights-v2{display:flex;gap:16px;margin:28px -4px 4px;padding:4px;overflow-x:auto;scrollbar-width:none}
.profile-highlight-v2{flex:0 0 80px;display:grid;justify-items:center;gap:7px}.profile-highlight-v2>span{width:72px;height:72px;padding:3px;border:2px solid var(--brand);border-radius:24px}.profile-highlight-v2 img,.profile-highlight-v2 video{width:100%;height:100%;object-fit:cover;border-radius:19px}.profile-highlight-v2 .add{display:grid;place-items:center;background:var(--surface-2);font-size:20px}.profile-highlight-v2 b{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}
.profile-tabs-v2{height:58px;margin-top:24px;padding:6px;display:grid;grid-template-columns:repeat(5,1fr);gap:5px;border-radius:18px;background:var(--surface-2)}
.profile-tabs-v2>*{display:grid;place-items:center;border:0;border-radius:13px;background:transparent;color:var(--muted);cursor:pointer}.profile-tabs-v2 .active{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}
.profile-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:8px}.profile-grid-item-v2{position:relative;aspect-ratio:1;overflow:hidden;border-radius:13px;background:#e9ebe5}.profile-grid-item-v2 img,.profile-grid-item-v2 video{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profile-grid-item-v2:hover img,.profile-grid-item-v2:hover video{transform:scale(1.035)}
.profile-empty-v2{grid-column:1/-1;min-height:250px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted)}
.profile-edit-drawer{margin-top:18px;padding:20px;border-radius:22px;background:var(--surface-2)}

/* Keşfet ve genel içerik sayfaları */
.explore-insta{max-width:1180px;margin:auto}.explore-insta .explore-head{border-radius:var(--radius-lg)}
.explore-grid{gap:6px}.explore-grid>*{border-radius:14px;overflow:hidden}
.page-head{max-width:1180px;margin-left:auto;margin-right:auto}
.settings-page,.notification-page-v2,.nugcloud-page,.nugmail-page,.nugmeet-page,.na-page,.market-page,.ads-shell{max-width:1180px;margin-left:auto;margin-right:auto}
.messages-layout{max-width:1180px;margin:0 auto;gap:18px}.chat-list,.chat-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
.settings-page .settings-nav,.settings-page .settings-content{border-radius:var(--radius-lg)}
table{border-collapse:separate;border-spacing:0;width:100%}th{color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}th,td{padding:13px;border-bottom:1px solid var(--line)}

/* Tüm ürünler sayfası */
.apps-hub{max-width:1220px;margin:0 auto 70px}
.apps-hub-hero{position:relative;overflow:hidden;min-height:290px;padding:46px;border-radius:var(--radius-xl);background:var(--ink);color:#fff;display:grid;align-content:end}
.apps-hub-hero::before{content:"";position:absolute;width:430px;height:430px;right:-90px;top:-220px;border-radius:50%;background:var(--brand);filter:blur(2px)}
.apps-hub-hero::after{content:"";position:absolute;width:210px;height:210px;right:235px;top:60px;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.apps-hub-hero>*{position:relative;z-index:1}.apps-hub-hero .eyebrow{color:var(--brand)}.apps-hub-hero h1{max-width:720px;margin:7px 0 10px;font-size:clamp(38px,6vw,72px);line-height:.98;letter-spacing:-3.4px}.apps-hub-hero p{max-width:650px;margin:0;color:#c7ccc4;font-size:16px}
.apps-hub-toolbar{margin:18px 0 26px;padding:10px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;align-items:center;gap:12px}.apps-hub-toolbar label{flex:1;display:flex;align-items:center;gap:10px;padding:0 10px}.apps-hub-toolbar input{width:100%;height:40px;border:0;outline:0;background:transparent;font-weight:750}
.apps-hub-groups{display:grid;gap:28px}.apps-hub-group h2{margin:0 0 12px;font-size:21px;letter-spacing:-.6px}.apps-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.apps-hub-card{min-height:174px;padding:19px;border:1px solid var(--line);border-radius:23px;background:#fff;display:grid;grid-template-rows:auto 1fr auto;transition:.18s ease}.apps-hub-card:hover{transform:translateY(-4px);border-color:#d4b600;box-shadow:var(--shadow)}.apps-hub-card>i{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--ink);color:var(--brand);font-size:19px}.apps-hub-card h3{margin:18px 0 3px;font-size:17px}.apps-hub-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.apps-hub-card span{margin-top:14px;display:flex;align-items:center;justify-content:space-between;color:#8a7000;font-size:11px;font-weight:900}

/* NugFace web */
.nugface-web{max-width:1240px;margin:0 auto 70px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:18px}
.nugface-stage-card{position:relative;min-height:720px;overflow:hidden;border-radius:34px;background:#0b0c0a;box-shadow:var(--shadow)}
.nugface-stage{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 20%,#293029,#080908 70%)}
.nugface-stage video,.nugface-stage canvas,.nugface-stage img[data-capture-preview]{width:100%;height:100%;object-fit:cover}
.nugface-stage video.mirrored{transform:scaleX(-1)}
.nugface-stage canvas{position:absolute;inset:0}.nugface-stage img[data-capture-preview]{position:absolute;inset:0}
.nugface-grid-lines{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 33.2%,rgba(255,255,255,.28) 33.33%,rgba(255,255,255,.28) 33.5%,transparent 33.6%,transparent 66.4%,rgba(255,255,255,.28) 66.5%,rgba(255,255,255,.28) 66.7%,transparent 66.8%),linear-gradient(transparent 33.2%,rgba(255,255,255,.28) 33.33%,rgba(255,255,255,.28) 33.5%,transparent 33.6%,transparent 66.4%,rgba(255,255,255,.28) 66.5%,rgba(255,255,255,.28) 66.7%,transparent 66.8%);opacity:0;transition:.2s}.nugface-web.show-grid .nugface-grid-lines{opacity:1}
.nugface-stage-top{position:absolute;z-index:4;left:18px;right:18px;top:18px;display:flex;justify-content:space-between;gap:10px}.nugface-stage-top>div{display:flex;gap:8px}.nugface-icon-btn{width:46px;height:46px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(12,14,11,.52);backdrop-filter:blur(14px);color:#fff;cursor:pointer}.nugface-icon-btn.active{background:var(--brand);color:var(--ink);border-color:var(--brand)}
.nugface-stage-bottom{position:absolute;z-index:4;left:18px;right:18px;bottom:20px;display:grid;justify-items:center;gap:16px}.nugface-mode-switch{display:flex;padding:5px;border-radius:999px;background:rgba(12,14,11,.58);backdrop-filter:blur(14px)}.nugface-mode-switch button{min-width:80px;height:36px;border:0;border-radius:999px;background:transparent;color:#fff;font-size:11px;font-weight:900;cursor:pointer}.nugface-mode-switch button.active{background:#fff;color:var(--ink)}
.nugface-shutter-row{width:100%;display:grid;grid-template-columns:1fr 84px 1fr;align-items:center}.nugface-shutter{grid-column:2;width:78px;height:78px;padding:6px;border:4px solid #fff;border-radius:50%;background:transparent;cursor:pointer}.nugface-shutter::after{content:"";display:block;width:100%;height:100%;border-radius:50%;background:#fff;transition:.18s}.nugface-web.recording .nugface-shutter::after{border-radius:18px;background:#ff3f36;transform:scale(.63)}.nugface-retake{justify-self:end;min-height:42px;padding:0 15px;border:0;border-radius:14px;background:rgba(255,255,255,.92);font-weight:850;cursor:pointer}
.nugface-side{display:grid;align-content:start;gap:14px}.nugface-panel{padding:22px;border:1px solid var(--line);border-radius:27px;background:#fff;box-shadow:var(--shadow-sm)}.nugface-panel h1{margin:5px 0 8px;font-size:34px;letter-spacing:-1.5px}.nugface-panel h2{margin:0 0 12px;font-size:16px}.nugface-panel p{color:var(--soft-ink);font-size:12px;line-height:1.6}.nugface-effects{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.nugface-effect{min-height:74px;padding:8px;border:1px solid var(--line);border-radius:16px;background:var(--surface-2);display:grid;place-items:center;gap:4px;cursor:pointer;font-size:10px;font-weight:850}.nugface-effect i{font-size:20px}.nugface-effect.active{border-color:var(--brand-strong);background:#fff8cf;box-shadow:inset 0 0 0 1px var(--brand)}
.nugface-share{display:grid;gap:10px}.nugface-share textarea{min-height:82px;padding:13px;resize:vertical}.nugface-share-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.nugface-share .btn{width:100%}.nugface-status{min-height:22px;margin:0!important;font-weight:800}.nugface-status.error{color:var(--danger)}.nugface-status.success{color:var(--success)}

/* Alt mobil navigasyon */
.mobile-tabs,.mobile-create-shortcut{display:none}

@media(max-width:1260px){
  .topbar-inner{grid-template-columns:auto minmax(190px,310px) 1fr auto;gap:13px;padding:0 18px}
  .desktop-nav a{min-width:48px;padding:0 10px}.desktop-nav a span{display:none}
  .profile-chip span{display:none}.profile-chip{padding-right:4px}
  .route-home .layout{grid-template-columns:200px minmax(0,650px) 270px;gap:16px}
  .apps-hub-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:1040px){
  .topbar-inner{grid-template-columns:auto 1fr auto}.global-search{max-width:390px;justify-self:center;width:100%}.desktop-nav{display:none}
  .route-home .layout{grid-template-columns:190px minmax(0,650px)}.route-home .right-panel{display:none}
  .nugface-web{grid-template-columns:1fr}.nugface-stage-card{min-height:min(74vh,760px)}.nugface-side{grid-template-columns:1fr 1fr}.nugface-side .nugface-panel:first-child{grid-column:1/-1}
}

@media(max-width:820px){
  body{background:var(--canvas)}
  .topbar{height:64px;background:rgba(255,255,255,.92)}
  .topbar-inner{height:64px;padding:0 13px;display:flex;gap:8px}.topbar .brand{margin-right:auto}.topbar .brand img{width:36px;height:36px;border-radius:11px}.topbar .brand strong{font-size:21px}
  .global-search,.top-actions .desktop-utility,.profile-chip{display:none}
  .top-actions{gap:6px}.top-actions .icon-btn{width:39px;height:39px;min-width:39px;border-radius:13px}.top-actions .create-top-action{display:grid}
  .shell{min-height:calc(100vh - 64px);padding:14px 12px calc(104px + var(--safe))}
  .route-nugmap .shell,.route-loops .shell,.route-reels .shell,.route-hikaye .shell,.route-loop .shell{padding:0}
  .route-home .shell{padding-left:0;padding-right:0}.route-home .layout{display:block}.route-home .left-panel,.route-home .right-panel{display:none}.route-home .feed{gap:10px}.route-home .feed>*:not(.feed-switch){border-left:0;border-right:0;border-radius:0}.feed-switch{margin:0 10px}.feed-switch a{font-size:10px}.feed-switch a span{display:none}
  .post-card{box-shadow:none}.stories{padding:13px 11px}.composer{margin:0}.post-head{padding-left:13px;padding-right:13px}
  .mobile-tabs{position:fixed;left:8px;right:8px;bottom:calc(8px + var(--safe));z-index:1200;height:70px;padding:6px;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;border:1px solid rgba(210,214,204,.9);border-radius:23px;background:rgba(255,255,255,.94);backdrop-filter:blur(22px);box-shadow:0 18px 55px rgba(16,17,14,.2)}
  .mobile-tabs .tab{min-width:0;height:57px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#5e645d;font-size:10px;font-weight:850}.mobile-tabs .tab span{width:26px;height:25px;display:grid;place-items:center;font-size:19px}.mobile-tabs .tab b{font-size:9px;line-height:1;white-space:nowrap}.mobile-tabs .tab.active{background:var(--ink);color:#fff}.mobile-tabs .market-tab{position:relative}.mobile-tabs .market-tab::before{content:"";position:absolute;top:-10px;width:42px;height:4px;border-radius:999px;background:var(--brand);opacity:0}.mobile-tabs .market-tab.active::before{opacity:1}.mobile-tabs .profile-tab img{width:24px;height:24px;border-radius:9px;object-fit:cover}
  .mobile-create-shortcut{display:none}
  .apps-overlay{grid-template-columns:1fr}.apps-backdrop{grid-column:1}.apps-drawer{grid-column:1;width:100%;height:min(88vh,820px);align-self:end;padding:22px 16px calc(24px + var(--safe));border-left:0;border-radius:30px 30px 0 0;transform:translateY(30px)}.apps-drawer h2{font-size:27px}.apps-drawer header p{font-size:11px}.apps-groups section>div{grid-template-columns:1fr 1fr}.app-card{grid-template-columns:38px 1fr;padding:8px}.app-card>i{width:38px;height:38px}.app-card>em{display:none}
  .profile-page-v2{margin:0 -2px}.profile-mobile-head{min-height:54px}.profile-card-v2{padding:18px 14px 22px;border-radius:25px;box-shadow:none}.profile-summary-v2{gap:16px}.profile-avatar-v2 img{width:92px;height:92px;border-radius:28px;border-width:4px}.profile-stats-v2{gap:5px}.profile-stats-v2>div{padding:11px 4px;border-radius:14px}.profile-stats-v2 b{font-size:19px}.profile-stats-v2 span{font-size:9px}.profile-bio-v2{margin-top:17px}.profile-bio-v2>strong{font-size:18px}.profile-actions-v2>*{flex:1;padding:0 10px;font-size:11px}.profile-highlights-v2{margin-top:21px}.profile-grid-v2{margin-left:-14px;margin-right:-14px;gap:2px}.profile-grid-item-v2{border-radius:4px}
  .apps-hub{margin:-2px 0 20px}.apps-hub-hero{min-height:260px;padding:28px 22px;border-radius:27px}.apps-hub-hero::before{width:280px;height:280px;right:-100px;top:-110px}.apps-hub-hero h1{font-size:43px;letter-spacing:-2px}.apps-hub-hero p{font-size:13px}.apps-hub-toolbar{position:sticky;top:72px;z-index:6;margin:12px 0 20px}.apps-hub-grid{grid-template-columns:1fr 1fr;gap:8px}.apps-hub-card{min-height:150px;padding:15px;border-radius:20px}.apps-hub-card>i{width:43px;height:43px}.apps-hub-card h3{margin-top:14px;font-size:15px}
  .nugface-web{margin:-14px -12px 0;display:block}.nugface-stage-card{min-height:calc(100vh - 64px);border-radius:0;box-shadow:none}.nugface-side{display:grid;grid-template-columns:1fr;padding:12px}.nugface-panel{padding:18px;border-radius:23px}.nugface-panel h1{font-size:28px}
}

@media(max-width:480px){
  .top-actions .icon-btn:nth-of-type(2){display:none}
  .apps-groups section>div{grid-template-columns:1fr}.apps-drawer{height:92vh}.apps-drawer>header p{display:none}
  .apps-hub-grid{grid-template-columns:1fr}.apps-hub-card{min-height:130px}
  .profile-summary-v2{align-items:flex-start}.profile-avatar-v2 img{width:78px;height:78px;border-radius:24px}.profile-stats-v2>div{background:transparent;padding:8px 1px}.profile-stats-v2 b{font-size:17px}
}

.profile-highlight-v2>span>i{width:100%;height:100%;display:grid;place-items:center;border-radius:19px;background:var(--surface-2)}
.profile-active-story>span{border-style:dashed}

/* Kalıcı öne çıkanlar */
.route-one-cikan .topbar,.route-one-cikan .mobile-tabs,.route-one-cikan .mobile-create-shortcut{display:none!important}
.route-one-cikan .shell{max-width:none;padding:0;min-height:100vh}
.highlight-viewer{min-height:100vh;padding:20px;display:grid;place-items:center;background:radial-gradient(circle at 50% 12%,#32372f,#090a08 68%)}
.highlight-frame{position:relative;width:min(520px,100%);height:min(900px,calc(100vh - 40px));overflow:hidden;border-radius:34px;background:#111;box-shadow:0 30px 100px rgba(0,0,0,.45);color:#fff}
.highlight-frame>header{position:absolute;z-index:5;left:18px;right:18px;top:24px;display:flex;justify-content:space-between;align-items:center}
.highlight-frame>header>a:first-child{display:flex;align-items:center;gap:10px}.highlight-frame>header img{width:42px;height:42px;border:2px solid #fff;border-radius:14px;object-fit:cover}.highlight-frame>header span{display:grid;text-shadow:0 1px 5px #000}.highlight-frame>header b{font-size:12px}.highlight-frame>header small{color:#ddd;font-size:10px}.highlight-close{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:rgba(0,0,0,.35);backdrop-filter:blur(12px)}
.highlight-progress{position:absolute;z-index:6;left:12px;right:12px;top:10px;display:flex;gap:4px}.highlight-progress i{height:3px;flex:1;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.28)}.highlight-progress i b{display:block;width:0;height:100%;background:#fff}.highlight-progress i.done b{width:100%}.highlight-progress i.active b{animation:highlightProgress 6.5s linear forwards}@keyframes highlightProgress{to{width:100%}}
.highlight-media,.highlight-media img,.highlight-media video{width:100%;height:100%}.highlight-media img,.highlight-media video{object-fit:cover}.highlight-zone{position:absolute;z-index:3;top:84px;bottom:110px;width:38%;border:0;background:transparent}.highlight-zone.prev{left:0}.highlight-zone.next{right:0}.highlight-frame>footer{position:absolute;z-index:4;left:18px;right:18px;bottom:22px;padding:15px;border-radius:18px;background:linear-gradient(135deg,rgba(0,0,0,.58),rgba(0,0,0,.25));backdrop-filter:blur(14px)}.highlight-frame>footer p{margin:0 0 7px;font-weight:750}.highlight-frame>footer span{color:#ddd;font-size:10px}.highlight-not-found{max-width:620px;margin:80px auto;text-align:center}
.highlight-manager{max-width:1180px;margin:0 auto 70px}.highlight-manager-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.highlight-manager-head h1{margin:3px 0;font-size:46px;letter-spacing:-2px}.highlight-manager-head p{margin:0;color:var(--soft-ink)}.highlight-manager-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);gap:18px;align-items:start}.highlight-create-form{position:sticky;top:98px;padding:24px;display:grid;gap:16px}.highlight-create-form h2{margin:0;font-size:25px}.highlight-title-field{display:grid;gap:7px;font-size:11px;font-weight:900}.highlight-title-field input{min-height:50px;padding:0 14px}.highlight-story-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.highlight-story-picker label{position:relative;aspect-ratio:3/4;cursor:pointer}.highlight-story-picker input{position:absolute;opacity:0}.highlight-story-picker label>span{position:absolute;inset:0;overflow:hidden;border:3px solid transparent;border-radius:15px;background:#e9ebe5}.highlight-story-picker img,.highlight-story-picker video{width:100%;height:100%;object-fit:cover}.highlight-story-picker label>span>b{position:absolute;right:6px;top:6px;width:23px;height:23px;display:none;place-items:center;border-radius:8px;background:var(--brand);font-size:10px}.highlight-story-picker input:checked+span{border-color:var(--brand)}.highlight-story-picker input:checked+span>b{display:grid}.highlight-picker-empty{grid-column:1/-1;padding:28px;text-align:center;border:1px dashed var(--line-strong);border-radius:18px}.highlight-form-status{margin:0;color:var(--danger);font-size:11px;font-weight:800}.highlight-manager-list{display:grid;gap:12px}.highlight-manager-card{padding:12px;display:grid;grid-template-columns:145px 1fr;gap:15px}.highlight-manager-cover{position:relative;min-height:190px;overflow:hidden;border-radius:19px;background:var(--ink);display:grid;place-items:center;color:var(--brand)}.highlight-manager-cover img{width:100%;height:100%;object-fit:cover}.highlight-manager-cover>i{font-size:32px}.highlight-manager-cover em{position:absolute;left:8px;bottom:8px;padding:5px 8px;border-radius:999px;background:rgba(0,0,0,.6);color:#fff;font-size:9px;font-style:normal;font-weight:900}.highlight-manager-card>div{min-width:0;padding:8px 4px;display:grid;align-content:start;gap:9px}.highlight-manager-card h3{margin:0;font-size:20px}.highlight-manager-card>div>span{color:var(--muted);font-size:10px}.highlight-inline-form{display:grid;grid-template-columns:1fr auto;gap:6px}.highlight-inline-form input{min-width:0;min-height:39px;padding:0 9px;font-size:11px}.highlight-inline-form input[type=file]{grid-column:1/-1}.highlight-manager-empty{padding:50px;text-align:center}.highlight-manager-empty>i{font-size:30px;color:#ad9000}

@media(max-width:820px){
  .highlight-viewer{padding:0}.highlight-frame{width:100%;height:100vh;border-radius:0}
  .highlight-manager{margin:0}.highlight-manager-head{align-items:flex-start}.highlight-manager-head h1{font-size:34px}.highlight-manager-head p{font-size:11px}.highlight-manager-layout{grid-template-columns:1fr}.highlight-create-form{position:relative;top:auto;padding:18px}.highlight-manager-card{grid-template-columns:110px 1fr}.highlight-manager-cover{min-height:165px}.highlight-story-picker{grid-template-columns:repeat(4,1fr)}
}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* NugBusiness otel rezervasyonu */
.nb-action-featured{background:var(--brand)!important;border-color:var(--brand)!important;color:var(--ink)!important}
.hotel-room-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.hotel-room-card{position:relative;padding:21px;display:grid;grid-template-columns:58px 1fr auto;align-items:start;gap:15px}
.hotel-room-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:var(--ink);color:var(--brand);font-size:21px}.hotel-room-card h3{margin:3px 0 6px;font-size:20px;letter-spacing:-.5px}.hotel-room-card p{margin:0;color:var(--soft-ink);font-size:12px;line-height:1.55}.hotel-room-features{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.hotel-room-features span{padding:6px 8px;border-radius:9px;background:var(--surface-2);color:var(--soft-ink);font-size:9px;font-weight:850}.hotel-room-card>strong{align-self:center;text-align:right;font-size:21px}.hotel-room-card>strong small{display:block;color:var(--muted);font-size:9px}.hotel-room-card>form{position:absolute;right:15px;bottom:15px}.hotel-reservation-form{padding:26px}.hotel-reservation-list{display:grid}.hotel-reservation-list>article{padding:16px 0;display:grid;grid-template-columns:54px minmax(0,1fr) auto minmax(180px,.45fr);align-items:center;gap:14px;border-top:1px solid var(--line)}.hotel-reservation-date{width:54px;height:58px;display:grid;place-items:center;align-content:center;border-radius:16px;background:var(--ink);color:#fff}.hotel-reservation-date b{font-size:20px;line-height:1}.hotel-reservation-date span{margin-top:3px;color:var(--brand);font-size:8px;font-weight:950}.hotel-reservation-list h3{margin:0;font-size:14px}.hotel-reservation-list p{margin:4px 0;color:var(--soft-ink);font-size:10px}.hotel-reservation-list article>div:nth-child(2)>strong{font-size:13px}.hotel-reservation-list article>div:nth-child(2)>a{margin-left:8px;color:#8a7000;font-size:10px;font-weight:850}.hotel-reservation-list article>em{padding:7px 9px;border-radius:999px;background:#fff4bd;font-size:9px;font-style:normal;font-weight:900}.hotel-reservation-list article>em.approved,.hotel-reservation-list article>em.completed{background:#dcf7e7;color:#13723d}.hotel-reservation-list article>em.rejected,.hotel-reservation-list article>em.cancelled{background:#ffe5e1;color:#a3251b}.hotel-reservation-list form{display:grid;grid-template-columns:1fr auto;gap:6px}.hotel-reservation-list select{min-width:0;padding:8px;border:1px solid var(--line);border-radius:11px}

@media(max-width:820px){.hotel-room-grid{grid-template-columns:1fr}.hotel-room-card{grid-template-columns:48px 1fr}.hotel-room-icon{width:48px;height:48px;border-radius:15px}.hotel-room-card>strong{grid-column:2;text-align:left}.hotel-room-card>form{position:relative;right:auto;bottom:auto;grid-column:1/-1}.hotel-reservation-list>article{grid-template-columns:48px 1fr auto}.hotel-reservation-list form{grid-column:1/-1}.hotel-reservation-form{padding:18px}}
