/*
Theme Name: Fanachis Clean
Theme URI: https://fanachis.eu/
Author: OpenAI
Description: Minimal dark red starter theme for Fanachis Networks.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fanachis-clean
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{line-height:1}
ol,ul{list-style:none}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
img{max-width:100%;height:auto;display:block}

:root{
  --fn-bg:#050003;
  --fn-bg-soft:#120007;
  --fn-panel:#170007;
  --fn-panel-2:#25000d;
  --fn-panel-3:#300010;
  --fn-accent:#ff294d;
  --fn-accent-soft:#ff6e8c;
  --fn-text:#fff4f6;
  --fn-muted:#dfadb8;
  --fn-line:rgba(255,41,77,.15);
  --fn-line-strong:rgba(255,41,77,.28);
  --fn-glow:0 16px 60px rgba(0,0,0,.45);
}

body{
  min-height:100vh;
  font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  color:var(--fn-text);
  background:linear-gradient(180deg, rgba(28,0,9,.96) 0%, rgba(10,0,5,.98) 220px, rgba(5,0,3,1) 100%);
  position:relative;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg, rgba(8,0,4,.84) 0%, rgba(4,0,3,.92) 28%, rgba(4,0,3,.97) 100%),
    radial-gradient(circle at 50% 16%, rgba(255,30,70,.11), transparent 28%),
    url("assets/images/zombie-bg.webp") center top / cover no-repeat;
  filter:saturate(.78) brightness(.30);
  opacity:.16;
  transform:scale(1.03);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,41,77,.08), transparent 24rem),
    radial-gradient(circle at 18% 14%, rgba(116,0,28,.18), transparent 32rem),
    linear-gradient(180deg, rgba(8,0,4,.2) 0%, rgba(4,0,3,.82) 100%);
  pointer-events:none;
}

::selection{
  background:rgba(255,41,77,.35);
  color:#fff;
}

.screen-reader-text{
  border:0;
  clip:rect(1px,1px,1px,1px);
  clip-path:inset(50%);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute!important;
  width:1px;
  word-wrap:normal!important;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
}

.skip-link:focus{
  left:1rem;
  top:1rem;
  width:auto;
  height:auto;
  clip:auto;
  clip-path:none;
  background:#fff;
  color:#000;
  padding:.75rem 1rem;
  border-radius:12px;
  z-index:999;
}

#wrapper{min-height:100vh}

#header{
  position:sticky;
  top:0;
  z-index:50;
  width:100%;
  backdrop-filter:blur(12px);
  background:linear-gradient(180deg, rgba(55,0,18,.92) 0%, rgba(20,0,8,.88) 100%);
  border-bottom:1px solid var(--fn-line);
  box-shadow:var(--fn-glow);
}

.fanachis-header-inner{
  max-width:1480px;
  margin:0 auto;
  padding:1rem 1.6rem;
}

.fanachis-header-main{
  display:grid;
  grid-template-columns:minmax(260px, 400px) minmax(240px, 1fr) auto;
  align-items:center;
  gap:1rem 1.8rem;
}

.fanachis-branding{
  display:flex;
  align-items:center;
  min-width:0;
}

.fanachis-branding .custom-logo-link,
.fanachis-branding .fanachis-logo-fallback{
  display:inline-flex;
  align-items:center;
}

.fanachis-branding .custom-logo{
  width:auto;
  max-width:min(100%, 420px);
  max-height:124px;
}

.fanachis-logo-fallback{
  color:var(--fn-text);
  font-size:2rem;
  font-weight:800;
  letter-spacing:-.03em;
}

.fanachis-header-copy{
  min-width:0;
}

.fanachis-header-tagline{
  margin:0;
  color:#ffd0d8;
  font-weight:800;
  font-size:clamp(1.45rem, 1.7vw, 2rem);
  line-height:1.1;
  letter-spacing:-.03em;
  text-wrap:balance;
}

.fanachis-header-utility{
  min-width:370px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:.75rem;
}

.fanachis-header-utility-top{
  width:100%;
  display:flex;
  justify-content:flex-end;
}

.fanachis-header-account-wrap{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.75rem;
}

.fanachis-header-account{
  display:flex;
  align-items:center;
  gap:.75rem;
  max-width:100%;
  min-width:0;
}

.fanachis-header-account-avatar{
  width:42px;
  height:42px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid var(--fn-line-strong);
  flex:0 0 auto;
}

.fanachis-header-account-copy{
  display:flex;
  flex-direction:column;
  gap:.1rem;
  min-width:0;
  text-align:right;
}

.fanachis-header-account-copy strong{
  font-size:.98rem;
  font-weight:800;
  color:var(--fn-text);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.fanachis-header-account-copy span{
  color:var(--fn-muted);
  font-size:.8rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.fanachis-header-signin,
.fanachis-nav-pill{
  text-decoration:none;
}

.fanachis-header-signin{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.65rem;
  min-height:46px;
  padding:0 1.2rem;
  border-radius:999px;
  border:1px solid var(--fn-line-strong);
  background:linear-gradient(180deg, rgba(86,0,27,.94) 0%, rgba(49,0,16,.96) 100%);
  color:var(--fn-text);
  font-weight:800;
  white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.fanachis-header-signin:hover,
.fanachis-header-signin:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.42);
  background:linear-gradient(180deg, rgba(102,0,32,.96) 0%, rgba(58,0,19,.98) 100%);
}

.fanachis-header-signin--ghost{
  background:rgba(28,0,10,.8);
}

.fanachis-signin-icon,
.fanachis-discord-icon{
  width:1rem;
  height:1rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.fanachis-signin-icon svg,
.fanachis-discord-icon svg{
  width:100%;
  height:100%;
  display:block;
}

.fanachis-header-nav{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:.65rem;
}

.fanachis-nav-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-height:42px;
  padding:0 .95rem;
  border-radius:999px;
  border:1px solid rgba(255,41,77,.18);
  background:rgba(31,0,11,.88);
  color:var(--fn-text);
  font-weight:800;
  white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.fanachis-nav-pill:hover,
.fanachis-nav-pill:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.4);
  background:rgba(54,0,20,.94);
}

.fanachis-nav-pill--discord{
  padding-inline:1.05rem;
}

.fanachis-home-shell{
  max-width:1480px;
  margin:2.25rem auto 0;
  min-height:calc(100vh - 124px);
  padding:2rem 1.6rem 4rem;
}

.fanachis-home-grid{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0, 520px) minmax(0, 1fr);
  gap:1.3rem;
  align-items:stretch;
  justify-content:flex-start;
}

.fanachis-home-stack{
  width:100%;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.fanachis-home-stack > .fanachis-community-notice,
.fanachis-home-stack > .fanachis-chat-card{
  width:100%;
}

.fanachis-home-grid > .fanachis-forum-card{
  min-width:0;
  height:100%;
  align-self:stretch;
}

.fanachis-home-grid > .fanachis-forum-card .fanachis-forum-feed{
  max-height:none;
}

.fanachis-forum-card{
  width:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,41,77,.14);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(36,0,13,.88) 0%, rgba(15,0,7,.8) 100%);
  box-shadow:0 28px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
  backdrop-filter:blur(10px);
}

.fanachis-forum-topbar{
  padding:1.05rem 1.15rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border-bottom:1px solid rgba(255,41,77,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.035) 0%, rgba(255,255,255,0) 100%);
}

.fanachis-forum-meta-pill{
  padding:.65rem .9rem;
  border-radius:999px;
  border:1px solid rgba(255,41,77,.15);
  background:rgba(255,255,255,.03);
  color:#ffd6de;
  font-size:.82rem;
  font-weight:700;
  white-space:nowrap;
}

.fanachis-forum-feed{
  flex:1 1 auto;
  padding:1rem 1.05rem;
  display:flex;
  flex-direction:column;
  gap:.8rem;
  min-height:300px;
  max-height:300px;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,41,77,.55) rgba(255,255,255,.04);
}

.fanachis-forum-feed::-webkit-scrollbar{
  width:10px;
}

.fanachis-forum-feed::-webkit-scrollbar-track{
  background:rgba(255,255,255,.04);
  border-radius:999px;
}

.fanachis-forum-feed::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,41,77,.75) 0%, rgba(125,0,33,.85) 100%);
  border:2px solid rgba(11,0,6,.72);
}

.fanachis-forum-empty{
  margin:auto;
  color:var(--fn-muted);
  text-align:center;
  font-size:1rem;
}

.fanachis-forum-topic{
  padding:.9rem .92rem;
  border:1px solid rgba(255,255,255,.045);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.015) 100%);
}

.fanachis-forum-topic-head{
  display:flex;
  align-items:flex-start;
  gap:.75rem;
}

.fanachis-forum-topic-avatar{
  width:40px;
  height:40px;
  border-radius:50%;
  flex:0 0 40px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.08);
  background:#1c0a10;
}

.fanachis-forum-topic-meta{
  min-width:0;
  flex:1 1 auto;
}

.fanachis-forum-topic-title{
  font-size:1rem;
  line-height:1.35;
  font-weight:800;
  color:#fff5f7;
}

.fanachis-forum-topic-submeta{
  margin-top:.35rem;
  display:flex;
  flex-wrap:wrap;
  gap:.42rem;
  align-items:center;
}

.fanachis-forum-topic-author{
  font-size:.82rem;
  font-weight:800;
  color:#fff;
}

.fanachis-forum-topic-source{
  display:inline-flex;
  align-items:center;
  padding:.22rem .5rem;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);
  color:#f4cad3;
  font-size:.7rem;
  font-weight:700;
}

.fanachis-forum-topic-time{
  color:var(--fn-muted);
  font-size:.76rem;
}

.fanachis-forum-topic-body{
  margin-top:.7rem;
  color:#fff0f3;
  line-height:1.62;
  font-size:.92rem;
}

.fanachis-forum-pagination{
  padding:0 1.05rem .85rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
}

.fanachis-forum-page-btn,
.fanachis-forum-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:.6rem .95rem;
  border-radius:14px;
  border:1px solid rgba(255,41,77,.18);
  background:linear-gradient(180deg, rgba(255,52,85,.14) 0%, rgba(255,255,255,.03) 100%);
  color:#fff;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease;
}

.fanachis-forum-page-btn:hover,
.fanachis-forum-page-btn:focus-visible,
.fanachis-forum-submit:hover,
.fanachis-forum-submit:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.34);
  background:linear-gradient(180deg, rgba(255,52,85,.2) 0%, rgba(255,255,255,.045) 100%);
}

.fanachis-forum-page-btn:disabled,
.fanachis-forum-submit:disabled{
  cursor:not-allowed;
  opacity:.55;
  transform:none;
}

.fanachis-forum-page-label{
  color:#ffe0e7;
  font-size:.82rem;
  font-weight:800;
}

.fanachis-forum-composer-wrap{
  padding:.95rem 1rem 1rem;
  border-top:1px solid rgba(255,41,77,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%);
}

.fanachis-forum-userbar{
  margin-bottom:.7rem;
}

.fanachis-forum-composer{
  display:flex;
  flex-direction:column;
  gap:.6rem;
}

.fanachis-forum-composer input,
.fanachis-forum-composer textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  background:rgba(255,255,255,.028);
  color:#fff;
  padding:.76rem .82rem;
  resize:vertical;
}

.fanachis-forum-composer textarea{
  min-height:96px;
  max-height:180px;
}

.fanachis-forum-composer input::placeholder,
.fanachis-forum-composer textarea::placeholder{
  color:rgba(255,244,246,.42);
}

.fanachis-forum-composer input:focus,
.fanachis-forum-composer textarea:focus{
  outline:none;
  border-color:rgba(255,41,77,.32);
  box-shadow:0 0 0 1px rgba(255,41,77,.15);
}

.fanachis-forum-composer-actions{
  display:flex;
  justify-content:flex-end;
}

.fanachis-forum-login{
  margin-top:auto;
}

.fanachis-forum-card--guest .fanachis-forum-feed{
  min-height:300px;
  max-height:300px;
}

.fanachis-chat-card{
  width:100%;
}

.fanachis-community-notice,
.fanachis-games-card{
  border:1px solid rgba(255,41,77,.14);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(36,0,13,.88) 0%, rgba(15,0,7,.8) 100%);
  box-shadow:0 24px 70px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(10px);
}

.fanachis-community-notice{
  padding:1rem 1.2rem;
}

.fanachis-community-notice p{
  color:#ffe3e8;
  line-height:1.72;
  font-size:.98rem;
  font-weight:700;
  max-width:100%;
}

.fanachis-community-notice p + p{
  margin-top:.2rem;
}

.fanachis-store-notice{
  width:min(100%, 1040px);
  margin-left:auto;
  margin-right:auto;
}

.fanachis-games-card{
  padding:.95rem;
}

.fanachis-games-card--primary{
  margin:0;
}

.fanachis-games-layout{
  width:min(100%, 1088px);
  margin-left:auto;
  margin-right:auto;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 0;
  column-gap:0;
  row-gap:1rem;
  align-items:stretch;
}

.fanachis-games-layout.is-features-open{
  grid-template-columns:minmax(0, 1fr) minmax(320px, 360px);
  column-gap:.95rem;
}

.fanachis-games-card-head{
  margin-bottom:.9rem;
}

.fanachis-games-intro{
  padding:1rem 1.15rem;
  border:1px solid rgba(255,41,77,.14);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(36,0,13,.88) 0%, rgba(15,0,7,.8) 100%);
  box-shadow:0 24px 70px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(10px);
}

.fanachis-games-intro p{
  color:#ffe3e8;
  line-height:1.68;
  font-size:.96rem;
  font-weight:700;
}

.fanachis-games-intro p + p{
  margin-top:.2rem;
}

.fanachis-games-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:.9rem;
  flex-wrap:wrap;
}

.fanachis-games-card .fanachis-chat-title{
  font-size:clamp(1.75rem, 2.4vw, 2.2rem);
}

.fanachis-games-status-note{
  color:#ff5a73;
  font-size:.78rem;
  font-weight:800;
  line-height:1.35;
  text-transform:none;
}

.fanachis-games-head-controls{
  display:flex;
  flex:0 1 260px;
  flex-direction:column;
  align-items:flex-end;
  gap:.4rem;
  margin-left:auto;
  min-width:0;
  max-width:100%;
}

.fanachis-games-features-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-end;
  min-height:36px;
  padding:.46rem .88rem;
  border-radius:999px;
  border:1px solid rgba(255,41,77,.24);
  background:rgba(255,255,255,.035);
  color:#ff8ea0;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.02em;
  line-height:1.1;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.fanachis-games-features-toggle:hover,
.fanachis-games-features-toggle:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.4);
  background:rgba(255,41,77,.08);
}

.fanachis-games-features-card{
  grid-column:2;
  align-self:stretch;
  display:flex;
  width:100%;
  min-height:100%;
  margin:0;
  border:1px solid rgba(255,41,77,.14);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(36,0,13,.88) 0%, rgba(15,0,7,.8) 100%);
  box-shadow:0 24px 70px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(10px);
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transform:translateX(14px);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}


.fanachis-games-features-card[hidden]{
  display:none;
}
.fanachis-games-layout.is-features-open .fanachis-games-features-card,
.fanachis-games-features-card.is-closing{
  visibility:visible;
  transition-delay:0s;
}

.fanachis-games-features-card.is-open{
  opacity:1;
  visibility:visible;
  transform:translateX(0);
  pointer-events:auto;
}

.fanachis-games-features-panel-inner{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  justify-content:space-evenly;
  gap:.5rem;
  min-height:100%;
  padding:.96rem .94rem 1rem;
  border-radius:24px;
  text-align:left;
}

.fanachis-games-features-panel-inner p{
  color:#ffe7ec;
  font-size:.66rem;
  line-height:1.3;
  font-weight:700;
  overflow-wrap:anywhere;
  text-wrap:balance;
}

.fanachis-games-features-panel-inner p + p{
  margin-top:0;
}

.fanachis-games-toggle{
  width:100%;
  display:flex;
  align-items:center;
  gap:.85rem;
  text-align:left;
  padding:.9rem;
  border:1px solid rgba(255,255,255,.06);
  border-radius:22px;
  background:rgba(255,255,255,.03);
  color:var(--fn-text);
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.fanachis-games-toggle:hover,
.fanachis-games-toggle:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.26);
  background:rgba(255,41,77,.08);
}

.fanachis-games-banner{
  width:min(100%, 300px);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  flex:0 0 auto;
  overflow:hidden;
}

.fanachis-games-toggle-copy{
  display:flex;
  flex:1 1 240px;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  gap:.38rem;
}

.fanachis-games-toggle-copy strong{
  font-size:1.02rem;
  font-weight:800;
  color:#fff;
}

.fanachis-games-toggle-copy span{
  color:var(--fn-muted);
  line-height:1.55;
  overflow-wrap:anywhere;
}

.fanachis-games-panel{
  max-height:0;
  opacity:0;
  overflow:hidden;
  transform:translateY(-8px);
  transition:max-height .3s ease, opacity .24s ease, transform .24s ease, margin-top .24s ease;
}

.fanachis-games-panel.is-open{
  max-height:380px;
  opacity:1;
  transform:translateY(0);
  margin-top:.9rem;
}

.fanachis-games-panel-inner{
  display:flex;
  flex-direction:column;
  gap:.9rem;
  padding:1rem 1.1rem;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.025);
}

.fanachis-games-server-text{
  color:#ffe8ed;
  font-size:.95rem;
  line-height:1.62;
  font-weight:700;
  overflow-wrap:anywhere;
}

.fanachis-games-actions{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr);
  align-items:center;
  gap:.8rem;
}

.fanachis-games-join{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 1.25rem;
  border-radius:999px;
  border:1px solid rgba(73, 190, 102, .42);
  background:linear-gradient(180deg, rgba(49, 170, 77, .96) 0%, rgba(26, 121, 48, .96) 100%);
  color:#f5fff6;
  font-weight:800;
  box-shadow:0 12px 26px rgba(19, 85, 33, .28);
  transition:transform .18s ease, box-shadow .18s ease;
}

.fanachis-games-join:hover,
.fanachis-games-join:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(19, 85, 33, .34);
}

.fanachis-games-join-note{
  color:#ff5a73;
  font-size:.72rem;
  line-height:1.42;
  font-weight:800;
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
}

.fanachis-chat-card{
  width:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,41,77,.14);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(36,0,13,.88) 0%, rgba(15,0,7,.8) 100%);
  box-shadow:0 28px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
  backdrop-filter:blur(10px);
}

.fanachis-chat-topbar{
  padding:1.25rem 1.4rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border-bottom:1px solid rgba(255,41,77,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.035) 0%, rgba(255,255,255,0) 100%);
}

.fanachis-chat-eyebrow{
  color:var(--fn-accent-soft);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:.45rem;
}

.fanachis-chat-title{
  font-size:clamp(1.35rem, 2vw, 1.8rem);
  font-weight:800;
  letter-spacing:-.03em;
}

.fanachis-chat-retention{
  padding:.7rem 1rem;
  border-radius:999px;
  border:1px solid rgba(255,41,77,.15);
  background:rgba(255,255,255,.03);
  color:#ffd6de;
  font-size:.9rem;
  font-weight:700;
  white-space:nowrap;
}

.fanachis-chat-feed{
  flex:1 1 auto;
  padding:1.1rem 1.2rem;
  display:flex;
  flex-direction:column;
  gap:.85rem;
  overflow-y:auto;
  overflow-x:hidden;
  min-height:220px;
  scrollbar-gutter:stable;
}

.fanachis-chat-empty{
  margin:auto;
  color:var(--fn-muted);
  text-align:center;
  font-size:1rem;
}

.fanachis-chat-feed{
  scrollbar-width:thin;
  scrollbar-color:rgba(255,41,77,.55) rgba(255,255,255,.04);
}

.fanachis-chat-feed::-webkit-scrollbar{
  width:10px;
}

.fanachis-chat-feed::-webkit-scrollbar-track{
  background:rgba(255,255,255,.04);
  border-radius:999px;
}

.fanachis-chat-feed::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,41,77,.75) 0%, rgba(125,0,33,.85) 100%);
  border:2px solid rgba(11,0,6,.72);
}

.fanachis-chat-feed::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg, rgba(255,97,130,.82) 0%, rgba(151,0,40,.9) 100%);
}

.fanachis-chat-message{
  display:flex;
  align-items:flex-start;
  gap:.95rem;
  padding:1rem 1rem 1.05rem;
  border:1px solid rgba(255,255,255,.045);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.015) 100%);
}

.fanachis-chat-actions{
  display:flex;
  align-items:flex-start;
  margin-left:auto;
}

.fanachis-chat-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:.45rem .72rem;
  border-radius:12px;
  border:1px solid rgba(255,41,77,.18);
  background:rgba(255,255,255,.03);
  color:#fff;
  font-size:.76rem;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.fanachis-chat-action:hover,
.fanachis-chat-action:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.34);
  background:linear-gradient(180deg, rgba(255,52,85,.16) 0%, rgba(255,255,255,.04) 100%);
}

.fanachis-chat-avatar{
  width:46px;
  height:46px;
  border-radius:50%;
  flex:0 0 46px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.08);
  background:#1c0a10;
}

.fanachis-chat-bubble{
  min-width:0;
  flex:1 1 auto;
}

.fanachis-chat-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.55rem;
  margin-bottom:.42rem;
}

.fanachis-chat-name{
  font-weight:800;
  color:#fff;
}

.fanachis-chat-source{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.28rem .62rem;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);
  color:#f4cad3;
  font-size:.78rem;
  font-weight:700;
}

.fanachis-chat-time{
  color:var(--fn-muted);
  font-size:.82rem;
}

.fanachis-chat-text{
  color:#fff0f3;
  line-height:1.68;
  font-size:1rem;
  white-space:pre-wrap;
  word-break:break-word;
}

.fanachis-chat-composer-wrap{
  border-top:1px solid rgba(255,41,77,.12);
  padding:1rem 1.2rem 1.2rem;
  background:linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.01) 100%);
}

.fanachis-chat-userbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:.9rem;
}

.fanachis-chat-user{
  display:flex;
  align-items:center;
  gap:.8rem;
  min-width:0;
}

.fanachis-chat-user-avatar{
  width:42px;
  height:42px;
  border-radius:50%;
  object-fit:cover;
}

.fanachis-chat-user strong{
  display:block;
  font-size:.98rem;
  font-weight:800;
  margin-bottom:.18rem;
}

.fanachis-chat-user span{
  display:block;
  color:var(--fn-muted);
  font-size:.88rem;
  white-space:normal;
  line-height:1.35;
}

.fanachis-chat-auth-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:.78rem 1rem;
  border-radius:999px;
  border:1px solid rgba(255,41,77,.18);
  background:rgba(255,255,255,.035);
  color:#fff;
  font-weight:700;
  cursor:pointer;
  transition:.18s ease;
}

.fanachis-chat-auth-link:hover,
.fanachis-chat-auth-link:focus{
  transform:translateY(-1px);
  background:linear-gradient(180deg, rgba(255,52,85,.12) 0%, rgba(255,255,255,.04) 100%);
}

.fanachis-chat-emoji-row{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-bottom:.9rem;
}

.fanachis-chat-emoji-row button{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  color:#fff;
  cursor:pointer;
  transition:.18s ease;
}

.fanachis-chat-emoji-row button:hover,
.fanachis-chat-emoji-row button:focus{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.2);
  background:rgba(255,41,77,.09);
}

.fanachis-chat-composer{
  display:flex;
  gap:.8rem;
  align-items:flex-end;
}

.fanachis-chat-composer textarea{
  width:100%;
  min-height:88px;
  max-height:180px;
  resize:vertical;
  padding:1rem 1.1rem;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(5,0,3,.52);
  color:#fff;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.fanachis-chat-composer textarea:focus{
  border-color:rgba(255,41,77,.24);
  box-shadow:0 0 0 4px rgba(255,41,77,.08);
}

.fanachis-chat-composer textarea::placeholder{
  color:#a97b85;
}

.fanachis-chat-send{
  min-width:132px;
  min-height:56px;
  padding:1rem 1.2rem;
  border:1px solid rgba(255,41,77,.18);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,57,91,.92) 0%, rgba(205,25,63,.92) 100%);
  color:#fff;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
  box-shadow:0 10px 24px rgba(160,0,36,.3);
}

.fanachis-chat-send:hover,
.fanachis-chat-send:focus{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(160,0,36,.36);
}

.fanachis-chat-send:disabled{
  opacity:.65;
  cursor:wait;
  transform:none;
}

.fanachis-chat-login{
  margin:1.2rem;
  padding:1.25rem;
  border-top:1px solid rgba(255,41,77,.12);
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:1rem;
  background:linear-gradient(180deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.01) 100%);
}

.fanachis-chat-guest-note{
  display:flex;
  flex-direction:column;
  gap:.35rem;
  color:#ffdbe2;
}

.fanachis-chat-guest-note strong{
  font-size:1rem;
  font-weight:800;
  letter-spacing:-.02em;
}

.fanachis-chat-guest-note span{
  color:var(--fn-muted);
  line-height:1.6;
}

.fanachis-chat-card--guest .fanachis-chat-guest-note span,
.fanachis-forum-card--guest .fanachis-chat-guest-note span{
  color:#ffdbe2;
}

.fanachis-home-stack{
  width:100%;
  margin-left:0;
  margin-right:auto;
}

.fanachis-home-stack .fanachis-chat-card{
  border-radius:22px;
}
.fanachis-home-stack .fanachis-community-notice{
  max-width:100%;
}

.fanachis-home-stack .fanachis-chat-topbar{
  padding:.82rem .88rem .78rem;
}

.fanachis-home-stack .fanachis-chat-title{
  font-size:clamp(1.05rem, 1.7vw, 1.35rem);
}

.fanachis-home-stack .fanachis-chat-retention{
  padding:.55rem .8rem;
  font-size:.78rem;
}

.fanachis-home-stack .fanachis-chat-feed{
  min-height:78px;
  padding:.68rem .72rem;
  gap:.56rem;
}

.fanachis-home-stack .fanachis-chat-card--guest .fanachis-chat-feed{
  min-height:220px;
  max-height:220px;
}

.fanachis-home-stack .fanachis-chat-card--guest .fanachis-chat-login{
  margin-top:0;
}

.fanachis-home-stack .fanachis-chat-card--guest .fanachis-chat-guest-note--minimal{
  min-height:88px;
  display:flex;
  align-items:center;
}

.fanachis-home-stack .fanachis-chat-message{
  gap:.58rem;
  padding:.56rem .62rem .6rem;
  border-radius:16px;
}

.fanachis-home-stack .fanachis-chat-avatar{
  width:32px;
  height:32px;
  flex:0 0 32px;
}

.fanachis-home-stack .fanachis-chat-name{
  font-size:.88rem;
}

.fanachis-home-stack .fanachis-chat-source{
  font-size:.66rem;
  padding:.18rem .42rem;
}

.fanachis-home-stack .fanachis-chat-time{
  font-size:.7rem;
}

.fanachis-home-stack .fanachis-chat-text{
  font-size:.84rem;
  line-height:1.42;
}

.fanachis-home-stack .fanachis-chat-composer-wrap{
  padding:.72rem .78rem .78rem;
}

.fanachis-home-stack .fanachis-chat-userbar{
  margin-bottom:.56rem;
}

.fanachis-home-stack .fanachis-chat-user-avatar{
  width:32px;
  height:32px;
}

.fanachis-home-stack .fanachis-chat-user strong{
  font-size:.86rem;
}

.fanachis-home-stack .fanachis-chat-user span{
  font-size:.72rem;
}

.fanachis-home-stack .fanachis-chat-auth-link{
  min-height:36px;
  padding:.52rem .78rem;
  font-size:.82rem;
}

.fanachis-home-stack .fanachis-chat-emoji-row{
  gap:.36rem;
  margin-bottom:.58rem;
}

.fanachis-home-stack .fanachis-chat-emoji-row button{
  width:30px;
  height:30px;
  border-radius:10px;
}

.fanachis-home-stack .fanachis-chat-composer{
  gap:.52rem;
}

.fanachis-home-stack .fanachis-chat-composer textarea{
  min-height:52px;
  max-height:108px;
  padding:.68rem .76rem;
  border-radius:16px;
}

.fanachis-home-stack .fanachis-chat-send{
  min-width:88px;
  min-height:40px;
  padding:.66rem .86rem;
  border-radius:14px;
}

.fanachis-home-stack .fanachis-chat-action{
  min-height:30px;
  padding:.35rem .58rem;
  border-radius:10px;
  font-size:.7rem;
}

.fanachis-home-stack .fanachis-chat-login{
  margin:.95rem;
  padding:1rem;
}

.fanachis-home-stack .fanachis-chat-guest-note--minimal{
  min-height:0;
}

.fanachis-page-shell{
  min-height:calc(100vh - 124px);
  padding:2rem 0 4rem;
}

.fanachis-page-content{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.fanachis-page-content > .fanachis-games-intro,
.fanachis-page-content > .fanachis-games-layout{
  width:min(100%, 1040px);
  margin-left:auto;
  margin-right:auto;
}

.fanachis-page-content:empty{display:none}

.fanachis-page-content > * + *{margin-top:1rem}

.fanachis-page-content h1,
.fanachis-page-content h2,
.fanachis-page-content h3,
.fanachis-page-content h4,
.fanachis-page-content h5,
.fanachis-page-content h6{
  line-height:1.15;
  font-weight:800;
  letter-spacing:-.03em;
}

.fanachis-page-content h1{font-size:clamp(2rem,4vw,3.4rem)}
.fanachis-page-content h2{font-size:clamp(1.6rem,3vw,2.4rem)}
.fanachis-page-content h3{font-size:1.45rem}

.fanachis-page-content p,
.fanachis-page-content li,
.fanachis-page-content blockquote{
  color:#f2c7d1;
  line-height:1.75;
  font-size:1rem;
}

.fanachis-page-content a{color:var(--fn-accent-soft)}
.fanachis-page-content a:hover,
.fanachis-page-content a:focus{color:#fff}

.fanachis-page-content ul,
.fanachis-page-content ol{padding-left:1.25rem}

.fanachis-page-content ul{list-style:disc}
.fanachis-page-content ol{list-style:decimal}

.fanachis-page-content .wp-block-button__link,
.fanachis-page-content button,
.fanachis-page-content input[type="submit"]{
  border:1px solid var(--fn-line);
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,52,85,.16) 0%, rgba(255,255,255,.04) 100%);
  color:#fff;
  padding:.9rem 1.3rem;
}


@media (max-width: 980px){
  .fanachis-games-layout{
    grid-template-columns:1fr;
  }

  .fanachis-games-features-card{
    width:100%;
    max-width:none;
  }

  .fanachis-games-toggle{
    flex-direction:column;
    align-items:flex-start;
  }

  .fanachis-games-banner{
    width:100%;
  }

  .fanachis-games-title-row{
    align-items:flex-start;
  }

  .fanachis-games-head-controls{
    width:100%;
    flex-basis:100%;
    align-items:flex-start;
  }

  .fanachis-games-features-toggle{
    align-self:flex-start;
  }

  .fanachis-games-features-panel{
    width:100%;
  }

  .fanachis-games-actions{
    grid-template-columns:1fr;
    align-items:flex-start;
  }
}

@media (max-width: 700px){
  .fanachis-home-shell{
    padding:1.2rem 0 3rem;
  }

  .fanachis-community-notice,
  .fanachis-games-intro,
  .fanachis-games-card{
    border-radius:20px;
  }

  .fanachis-games-card,
  .fanachis-games-intro,
  .fanachis-community-notice{
    padding:1rem;
  }

  .fanachis-games-toggle{
    padding:.85rem;
    border-radius:18px;
  }

  .fanachis-games-panel-inner{
    padding:.9rem;
    border-radius:18px;
  }
}

#footer{display:none}

@media (max-width: 1180px){
  .fanachis-header-inner{
    padding:1rem 1.1rem;
  }

  .fanachis-header-main{
    grid-template-columns:minmax(240px, 360px) 1fr;
    grid-template-areas:
      "brand utility"
      "tagline utility";
    gap:1rem 1.25rem;
  }

  .fanachis-branding{
    grid-area:brand;
  }

  .fanachis-header-copy{
    grid-area:tagline;
  }

  .fanachis-header-utility{
    grid-area:utility;
    min-width:0;
  }

  .fanachis-header-nav{
    justify-content:flex-start;
  }
}

@media (max-width: 860px){
  .fanachis-branding .custom-logo{
    max-height:108px;
  }

  .fanachis-header-inner{
    padding:.95rem 1rem;
  }

  .fanachis-header-main{
    grid-template-columns:1fr;
    grid-template-areas:
      "brand"
      "tagline"
      "utility";
    gap:.85rem;
  }

  .fanachis-header-copy,
  .fanachis-branding{
    justify-content:flex-start;
  }

  .fanachis-header-tagline{
    font-size:clamp(1.3rem, 6vw, 1.65rem);
  }

  .fanachis-header-utility,
  .fanachis-header-utility-top,
  .fanachis-header-account-wrap,
  .fanachis-header-nav{
    align-items:flex-start;
    justify-content:flex-start;
  }

  .fanachis-header-account-wrap{
    flex-direction:column;
  }

  .fanachis-header-account-copy{
    text-align:left;
  }

  #container{
    padding:0 1rem;
  }

  .fanachis-home-shell{
    padding:0 1rem 2rem;
    margin-top:1.35rem;
  }

  .fanachis-home-grid{
    grid-template-columns:1fr;
  }

  .fanachis-home-stack{
    width:100%;
  }

  .fanachis-forum-card,
  .fanachis-chat-card{
    border-radius:22px;
  }

  .fanachis-forum-topbar{
    flex-direction:column;
    align-items:flex-start;
  }

  .fanachis-forum-feed{
    min-height:320px;
    max-height:320px;
  }

  .fanachis-chat-topbar{
    flex-direction:column;
    align-items:flex-start;
  }

  .fanachis-chat-feed{
    min-height:180px;
    padding:1rem;
  }

  .fanachis-chat-userbar,
  .fanachis-chat-composer{
    flex-direction:column;
    align-items:stretch;
  }

  .fanachis-chat-message{
    flex-wrap:wrap;
  }

  .fanachis-chat-actions{
    width:100%;
    justify-content:flex-end;
    margin-left:0;
  }

  .fanachis-chat-send{
    width:100%;
  }

  .fanachis-chat-retention{
    white-space:normal;
  }
}


.fanachis-home-stack .fanachis-chat-card--guest .fanachis-chat-feed{
  min-height:clamp(320px, 38vh, 392px);
  max-height:clamp(320px, 38vh, 392px);
  justify-content:center;
}

.fanachis-chat-login--guest,
.fanachis-forum-login--guest{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fanachis-chat-login--guest{
  min-height:126px;
}

.fanachis-forum-login--guest{
  min-height:248px;
}

.fanachis-chat-login--guest .fanachis-chat-auth-link,
.fanachis-forum-login--guest .fanachis-chat-auth-link{
  min-width:220px;
}

.fanachis-chat-card--guest .fanachis-chat-empty,
.fanachis-forum-card--guest .fanachis-forum-empty{
  color:#ffe3e8;
  font-weight:700;
}

.fanachis-chat-login--minimal{
  padding-top:0;
}

.fanachis-chat-guest-note--minimal{
  min-height:72px;
}


.fanachis-forum-folders{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  padding:.95rem 1.05rem 0;
}

.fanachis-forum-folder{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:.58rem .9rem;
  border-radius:999px;
  border:1px solid rgba(255,41,77,.16);
  background:rgba(255,255,255,.025);
  color:#ffd6de;
  font-size:.82rem;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.fanachis-forum-folder:hover,
.fanachis-forum-folder:focus-visible,
.fanachis-forum-folder.is-active{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.34);
  background:linear-gradient(180deg, rgba(255,52,85,.2) 0%, rgba(255,255,255,.045) 100%);
}

.fanachis-forum-category-picker{
  display:flex;
  margin-bottom:.1rem;
}

.fanachis-forum-category-picker select{
  width:100%;
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  background:rgba(255,255,255,.028);
  color:#fff;
  padding:.76rem .82rem;
  outline:none;
}

.fanachis-forum-category-picker select:focus{
  border-color:rgba(255,41,77,.32);
  box-shadow:0 0 0 1px rgba(255,41,77,.15);
}

.fanachis-forum-topic-meta-wrap{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:.8rem;
}

.fanachis-forum-topic-title-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.5rem;
}

.fanachis-forum-topic-category{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.24rem .52rem;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);
  color:#ffd6de;
  font-size:.68rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.fanachis-forum-topic-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
  justify-content:flex-end;
  flex:0 0 auto;
}

.fanachis-forum-topic-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:.45rem .72rem;
  border-radius:12px;
  border:1px solid rgba(255,41,77,.18);
  background:rgba(255,255,255,.03);
  color:#fff;
  font-size:.76rem;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.fanachis-forum-topic-action:hover,
.fanachis-forum-topic-action:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,41,77,.34);
  background:linear-gradient(180deg, rgba(255,52,85,.16) 0%, rgba(255,255,255,.04) 100%);
}

.fanachis-forum-topic-action.is-ban{
  border-color:rgba(255,41,77,.28);
  color:#ffb6c4;
}

.fanachis-forum-card--guest .fanachis-forum-feed{
  min-height:clamp(320px, 38vh, 392px);
}

.fanachis-forum-login--guest{
  min-height:184px;
}

.fanachis-banned-shell{
  display:flex;
  align-items:center;
  justify-content:center;
}

.fanachis-banned-card{
  max-width:920px;
  min-height:420px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1.2rem;
  text-align:center;
  border:1px solid rgba(255,41,77,.16);
  border-radius:32px;
  background:linear-gradient(180deg, rgba(36,0,13,.9) 0%, rgba(15,0,7,.82) 100%);
  box-shadow:0 28px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.04);
}

.fanachis-banned-title{
  font-size:clamp(2.6rem, 4vw, 4.4rem);
  line-height:1;
  font-weight:900;
  color:var(--fn-accent);
  letter-spacing:-.05em;
  text-transform:uppercase;
}

.fanachis-banned-copy{
  max-width:680px;
  color:#ffd6de;
  font-size:1.08rem;
  line-height:1.7;
}

@media (max-width: 980px){
  .fanachis-forum-topic-meta-wrap{
    flex-direction:column;
    align-items:flex-start;
  }

  .fanachis-forum-topic-actions{
    justify-content:flex-start;
  }
}
