/*
Theme Name: Duozhi
Theme URI: https://duozhi.tech
Author: Duozhi Tech
Description: Duozhi industrial collaboration platform theme (migrated from static site)
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: duozhi
*/
@import url("/css/style.css");

/* 移动端导航保持横排（可横向滑动），不折叠为竖排汉堡菜单 */
@media (max-width: 768px) {
  .navbar-inner { height: 60px; }
  .navbar-menu {
    display: flex !important;
    flex-direction: row !important;
    flex: 1 1 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: 12px;
    padding: 0;
    gap: 2px;
    position: static;
    box-shadow: none;
    border-top: none;
    max-height: none;
    background: transparent;
  }
  .navbar-menu a {
    padding: 8px 12px;
    white-space: nowrap;
    border-radius: var(--radius-sm);
    border-bottom: none;
    width: auto;
  }
  .navbar-menu a.active::after { display: block; }
  .navbar-cta {
    margin-left: 8px;
    margin-top: 0;
    width: auto;
    flex: 0 0 auto;
  }
  .navbar-cta .btn {
    width: auto;
    padding: 8px 14px;
    font-size: 0.875rem;
  }
  .navbar-toggle { display: none !important; }
}
\n/* hide removed demo footer link */\n.footer-links a[href*="demo"]{display:none !important;}\n.footer-links a[href*="demo"]{display:none !important;}
