/* Zent-ic Enterprise UI — stable, low-overhead social layout */
:root{
  --ze-bg:#f6f8fb;
  --ze-surface:#ffffff;
  --ze-text:#101828;
  --ze-muted:#667085;
  --ze-subtle:#98a2b3;
  --ze-line:#e4e7ec;
  --ze-line-soft:#eef2f6;
  --ze-accent:#2563eb;
  --ze-accent-soft:#eff6ff;
  --ze-danger:#d92d20;
  --ze-radius:14px;
  --ze-shadow:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.03);
}
html,body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;background:var(--ze-bg);color:var(--ze-text)}
*{-webkit-tap-highlight-color:transparent}
button,input,textarea,select{font:inherit}
button{touch-action:manipulation}
#main-workspace{background:var(--ze-bg)!important}

/* Core desktop shell */
#app-sidebar{background:var(--ze-surface)!important;border-right:1px solid var(--ze-line)!important;box-shadow:none!important}
#app-sidebar>.p-6{padding:18px 20px!important;margin-top:0!important;min-height:72px;border-bottom:1px solid var(--ze-line-soft)}
#app-sidebar nav{padding:12px 14px!important;gap:2px!important}
#app-sidebar nav>button,#messages-hub-sidebar-btn{box-shadow:none!important;border:1px solid transparent!important;background:transparent!important;border-radius:10px!important;margin:2px 0!important;padding:10px 12px!important;min-height:48px!important}
#app-sidebar nav>button:hover,#messages-hub-sidebar-btn:hover{background:#f8fafc!important}
#app-sidebar .channel-item{border-radius:9px!important;color:#344054!important}
#app-sidebar .channel-active{background:var(--ze-accent-soft)!important;color:#1d4ed8!important;font-weight:750!important}
#sidebar-profile-area{margin:8px 14px 14px!important;padding:10px!important;border:1px solid var(--ze-line)!important;border-radius:12px!important;box-shadow:none!important;background:#fff!important}
.mobile-feed-container{max-width:720px!important;background:#fff!important;padding-left:0!important;padding-right:0!important;border-left:1px solid var(--ze-line-soft);border-right:1px solid var(--ze-line-soft)}
.mobile-feed-container>header.glass-header{margin:0!important;border-radius:0!important;border:0!important;border-bottom:1px solid var(--ze-line)!important;background:rgba(255,255,255,.985)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:14px 18px!important;min-height:72px}
#messages-container{border:0!important;background:#fff!important;scroll-behavior:auto!important;overscroll-behavior-y:contain}
#right-sidebar{padding:14px!important;background:var(--ze-bg)!important}
#right-sidebar>.z-post-card{border:1px solid var(--ze-line)!important;border-radius:14px!important;box-shadow:var(--ze-shadow)!important;background:#fff!important}
#right-sidebar>.z-post-card+ .z-post-card{margin-top:12px!important}
.zentic-legal-top a{font-size:10px!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:#667085!important}

/* Feed */
.z-post-card.zentic-x-post{padding:15px 16px!important;border:0!important;border-bottom:1px solid var(--ze-line)!important;border-radius:0!important;box-shadow:none!important;margin:0!important;background:#fff!important;transition:background-color .12s ease!important}
.z-post-card.zentic-x-post:hover{background:#fbfcfd!important}
.zentic-post-text{color:#101828!important;font-size:15.5px!important;line-height:1.5!important}
.zentic-post-topic-pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:10px;font-weight:750;margin:1px 0 6px}
.zentic-post-action{border-radius:999px!important;color:#667085!important;transition:background-color .1s ease,color .1s ease!important}
.zentic-post-action:hover{background:#f2f4f7!important;color:#344054!important}
.zentic-post-score,.zentic-admin-seo-chip{border:1px solid #fde68a!important;background:#fffbeb!important;color:#92400e!important;box-shadow:none!important}
.media-image{border-radius:14px!important;border:1px solid var(--ze-line)!important;box-shadow:none!important}

/* Notifications: dependable in-app activity center */
#notifications-modal{background:rgba(15,23,42,.28)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;align-items:center!important}
#notifications-modal>div{width:min(620px,calc(100vw - 28px))!important;max-height:min(760px,calc(100dvh - 36px))!important;border-radius:18px!important;border:1px solid var(--ze-line)!important;box-shadow:0 24px 70px rgba(16,24,40,.18)!important;overflow:hidden!important;background:#fff!important}
#notifications-modal>div>.p-6{padding:16px 18px!important;border-bottom:1px solid var(--ze-line)!important;background:#fff!important}
#notifications-list{background:#fff!important}
.zentic-notif-row{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid var(--ze-line-soft);background:#fff}
.zentic-notif-row:last-child{border-bottom:0}.zentic-notif-row:hover{background:#fafbfc}
.zentic-notif-icon{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--ze-accent-soft);color:var(--ze-accent)}
.zentic-notif-copy{min-width:0;flex:1}.zentic-notif-copy>strong{display:block;font-size:14px;color:var(--ze-text);line-height:1.35}.zentic-notif-copy p{margin:3px 0 0;color:#475467;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.zentic-notif-copy time{display:block;margin-top:5px;color:#98a2b3;font-size:10px;font-weight:650}
.zentic-notif-actions{display:flex;align-items:center;gap:7px;margin-top:9px}.zentic-notif-action,.zentic-notif-dismiss{border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:999px;min-height:32px;padding:0 12px;font-size:11px;font-weight:750}.zentic-notif-action.primary{background:var(--ze-accent);border-color:var(--ze-accent);color:#fff}.zentic-notif-dismiss{width:32px;padding:0;margin-left:auto}
.zentic-notif-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:58px 24px;color:var(--ze-muted)}.zentic-notif-empty i{font-size:28px;margin-bottom:12px;color:#98a2b3}.zentic-notif-empty strong{font-size:16px;color:var(--ze-text)}.zentic-notif-empty span{font-size:12px;margin-top:5px;max-width:360px}

/* Messages hub */
.zentic-messages-hub{width:100%!important;max-width:none!important;min-height:100%!important;background:#fff!important;border:0!important;box-shadow:none!important}
.zentic-messages-hub-header{position:sticky!important;top:0!important;z-index:10!important;padding:10px 12px!important;background:#fff!important;border-bottom:1px solid var(--ze-line)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.zentic-messages-toolbar{display:grid!important;grid-template-columns:40px minmax(0,1fr) 40px!important;gap:9px!important;align-items:center!important}
.zentic-hub-icon-btn,.zentic-new-message-plus{width:40px!important;height:40px!important;border-radius:50%!important;border:1px solid var(--ze-line)!important;background:#fff!important;color:#344054!important;box-shadow:none!important}
.zentic-hub-icon-btn:hover,.zentic-new-message-plus:hover{background:#f8fafc!important}
.zentic-messages-search{height:42px!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 13px!important;border:1px solid #d0d5dd!important;border-radius:999px!important;background:#f9fafb!important;box-shadow:none!important}
.zentic-messages-search:focus-within{background:#fff!important;border-color:#84adff!important;box-shadow:0 0 0 3px rgba(37,99,235,.08)!important}
.zentic-messages-search input{width:100%;min-width:0;background:transparent!important;outline:0!important;font-size:14px!important;color:#101828!important}
.zentic-messages-list{background:#fff!important}
.messenger-person-card{width:100%!important;display:flex!important;align-items:center!important;gap:12px!important;padding:11px 14px!important;min-height:72px!important;border:0!important;border-bottom:1px solid var(--ze-line-soft)!important;background:#fff!important;text-align:left!important;box-shadow:none!important}
.messenger-person-card:hover{background:#f8fafc!important}.messenger-avatar{width:50px!important;height:50px!important;flex:0 0 50px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#eef2f6!important;border:1px solid #e4e7ec!important;font-weight:750!important}.messenger-avatar img{width:100%;height:100%;object-fit:cover}
.messenger-row-body{min-width:0;flex:1}.messenger-row-title{display:flex!important;align-items:center!important;gap:8px!important}.messenger-row-name{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14.5px!important;font-weight:750!important;color:#101828!important}.messenger-row-time{font-size:10px!important;color:#98a2b3!important}.messenger-row-preview{margin-top:2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:13px!important;color:#667085!important}
.zentic-messages-empty{padding:64px 24px!important;text-align:center!important;color:#667085!important}.zentic-messages-empty h2{font-size:17px!important;color:#101828!important}.zentic-messages-empty p{font-size:13px!important}

/* Direct messages */
body.zentic-dm-open .mobile-feed-container>header.glass-header{min-height:60px!important;padding:8px 12px!important}
.zentic-chat-row{padding-left:14px!important;padding-right:14px!important}.zentic-chat-bubble{box-shadow:none!important;border:1px solid #eaecf0!important;max-width:min(78%,560px)!important;font-size:14.5px!important;line-height:1.42!important}.chat-bubble-me{background:#eaf2ff!important;border-color:#dbe7ff!important;color:#102a56!important}.chat-bubble-other{background:#f8fafc!important;color:#101828!important}
.zentic-chat-message-meta{color:#98a2b3!important;font-size:9px!important}.zentic-chat-sender{color:#344054!important;font-size:11px!important}
#chat-composer-block{background:#fff!important;border-top:1px solid var(--ze-line)!important;box-shadow:none!important}.zentic-chat-send{background:var(--ze-accent)!important;box-shadow:none!important}

/* People */
#user-search-modal{background:rgba(15,23,42,.28)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
#user-search-modal>div{width:min(760px,calc(100vw - 30px))!important;max-height:min(820px,calc(100dvh - 32px))!important;border:1px solid var(--ze-line)!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(16,24,40,.18)!important;background:#fff!important;overflow:hidden!important}
.zentic-people-hero{padding:15px 17px!important;background:#fff!important;border-bottom:1px solid var(--ze-line)!important}.zentic-people-hero h3{font-size:18px!important;color:#101828!important}.zentic-people-hero p{font-size:12px!important;color:#667085!important}
.zentic-people-search-wrap{margin:10px 14px 8px!important}.zentic-people-search{min-height:44px!important;border:1px solid #d0d5dd!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;font-size:14px!important}.zentic-people-search:focus{border-color:#84adff!important;box-shadow:0 0 0 3px rgba(37,99,235,.08)!important}
.zentic-people-filters{margin:0 14px 10px!important;padding:10px!important;border:1px solid #eaecf0!important;border-radius:12px!important;background:#f9fafb!important}.zentic-people-filters select,.zentic-people-filters input{min-height:38px!important;border:1px solid #d0d5dd!important;border-radius:9px!important;background:#fff!important;box-shadow:none!important}
.zentic-people-shell{padding:0 14px 14px!important;background:#fff!important}.zentic-people-list{display:block!important;border:1px solid var(--ze-line)!important;border-radius:12px!important;overflow:hidden!important}.zentic-person-row{display:flex!important;gap:11px!important;padding:12px!important;border:0!important;border-bottom:1px solid var(--ze-line-soft)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.zentic-person-row:last-child{border-bottom:0!important}.zentic-person-row:hover{background:#fafbfc!important}.zentic-person-row-avatar{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:50%!important;border:1px solid #e4e7ec!important}.zentic-person-name{font-size:14px!important;font-weight:750!important;color:#101828!important}.zentic-person-handle,.zentic-person-bio,.zentic-person-inline-meta{color:#667085!important}.zentic-follow-btn{min-width:78px!important;height:34px!important;border-radius:999px!important;border:1px solid #101828!important;background:#101828!important;color:#fff!important;font-size:12px!important;font-weight:750!important;box-shadow:none!important}.zentic-follow-btn.zentic-following{background:#fff!important;color:#101828!important;border-color:#d0d5dd!important}.zentic-person-topics{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.zentic-person-topics span{padding:3px 7px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:9px;font-weight:700}

/* Profiles */
#profile-modal{background:rgba(15,23,42,.28)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important}
.zentic-profile-shell{width:min(780px,100%)!important;max-height:100dvh!important;background:#fff!important;border-left:1px solid var(--ze-line)!important;border-right:1px solid var(--ze-line)!important;box-shadow:0 20px 70px rgba(16,24,40,.16)!important}
.zentic-profile-topbar{position:sticky!important;top:0!important;z-index:20!important;background:#fff!important;border-bottom:1px solid var(--ze-line)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}
.zentic-profile-cover{height:176px!important;background:linear-gradient(135deg,#182230 0%,#344054 60%,#475467 100%)!important}
.zentic-profile-body{padding:0 20px 22px!important;background:#fff!important}.zentic-profile-avatar{width:108px!important;height:108px!important;flex:0 0 108px!important;margin-top:-54px!important;border:4px solid #fff!important;box-shadow:0 2px 8px rgba(16,24,40,.12)!important}.zentic-profile-actions{gap:7px!important}.zentic-profile-follow,.zentic-profile-edit-btn{min-height:36px!important;padding:0 16px!important;border-radius:999px!important;font-size:12px!important;font-weight:750!important;box-shadow:none!important}.zentic-profile-follow{background:#101828!important;color:#fff!important;border:1px solid #101828!important}.zentic-profile-follow.following{background:#fff!important;color:#101828!important;border-color:#d0d5dd!important}.zentic-profile-icon-action{width:36px!important;height:36px!important;border-radius:50%!important;border:1px solid #d0d5dd!important;background:#fff!important;color:#344054!important;box-shadow:none!important}.zentic-profile-identity h3{font-size:23px!important;color:#101828!important;letter-spacing:-.025em!important}.zentic-profile-bio{font-size:14px!important;line-height:1.48!important;color:#344054!important}.zentic-profile-meta{color:#667085!important}.zentic-profile-network{gap:18px!important}.zentic-profile-details{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.zentic-profile-details>div{padding:10px 11px!important;border:1px solid #eaecf0!important;border-radius:10px!important;background:#f9fafb!important}.zentic-profile-post-section{border-top:1px solid var(--ze-line)!important;background:#fff!important}.zentic-profile-post-heading-row{background:#fff!important;border-bottom:1px solid var(--ze-line)!important}.zentic-profile-post-card{padding:15px 18px!important;border-bottom:1px solid var(--ze-line-soft)!important;background:#fff!important;box-shadow:none!important}.zentic-profile-post-card:hover{background:#fafbfc!important}.zentic-profile-topic-list{display:flex!important;flex-wrap:wrap!important;gap:5px!important}.zentic-profile-topic-list em{font-style:normal!important;padding:3px 7px!important;border-radius:999px!important;background:#f2f4f7!important;color:#475467!important;font-size:9px!important;font-weight:700!important}

/* Onboarding / topic algorithm */
.zentic-onboarding-shell{width:min(720px,100%)!important;max-height:min(90dvh,790px)!important;border:1px solid var(--ze-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 24px 70px rgba(16,24,40,.18)!important;overflow:hidden!important}.zentic-onboarding-head{padding:20px!important;border-bottom:1px solid var(--ze-line)!important}.zentic-onboarding-icon{background:var(--ze-accent-soft)!important;color:var(--ze-accent)!important}.zentic-onboarding-scroll{padding:18px 20px!important}.zentic-topic-choice{border:1px solid #d0d5dd!important;background:#fff!important;color:#344054!important;box-shadow:none!important;transition:background-color .1s ease,border-color .1s ease!important}.zentic-topic-choice.is-selected{border-color:#84adff!important;background:#eff6ff!important;color:#1d4ed8!important;box-shadow:none!important}.zentic-onboarding-footer{border-top:1px solid var(--ze-line)!important;background:#fff!important}

/* Community settings */
.zentic-community-settings-panel{border:1px solid var(--ze-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.zentic-settings-section{padding:15px!important;border-bottom:1px solid var(--ze-line-soft)!important}.zentic-settings-switches>label{border:1px solid #eaecf0!important;border-radius:10px!important;background:#f9fafb!important}.zentic-settings-section .o-input{border:1px solid #d0d5dd!important;border-radius:9px!important;box-shadow:none!important}

/* Low-cost motion and scrolling */
#messages-container,.zentic-onboarding-scroll,.zentic-people-shell,.zentic-messages-list{-webkit-overflow-scrolling:touch}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

@media(max-width:800px){
  #main-workspace{background:#fff!important}
  .mobile-feed-container{width:100%!important;max-width:none!important;border:0!important;padding-bottom:calc(58px + env(safe-area-inset-bottom))!important}
  .mobile-feed-container>header.glass-header{min-height:56px!important;height:56px!important;padding:7px 10px!important;background:#fff!important;border-bottom:1px solid var(--ze-line)!important}
  .mobile-feed-container>header .zentic-legal-top{display:none!important}
  #messages-container{padding-bottom:8px!important;contain:none!important}
  .z-post-card.zentic-x-post{padding:12px 11px!important}.z-post-card.zentic-x-post>.flex{gap:10px!important}.z-post-card.zentic-x-post .w-12.h-12{width:42px!important;height:42px!important;flex-basis:42px!important}.zentic-post-text{font-size:15px!important;line-height:1.48!important}.zentic-post-action{min-width:38px!important;min-height:38px!important}
  nav.glass-nav{height:calc(58px + env(safe-area-inset-bottom))!important;padding-bottom:env(safe-area-inset-bottom)!important;background:#fff!important;border-top:1px solid var(--ze-line)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  nav.glass-nav button{transition:none!important;color:#667085!important}nav.glass-nav button:first-child{color:#1d4ed8!important}
  #sidebar-overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(15,23,42,.28)!important}
  #app-sidebar{width:min(86vw,320px)!important;min-width:0!important;max-width:320px!important;transition:transform .18s ease!important}
  #right-sidebar{display:none!important}

  body.zentic-messages-hub-open .mobile-feed-container,body.zentic-dm-open .mobile-feed-container{height:var(--zentic-vh,100dvh)!important;padding-bottom:0!important}
  body.zentic-messages-hub-open nav.glass-nav,body.zentic-dm-open nav.glass-nav{display:none!important}
  .zentic-messages-hub-header{padding:7px 9px!important}.zentic-messages-toolbar{grid-template-columns:38px minmax(0,1fr) 38px!important;gap:7px!important}.zentic-hub-icon-btn,.zentic-new-message-plus{width:38px!important;height:38px!important}.zentic-messages-search{height:40px!important}.messenger-person-card{padding:9px 11px!important;min-height:68px!important}.messenger-avatar{width:46px!important;height:46px!important;flex-basis:46px!important}
  .zentic-chat-row{padding-left:8px!important;padding-right:8px!important}.zentic-chat-bubble{max-width:84%!important;font-size:14.5px!important}.msg-actions{display:none!important}

  #notifications-modal{align-items:stretch!important}.notifications-modal-placeholder{}
  #notifications-modal>div{width:100%!important;max-width:none!important;max-height:none!important;height:var(--zentic-vh,100dvh)!important;border:0!important;border-radius:0!important;box-shadow:none!important}.zentic-notif-row{padding:13px 12px!important}
  #user-search-modal{padding:0!important;background:#fff!important}#user-search-modal>div{width:100%!important;max-width:none!important;height:var(--zentic-vh,100dvh)!important;max-height:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}.zentic-people-hero{padding:calc(8px + env(safe-area-inset-top)) 10px 8px!important}.zentic-people-search-wrap{margin:7px 9px!important}.zentic-people-filters{margin:0 9px 7px!important;padding:7px!important;overflow-x:auto!important}.zentic-filter-row{display:flex!important;min-width:max-content!important;gap:6px!important}.zentic-filter-row label{width:132px!important;flex:0 0 132px!important}.zentic-people-shell{padding:0 9px calc(10px + env(safe-area-inset-bottom))!important}.zentic-person-row{padding:10px 9px!important}.zentic-person-row-avatar{width:43px!important;height:43px!important;flex-basis:43px!important}
  #profile-modal{background:#fff!important}.zentic-profile-shell{width:100%!important;height:var(--zentic-vh,100dvh)!important;max-height:var(--zentic-vh,100dvh)!important;border:0!important;box-shadow:none!important}.zentic-profile-cover{height:126px!important}.zentic-profile-body{padding:0 13px 17px!important}.zentic-profile-avatar{width:88px!important;height:88px!important;flex-basis:88px!important;margin-top:-44px!important}.zentic-profile-identity h3{font-size:21px!important}.zentic-profile-details{grid-template-columns:1fr!important}.zentic-profile-post-card{padding:13px!important}
  .zentic-onboarding-shell{width:100%!important;min-height:var(--zentic-vh,100dvh)!important;max-height:var(--zentic-vh,100dvh)!important;border:0!important;border-radius:0!important;box-shadow:none!important}.zentic-onboarding-head{padding:calc(13px + env(safe-area-inset-top)) 14px 12px!important}.zentic-onboarding-scroll{padding:14px!important}.zentic-onboarding-language-grid{grid-template-columns:1fr!important}.zentic-onboarding-footer{padding:9px 14px calc(9px + env(safe-area-inset-bottom))!important}

  /* Expensive visual effects are intentionally disabled on phones. */
  .glass-header,.glass-nav,.modal-overlay,.z-post-card,.shadow-soft,.shadow-floating{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;box-shadow:none!important}
  .group:hover *{transform:none!important}
}

/* Corporate first-entry / authentication experience */
#auth-overlay{padding:0!important;background:#fff!important;display:grid!important;grid-template-columns:minmax(360px,1.05fr) minmax(420px,.95fr)!important;align-items:stretch!important;overflow:auto!important}
#auth-overlay.hidden-view{display:none!important}
.zentic-auth-brand{display:flex;min-height:100dvh;padding:clamp(34px,5vw,72px);background:linear-gradient(145deg,#0b1220 0%,#101828 56%,#1d2939 100%);color:#fff;position:relative;overflow:hidden}
.zentic-auth-brand::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-220px;top:-180px;background:radial-gradient(circle,rgba(37,99,235,.28),rgba(37,99,235,0) 68%);pointer-events:none}
.zentic-auth-brand::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 88%);pointer-events:none}
.zentic-auth-brand-inner{position:relative;z-index:1;display:flex;flex-direction:column;width:min(650px,100%);min-height:100%;margin:auto 0}
.zentic-auth-wordmark{display:flex;align-items:center;gap:11px;font-size:21px;font-weight:800;letter-spacing:-.02em}.zentic-auth-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#fff;color:#101828;font-weight:900;box-shadow:0 1px 2px rgba(0,0,0,.15)}
.zentic-auth-copy{margin:auto 0;max-width:620px}.zentic-auth-eyebrow{display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#cbd5e1;background:rgba(255,255,255,.05);font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.zentic-auth-copy h1{margin:22px 0 16px;font-size:clamp(38px,4vw,64px);line-height:1.02;letter-spacing:-.045em;font-weight:790;max-width:650px}.zentic-auth-copy p{max-width:560px;color:#cbd5e1;font-size:clamp(15px,1.4vw,18px);line-height:1.6}
.zentic-auth-capabilities{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.zentic-auth-capabilities span{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);color:#e4e7ec;font-size:12px;font-weight:650}.zentic-auth-capabilities i{color:#84adff}.zentic-auth-brand-foot{margin-top:auto;padding-top:34px;color:#98a2b3;font-size:11px;font-weight:650;letter-spacing:.03em}
#auth-overlay>#login-view,#auth-overlay>#register-view,#auth-overlay>#verify-email-view{align-self:center;justify-self:center;width:min(440px,calc(100% - 48px))!important;max-width:440px!important;padding:34px!important;border:1px solid #e4e7ec!important;border-radius:18px!important;box-shadow:0 20px 55px rgba(16,24,40,.10)!important;background:#fff!important}
#auth-overlay>#login-view .w-24.h-24{width:64px!important;height:64px!important;margin-bottom:15px!important;filter:none!important}#auth-overlay>#login-view h2{font-size:30px!important}#auth-overlay>#login-view .mb-10{margin-bottom:26px!important}
#auth-overlay .o-input{min-height:48px!important;border-radius:10px!important;border:1px solid #d0d5dd!important;background:#fff!important;box-shadow:0 1px 2px rgba(16,24,40,.04)!important;padding-left:13px!important;padding-right:13px!important}#auth-overlay .o-input:focus{border-color:#84adff!important;box-shadow:0 0 0 3px rgba(37,99,235,.08)!important}
#auth-overlay .o-btn{border-radius:10px!important;box-shadow:none!important;background:#101828!important;color:#fff!important}#auth-overlay .o-btn:hover{background:#1d2939!important}#auth-overlay .o-btn-outline{border-radius:10px!important;box-shadow:none!important;border-color:#d0d5dd!important;background:#fff!important}
#close-auth-btn{background:#fff!important;border:1px solid #e4e7ec!important;box-shadow:0 2px 8px rgba(16,24,40,.08)!important;color:#344054!important}
#loading-view{align-self:center;justify-self:center;color:#344054!important}
@media(max-width:900px){#auth-overlay{display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;background:#f8fafc!important}.zentic-auth-brand{display:none!important}#auth-overlay>#login-view,#auth-overlay>#register-view,#auth-overlay>#verify-email-view{width:min(440px,100%)!important;padding:26px 22px!important;border-radius:16px!important;box-shadow:none!important}#close-auth-btn{top:calc(12px + env(safe-area-inset-top))!important;right:12px!important}}
.zentic-auth-login-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 15px;border-radius:16px;background:#101828;color:#fff;font-size:27px;font-weight:900;letter-spacing:-.06em;box-shadow:0 8px 24px rgba(16,24,40,.12)}
