/* echoechamber — styled after the original Instagram WEB interface (2012–2014):
   a blue top bar with the script wordmark, a centred feed column on a light-grey page,
   white post cards. Real photos only (no AI, no corpus). */
:root{
  --page:#ededed; --card:#fff; --ink:#333; --inkSoft:#666; --statLabel:#999;
  --hair:#dcdcdc; --line:#efefef; --link:#4e8294; --navTop:#aec8d2; --navBot:#83a8b6;
  --like:#c0392b; --shadow:0 1px 2px rgba(0,0,0,.06);
  --ui:"Helvetica Neue",Helvetica,Arial,sans-serif;
  --script:"Snell Roundhand","Apple Chancery","Segoe Script",cursive;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{background:var(--page);color:var(--ink);font-family:var(--ui);font-size:14px;-webkit-font-smoothing:antialiased}

/* ---- top web nav ---- */
.webnav{position:fixed;top:0;left:0;right:0;height:54px;z-index:40;display:flex;align-items:center;
  background:linear-gradient(var(--navTop),var(--navBot));border-bottom:1px solid rgba(0,0,0,.35);
  box-shadow:0 1px 3px rgba(0,0,0,.2);padding:0 14px;color:#fff}
.webnav .wn-left,.webnav .wn-right{flex:1;display:flex;align-items:center;gap:4px}
.webnav .wn-right{justify-content:flex-end;gap:10px}
.webnav .wn-center{flex:0 0 auto}
.webnav .wm{font-family:var(--script);font-size:30px;line-height:1;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35);cursor:pointer;padding:0 18px}
.webnav button{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:#fff;width:36px;height:34px;
  border-radius:6px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.webnav button:hover{background:rgba(255,255,255,.22)}
.webnav button.on{background:rgba(255,255,255,.32);border-color:rgba(255,255,255,.5)}
.webnav button.me{width:auto;padding:0 10px 0 6px;gap:7px;font-weight:600;font-size:13px}
.webnav .av{width:24px;height:24px;border-radius:4px;display:inline-block;border:1px solid rgba(255,255,255,.4)}

main{padding-top:74px;padding-bottom:60px;min-height:100vh}
.col{max-width:600px;margin:0 auto;padding:0 14px}
.col.wide{max-width:935px}

/* ---- post card (web) ---- */
.post{background:var(--card);border:1px solid var(--hair);border-radius:3px;margin-bottom:20px;box-shadow:var(--shadow)}
.post .head{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--line)}
.post .head .avatar{width:32px;height:32px}
.post .head .who{display:flex;flex-direction:column;line-height:1.25}
.post .head .h{font-weight:700;color:var(--link);font-size:14px;cursor:pointer}
.post .head .t{font-size:11px;color:var(--statLabel)}
.avatar{border-radius:4px;overflow:hidden;flex:none;border:1px solid rgba(0,0,0,.12);position:relative;background:#ccc}
.avatar img{width:100%;height:100%;object-fit:cover;display:block}
.square{width:100%;aspect-ratio:1/1;background:#dadada;position:relative;overflow:hidden}
.square img{width:100%;height:100%;object-fit:cover;display:block}
.square .gloss{position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.10),transparent 50%);pointer-events:none}
.actions{display:flex;align-items:center;gap:16px;padding:10px 14px 4px;font-size:22px;color:var(--inkSoft)}
.actions span{cursor:pointer}
.actions .heart.on{color:var(--like)}
.post .head .more{margin-left:auto;background:none;border:0;color:var(--statLabel);font-size:18px;font-weight:700;cursor:pointer;letter-spacing:1px}
.likes{font-weight:700;font-size:13px;display:flex;align-items:center;gap:5px;margin-bottom:5px}
.likes .dot{color:var(--like)}
.viewc{font-size:12.5px;color:var(--statLabel);cursor:pointer;margin-top:5px}
.crow{padding:11px 14px;border-bottom:1px solid var(--line);font-size:14px;line-height:1.45}
.crow .h{color:var(--link);font-weight:700;cursor:pointer}
.crow .avatar{flex:none}
.cbar{position:sticky;bottom:0;display:flex;gap:8px;padding:10px;background:var(--card);border-top:1px solid var(--hair)}
.cbar input{flex:1;height:38px;border:1px solid var(--hair);border-radius:8px;padding:0 12px;font:15px var(--ui)}
.cbar button{background:none;border:0;color:var(--link);font-weight:700;cursor:pointer;font-size:14px}
.webnav .wmimg{height:30px;cursor:pointer;display:block;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}
.webnav .av img{width:100%;height:100%;object-fit:cover;border-radius:4px;display:block}
.meta{padding:2px 14px 14px}
.caption{font-size:14px;line-height:1.5}
.caption .h{font-weight:700;color:var(--link);cursor:pointer}
.tag{color:var(--link);cursor:pointer}
.time{margin-top:7px;font-size:11px;letter-spacing:.4px;color:var(--statLabel);text-transform:uppercase}

/* ---- grid (explore / profile) ---- */
.grid{display:grid;grid-template-columns:repeat(var(--gc,3),1fr);gap:4px}
.col.wide .grid{--gc:5}
.grid .cell{aspect-ratio:1/1;overflow:hidden;background:#dadada;cursor:pointer;position:relative;border-radius:2px}
.grid .cell img{width:100%;height:100%;object-fit:cover;display:block}

/* ---- profile header ---- */
.phead{display:flex;gap:18px;padding:18px;background:var(--card);border:1px solid var(--hair);border-radius:3px;margin-bottom:16px}
.phead .avatar{width:90px;height:90px;border-radius:6px}
.phead .stats{flex:1;display:flex;flex-direction:column;justify-content:center;gap:12px}
.phead .row{display:flex;max-width:320px}
.stat{flex:1;text-align:center}
.stat .n{font-weight:700;font-size:22px}
.stat .l{font-size:12px;color:var(--statLabel)}
.btn{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 16px;border-radius:5px;border:1px solid var(--hair);
  font-weight:700;font-size:13px;cursor:pointer;background:var(--card);color:var(--ink);align-self:flex-start}
.btn.on{background:linear-gradient(var(--navTop),var(--navBot));color:#fff;border-color:transparent}
.bio{font-size:15px;color:var(--inkSoft);margin-bottom:14px;padding:0 2px}

/* ---- search ---- */
.searchbar{margin-bottom:12px}
.searchbar input{width:100%;height:40px;border-radius:6px;border:1px solid var(--hair);padding:0 14px;font-size:15px;background:#fff;font-family:var(--ui)}
.srow{display:flex;align-items:center;gap:12px;height:58px;padding:0 14px;background:var(--card);border:1px solid var(--hair);border-top:0;cursor:pointer}
.srow:first-child{border-top:1px solid var(--hair);border-radius:3px 3px 0 0}
.srow:hover{background:#fafafa}
.srow .avatar{width:40px;height:40px;border-radius:5px}
.srow .h{font-weight:700;font-size:14px;color:var(--link)}.srow .s{font-size:12px;color:var(--statLabel)}
.sectionlabel{font-size:11px;font-weight:700;letter-spacing:1px;color:var(--statLabel);padding:16px 2px 8px}

/* ---- composer ---- */
.composer{max-width:520px;margin:0 auto;background:var(--card);border:1px solid var(--hair);border-radius:3px;padding:18px;display:flex;flex-direction:column;gap:14px}
.composer .drop{aspect-ratio:1/1;border:2px dashed var(--hair);border-radius:8px;display:flex;align-items:center;justify-content:center;
  background:#fafafa;cursor:pointer;overflow:hidden;text-align:center;color:var(--statLabel);font-size:15px}
.composer .drop img{width:100%;height:100%;object-fit:cover}
.composer textarea{border:1px solid var(--hair);border-radius:6px;padding:11px;font:15px var(--ui);resize:none}
.composer .primary{height:44px;border:0;border-radius:6px;background:linear-gradient(var(--navTop),var(--navBot));color:#fff;font-weight:700;font-size:15px;cursor:pointer}
.composer .primary:disabled{opacity:.5;cursor:default}

/* ---- landing (logged-out): the character + wordmark + login ---- */
.landing{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap;
  background:#ffffff;padding:40px 28px}
.getapp{display:flex;align-items:center;gap:13px;margin-top:8px}
.getapp .appicon{width:58px;height:58px;border-radius:14px;box-shadow:0 8px 20px rgba(180,120,140,.32);position:relative}
.getapp .appicon::after{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(150deg,rgba(255,255,255,.55),transparent 45%);pointer-events:none}
.appstore{position:relative;display:inline-flex;align-items:center;gap:9px;padding:10px 18px;border-radius:14px;
  text-decoration:none;color:#2b3035;overflow:hidden;
  background:linear-gradient(135deg,rgba(255,255,255,.6),rgba(232,240,245,.34));
  -webkit-backdrop-filter:blur(14px) saturate(1.3); backdrop-filter:blur(14px) saturate(1.3);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 10px 26px rgba(120,140,160,.28), inset 0 1px 1px rgba(255,255,255,.95), inset 0 -9px 16px rgba(150,172,188,.16)}
.appstore::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 46%);pointer-events:none}
.appstore svg{width:22px;height:22px;fill:#2b3035;position:relative}
.appstore span{position:relative}
.appstore .l1{font-size:10px;line-height:1;opacity:.7;display:block}
.appstore .l2{font-size:17px;line-height:1.1;font-weight:700;letter-spacing:.2px}
.landing .char{height:min(74vh,580px);width:auto;filter:drop-shadow(0 22px 44px rgba(170,110,135,.35));animation:floaty 5s ease-in-out infinite}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.landing .panel{display:flex;flex-direction:column;align-items:center;gap:16px;width:340px;max-width:90vw}
.landing .wm{width:300px;max-width:82vw;filter:drop-shadow(0 6px 14px rgba(180,110,135,.3))}
.landing video.wm{width:480px;max-width:94vw;filter:none;margin:-28px 0 -24px;display:block}
.landing .tag{text-align:center;color:#a76c80;font-size:15.5px;line-height:1.5;font-weight:600;margin-bottom:2px}
@media(max-width:720px){ .landing .char{height:230px} }

/* ---- auth card ---- */
.auth{min-height:100vh;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(160deg,#5c7aa3,#33527a)}
.authcard{width:340px;background:#fff;border-radius:6px;box-shadow:0 12px 40px rgba(0,0,0,.3);overflow:hidden}
.authcard .top{height:90px;background:linear-gradient(var(--navTop),var(--navBot));display:flex;align-items:center;justify-content:center}
.authcard .top .wm{font-family:var(--script);font-size:38px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}
.authcard form{padding:22px;display:flex;flex-direction:column;gap:11px}
.authcard input{height:42px;border:1px solid var(--hair);border-radius:6px;padding:0 12px;font:15px var(--ui)}
.authcard .primary{height:44px;border:0;border-radius:6px;background:linear-gradient(var(--navTop),var(--navBot));color:#fff;font-weight:700;font-size:15px;cursor:pointer}
.authcard .google{height:44px;border:1px solid var(--hair);border-radius:6px;background:#fff;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}
.authcard .rule{display:flex;align-items:center;gap:12px;color:var(--statLabel);font-size:12px;font-weight:700;margin:2px 0}
.authcard .rule::before,.authcard .rule::after{content:"";flex:1;height:1px;background:var(--hair)}
.authcard .err{color:var(--like);font-size:13px;text-align:center;min-height:16px}
.authcard .toggle{text-align:center;font-size:13px;color:var(--inkSoft);padding-bottom:4px}
.authcard .toggle b{color:var(--link);cursor:pointer}

.empty{text-align:center;padding:60px 30px;color:var(--statLabel);background:var(--card);border:1px solid var(--hair);border-radius:3px}
.empty .big{font-size:18px;font-weight:700;color:var(--ink);margin:6px 0}
.spinner{width:28px;height:28px;border:3px solid var(--hair);border-top-color:var(--link);border-radius:50%;animation:spin .8s linear infinite;margin:50px auto}
@keyframes spin{to{transform:rotate(360deg)}}
.loadwrap{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#888}

/* ---- landing value props + footer ---- */
.landing .props{display:flex;flex-wrap:wrap;gap:8px 14px;justify-content:center;max-width:340px;margin-top:4px}
.landing .props span{font-size:12.5px;color:#8a6677;font-weight:600;white-space:nowrap}
.lfoot{display:flex;flex-wrap:wrap;gap:6px 18px;justify-content:center;margin-top:14px}
.lfoot a{font-size:12.5px;color:var(--statLabel);font-weight:600;cursor:pointer;text-decoration:none}
.lfoot a:hover{color:var(--link)}
/* ---- public info / manifest / legal pages ---- */
.info{min-height:100vh;background:#fff;display:flex;justify-content:center;padding:48px 20px}
.info-card{width:100%;max-width:620px}
.info-card .wm{width:200px;display:block;margin:0 auto 30px;filter:drop-shadow(0 6px 14px rgba(180,110,135,.3))}
.info-card h1{font-size:30px;line-height:1.2;color:var(--ink);margin:0 0 14px;letter-spacing:-.5px}
.info-card h2{font-size:17px;color:var(--ink);margin:26px 0 6px}
.info-card p{font-size:15px;line-height:1.65;color:var(--inkSoft);margin:0 0 8px}
.info-card p.lead{font-size:17px;line-height:1.6;color:#7a5566}
.info-card p.muted{font-size:13px;color:var(--statLabel);font-style:italic}
.info-card b{color:var(--ink)}
.info-card a{color:var(--link);font-weight:600;cursor:pointer;text-decoration:none}
.info-card .lfoot{margin-top:34px;padding-top:20px;border-top:1px solid var(--line)}

/* ---- landing sub-tagline ---- */
.landing .subtag{text-align:center;color:var(--statLabel);font-size:13px;line-height:1.5;margin:-8px 0 2px;max-width:300px}

/* ---- landing v2: figure + leitsätze, collapsible login, elegant bottom bar ---- */
.landing{padding-bottom:84px}
.figgroup{display:flex;align-items:center;gap:30px}
.leitsaetze{list-style:none;display:flex;flex-direction:column;gap:18px;max-width:210px;margin:0;padding:0}
.leitsaetze li{font-size:15px;font-weight:600;color:#7a5566;line-height:1.35}
.cta{height:46px;padding:0 38px;border:0;border-radius:9px;background:linear-gradient(var(--navTop),var(--navBot));color:#fff;
  font-weight:700;font-size:15.5px;cursor:pointer;align-self:center;margin-top:6px;
  box-shadow:0 8px 22px rgba(131,168,182,.45);transition:transform .15s,box-shadow .15s}
.cta:hover{transform:translateY(-1px);box-shadow:0 11px 28px rgba(131,168,182,.55)}
.panel .authcard{animation:expandIn .28s ease}
@keyframes expandIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.botbar{position:fixed;bottom:0;left:0;right:0;height:48px;display:flex;align-items:center;justify-content:center;gap:40px;
  background:rgba(255,255,255,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-top:1px solid var(--line);z-index:30}
.botbar a{font-size:12px;font-weight:600;letter-spacing:1.3px;text-transform:uppercase;color:var(--statLabel);
  text-decoration:none;cursor:pointer;transition:color .15s}
.botbar a:hover{color:var(--link)}
.landing .char{height:min(66vh,520px)}
@media(max-width:760px){
  .figgroup{flex-direction:column;gap:14px}
  .leitsaetze{flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:320px;gap:8px 16px}
  .leitsaetze li{font-size:12.5px}
}

/* ---- landing v3: figure left · echoechamber centre · leitsätze right ---- */
.landing{display:grid;grid-template-columns:1fr auto 1fr;column-gap:40px;align-items:center}
.landing>.char{justify-self:start}
.landing>.panel{justify-self:center}
.landing>.leitsaetze{justify-self:end;text-align:left}
@media(max-width:760px){
  .landing{display:grid;grid-template-columns:1fr;row-gap:20px}
  .landing>.char,.landing>.panel,.landing>.leitsaetze{justify-self:center}
}

/* ---- landing v4: editorial / vertical ---- */
.landing.editorial{display:block;min-height:100vh;padding:58px 24px 110px;max-width:none}
.editorial .hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:13px;max-width:580px;margin:0 auto}
.editorial .wm{width:300px;max-width:78vw;filter:drop-shadow(0 6px 14px rgba(180,110,135,.3))}
.editorial .htag{font-size:32px;line-height:1.18;color:var(--ink);font-weight:800;letter-spacing:-.6px;margin-top:2px}
.editorial .subtag{max-width:430px;font-size:15.5px;color:var(--statLabel);line-height:1.5;margin:0}
.editorial .cta{margin-top:10px}
.editorial .authcard{margin-top:8px}
.editorial .char{height:min(46vh,360px);width:auto;margin-top:26px;
  filter:drop-shadow(0 22px 44px rgba(170,110,135,.35));animation:floaty 5s ease-in-out infinite}
.grundsaetze{max-width:780px;margin:60px auto 0}
.seclabel{text-align:center;font-size:11.5px;font-weight:700;letter-spacing:2.4px;color:var(--statLabel);margin-bottom:20px}
.cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.card{background:#fff;border:1px solid var(--hair);border-radius:18px;padding:24px 24px 22px;
  box-shadow:0 6px 22px rgba(150,120,135,.08);transition:transform .16s ease,box-shadow .16s ease}
.card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(150,120,135,.16)}
.card .ci{font-size:27px;line-height:1;margin-bottom:12px}
.card h3{font-size:17px;color:var(--ink);font-weight:700;margin-bottom:6px}
.card p{font-size:13.5px;line-height:1.55;color:var(--inkSoft)}
.editorial .getapp{justify-content:center;margin:40px auto 0}
@media(max-width:680px){
  .cards{grid-template-columns:1fr}
  .editorial .htag{font-size:26px}
  .editorial .char{height:min(40vh,300px)}
}

/* ---- landing v5: bigger figure, badge under figure, CTA further down ---- */
.editorial .char{height:min(74vh,640px);margin-top:24px}
.editorial .hero .getapp{margin:24px auto 0}
.startcta{display:flex;flex-direction:column;align-items:center;margin:64px auto 0}
.startcta .cta{font-size:16.5px;height:50px;padding:0 46px}
@media(max-width:680px){ .editorial .char{height:min(60vh,440px)} }

/* ---- account: data & danger actions ---- */
.acctbtns{display:flex;flex-direction:column;gap:10px;padding:14px 18px 6px;max-width:340px}
.acctbtns .btn{justify-content:center;height:42px}
.btn.danger{color:var(--like);border-color:rgba(192,57,43,.35)}
.btn.danger:hover{background:rgba(192,57,43,.06)}
.acctnote{padding:4px 18px 24px;font-size:11.5px;color:var(--statLabel);max-width:360px;line-height:1.5}

/* ---- landing v6: new mascot hero (taller, with soft glow) ---- */
.editorial .htag{font-size:36px;line-height:1.12}
.herofig{position:relative;display:flex;justify-content:center;margin-top:22px}
.herofig::before{content:"";position:absolute;left:50%;top:54%;transform:translate(-50%,-50%);
  width:min(78vw,640px);height:min(78vw,640px);border-radius:50%;z-index:0;
  background:radial-gradient(circle, rgba(244,168,198,.30), rgba(244,168,198,.10) 45%, transparent 70%);
  filter:blur(8px)}
.herofig .char{position:relative;z-index:1;height:min(82vh,720px);width:auto;margin-top:0;
  filter:drop-shadow(0 26px 48px rgba(170,110,135,.30));animation:floaty 6s ease-in-out infinite}
@media(max-width:680px){
  .editorial .htag{font-size:27px}
  .herofig .char{height:min(64vh,460px)}
  .herofig::before{width:88vw;height:88vw}
}

/* ---- landing v7: single screen, character fully visible, minimal ---- */
.landing.onescreen{display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:100vh;gap:8px;padding:16px 20px 64px;text-align:center;max-width:none}
.onescreen .wm{width:220px;max-width:60vw;filter:drop-shadow(0 6px 14px rgba(180,110,135,.3))}
.onescreen .herofig{margin:0;min-height:0}
.onescreen .herofig::before{width:min(60vw,440px);height:min(60vw,440px)}
.onescreen .herofig .char{height:min(50vh,440px);width:auto;margin:0;
  filter:drop-shadow(0 20px 38px rgba(170,110,135,.30));animation:floaty 6s ease-in-out infinite}
.onescreen .getapp{margin:6px auto 0}
.onescreen .microtag{font-size:13px;font-weight:600;color:var(--statLabel);margin:0}
.onescreen .cta{margin-top:4px}
@media(max-width:680px){ .onescreen .herofig .char{height:min(46vh,400px)} }

/* ---- landing v8: BIG character left · text column right ---- */
.landing.onescreen{flex-direction:row;justify-content:center;align-items:center;gap:46px;padding:24px 32px 64px}
.onescreen .herofig{flex:0 0 auto;margin:0}
.onescreen .herofig::before{width:min(46vw,560px);height:min(46vw,560px);top:52%}
.onescreen .herofig .char{height:min(88vh,820px);margin:0}
.onescreen .side{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:15px;max-width:380px}
.onescreen .side .wm{width:300px;max-width:80vw}
.onescreen .side .getapp{margin:0}
.onescreen .side .microtag{font-size:14px;margin:0;color:var(--statLabel)}
.onescreen .side .cta{align-self:flex-start;margin-top:2px}
@media(max-width:820px){
  .landing.onescreen{flex-direction:column;gap:14px;text-align:center}
  .onescreen .side{align-items:center;text-align:center}
  .onescreen .side .cta{align-self:center}
  .onescreen .herofig .char{height:min(52vh,430px)}
}

/* ---- web as a faithful adaptation of the iOS app chrome ---- */
.appnav{position:fixed;top:0;left:0;right:0;height:50px;display:flex;align-items:center;justify-content:center;z-index:50;
  background:linear-gradient(var(--navTop),var(--navBot));border-bottom:1px solid rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.2)}
.appnav .wmimg{height:30px;cursor:pointer;display:block;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}
main{padding-top:62px;padding-bottom:calc(72px + env(safe-area-inset-bottom))}
.apptabbar{position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;
  height:calc(54px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);
  background:linear-gradient(#4A4E53,#35383D);border-top:1px solid #2B2C31;box-shadow:0 -1px 5px rgba(0,0,0,.2)}
.apptabbar button{flex:1;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(#4A4E53,#35383D);color:#d4d8db;transition:background .12s}
.apptabbar button + button{border-left:1px solid #272A2C}
.apptabbar button.on{background:linear-gradient(#86AEBE,#6B96A8)}
.apptabbar button svg{width:25px;height:25px;fill:currentColor;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}
.apptabbar button.on svg{fill:#F2A8C6}

/* ---- forgot-password link in the auth card ---- */
.authcard .linklike{background:none;border:0;color:var(--statLabel);font-size:13px;cursor:pointer;text-align:center;padding:2px 0;font-family:var(--ui)}
.authcard .linklike:hover{color:var(--link)}

/* ---- round profile pictures (parity with the iOS app) ---- */
.avatar{border-radius:50%!important}

/* ---- default profile placeholder (head & shoulders, like classic Instagram) ---- */
.avatar .avph{position:absolute;left:50%;top:56%;transform:translate(-50%,-50%);width:80%;height:80%;fill:rgba(255,255,255,.92)}
