:root{
  --ink:#0a1730;--muted:#758095;--line:#e2e8f2;--bg:#f7f9fd;--card:#fff;
  --purple:#7457f5;--blue:#347cff;--pink:#ef3ea1;--teal:#25d8b6;--green:#24c766;
  --shadow:0 12px 34px rgba(26,38,73,.07);--radius:22px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fbfcff 0,#f7f9fd 100%);padding-bottom:86px}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,textarea,select{font:inherit}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}
.top{background:linear-gradient(135deg,#fbfcff 0%,#f3f7fc 60%,#eef9f8 100%);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(15,23,42,.045);padding:15px 0 17px;color:var(--ink)}.topbar{display:flex;align-items:center;gap:10px}.brand{display:flex;align-items:center;min-width:0}.brand img{display:block;width:190px;height:auto;object-fit:contain}.live{margin-left:auto;display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:14px;background:#fff;border:1px solid var(--line);color:#526078;box-shadow:0 4px 14px rgba(15,23,42,.04)}.live span{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px rgba(37,216,182,.14)}.iconbtn{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:0 4px 14px rgba(15,23,42,.05)}.nav-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-search{display:flex;align-items:center;gap:8px;height:49px;margin-top:12px;padding:0 15px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 5px 18px rgba(15,23,42,.045)}.search-submit{display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;background:transparent;color:#748197}.search-submit svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.hero-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:15px;color:var(--ink)}.hero-search input::placeholder{color:#9da7b6}.chips{display:flex;gap:10px;overflow-x:auto;margin-top:11px;padding-bottom:1px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chips a{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;padding:8px 14px;border-radius:14px;background:#fff;border:1px solid var(--line);font-weight:800;font-size:13px;color:#26344a;box-shadow:0 3px 12px rgba(15,23,42,.04)}.chip-icon{width:19px;height:19px;flex:0 0 19px;object-fit:contain}
.home-shell{padding-top:24px}.promo-slider{position:relative;overflow:hidden;border-radius:25px;border:1px solid #e7e3fb;background:#fff;box-shadow:var(--shadow)}.promo-track{position:relative;min-height:230px}.promo-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;padding:30px 34px;opacity:0;visibility:hidden;transform:translateX(20px);transition:opacity .5s ease,transform .5s ease,visibility .5s}.promo-slide.is-active{opacity:1;visibility:visible;transform:translateX(0);z-index:2}.promo-slide.slide-a{background:linear-gradient(135deg,#fff 0%,#fbfaff 54%,#fff5fb 100%)}.promo-slide.slide-b{background:linear-gradient(135deg,#f7fbff,#f1f7ff 55%,#eef6ff)}.promo-slide.slide-c{background:linear-gradient(135deg,#f8fff9,#effcf3 55%,#f4fff8)}.promo-slide.slide-d{background:linear-gradient(135deg,#faf9ff,#f3f0ff 55%,#f8f7ff)}.promo-slide.slide-e{background:linear-gradient(135deg,#fffaf3,#fff7ed 55%,#fff6fa)}.promo-copy{position:relative;z-index:2}.promo-kicker{display:flex;align-items:center;gap:12px;font-size:25px;line-height:1.1;font-weight:900;letter-spacing:-.035em;max-width:500px}.promo-kicker img{width:42px;height:42px;padding:10px;border-radius:13px;background:linear-gradient(135deg,#f1efff,#faf9ff);color:var(--purple)}.promo-copy p{margin:16px 0 19px;color:#68758a;font-size:16px}.promo-cta{display:inline-flex;align-items:center;gap:10px;padding:13px 19px;border-radius:13px;background:linear-gradient(135deg,var(--blue),var(--purple),var(--pink));color:#fff;font-weight:850;box-shadow:0 10px 24px rgba(99,81,230,.2)}.promo-cta img{width:18px;height:18px;filter:brightness(0) invert(1)}.promo-art{position:relative;display:grid;place-items:center;height:100%}.promo-logo{width:190px;opacity:.28;filter:saturate(.8)}.spark{position:absolute;color:#ec79b7;font-size:20px}.spark.one{right:14%;top:19%}.spark.two{left:12%;bottom:20%;color:#6aa6ff}.slider-arrow{position:absolute;top:50%;z-index:4;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.88);color:#54627a;font-size:24px;line-height:1;display:grid;place-items:center;box-shadow:0 6px 18px rgba(15,23,42,.08);cursor:pointer}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.slider-dots{position:absolute;left:50%;bottom:12px;z-index:5;display:flex;gap:7px;transform:translateX(-50%)}.slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:#cfd5e5;transition:.25s;cursor:pointer}.slider-dots button.is-active{width:23px;background:linear-gradient(90deg,var(--blue),var(--purple))}
.category-strip{display:flex;gap:9px;overflow-x:auto;margin-top:18px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.04);scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-pill{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:9px 15px;border:1px solid var(--line);border-radius:12px;font-weight:750;font-size:13px;background:#fff}.category-pill img{width:18px;height:18px;object-fit:contain}.category-pill.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#8060ff,#6647e7);box-shadow:0 7px 18px rgba(104,76,225,.22)}
.home-section{margin-top:30px}.home-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.home-section-head h2{margin:0;font-size:25px;letter-spacing:-.03em}.home-section-head a{color:#6557e8;font-weight:800;font-size:14px}.compact-list{display:grid;gap:10px}.compact-community{display:flex;align-items:center;gap:15px;padding:14px 17px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 7px 22px rgba(15,23,42,.035)}.compact-logo{width:58px;height:58px;flex:0 0 58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f0f5ff,#f7efff);overflow:hidden;font-weight:900;font-size:21px}.compact-logo img{width:100%;height:100%;object-fit:cover}.compact-logo.crypto{background:#171717;color:#f7b923;font-size:31px}.compact-logo.game{background:radial-gradient(circle at 30% 20%,#4a2788,#100d2e);font-size:25px}.compact-logo.code{background:#0d2031;color:#47d7ff;font-size:21px}.compact-info{flex:1;min-width:0}.compact-info h3{margin:0 0 7px;font-size:18px}.compact-meta{display:flex;align-items:center;gap:7px;color:#748095;font-size:13px}.compact-meta img{width:16px;height:16px}.compact-meta b{margin-left:4px;padding:5px 9px;border-radius:8px;background:#fff5d9;color:#a17816;font-size:11px}.outline-action{padding:10px 16px;border:1px solid #cdc8ff;border-radius:10px;color:#6757df;font-weight:800;font-size:13px;background:#fff}.home-ad{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;min-height:78px;border-radius:17px;overflow:hidden;border:1px dashed #cfd1ff;background:linear-gradient(90deg,#f7fbff,#fff7fc);color:#53617a;font-weight:800}.home-ad img{width:24px;height:24px;color:#7264ee}.home-ad:not(.placeholder) img{width:100%;height:auto}.platform-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.platform-card{display:flex;align-items:center;gap:15px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 7px 22px rgba(15,23,42,.04)}.platform-card>img{width:54px;height:54px;object-fit:contain}.platform-card b{display:block;font-size:18px}.platform-card span{display:block;margin-top:4px;color:#748095;font-size:13px}.platform-card small{display:block;margin-top:4px;color:#2589e7;font-size:12px;font-weight:800}.platform-card:nth-child(2) small{color:#24bb5c}
.bottom{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:repeat(5,1fr);height:76px;padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.95);border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(15,23,42,.06);backdrop-filter:blur(12px)}.bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#5d6b7e}.bottom svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom a:nth-child(3) svg{fill:currentColor}.bottom small{font-size:10px;font-weight:750}
.flash{width:min(720px,calc(100% - 32px));margin:18px auto;padding:13px 15px;border-radius:12px}.flash.success{background:#e9fbf2;color:#197445}.flash.error{background:#fff0f2;color:#b03248}.page-head{padding:48px 0 18px;text-align:center}.page-head h1{font-size:46px;line-height:1.05;margin:0 0 12px}.page-head p{max-width:700px;margin:auto;color:var(--muted);line-height:1.7}.cards{display:grid;gap:12px}.community-card{display:flex;align-items:center;gap:15px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:18px}.community-logo{width:60px;height:60px;flex:0 0 60px;border-radius:16px;overflow:hidden;display:grid;place-items:center;background:#eef3ff}.community-logo img{width:100%;height:100%;object-fit:cover}.grow{flex:1;min-width:0}.community-card h3{margin:5px 0}.community-card p{margin:0;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta{display:flex;gap:6px}.meta span,.status{font-size:11px;padding:4px 7px;border-radius:8px;background:#eef4ff;color:#3974c8}.stats{font-size:12px;color:var(--muted);margin-top:7px}.join,.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:12px;font-weight:800}.join{background:#eff4ff;color:#3974c8}.primary{background:linear-gradient(135deg,var(--blue),var(--purple),var(--pink));color:#fff}.secondary{border:1px solid var(--line)}.form-card,.auth-card,.panel,.seo-copy,.detail{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow)}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.inline{display:flex;gap:10px;align-items:center}.table-wrap{overflow:auto}.admin{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.admin-main{padding:24px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.welcome{font-size:30px}.account-tabs{display:flex;gap:8px;overflow:auto}.detail-top{display:flex;gap:18px}.detail-body{margin-top:20px}.inner-search{display:flex;background:#fff;border:1px solid var(--line);border-radius:14px;padding:5px}.inner-search input{flex:1;border:0;outline:0;padding:12px}.inner-search button{border:0;border-radius:10px;padding:0 18px;background:var(--purple);color:#fff}
@media(max-width:760px){
  body{padding-bottom:76px}.container{width:calc(100% - 24px)}.top{padding:9px 0 11px}.topbar{gap:7px}.brand img{width:142px}.live{padding:6px 8px;font-size:11px;border-radius:11px}.iconbtn{width:37px;height:37px;border-radius:11px}.nav-icon{width:18px;height:18px}.hero-search{height:43px;margin-top:9px;padding:0 11px;border-radius:17px}.hero-search input{font-size:13px}.search-submit svg{width:18px;height:18px}.chips{gap:7px;margin-top:9px}.chips a{padding:7px 10px;font-size:11.5px;border-radius:12px}.chip-icon{width:17px;height:17px;flex-basis:17px}.home-shell{padding-top:16px}.promo-slider{border-radius:20px}.promo-track{min-height:205px}.promo-slide{grid-template-columns:1fr .48fr;padding:22px 22px 29px}.promo-kicker{font-size:21px;max-width:260px}.promo-kicker img{width:39px;height:39px;padding:9px}.promo-copy p{font-size:13.5px;margin:13px 0 16px}.promo-cta{padding:11px 15px;font-size:13px}.promo-logo{width:115px}.slider-arrow{display:none}.slider-dots{bottom:9px}.category-strip{margin-top:14px;padding:8px;gap:7px;border-radius:15px}.category-pill{padding:8px 12px;font-size:12px}.home-section{margin-top:25px}.home-section-head h2{font-size:21px}.home-section-head a{font-size:12px}.compact-community{gap:11px;padding:11px 12px;border-radius:15px}.compact-logo{width:50px;height:50px;flex-basis:50px}.compact-info h3{font-size:16px;margin-bottom:6px}.compact-meta{font-size:11.5px;gap:5px}.compact-meta b{padding:4px 7px;font-size:10px}.outline-action{padding:9px 13px;font-size:12px}.home-ad{min-height:65px;margin-top:20px;font-size:13px;border-radius:14px}.platform-cards{gap:9px}.platform-card{gap:11px;padding:13px;border-radius:15px}.platform-card>img{width:42px;height:42px}.platform-card b{font-size:15px}.platform-card span,.platform-card small{font-size:11px}.bottom{height:70px}.bottom svg{width:21px;height:21px}.bottom small{font-size:9.5px}.page-head h1{font-size:34px}.two,.stat-grid{grid-template-columns:1fr}.admin{display:block}.admin-main{padding:16px}.community-card{padding:13px}.join{display:none}
}
@media(max-width:390px){.brand img{width:132px}.promo-slide{grid-template-columns:1fr .4fr;padding:20px 18px 28px}.promo-kicker{font-size:19px}.promo-logo{width:92px}.platform-card>img{width:38px;height:38px}.platform-card{padding:11px}.chips a{padding:7px 8px;font-size:11px}}

/* ===== KitleBul UI v2.1 refinements ===== */
html,body{max-width:100%;overflow-x:hidden}main{min-width:0}.top{padding:10px 0 12px}.topbar{min-width:0}.brand{flex:0 1 auto}.brand img{width:174px}.hero-search{height:44px;margin-top:9px}.chips{margin-top:9px}.home-shell{padding-top:18px}

/* Horizontal 5-second slider */
.promo-slider{overflow:visible}.promo-viewport{overflow:hidden;border-radius:inherit}.promo-track{display:flex;min-height:0;transform:translate3d(0,0,0);will-change:transform}.promo-slide{position:relative;inset:auto;flex:0 0 100%;width:100%;min-height:190px;display:grid;grid-template-columns:1.35fr .65fr;opacity:1;visibility:visible;transform:none;padding:24px 30px 32px}.promo-kicker{font-size:23px}.promo-copy p{margin:12px 0 15px}.promo-logo{width:150px}.slider-dots{bottom:10px}.category-strip{margin-top:14px}

.empty-community-state{display:flex;align-items:center;gap:14px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 7px 22px rgba(15,23,42,.035)}.empty-community-state>img{width:38px;height:38px;padding:9px;border-radius:12px;background:#f1efff}.empty-community-state b{display:block;font-size:15px}.empty-community-state span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45}

/* Stable bottom navigation icons */
.bottom{height:72px}.bottom a{min-width:0;padding:5px 2px 7px;gap:3px}.bottom-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:10px}.bottom svg{display:block;width:22px;height:22px;fill:none!important;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.bottom a:nth-child(3) svg{fill:none!important}.bottom a.is-active{color:#6b55ed}.bottom a.is-active .bottom-icon{background:#f0edff}.bottom small{line-height:1;white-space:nowrap}

/* Modern auth pages */
.auth-page{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:stretch;padding:34px 0 42px}.auth-showcase{position:relative;overflow:hidden;padding:34px;border-radius:24px;background:linear-gradient(145deg,#111a46 0%,#1a1859 58%,#3d2477 100%);color:#fff;box-shadow:0 18px 40px rgba(26,24,89,.16)}.auth-showcase:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-70px;bottom:-75px;background:radial-gradient(circle,#4de0c9 0,#6b5cf1 43%,rgba(107,92,241,0) 68%);opacity:.42}.auth-badge{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:99px;background:rgba(255,255,255,.08);font-size:12px;font-weight:800}.auth-showcase h1{max-width:430px;margin:22px 0 13px;font-size:36px;line-height:1.07;letter-spacing:-.04em}.auth-showcase p{max-width:460px;margin:0;color:#d8ddf0;line-height:1.65}.auth-benefits{display:grid;gap:10px;margin-top:28px}.auth-benefits span{font-size:13px;color:#eef1ff}.modern-auth{padding:30px;border-radius:24px;box-shadow:0 16px 40px rgba(15,23,42,.08)}.auth-card-head>span{color:#6b55ed;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.auth-card-head h2{margin:7px 0 7px;font-size:31px;letter-spacing:-.035em}.auth-card-head p{margin:0;color:var(--muted);font-size:14px}.auth-form{display:grid;gap:16px;margin-top:24px}.auth-form label>span{display:block;margin-bottom:7px;font-size:13px;font-weight:800}.input-wrap{display:flex;align-items:center;gap:10px;height:48px;padding:0 13px;border:1px solid var(--line);border-radius:13px;background:#fbfcff;transition:.2s}.input-wrap:focus-within{border-color:#9b8cf8;background:#fff;box-shadow:0 0 0 4px rgba(116,87,245,.09)}.input-wrap img{width:19px;height:19px;flex:0 0 19px}.input-wrap input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}.input-wrap input::placeholder{color:#a3adba}.auth-submit{width:100%;min-height:48px;border:0;gap:10px;cursor:pointer}.auth-switch{margin:18px 0 0;text-align:center;color:var(--muted);font-size:13px}.auth-switch a{color:#6557e8;font-weight:850}

/* Directory / platform pages */
.directory-page{padding:26px 0 42px}.directory-hero{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:24px;border:1px solid #e0e7f2;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#f7faff 62%,#f2f7ff 100%);box-shadow:0 12px 32px rgba(15,23,42,.055);overflow:hidden}.directory-hero:after{content:"";position:absolute;right:-40px;top:-55px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(52,124,255,.16),rgba(116,87,245,.06) 48%,transparent 72%)}.directory-hero.whatsapp:after{background:radial-gradient(circle,rgba(36,199,102,.17),rgba(37,216,182,.06) 48%,transparent 72%)}.directory-hero.discord:after{background:radial-gradient(circle,rgba(88,101,242,.18),rgba(116,87,245,.06) 48%,transparent 72%)}.directory-icon{position:relative;z-index:1;width:66px;height:66px;display:grid;place-items:center;padding:13px;border-radius:19px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px rgba(15,23,42,.07)}.directory-icon img{width:100%;height:100%;object-fit:contain}.directory-copy{position:relative;z-index:1;min-width:0}.directory-eyebrow{display:block;color:#6557e8;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.directory-copy h1{margin:6px 0 7px;font-size:34px;line-height:1.08;letter-spacing:-.04em}.directory-copy p{margin:0;color:var(--muted);line-height:1.55}.directory-count{position:relative;z-index:1;text-align:center;padding:10px 14px;border-radius:15px;background:rgba(255,255,255,.82);border:1px solid var(--line)}.directory-count b{display:block;font-size:22px}.directory-count span{font-size:11px;color:var(--muted)}.directory-ad{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;min-height:66px;border-radius:16px;overflow:hidden;border:1px dashed #cfd1ff;background:linear-gradient(90deg,#f7fbff,#fff7fc);color:#53617a;font-weight:800}.directory-ad img{max-height:120px;object-fit:cover}.directory-ad.placeholder img{width:22px;height:22px}.directory-section-head{display:flex;align-items:end;justify-content:space-between;margin:27px 0 13px}.directory-section-head span{color:#6557e8;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.directory-section-head h2{margin:4px 0 0;font-size:25px;letter-spacing:-.03em}.directory-section-head>b{color:var(--muted);font-size:12px}.directory-cards{gap:11px}.community-card{box-shadow:0 7px 22px rgba(15,23,42,.035)}.community-logo{border-radius:18px}.community-logo span{font-size:23px;font-weight:900}.community-card .meta{flex-wrap:wrap}.community-card .meta span{background:#f1f5ff}.community-card .meta .featured-tag{background:#fff4d9;color:#9c7417}.community-card .stats{display:flex;align-items:center;gap:6px}.community-card .stats img{width:15px;height:15px}.community-card .join{gap:7px;border:1px solid #d8d3ff;background:#fff;color:#6557e8}.directory-empty{text-align:center;padding:34px 22px;border:1px solid var(--line);border-radius:20px;background:#fff}.directory-empty img{width:46px;height:46px;padding:11px;border-radius:14px;background:#f1efff}.directory-empty h3{margin:13px 0 6px}.directory-empty p{max-width:520px;margin:0 auto 17px;color:var(--muted);line-height:1.55}.directory-seo{margin-top:24px}.directory-seo h2{margin-top:0}

@media(max-width:760px){
  .top{padding:7px 0 9px}.brand img{width:132px}.hero-search{height:41px;margin-top:8px}.chips{margin-top:8px}.home-shell{padding-top:13px}
  .promo-slide{min-height:168px;grid-template-columns:1fr .36fr;padding:17px 18px 27px}.promo-kicker{font-size:18px;gap:9px;max-width:235px}.promo-kicker img{width:34px;height:34px;padding:8px}.promo-copy p{margin:9px 0 12px;font-size:12px}.promo-cta{padding:9px 12px;font-size:11.5px}.promo-logo{width:82px}.slider-dots{bottom:8px}.slider-dots button{width:6px;height:6px}.slider-dots button.is-active{width:21px}
  .home-section{margin-top:22px}.empty-community-state{padding:14px}.empty-community-state>img{width:34px;height:34px}
  .auth-page{grid-template-columns:1fr;padding:18px 0 30px}.auth-showcase{padding:22px;border-radius:20px}.auth-showcase h1{margin:17px 0 10px;font-size:27px}.auth-showcase p{font-size:13px}.auth-benefits{margin-top:18px;gap:8px}.modern-auth{padding:22px;border-radius:20px}.auth-card-head h2{font-size:27px}.input-wrap{height:46px}.auth-showcase{display:none}
  .directory-page{padding:18px 0 30px}.directory-hero{grid-template-columns:auto 1fr;padding:18px;gap:13px;border-radius:20px}.directory-icon{width:52px;height:52px;padding:10px;border-radius:15px}.directory-copy h1{font-size:25px}.directory-copy p{font-size:13px}.directory-count{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:7px;padding:8px}.directory-count b{font-size:17px}.directory-ad{min-height:58px;font-size:12px}.directory-section-head{margin:22px 0 11px}.directory-section-head h2{font-size:21px}.directory-cards .community-card{align-items:flex-start}.directory-cards .community-card p{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.directory-cards .join{display:inline-flex;align-self:center;padding:9px 11px;font-size:11px}.directory-cards .community-logo{width:52px;height:52px;flex-basis:52px}.directory-seo{padding:18px}.directory-seo h2{font-size:21px}.directory-seo div{font-size:13px;line-height:1.6}
}
@media(max-width:390px){
  .promo-slide{grid-template-columns:1fr .3fr;padding:16px 15px 26px}.promo-kicker{font-size:17px}.promo-logo{width:66px}.directory-copy h1{font-size:22px}.directory-cards .community-card{gap:10px;padding:11px}.directory-cards .join span{display:none}
}
