/* LHM v3.0.0 Supreme */
:root{--lhm-f:.18s;--lhm-m:.3s;--lhm-e:cubic-bezier(.16,1,.3,1);--lhm-up:8px;--lhm-us:1px;--lhm-gap:4px;--lhm-radius:14px;--lhm-ttop:20px;--lhm-tright:20px;--lhm-tsize:54px}

/* Trigger */
#lhm-trigger{position:fixed;top:var(--lhm-ttop);right:var(--lhm-tright);z-index:999999;background:0;border:0;cursor:pointer;width:32px;height:24px;display:flex;flex-direction:column;justify-content:space-between;padding:0;transition:all var(--lhm-m) var(--lhm-e);-webkit-tap-highlight-color:transparent}
#lhm-trigger:hover{transform:scale(1.08)}
#lhm-trigger:active{transform:scale(.95)}
#lhm-trigger span{display:block;height:3px;width:100%;background:currentColor;border-radius:2px;transition:all var(--lhm-m) var(--lhm-e);transform-origin:center}
#lhm-trigger.is-active span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}
#lhm-trigger.is-active span:nth-child(2){opacity:0;transform:scaleX(0)}
#lhm-trigger.is-active span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}
.lhm-trigger-boxed{width:var(--lhm-tsize)!important;height:var(--lhm-tsize)!important;background:rgba(255,255,255,.98)!important;border-radius:16px!important;box-shadow:0 4px 24px rgba(0,0,0,.1);justify-content:center!important;gap:6px;padding:15px!important}
.lhm-trigger-boxed:hover{box-shadow:0 8px 32px rgba(0,0,0,.14)}
.lhm-trigger-boxed span{width:24px;height:3px}
.lhm-trigger-boxed.is-active{background:rgba(255,255,255,.1)!important;box-shadow:none}
.lhm-trigger-boxed.is-active span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.lhm-trigger-boxed.is-active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
.lhm-trigger-simple{width:30px!important;height:22px!important;background:0!important}
.lhm-trigger-simple span{height:2.5px}
.lhm-trigger-classic span{width:100%}
.lhm-trigger-minimal span:nth-child(1){width:100%}
.lhm-trigger-minimal span:nth-child(2){width:60%;align-self:flex-end}
.lhm-trigger-minimal span:nth-child(3){width:80%;align-self:flex-end}
.lhm-trigger-dot{width:30px!important;height:30px!important;justify-content:center!important;gap:5px}
.lhm-trigger-dot span{height:6px;width:6px;border-radius:50%}
.lhm-trigger-dot.is-active span{border-radius:2px;height:2.5px;width:100%}
.lhm-trigger-modern span{height:3px;border-radius:3px}
.lhm-trigger-modern span:nth-child(2){width:65%}

/* Icon Styles */
.lhm-icon-bars span{width:100%}
.lhm-icon-arrow span{transition:all var(--lhm-m) var(--lhm-e)}
.lhm-icon-arrow span:nth-child(1){width:50%;transform-origin:right center}
.lhm-icon-arrow span:nth-child(3){width:50%;transform-origin:right center}
.lhm-icon-arrow:hover span:nth-child(1){transform:rotate(-12deg)}
.lhm-icon-arrow:hover span:nth-child(3){transform:rotate(12deg)}
.lhm-icon-grid{flex-wrap:wrap!important;gap:4px!important;width:26px!important;height:26px!important}
.lhm-icon-grid span{width:8px!important;height:8px!important;border-radius:2px!important}
.lhm-icon-grid.is-active span{border-radius:50%!important}
.lhm-icon-plus span{position:absolute}
.lhm-icon-plus span:nth-child(1){width:100%;top:50%;transform:translateY(-50%)}
.lhm-icon-plus span:nth-child(2){width:100%;top:50%;transform:translateY(-50%) rotate(90deg);opacity:1!important;transform-origin:center!important}
.lhm-icon-plus span:nth-child(3){display:none}
.lhm-icon-plus.is-active span:nth-child(1){transform:translateY(-50%) rotate(45deg)!important}
.lhm-icon-plus.is-active span:nth-child(2){transform:translateY(-50%) rotate(-45deg)!important;opacity:1!important}
.lhm-icon-circle span{border-radius:50%!important;width:6px!important;height:6px!important}
.lhm-icon-circle.is-active span{width:100%!important;height:2.5px!important;border-radius:2px!important}

/* Auto Color */
.lhm-auto-color{color:#333}
@media(prefers-color-scheme:dark){.lhm-auto-color{color:#fff}}

/* Overlay */
#lhm-overlay{position:fixed;top:0;right:0;width:100%;height:100%;z-index:999998;display:flex;flex-direction:column;align-items:center;opacity:0;visibility:hidden;transition:all var(--lhm-m) var(--lhm-e);padding-top:100px;overflow-y:auto;overscroll-behavior:contain}
#lhm-overlay.lhm-blur{backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%)}
#lhm-overlay.lhm-mode-partial{width:min(420px,92%);transform:translateX(100%);opacity:1;visibility:hidden;pointer-events:none}
#lhm-overlay.lhm-mode-partial.lhm-shadow.is-visible{box-shadow:-16px 0 50px rgba(0,0,0,.2)}
#lhm-overlay.lhm-mode-partial.is-visible{transform:translateX(0);visibility:visible;pointer-events:auto}
#lhm-overlay.lhm-mode-full.is-visible{opacity:1;visibility:visible}

/* Speed */
.lhm-speed-fast{--lhm-m:.2s;--lhm-f:.12s}
.lhm-speed-slow{--lhm-m:.45s;--lhm-f:.25s}

/* Nav */
.lhm-nav{width:100%;max-width:380px;padding:0 28px;max-height:calc(100vh - 140px);overflow-y:auto}
.lhm-nav ul{list-style:none;padding:0;margin:0}
.lhm-nav>ul{display:flex;flex-direction:column;gap:var(--lhm-gap)}
.lhm-nav>ul>li{opacity:0;transform:translateY(24px);transition:opacity var(--lhm-m) ease,transform var(--lhm-m) var(--lhm-e)}
#lhm-overlay.is-visible .lhm-nav>ul>li{opacity:1;transform:translateY(0)}
.lhm-nav>ul>li:nth-child(1){transition-delay:.03s}
.lhm-nav>ul>li:nth-child(2){transition-delay:.06s}
.lhm-nav>ul>li:nth-child(3){transition-delay:.09s}
.lhm-nav>ul>li:nth-child(4){transition-delay:.12s}
.lhm-nav>ul>li:nth-child(5){transition-delay:.15s}
.lhm-nav>ul>li:nth-child(6){transition-delay:.18s}
.lhm-nav>ul>li:nth-child(7){transition-delay:.21s}
.lhm-nav>ul>li:nth-child(8){transition-delay:.24s}

/* Item */
.lhm-wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 14px;border-radius:var(--lhm-radius);transition:all var(--lhm-f) var(--lhm-e);position:relative;margin:2px 0}
.lhm-hover-slide .lhm-wrap:hover{background:rgba(255,255,255,.1);transform:translateX(4px)}
.lhm-hover-scale .lhm-wrap:hover{background:rgba(255,255,255,.1);transform:scale(1.02)}
.lhm-hover-glow .lhm-wrap:hover{background:rgba(255,255,255,.1);box-shadow:0 0 20px rgba(255,255,255,.15)}
.lhm-wrap:active{transform:scale(.99)}

/* Underline */
.lhm-underline{position:absolute;bottom:var(--lhm-up);left:14px;right:14px;height:var(--lhm-us);background:currentColor;opacity:.3;transition:opacity var(--lhm-f) ease;pointer-events:none}
.lhm-wrap:hover .lhm-underline{opacity:.6}
.lhm-has-child-underline .has-sub>.lhm-wrap .lhm-underline{opacity:.8}
.lhm-has-child-underline .lhm-nav ul ul .has-sub>.lhm-wrap{position:relative}
.lhm-has-child-underline .lhm-nav ul ul .has-sub>.lhm-wrap::after{content:'';position:absolute;bottom:4px;left:14px;right:14px;height:1px;background:currentColor;opacity:.4;pointer-events:none}
.lhm-has-child-underline .lhm-nav ul ul ul .has-sub>.lhm-wrap::after{opacity:.3}
.lhm-tpl-simple.lhm-has-child-underline .has-sub>.lhm-wrap .lhm-underline,
.lhm-tpl-aqua.lhm-has-child-underline .has-sub>.lhm-wrap .lhm-underline,
.lhm-tpl-trust.lhm-has-child-underline .has-sub>.lhm-wrap .lhm-underline,
.lhm-tpl-clearblue.lhm-has-child-underline .has-sub>.lhm-wrap .lhm-underline{height:inherit;opacity:inherit}
.lhm-tpl-simple.lhm-has-child-underline .lhm-nav ul ul .has-sub>.lhm-wrap::after,
.lhm-tpl-aqua.lhm-has-child-underline .lhm-nav ul ul .has-sub>.lhm-wrap::after,
.lhm-tpl-trust.lhm-has-child-underline .lhm-nav ul ul .has-sub>.lhm-wrap::after,
.lhm-tpl-clearblue.lhm-has-child-underline .lhm-nav ul ul .has-sub>.lhm-wrap::after{left:0;right:0}

/* Links */
.lhm-nav a{text-decoration:none;font-size:17px;font-weight:500;color:inherit;flex-grow:1;text-align:left;display:flex;align-items:center;gap:14px;line-height:1.45;letter-spacing:.02em;transition:opacity var(--lhm-f) ease}

/* Toggle */
.lhm-toggle{background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.12);width:var(--lhm-toggle-size, 44px)!important;height:var(--lhm-toggle-size, 44px)!important;min-width:var(--lhm-toggle-size, 44px)!important;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:inherit;border-radius:12px;transition:all var(--lhm-f) var(--lhm-e)}
.lhm-toggle:hover{background:rgba(255,255,255,.18);transform:scale(1.06)}
.lhm-toggle:active{transform:scale(.94)}
.lhm-toggle i{font-size:calc(var(--lhm-toggle-size, 44px) * 0.32)!important;transition:transform var(--lhm-m) cubic-bezier(.34,1.56,.64,1)}
.lhm-toggle.is-active{background:rgba(255,255,255,.15)}
.lhm-toggle.is-active i{transform:rotate(180deg)}
.lhm-toggle-plain .lhm-toggle{background:transparent!important;border:none!important;box-shadow:none!important}
.lhm-toggle-plain .lhm-toggle:hover{background:rgba(255,255,255,.1)!important}

/* Submenu Default (Apply to all) */
.lhm-nav ul ul{display:none;padding:6px 0 6px 16px;border-left:2px solid rgba(255,255,255,.15);margin-left:20px;margin-top:4px;transition:all var(--lhm-f) ease}
.lhm-nav ul ul.is-open{display:block}
.lhm-no-child-line .lhm-nav ul ul, .lhm-no-child-line .lhm-nav ul ul ul{border-left:0!important;padding-left:0;margin-left:14px}

/* Template Specific Overrides */
.lhm-tpl-simple .lhm-nav ul ul, .lhm-tpl-aqua .lhm-nav ul ul, .lhm-tpl-trust .lhm-nav ul ul {
    border-left-color: rgba(0,0,0,.1);
}
.lhm-nav ul ul .lhm-wrap{padding:12px;border-radius:10px}
.lhm-nav ul ul a{font-size:15px;font-weight:400;opacity:.92}
.lhm-nav ul ul ul{padding-left:12px;margin-left:12px;border-left:2px solid rgba(255,255,255,.15)}
.lhm-nav ul ul ul a{font-size:14px}
.lhm-nav ul ul .lhm-toggle{width:calc(var(--lhm-toggle-size, 44px) * 0.86)!important;height:calc(var(--lhm-toggle-size, 44px) * 0.86)!important;min-width:calc(var(--lhm-toggle-size, 44px) * 0.86)!important;border-radius:10px}
.lhm-nav ul ul .lhm-toggle i{font-size:calc(var(--lhm-toggle-size, 44px) * 0.27)!important}

/* Animation */
#lhm-overlay.lhm-anim .lhm-nav ul ul{overflow:hidden;max-height:0;opacity:0;transition:max-height var(--lhm-m) var(--lhm-e),opacity var(--lhm-f) ease,padding var(--lhm-f) ease;padding-top:0;padding-bottom:0}
#lhm-overlay.lhm-anim .lhm-nav ul ul.is-open{max-height:800px;opacity:1;padding-top:6px;padding-bottom:6px}

/* Images */
.lhm-img{width:36px;height:36px;object-fit:cover;border-radius:10px;flex-shrink:0;transition:transform var(--lhm-f) ease}
.lhm-wrap:hover .lhm-img{transform:scale(1.06)}
.lhm-nav ul ul .lhm-img{width:28px;height:28px;border-radius:8px}
#lhm-overlay:not(.lhm-img-pc) .lhm-img{display:none}
@media(max-width:768px){#lhm-overlay:not(.lhm-img-mobile) .lhm-img{display:none}#lhm-overlay.lhm-img-mobile .lhm-img{display:block}}

/* Search */
.lhm-search{margin-top:28px;padding:20px 0 0;width:100%;border-top:1px solid rgba(255,255,255,.08)}
.lhm-search form{display:flex;position:relative}
.lhm-search input[type="search"],.lhm-search input[type="text"]{width:100%;background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.1);border-radius:12px;padding:16px 18px 16px 48px;color:inherit;font-size:15px;outline:none;transition:all var(--lhm-f) ease}
.lhm-search form::before{content:'\f002';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:18px;top:50%;transform:translateY(-50%);opacity:.45;font-size:15px}
.lhm-search input::placeholder{color:inherit;opacity:.4}
.lhm-search input:focus{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.3);box-shadow:0 0 0 3px rgba(255,255,255,.08)}
.lhm-search input[type="submit"],.lhm-search button,.lhm-search label{display:none}

/* --- 追加テーマ (Supreme Edition) --- */

/* Sunset Template */
.lhm-tpl-sunset{background:linear-gradient(135deg,#ff512f 0%,#dd2476 100%)!important}
.lhm-tpl-sunset .lhm-wrap{background:rgba(255,255,255,.1);border-radius:12px}
.lhm-tpl-sunset .lhm-underline{background:#fff!important;opacity:.4}

/* Ocean Template */
.lhm-tpl-ocean{background:linear-gradient(135deg,#2193b0 0%,#6dd5ed 100%)!important}
.lhm-tpl-ocean .lhm-wrap{background:rgba(255,255,255,.05);border-radius:var(--lhm-radius)}

/* Dark Template */
.lhm-tpl-dark{background:#000!important}
.lhm-tpl-dark .lhm-wrap{border-bottom:1px solid #222;border-radius:0}

/* Forest Template */
.lhm-tpl-forest{background:linear-gradient(180deg,#134e5e 0%,#71b280 100%)!important}

/* Candy Template - Pop and Colorful */
.lhm-tpl-candy{background:linear-gradient(45deg,#ff9a9e 0%,#fad0c4 99%,#fad0c4 100%)!important;color:#d81b60!important}
.lhm-tpl-candy .lhm-wrap{border-radius:30px;padding:16px 22px;background:rgba(255,255,255,.5);margin:6px 0}
.lhm-tpl-candy .lhm-wrap:hover{background:rgba(255,255,255,.8);transform:scale(1.05) rotate(1deg)}
.lhm-tpl-candy .lhm-underline{display:none}
.lhm-tpl-candy .lhm-toggle{background:#fff;border:none;box-shadow:0 4px 10px rgba(216,27,96,.2);border-radius:50%}

/* Midnight Template - Mystical Purple */
.lhm-tpl-midnight{background:linear-gradient(180deg,#200122 0%,#6f0000 100%)!important}
.lhm-tpl-midnight .lhm-wrap{border-radius:var(--lhm-radius);padding:18px 16px;background:rgba(255,255,255,.05)}
.lhm-tpl-midnight .lhm-wrap:hover{background:rgba(255,255,255,.12);box-shadow:0 0 15px rgba(255,255,255,.1)}
.lhm-tpl-midnight .lhm-underline{background:linear-gradient(90deg,transparent,#e1bee7,transparent)!important;height:1px;opacity:.4}

/* Trust Template - Corporate Blue */
.lhm-tpl-trust{background:#f8faff!important;color:#1e3a5f!important}
.lhm-tpl-trust .lhm-wrap{border-radius:8px;background:#fff;border:1px solid #e0e6ed;margin:6px 0;padding:20px 18px;box-shadow:0 2px 8px rgba(30,58,95,0.05)}
.lhm-tpl-trust .lhm-wrap:hover{border-color:#3b82f6;background:#f0f7ff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,0.12)}
.lhm-tpl-trust .lhm-underline{display:none}
.lhm-tpl-trust .lhm-nav a{font-weight:600;color:#1e3a5f;font-size:16px}
.lhm-tpl-trust .lhm-toggle{background:#eef2ff;border:1px solid #dbeafe;color:#3b82f6;border-radius:6px}

/* Global Template - Dark Corporate */
.lhm-tpl-global{background:#0f172a!important;color:#f8fafc!important}
.lhm-tpl-global .lhm-wrap{border-radius:0;border-left:4px solid transparent;background:rgba(255,255,255,0.02);margin:1px 0;padding:18px 20px;transition:all 0.2s ease}
.lhm-tpl-global .lhm-wrap:hover{background:rgba(255,255,255,0.05);border-left-color:#38bdf8;padding-left:28px}
.lhm-tpl-global .lhm-underline{display:none}
.lhm-tpl-global .lhm-nav a{font-weight:400;letter-spacing:0.05em;text-transform:uppercase;font-size:15px}

/* Prestige Template - Gold Luxury */
.lhm-tpl-prestige{background:linear-gradient(180deg, #1a1a1a 0%, #000 100%)!important;color:#d4af37!important}
.lhm-tpl-prestige .lhm-wrap{border-radius:0;padding:22px 16px;border-bottom:1px solid rgba(212,175,55,0.2)}
.lhm-tpl-prestige .lhm-wrap:hover{background:rgba(212,175,55,0.05)}
.lhm-tpl-prestige .lhm-underline{background:linear-gradient(90deg, transparent, #d4af37, transparent)!important;height:1px;opacity:0.5}

/* Onyx Template - Deep Black */
.lhm-tpl-onyx{background:#050505!important;color:#a3a3a3!important}
.lhm-tpl-onyx .lhm-wrap{border-radius:12px;padding:20px 24px;border:1px solid #1a1a1a;margin:8px 0}
.lhm-tpl-onyx .lhm-wrap:hover{border-color:#404040;background:#0a0a0a;color:#fff}

/* Aurora Template - Northern Lights */
.lhm-tpl-aurora{background:linear-gradient(180deg,#0a1628 0%,#1a3a5c 30%,#2d5a7b 50%,#1a8a6e 70%,#2dd4a8 100%)!important}
.lhm-tpl-aurora .lhm-wrap{border-radius:var(--lhm-radius);padding:18px 16px;background:rgba(255,255,255,.05)}
.lhm-tpl-aurora .lhm-wrap:hover{background:rgba(255,255,255,.12)}
.lhm-tpl-aurora .lhm-underline{background:linear-gradient(90deg,#00d9ff,#2dd4a8,#ff00ff)!important;height:2px}

/* Cherry Template - Sakura Pink */
.lhm-tpl-cherry{background:linear-gradient(180deg,#fce4ec 0%,#f8bbd9 50%,#f48fb1 100%)!important;color:#880e4f!important}
.lhm-tpl-cherry .lhm-wrap{border-radius:16px;padding:16px 18px;background:rgba(255,255,255,.4)}
.lhm-tpl-cherry .lhm-wrap:hover{background:rgba(255,255,255,.6)}
.lhm-tpl-cherry .lhm-underline{background:#f06292!important;height:2px}

/* Arctic Template - Ice Blue */
.lhm-tpl-arctic{background:linear-gradient(180deg,#e0f7fa 0%,#b2ebf2 50%,#80deea 100%)!important;color:#006064!important}
.lhm-tpl-arctic .lhm-wrap{border-radius:0;padding:20px 16px;background:rgba(255,255,255,.3);border-bottom:1px solid rgba(0,96,100,.1)}
.lhm-tpl-arctic .lhm-wrap:hover{background:rgba(255,255,255,.5)}

/* Volcano Template - Lava Red */
.lhm-tpl-volcano{background:linear-gradient(180deg,#3e2723 0%,#bf360c 50%,#ff3d00 100%)!important}
.lhm-tpl-volcano .lhm-wrap{border-radius:4px;padding:18px 16px;background:rgba(0,0,0,.2)}
.lhm-tpl-volcano .lhm-wrap:hover{background:rgba(0,0,0,.4)}
.lhm-tpl-volcano .lhm-underline{background:#ff9e80!important;height:3px}

/* Lavender Template - Healing Purple */
.lhm-tpl-lavender{background:linear-gradient(180deg,#f3e5f5 0%,#e1bee7 50%,#ce93d8 100%)!important;color:#4a148c!important}
.lhm-tpl-lavender .lhm-wrap{border-radius:24px;padding:14px 20px;background:rgba(255,255,255,.5)}
.lhm-tpl-lavender .lhm-wrap:hover{background:rgba(255,255,255,.7)}
.lhm-tpl-lavender .lhm-underline{display:none}

/* Bronze Template - Antique */
.lhm-tpl-bronze{background:linear-gradient(180deg,#4e342e 0%,#3e2723 100%)!important}
.lhm-tpl-bronze .lhm-wrap{border-radius:0;padding:22px 16px;border-bottom:1px solid rgba(161,136,127,.2)}
.lhm-tpl-bronze .lhm-wrap:hover{background:rgba(161,136,127,.1)}
.lhm-tpl-bronze .lhm-underline{background:#a1887f!important;height:1px;opacity:.6}

/* Cosmic Template - Space */
.lhm-tpl-cosmic{background:radial-gradient(circle at center,#1a237e 0%,#0d47a1 50%,#010101 100%)!important}
.lhm-tpl-cosmic .lhm-wrap{border-radius:var(--lhm-radius);padding:18px 16px;background:rgba(255,255,255,.03)}
.lhm-tpl-cosmic .lhm-wrap:hover{background:rgba(255,255,255,.08);box-shadow:0 0 15px rgba(255,255,255,.1)}
.lhm-tpl-cosmic .lhm-underline{background:linear-gradient(90deg,transparent,#fff,transparent)!important;height:1px;opacity:.3}

/* Mint Template - Fresh Green */
.lhm-tpl-mint{background:linear-gradient(180deg,#e8f5e9 0%,#c8e6c9 50%,#a5d6a7 100%)!important;color:#1b5e20!important}
.lhm-tpl-mint .lhm-wrap{border-radius:12px;padding:16px 18px;background:rgba(255,255,255,.4)}
.lhm-tpl-mint .lhm-wrap:hover{background:rgba(255,255,255,.6)}
.lhm-tpl-mint .lhm-underline{background:#4caf50!important;height:2px}

/* Wine Template - Deep Red */
.lhm-tpl-wine{background:linear-gradient(180deg,#4a0e0e 0%,#2d0a0a 100%)!important}
.lhm-tpl-wine .lhm-wrap{border-radius:0;padding:20px 16px;border-bottom:1px solid rgba(183,110,121,.15)}
.lhm-tpl-wine .lhm-wrap:hover{background:rgba(183,110,121,.05)}
.lhm-tpl-wine .lhm-underline{background:#b76e79!important;height:1px;opacity:.4}

/* Cyber Template - Digital Blue */
.lhm-tpl-cyber{background:linear-gradient(180deg,#000428 0%,#004e92 100%)!important}
.lhm-tpl-cyber .lhm-wrap{border-radius:0;padding:18px 20px;border-left:2px solid #00d2ff;margin:2px 0;background:rgba(0,210,255,.03)}
.lhm-tpl-cyber .lhm-wrap:hover{background:rgba(0,210,255,.1);box-shadow:0 0 20px rgba(0,210,255,.2)}
.lhm-tpl-cyber .lhm-underline{display:none}
.lhm-tpl-cyber .lhm-nav a{font-family:monospace;letter-spacing:.1em;text-transform:uppercase;color:#00d2ff!important}
.lhm-tpl-cyber .lhm-toggle{border:1px solid #00d2ff;color:#00d2ff;border-radius:0}

/* Royal Template - Deep Purple & Gold */
.lhm-tpl-royal{background:linear-gradient(135deg,#2b1055 0%,#7597de 100%)!important}
.lhm-tpl-royal .lhm-wrap{border-radius:12px;padding:20px 18px;background:rgba(255,255,255,.05);border:1px solid rgba(212,175,55,.3);margin:6px 0}
.lhm-tpl-royal .lhm-wrap:hover{background:rgba(255,255,255,.12);border-color:#d4af37;box-shadow:0 0 20px rgba(212,175,55,.2)}
.lhm-tpl-royal .lhm-underline{display:none}
.lhm-tpl-royal .lhm-nav a{color:#f0e68c!important;font-weight:600}
.lhm-tpl-royal .lhm-toggle{background:rgba(212,175,55,.15);border:1px solid #d4af37;color:#d4af37}

/* Steel Template - Metallic */
.lhm-tpl-steel{background:linear-gradient(180deg,#eceff1 0%,#cfd8dc 50%,#b0bec5 100%)!important;color:#263238!important}
.lhm-tpl-steel .lhm-wrap{border-radius:4px;padding:18px 16px;background:rgba(255,255,255,.3);border:1px solid rgba(38,50,56,.1)}
.lhm-tpl-steel .lhm-wrap:hover{background:rgba(255,255,255,.5);border-color:rgba(38,50,56,.2)}
.lhm-tpl-steel .lhm-underline{display:none}

/* Submenu */
.lhm-tpl-elegant .lhm-wrap{border-radius:var(--lhm-radius)}
.lhm-tpl-elegant .lhm-underline{opacity:.25}

.lhm-tpl-modern .lhm-wrap{border-radius:0;padding:18px 10px}
.lhm-tpl-modern .lhm-wrap:hover{background:0;transform:none}
.lhm-tpl-modern .lhm-underline{left:0;right:0;height:2px;opacity:.2}
.lhm-tpl-modern .lhm-wrap:hover .lhm-underline{opacity:1}
.lhm-tpl-modern .lhm-nav a{font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:14px}
.lhm-tpl-modern .lhm-toggle{border-radius:4px;background:0;border:0}

.lhm-tpl-soft .lhm-wrap{border-radius:20px;padding:14px 18px}
.lhm-tpl-soft .lhm-wrap:hover{transform:scale(1.02)}
.lhm-tpl-soft .lhm-underline{display:none}
.lhm-tpl-soft .lhm-toggle{border-radius:50%;width:40px;height:40px;min-width:40px}
.lhm-tpl-soft .lhm-nav a{font-weight:400}

.lhm-tpl-bold .lhm-wrap{border-radius:8px;padding:20px 16px}
.lhm-tpl-bold .lhm-wrap:hover{transform:translateX(8px)}
.lhm-tpl-bold .lhm-underline{height:3px;opacity:.4;left:0;right:0}
.lhm-tpl-bold .lhm-wrap:hover .lhm-underline{opacity:.9}
.lhm-tpl-bold .lhm-nav a{font-weight:700;font-size:18px}
.lhm-tpl-bold .lhm-toggle{border-radius:8px;border-width:2px}

.lhm-tpl-minimal .lhm-wrap{border-radius:0;padding:14px 0}
.lhm-tpl-minimal .lhm-wrap:hover{background:0;transform:none}
.lhm-tpl-minimal .lhm-underline{height:1px;opacity:.15;left:0;right:0;bottom:0}
.lhm-tpl-minimal .lhm-wrap:hover .lhm-underline{opacity:.4}
.lhm-tpl-minimal .lhm-toggle{background:0;border:0;width:32px;height:32px;min-width:32px}
.lhm-tpl-minimal .lhm-nav ul ul{border-left:1px solid rgba(255,255,255,.1)}

.lhm-tpl-aqua{background:linear-gradient(180deg,#2196F3 0%,#03A9F4 50%,#00BCD4 100%)!important;backdrop-filter:none!important}
.lhm-tpl-aqua .lhm-wrap{border-radius:0;padding:16px 12px}
.lhm-tpl-aqua .lhm-wrap:hover{background:rgba(255,255,255,.08);transform:none}
.lhm-tpl-aqua .lhm-underline{height:1px;background:rgba(255,255,255,.2)!important;opacity:1;left:0;right:0}
.lhm-tpl-aqua .lhm-nav a{font-weight:400;font-size:16px}
.lhm-tpl-aqua .lhm-toggle{width:36px;height:36px;min-width:36px}
.lhm-tpl-aqua .lhm-toggle:hover{transform:none}
.lhm-tpl-aqua .lhm-nav ul ul{border-left:2px solid rgba(255,255,255,.15);margin-left:20px;padding-left:16px;border-bottom:0}
.lhm-tpl-aqua .lhm-nav ul ul .lhm-wrap{border-bottom:0;padding:12px}
.lhm-tpl-aqua .lhm-search{border-top:0}
.lhm-tpl-aqua .lhm-search input{background:rgba(255,255,255,.15);border:0;border-radius:6px}

/* Glass Template */
.lhm-tpl-glass{background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 100%)!important;backdrop-filter:blur(40px) saturate(200%)!important;border-left:1px solid rgba(255,255,255,.2)}
.lhm-tpl-glass .lhm-wrap{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;margin:4px 0}
.lhm-tpl-glass .lhm-wrap:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);box-shadow:0 8px 32px rgba(0,0,0,.1)}
.lhm-tpl-glass .lhm-underline{display:none}
.lhm-tpl-glass .lhm-toggle{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:12px}
.lhm-tpl-glass .lhm-nav ul ul{border-left:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);border-radius:12px;padding:8px;margin-top:8px}

/* Neon Template */
.lhm-tpl-neon{background:linear-gradient(180deg,#0a0a0a 0%,#1a0a2e 100%)!important}
.lhm-tpl-neon .lhm-wrap{border-radius:0;border-bottom:1px solid rgba(255,0,255,.2)}
.lhm-tpl-neon .lhm-wrap:hover{background:rgba(255,0,255,.08);box-shadow:0 0 30px rgba(255,0,255,.2)}
.lhm-tpl-neon .lhm-underline{background:linear-gradient(90deg,#ff00ff,#00ffff)!important;height:2px;opacity:.6}
.lhm-tpl-neon .lhm-wrap:hover .lhm-underline{opacity:1;box-shadow:0 0 10px rgba(255,0,255,.5)}
.lhm-tpl-neon .lhm-nav a{font-weight:300;letter-spacing:.05em;text-shadow:0 0 10px rgba(255,255,255,.3)}
.lhm-tpl-neon .lhm-toggle{background:0;border:1px solid rgba(255,0,255,.3);border-radius:4px}
.lhm-tpl-neon .lhm-toggle:hover{border-color:rgba(0,255,255,.6);box-shadow:0 0 15px rgba(0,255,255,.3)}
.lhm-tpl-neon .lhm-search input{background:rgba(255,0,255,.08);border:1px solid rgba(255,0,255,.2)}
.lhm-tpl-neon .lhm-search input:focus{border-color:rgba(0,255,255,.5);box-shadow:0 0 20px rgba(0,255,255,.2)}

/* Chic Template */
.lhm-tpl-chic{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%)!important}
.lhm-tpl-chic .lhm-wrap{border-radius:0;padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.06)}
.lhm-tpl-chic .lhm-wrap:hover{background:rgba(255,255,255,.04)}
.lhm-tpl-chic .lhm-underline{height:1px;opacity:.15;left:0;right:0;bottom:0}
.lhm-tpl-chic .lhm-nav a{font-weight:300;font-size:15px;letter-spacing:.08em;text-transform:uppercase}
.lhm-tpl-chic .lhm-toggle{background:0;border:0;width:28px;height:28px;min-width:28px}
.lhm-tpl-chic .lhm-nav ul ul{border-left:0;padding-left:20px}
.lhm-tpl-chic .lhm-nav ul ul a{font-size:13px;letter-spacing:.06em}

/* Natural Template */
.lhm-tpl-natural{background:linear-gradient(180deg,#2d4a3e 0%,#1a2f27 100%)!important}
.lhm-tpl-natural .lhm-wrap{border-radius:12px;background:rgba(255,255,255,.03)}
.lhm-tpl-natural .lhm-wrap:hover{background:rgba(255,255,255,.08)}
.lhm-tpl-natural .lhm-underline{background:rgba(200,230,200,.5)!important;height:2px;border-radius:2px}
.lhm-tpl-natural .lhm-nav a{font-weight:400}
.lhm-tpl-natural .lhm-toggle{background:rgba(200,230,200,.1);border:1px solid rgba(200,230,200,.2);border-radius:10px}
.lhm-tpl-natural .lhm-search input{background:rgba(200,230,200,.1);border:1px solid rgba(200,230,200,.15)}

/* Corporate Template */
.lhm-tpl-corporate{background:linear-gradient(180deg,#1e3a5f 0%,#0d1f33 100%)!important}
.lhm-tpl-corporate .lhm-wrap{border-radius:8px;padding:18px 16px;border-left:3px solid transparent}
.lhm-tpl-corporate .lhm-wrap:hover{background:rgba(255,255,255,.06);border-left-color:rgba(100,180,255,.8)}
.lhm-tpl-corporate .lhm-underline{display:none}
.lhm-tpl-corporate .lhm-nav a{font-weight:500;font-size:15px}
.lhm-tpl-corporate .lhm-toggle{background:rgba(100,180,255,.1);border:1px solid rgba(100,180,255,.2);border-radius:6px}
.lhm-tpl-corporate .lhm-nav ul ul{border-left:2px solid rgba(100,180,255,.3);margin-left:16px}
.lhm-tpl-corporate .lhm-search input{background:rgba(100,180,255,.1);border:1px solid rgba(100,180,255,.2)}

/* Luxury Template */
.lhm-tpl-luxury{background:linear-gradient(180deg,#1a1a1a 0%,#0a0a0a 100%)!important}
.lhm-tpl-luxury .lhm-wrap{border-radius:0;padding:22px 16px;border-bottom:1px solid rgba(212,175,55,.15)}
.lhm-tpl-luxury .lhm-wrap:hover{background:rgba(212,175,55,.05)}
.lhm-tpl-luxury .lhm-underline{background:linear-gradient(90deg,rgba(212,175,55,.8),rgba(255,215,0,.8))!important;height:1px;opacity:.5}
.lhm-tpl-luxury .lhm-wrap:hover .lhm-underline{opacity:1}
.lhm-tpl-luxury .lhm-nav a{font-weight:300;font-size:16px;letter-spacing:.1em;text-transform:uppercase}
.lhm-tpl-luxury .lhm-toggle{background:0;border:1px solid rgba(212,175,55,.3);border-radius:2px}
.lhm-tpl-luxury .lhm-toggle:hover{border-color:rgba(212,175,55,.6)}
.lhm-tpl-luxury .lhm-nav ul ul{border-left:1px solid rgba(212,175,55,.2)}
.lhm-tpl-luxury .lhm-search{border-top:1px solid rgba(212,175,55,.15)}
.lhm-tpl-luxury .lhm-search input{background:rgba(212,175,55,.05);border:1px solid rgba(212,175,55,.2)}
.lhm-tpl-luxury .lhm-search input:focus{border-color:rgba(212,175,55,.5)}

/* Simple Template - Clean Modern */
.lhm-tpl-simple{background:#fff!important;color:#333!important}
.lhm-tpl-simple .lhm-wrap{border-radius:0;padding:18px 0;margin:0}
.lhm-tpl-simple .lhm-wrap:hover{background:0;transform:none}
.lhm-tpl-simple .lhm-underline{left:0;right:0;height:1px;background:#e0e0e0!important;opacity:1}
.lhm-tpl-simple .lhm-wrap:hover .lhm-underline{background:#999!important}
.lhm-tpl-simple .lhm-nav a{font-weight:400;font-size:16px;letter-spacing:0;color:#333}
.lhm-tpl-simple .lhm-toggle{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08);border-radius:8px;width:36px;height:36px;min-width:36px}
.lhm-tpl-simple .lhm-toggle:hover{background:rgba(0,0,0,.08)}
.lhm-tpl-simple .lhm-toggle i{color:#666}
.lhm-toggle-plain.lhm-tpl-simple .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-simple .lhm-nav ul ul{border-left:2px solid rgba(0,0,0,.08);margin-left:16px;padding:8px 0 8px 16px;margin-top:4px}
.lhm-tpl-simple .lhm-nav ul ul .lhm-wrap{padding:12px 0;border-bottom:0}
.lhm-tpl-simple .lhm-nav ul ul a{font-size:15px;color:#555}
.lhm-tpl-simple .lhm-nav ul ul ul{border-left:2px solid rgba(0,0,0,.06)}
.lhm-tpl-simple .lhm-search{border-top:0;margin-top:40px;padding-top:0}
.lhm-tpl-simple .lhm-search input{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;color:#333;padding:14px 16px 14px 44px}
.lhm-tpl-simple .lhm-search input::placeholder{color:#999}
.lhm-tpl-simple .lhm-search input:focus{background:#fff;border-color:#ccc;box-shadow:none}
.lhm-tpl-simple .lhm-search form::before{color:#999}

/* Clear Blue Template - Modern Simple/Aqua Style */
.lhm-tpl-clearblue{background:linear-gradient(160deg,#e8f4fc 0%,#f0f8ff 100%)!important;color:#1e3a5f!important}
.lhm-tpl-clearblue .lhm-wrap{border-radius:12px;padding:18px 14px}
.lhm-tpl-clearblue .lhm-wrap:hover{background:rgba(59,130,246,.08);transform:none}
.lhm-tpl-clearblue .lhm-underline{height:2px;background:linear-gradient(90deg,#3b82f6,#60a5fa)!important;opacity:.6;left:0;right:0}
.lhm-tpl-clearblue .lhm-nav a{font-weight:500;font-size:16px;color:#1e3a5f}
.lhm-tpl-clearblue .lhm-toggle{background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.15);border-radius:10px}
.lhm-tpl-clearblue .lhm-toggle:hover{background:rgba(59,130,246,.15)}
.lhm-tpl-clearblue .lhm-toggle i{color:#3b82f6}
.lhm-toggle-plain.lhm-tpl-clearblue .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-clearblue .lhm-nav ul ul{border-left:2px solid rgba(59,130,246,.2);margin-left:18px;padding-left:16px}
.lhm-tpl-clearblue .lhm-nav ul ul a{color:#3d5a80}
.lhm-tpl-clearblue .lhm-search{border-top:1px solid rgba(59,130,246,.15)}
.lhm-tpl-clearblue .lhm-search input{background:rgba(255,255,255,.8);border:1px solid rgba(59,130,246,.2);color:#1e3a5f}
.lhm-tpl-clearblue .lhm-search input::placeholder{color:#6b8ab0}
.lhm-tpl-clearblue .lhm-search input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}
.lhm-tpl-clearblue .lhm-search form::before{color:#3b82f6}

/* Recommend Area - Hidden by default, shown only in affiliate template */
.lhm-recommend{display:none}
.lhm-tpl-affiliate .lhm-recommend{display:block}

/* Affiliate Template - With Recommend Area */
.lhm-tpl-affiliate{background:linear-gradient(180deg,#fafafa 0%,#f5f5f5 100%)!important;color:#333!important}
.lhm-tpl-affiliate .lhm-wrap{border-radius:8px;padding:16px 12px;border-bottom:1px solid #eee}
.lhm-tpl-affiliate .lhm-wrap:hover{background:rgba(255,107,53,.06);transform:none}
.lhm-tpl-affiliate .lhm-underline{display:none}
.lhm-tpl-affiliate .lhm-nav a{font-weight:500;font-size:15px;color:#333}
.lhm-tpl-affiliate .lhm-toggle{background:#fff;border:1px solid #ddd;border-radius:6px}
.lhm-tpl-affiliate .lhm-toggle:hover{background:#f5f5f5;border-color:#ccc}
.lhm-tpl-affiliate .lhm-toggle i{color:#ff6b35}
.lhm-toggle-plain.lhm-tpl-affiliate .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-affiliate .lhm-nav ul ul{border-left:3px solid #ff6b35;margin-left:12px;padding-left:14px;background:rgba(255,107,53,.02)}
.lhm-tpl-affiliate .lhm-nav ul ul a{color:#555}
.lhm-tpl-affiliate .lhm-search{border-top:1px solid #e0e0e0;margin-top:20px}
.lhm-tpl-affiliate .lhm-search input{background:#fff;border:2px solid #ff6b35;border-radius:8px;color:#333}
.lhm-tpl-affiliate .lhm-search input::placeholder{color:#999}
.lhm-tpl-affiliate .lhm-search input:focus{box-shadow:0 0 0 3px rgba(255,107,53,.15)}
.lhm-tpl-affiliate .lhm-search form::before{color:#ff6b35}
.lhm-tpl-affiliate .lhm-recommend{margin-top:24px;padding:20px;background:#fff;border-radius:12px;border:1px solid #eee}
.lhm-tpl-affiliate .lhm-recommend-title{font-size:13px;font-weight:700;color:#ff6b35;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}
.lhm-tpl-affiliate .lhm-recommend-items{display:flex;flex-direction:column;gap:10px}
.lhm-tpl-affiliate .lhm-recommend-item{display:flex;align-items:center;gap:12px;padding:10px;background:#fafafa;border-radius:8px;text-decoration:none;color:#333;transition:all .2s}
.lhm-tpl-affiliate .lhm-recommend-item:hover{background:#fff5f0;transform:translateX(4px)}
.lhm-tpl-affiliate .lhm-recommend-item img{width:50px;height:50px;object-fit:cover;border-radius:6px;flex-shrink:0}
.lhm-tpl-affiliate .lhm-recommend-item span{font-size:14px;font-weight:500;line-height:1.4}

/* Contemporary Template - Modern Website Style */
.lhm-tpl-contemporary{background:linear-gradient(135deg,#18181b 0%,#27272a 100%)!important;color:#fafafa!important}
.lhm-tpl-contemporary .lhm-wrap{border-radius:0;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.lhm-tpl-contemporary .lhm-wrap:hover{background:transparent;transform:none}
.lhm-tpl-contemporary .lhm-wrap:hover a{color:#a78bfa}
.lhm-tpl-contemporary .lhm-underline{display:none}
.lhm-tpl-contemporary .lhm-nav a{font-weight:300;font-size:22px;letter-spacing:.05em;text-transform:uppercase;transition:color .2s}
.lhm-tpl-contemporary .lhm-toggle{background:transparent;border:1px solid rgba(167,139,250,.3);border-radius:50%}
.lhm-tpl-contemporary .lhm-toggle:hover{background:rgba(167,139,250,.1);border-color:rgba(167,139,250,.5)}
.lhm-tpl-contemporary .lhm-toggle i{color:#a78bfa}
.lhm-toggle-plain.lhm-tpl-contemporary .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-contemporary .lhm-nav ul ul{border-left:1px solid rgba(167,139,250,.2);margin-left:0;padding-left:24px}
.lhm-tpl-contemporary .lhm-nav ul ul .lhm-wrap{border-bottom:0;padding:12px 0}
.lhm-tpl-contemporary .lhm-nav ul ul a{font-size:15px;text-transform:none;letter-spacing:0;font-weight:400;color:rgba(250,250,250,.7)}
.lhm-tpl-contemporary .lhm-search{border-top:1px solid rgba(255,255,255,.06);margin-top:32px}
.lhm-tpl-contemporary .lhm-search input{background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.2);border-radius:0;padding:16px 16px 16px 44px}
.lhm-tpl-contemporary .lhm-search input:focus{border-color:#a78bfa;box-shadow:none}
.lhm-tpl-contemporary .lhm-search form::before{color:#a78bfa}

/* Lawyer Template - Professional Law Firm Style */
.lhm-tpl-lawyer{background:linear-gradient(180deg,#0f172a 0%,#1e293b 100%)!important;color:#f1f5f9!important}
.lhm-tpl-lawyer .lhm-wrap{border-radius:0;padding:18px 16px;border-left:3px solid transparent;transition:all .2s}
.lhm-tpl-lawyer .lhm-wrap:hover{background:rgba(203,166,103,.08);border-left-color:#cba667;transform:none}
.lhm-tpl-lawyer .lhm-underline{height:1px;background:#cba667!important;opacity:.3;left:0;right:0}
.lhm-tpl-lawyer .lhm-wrap:hover .lhm-underline{opacity:.7}
.lhm-tpl-lawyer .lhm-nav a{font-weight:400;font-size:16px;letter-spacing:.03em;font-family:Georgia,'Times New Roman',serif}
.lhm-tpl-lawyer .lhm-toggle{background:rgba(203,166,103,.1);border:1px solid rgba(203,166,103,.25);border-radius:4px}
.lhm-tpl-lawyer .lhm-toggle:hover{background:rgba(203,166,103,.2);border-color:rgba(203,166,103,.4)}
.lhm-tpl-lawyer .lhm-toggle i{color:#cba667}
.lhm-toggle-plain.lhm-tpl-lawyer .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-lawyer .lhm-nav ul ul{border-left:1px solid rgba(203,166,103,.2);margin-left:20px;padding-left:18px}
.lhm-tpl-lawyer .lhm-nav ul ul a{color:#94a3b8;font-size:15px}
.lhm-tpl-lawyer .lhm-search{border-top:1px solid rgba(203,166,103,.15);margin-top:28px}
.lhm-tpl-lawyer .lhm-search input{background:rgba(203,166,103,.05);border:1px solid rgba(203,166,103,.2);border-radius:4px}
.lhm-tpl-lawyer .lhm-search input:focus{border-color:#cba667;box-shadow:0 0 0 2px rgba(203,166,103,.1)}
.lhm-tpl-lawyer .lhm-search form::before{color:#cba667}

/* Neo Tokyo Template - Cyberpunk Bold Style */
.lhm-tpl-neotokyo{background:linear-gradient(135deg,#0a0a0f 0%,#1a0a2e 50%,#0f0a1a 100%)!important;color:#fff!important}
.lhm-tpl-neotokyo .lhm-wrap{border-radius:0;padding:18px 14px;border-bottom:1px solid rgba(255,0,128,.15);position:relative;overflow:hidden}
.lhm-tpl-neotokyo .lhm-wrap::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#ff0080,#00ffff);opacity:0;transition:opacity .2s}
.lhm-tpl-neotokyo .lhm-wrap:hover{background:rgba(255,0,128,.05);transform:none}
.lhm-tpl-neotokyo .lhm-wrap:hover::before{opacity:1}
.lhm-tpl-neotokyo .lhm-underline{height:2px;background:linear-gradient(90deg,#ff0080,#00ffff)!important;opacity:.5;left:0;right:0}
.lhm-tpl-neotokyo .lhm-nav a{font-weight:700;font-size:17px;letter-spacing:.08em;text-transform:uppercase}
.lhm-tpl-neotokyo .lhm-toggle{background:rgba(255,0,128,.1);border:1px solid rgba(255,0,128,.3);border-radius:4px}
.lhm-tpl-neotokyo .lhm-toggle:hover{background:rgba(255,0,128,.2);border-color:#ff0080;box-shadow:0 0 15px rgba(255,0,128,.3)}
.lhm-tpl-neotokyo .lhm-toggle i{color:#00ffff}
.lhm-toggle-plain.lhm-tpl-neotokyo .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-neotokyo .lhm-nav ul ul{border-left:2px solid rgba(0,255,255,.3);margin-left:16px;padding-left:16px}
.lhm-tpl-neotokyo .lhm-nav ul ul a{color:#a0e7ff;font-size:14px;text-transform:none;letter-spacing:.02em;font-weight:500}
.lhm-tpl-neotokyo .lhm-search{border-top:1px solid rgba(255,0,128,.2);margin-top:24px}
.lhm-tpl-neotokyo .lhm-search input{background:rgba(0,0,0,.5);border:1px solid rgba(255,0,128,.3);border-radius:0}
.lhm-tpl-neotokyo .lhm-search input:focus{border-color:#00ffff;box-shadow:0 0 10px rgba(0,255,255,.2),inset 0 0 10px rgba(0,255,255,.05)}
.lhm-tpl-neotokyo .lhm-search form::before{color:#ff0080}

/* Mobile */
@media(max-width:768px){
#lhm-trigger{top:16px;right:16px}
.lhm-trigger-boxed{width:50px!important;height:50px!important}
.lhm-nav{max-width:340px!important;padding:0 22px}
#lhm-overlay{padding-top:85px}
.lhm-wrap{padding:14px 12px}
.lhm-nav a{font-size:16px}
.lhm-toggle{width:42px;height:42px;min-width:42px}
}

/* Scrollbar */
.lhm-nav::-webkit-scrollbar{width:4px}
.lhm-nav::-webkit-scrollbar-track{background:0}
.lhm-nav::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:4px}

/* A11y */
.lhm-nav a:focus-visible,.lhm-toggle:focus-visible,#lhm-trigger:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media print{#lhm-trigger,#lhm-overlay{display:none!important}}
