/* 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;--lhm-text-box:25px;--lhm-sub-text-box:22px;--lhm-sub-toggle-size:38px}

/* 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:0;left:14px;right:14px;height:var(--lhm-us);background:currentColor;opacity:.3;transition:all var(--lhm-f) ease;pointer-events:none}
.lhm-nav>ul>.has-sub>.lhm-wrap .lhm-underline{--lhm-toggle-offset:calc((var(--lhm-toggle-size, 44px) - var(--lhm-text-box, 25px)) / 2);bottom:var(--lhm-toggle-offset)}
.lhm-nav ul ul .has-sub>.lhm-wrap .lhm-underline{--lhm-sub-toggle-offset:calc((var(--lhm-sub-toggle-size, 38px) - var(--lhm-sub-text-box, 22px)) / 2);bottom:var(--lhm-sub-toggle-offset)}
.lhm-wrap:hover .lhm-underline{opacity:.6}
.lhm-has-child-underline .has-sub>.lhm-wrap .lhm-underline{opacity:.6}
.lhm-has-child-underline .has-sub>.lhm-wrap:hover .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-has-child-underline .lhm-nav ul ul .has-sub>.lhm-wrap::after{left:0;right:0}
.lhm-wrap:hover a, .lhm-wrap:hover span{color:inherit!important}

/* 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;padding-bottom:var(--lhm-lang-offset, 0px)}
.lhm-nav a:not(:has(span:lang(ja))):not(:has(span:lang(zh))):not(:has(span:lang(ko))){--lhm-lang-offset: 7px}

/* 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 i, .lhm-toggle svg{width:100%;height:100%;max-width:20px;max-height:20px;transition:transform var(--lhm-m) cubic-bezier(.34,1.56,.64,1)}
.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}
.lhm-toggle.is-active{background:rgba(255,255,255,.15)}
.lhm-toggle.is-active i{transform:rotate(180deg)!important}

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

/* 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}
.lhm-tpl-aurora .lhm-nav a{font-weight:400;letter-spacing:.02em}
.lhm-tpl-aurora .lhm-toggle{background:rgba(45,212,168,.15);border:1px solid rgba(45,212,168,.3);border-radius:10px}
.lhm-tpl-aurora .lhm-search input{background:rgba(45,212,168,.1);border:1px solid rgba(45,212,168,.2)}

/* 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}
.lhm-tpl-cherry .lhm-toggle{background:rgba(240,98,146,.15);border:1.5px solid rgba(240,98,146,.3);color:#880e4f}
.lhm-tpl-cherry .lhm-search input{background:rgba(255,255,255,.3);border:1px solid #f8bbd9;color:#880e4f}

/* 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)}
.lhm-tpl-arctic .lhm-underline{display:none}
.lhm-tpl-arctic .lhm-toggle{background:rgba(0,151,167,.1);border:1px solid rgba(0,151,167,.2);color:#006064}

/* 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}
.lhm-tpl-volcano .lhm-toggle{background:rgba(255,61,0,.2);border:1.5px solid rgba(255,61,0,.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}
.lhm-tpl-trust .lhm-search input{background:#fff;border:1px solid #e0e6ed;color:#1e3a5f}
.lhm-tpl-trust .lhm-search input:focus{border-color:#3b82f6}

/* 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}
.lhm-tpl-global .lhm-toggle{background:rgba(255,255,255,0.05);border:0;border-radius:0}

/* Prestige Template - High-end Corporate Gold */
.lhm-tpl-prestige{background:linear-gradient(180deg,#0f1115 0%,#1a1d23 100%)!important;color:#e2e8f0!important}
.lhm-tpl-prestige .lhm-wrap{border-radius:0;margin:0;padding:24px 20px;border-bottom:1px solid rgba(212,175,55,0.1);position:relative;overflow:hidden}
.lhm-tpl-prestige .lhm-wrap::after{content:'';position:absolute;left:0;top:0;width:3px;height:100%;background:#d4af37;transform:scaleY(0);transition:transform 0.3s ease;transform-origin:bottom}
.lhm-tpl-prestige .lhm-wrap:hover{background:rgba(212,175,55,0.03)}
.lhm-tpl-prestige .lhm-wrap:hover::after{transform:scaleY(1)}
.lhm-tpl-prestige .lhm-underline{display:none}
.lhm-tpl-prestige .lhm-nav a{font-weight:300;letter-spacing:0.12em;text-transform:uppercase;font-size:14px;color:#cbd5e1}
.lhm-tpl-prestige .lhm-nav a:hover{color:#d4af37}
.lhm-tpl-prestige{--lhm-toggle-size:32px}
.lhm-tpl-prestige .lhm-toggle{background:0;border:1px solid rgba(212,175,55,0.2);color:#d4af37;border-radius:0}
.lhm-tpl-prestige .lhm-search input{background:0;border:0;border-bottom:1px solid rgba(212,175,55,0.2);border-radius:0;padding-left:40px}
.lhm-tpl-prestige .lhm-search input:focus{border-bottom-color:#d4af37}

/* Prestige Gold Template - Gold Luxury */
.lhm-tpl-prestigegold{background:linear-gradient(180deg,#1a1a1a 0%,#000 100%)!important;color:#d4af37!important}
.lhm-tpl-prestigegold .lhm-wrap{border-radius:0;padding:22px 16px;border-bottom:1px solid rgba(212,175,55,0.2)}
.lhm-tpl-prestigegold .lhm-wrap:hover{background:rgba(212,175,55,0.05)}
.lhm-tpl-prestigegold .lhm-underline{background:linear-gradient(90deg,transparent,#d4af37,transparent)!important;height:1px;opacity:0.5}
.lhm-tpl-prestigegold .lhm-nav a{font-weight:300;letter-spacing:0.15em;text-transform:uppercase}
.lhm-tpl-prestigegold .lhm-toggle{border:1px solid #d4af37;border-radius:0;background:0}

/* 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}
.lhm-tpl-onyx .lhm-underline{display:none}
.lhm-tpl-onyx .lhm-nav a{font-weight:500}
.lhm-tpl-onyx .lhm-toggle{background:#111;border:1px solid #222;border-radius:8px}

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

/* 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}
.lhm-tpl-lavender .lhm-toggle{background:rgba(123,31,162,.1);border-radius:50%}

/* 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}
.lhm-tpl-bronze .lhm-nav a{font-weight:300;letter-spacing:.05em}

/* 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}
.lhm-tpl-wine .lhm-nav a{font-weight:400;letter-spacing:.03em}
.lhm-tpl-wine .lhm-toggle{background:rgba(183,110,121,.15);border:1px solid rgba(183,110,121,.3);border-radius:6px}

/* 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 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:var(--lhm-sub-toggle-size, 38px);height:var(--lhm-sub-toggle-size, 38px);min-width:var(--lhm-sub-toggle-size, 38px);border-radius:10px}
.lhm-nav ul ul .lhm-toggle i{font-size:calc(var(--lhm-sub-toggle-size, 38px) * 0.32)}

/* 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}

/* Templates */
.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-size:40px}
.lhm-tpl-soft .lhm-toggle{border-radius:50%}
.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}
.lhm-tpl-minimal .lhm-wrap:hover .lhm-underline{opacity:.4}
.lhm-tpl-minimal{--lhm-toggle-size:32px}
.lhm-tpl-minimal .lhm-toggle{background:0;border:0}
.lhm-tpl-minimal .lhm-nav ul ul{border-left:1px solid rgba(255,255,255,.1)}

.lhm-tpl-aqua{background:linear-gradient(180deg,#1976d2 0%,#2196f3 50%,#42a5f5 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-size: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}
.lhm-tpl-chic .lhm-nav a{font-weight:300;font-size:15px;letter-spacing:.08em;text-transform:uppercase}
.lhm-tpl-chic{--lhm-toggle-size:28px}
.lhm-tpl-chic .lhm-toggle{background:0;border:0}
.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-size:36px}
.lhm-tpl-simple .lhm-toggle{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08);border-radius:8px}
.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}

/* Sunset Template - Warm Gradient */
.lhm-tpl-sunset{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 50%,#ffc107 100%)!important}
.lhm-tpl-sunset .lhm-wrap{border-radius:var(--lhm-radius);padding:18px 16px;background:rgba(255,255,255,.1)}
.lhm-tpl-sunset .lhm-wrap:hover{background:rgba(255,255,255,.2)}
.lhm-tpl-sunset .lhm-underline{background:rgba(255,255,255,.5)!important;height:2px}
.lhm-tpl-sunset .lhm-wrap:hover .lhm-underline{opacity:.9}
.lhm-tpl-sunset .lhm-nav a{font-weight:600;font-size:17px;text-shadow:0 1px 2px rgba(0,0,0,.2)}
.lhm-tpl-sunset .lhm-toggle{background:rgba(255,255,255,.15);border:0;border-radius:50%}
.lhm-tpl-sunset .lhm-toggle:hover{background:rgba(255,255,255,.3)}
.lhm-tpl-sunset .lhm-nav ul ul{background:rgba(0,0,0,.1);border-radius:8px;border-left:0}
.lhm-tpl-sunset .lhm-search input{background:rgba(255,255,255,.2);border:0;color:#fff}
.lhm-tpl-sunset .lhm-search input::placeholder{color:rgba(255,255,255,.7)}

/* Ocean Template - Deep Blue */
.lhm-tpl-ocean{background:linear-gradient(180deg,#0077b6 0%,#023e8a 50%,#03045e 100%)!important}
.lhm-tpl-ocean .lhm-wrap{border-radius:var(--lhm-radius);padding:18px 16px;background:rgba(255,255,255,.05)}
.lhm-tpl-ocean .lhm-wrap:hover{background:rgba(255,255,255,.12)}
.lhm-tpl-ocean .lhm-underline{background:rgba(144,224,239,.7)!important;height:2px}
.lhm-tpl-ocean .lhm-wrap:hover .lhm-underline{opacity:1}
.lhm-tpl-ocean .lhm-nav a{font-weight:500;font-size:17px}
.lhm-tpl-ocean .lhm-toggle{background:rgba(144,224,239,.15);border:1px solid rgba(144,224,239,.3);border-radius:8px}
.lhm-tpl-ocean .lhm-toggle:hover{background:rgba(144,224,239,.25);border-color:rgba(144,224,239,.5)}
.lhm-tpl-ocean .lhm-nav ul ul{border-left:2px solid rgba(144,224,239,.3)}
.lhm-tpl-ocean .lhm-search input{background:rgba(255,255,255,.1);border:1px solid rgba(144,224,239,.3)}
.lhm-tpl-ocean .lhm-search input:focus{border-color:rgba(144,224,239,.6)}

/* Dark Template - Pure Black Minimal */
.lhm-tpl-dark{background:#000!important}
.lhm-tpl-dark .lhm-wrap{border-radius:0;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.lhm-tpl-dark .lhm-wrap:hover{background:0}
.lhm-tpl-dark .lhm-underline{display:none}
.lhm-tpl-dark .lhm-nav a{font-weight:300;font-size:18px;letter-spacing:.05em}
.lhm-tpl-dark .lhm-nav a:hover{opacity:.6}
.lhm-tpl-dark{--lhm-toggle-size:28px}
.lhm-tpl-dark .lhm-toggle{background:0;border:0}
.lhm-tpl-dark .lhm-nav ul ul{border-left:1px solid rgba(255,255,255,.1);margin-left:0;padding-left:20px}
.lhm-tpl-dark .lhm-nav ul ul a{font-size:15px;font-weight:300}
.lhm-tpl-dark .lhm-search{border-top:1px solid rgba(255,255,255,.08)}
.lhm-tpl-dark .lhm-search input{background:0;border:1px solid rgba(255,255,255,.15);border-radius:0}
.lhm-tpl-dark .lhm-search input:focus{border-color:rgba(255,255,255,.4)}

/* Forest Template - Deep Green */
.lhm-tpl-forest{background:linear-gradient(180deg,#1b4332 0%,#2d6a4f 50%,#40916c 100%)!important}
.lhm-tpl-forest .lhm-wrap{border-radius:var(--lhm-radius);padding:18px 16px;background:rgba(255,255,255,.05)}
.lhm-tpl-forest .lhm-wrap:hover{background:rgba(255,255,255,.1)}
.lhm-tpl-forest .lhm-underline{background:rgba(183,228,199,.6)!important;height:2px}
.lhm-tpl-forest .lhm-wrap:hover .lhm-underline{opacity:1}
.lhm-tpl-forest .lhm-nav a{font-weight:500}
.lhm-tpl-forest .lhm-toggle{background:rgba(183,228,199,.1);border:1px solid rgba(183,228,199,.25);border-radius:10px}
.lhm-tpl-forest .lhm-toggle:hover{background:rgba(183,228,199,.2)}
.lhm-tpl-forest .lhm-nav ul ul{border-left:2px solid rgba(183,228,199,.25)}
.lhm-tpl-forest .lhm-search input{background:rgba(183,228,199,.1);border:1px solid rgba(183,228,199,.2)}

/* Candy Template - Pop Colorful */
.lhm-tpl-candy{background:linear-gradient(135deg,#ff6fd8 0%,#ff9a56 50%,#94bbe9 100%)!important}
.lhm-tpl-candy .lhm-wrap{border-radius:20px;padding:16px 18px;background:rgba(255,255,255,.2);margin:4px 0}
.lhm-tpl-candy .lhm-wrap:hover{background:rgba(255,255,255,.35);transform:scale(1.02)}
.lhm-tpl-candy .lhm-underline{display:none}
.lhm-tpl-candy .lhm-nav a{font-weight:700;font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.15)}
.lhm-tpl-candy{--lhm-toggle-size:40px}
.lhm-tpl-candy .lhm-toggle{background:rgba(255,255,255,.3);border:0;border-radius:50%}
.lhm-tpl-candy .lhm-toggle:hover{background:rgba(255,255,255,.5);transform:rotate(90deg)}
.lhm-tpl-candy .lhm-nav ul ul{border-left:0;background:rgba(255,255,255,.15);border-radius:16px;padding:8px}
.lhm-tpl-candy .lhm-search input{background:rgba(255,255,255,.3);border:0;border-radius:20px}
.lhm-tpl-candy .lhm-search input::placeholder{color:rgba(255,255,255,.8)}

/* Midnight Template - Night Sky */
.lhm-tpl-midnight{background:linear-gradient(180deg,#0f0c29 0%,#302b63 50%,#24243e 100%)!important}
.lhm-tpl-midnight .lhm-wrap{border-radius:var(--lhm-radius);padding:18px 16px;background:rgba(255,255,255,.03)}
.lhm-tpl-midnight .lhm-wrap:hover{background:rgba(255,255,255,.08)}
.lhm-tpl-midnight .lhm-underline{background:linear-gradient(90deg,rgba(147,112,219,.8),rgba(138,43,226,.8))!important;height:2px}
.lhm-tpl-midnight .lhm-wrap:hover .lhm-underline{opacity:1}
.lhm-tpl-midnight .lhm-nav a{font-weight:400;letter-spacing:.02em}
.lhm-tpl-midnight .lhm-toggle{background:rgba(147,112,219,.15);border:1px solid rgba(147,112,219,.25);border-radius:8px}
.lhm-tpl-midnight .lhm-toggle:hover{background:rgba(147,112,219,.25);border-color:rgba(147,112,219,.4)}
.lhm-tpl-midnight .lhm-nav ul ul{border-left:2px solid rgba(147,112,219,.25)}
.lhm-tpl-midnight .lhm-search input{background:rgba(147,112,219,.1);border:1px solid rgba(147,112,219,.2)}
.lhm-tpl-midnight .lhm-search input:focus{border-color:rgba(147,112,219,.5)}

/* 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}
.lhm-tpl-aurora .lhm-nav a{font-weight:400;letter-spacing:.02em}
.lhm-tpl-aurora .lhm-toggle{background:rgba(45,212,168,.15);border:1px solid rgba(45,212,168,.3);border-radius:10px}
.lhm-tpl-aurora .lhm-search input{background:rgba(45,212,168,.1);border:1px solid rgba(45,212,168,.2)}

/* 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:#c2185b!important;height:2px}
.lhm-tpl-cherry .lhm-nav a{font-weight:500;color:#880e4f}
.lhm-tpl-cherry .lhm-toggle{background:rgba(194,24,91,.1);border:1px solid rgba(194,24,91,.25);border-radius:12px}
.lhm-tpl-cherry .lhm-search input{background:rgba(255,255,255,.5);border:1px solid rgba(194,24,91,.2);color:#880e4f}

/* Arctic Template - Ice Glacier */
.lhm-tpl-arctic{background:linear-gradient(180deg,#e3f2fd 0%,#bbdefb 50%,#90caf9 100%)!important;color:#1565c0!important}
.lhm-tpl-arctic .lhm-wrap{border-radius:12px;padding:16px;background:rgba(255,255,255,.5);backdrop-filter:blur(10px)}
.lhm-tpl-arctic .lhm-wrap:hover{background:rgba(255,255,255,.7)}
.lhm-tpl-arctic .lhm-underline{background:#1976d2!important;height:2px;opacity:.5}
.lhm-tpl-arctic .lhm-nav a{font-weight:500;color:#1565c0}
.lhm-tpl-arctic .lhm-toggle{background:rgba(25,118,210,.1);border:1px solid rgba(25,118,210,.25);border-radius:10px}
.lhm-tpl-arctic .lhm-search input{background:rgba(255,255,255,.6);border:1px solid rgba(25,118,210,.2);color:#1565c0}

/* Volcano Template - Lava Red */
.lhm-tpl-volcano{background:linear-gradient(180deg,#1a0a0a 0%,#4a1515 30%,#8b2020 60%,#d32f2f 100%)!important}
.lhm-tpl-volcano .lhm-wrap{border-radius:0;padding:18px 16px;border-bottom:1px solid rgba(255,100,100,.2)}
.lhm-tpl-volcano .lhm-wrap:hover{background:rgba(255,100,100,.1)}
.lhm-tpl-volcano .lhm-underline{background:linear-gradient(90deg,#ff5722,#ff9800)!important;height:3px}
.lhm-tpl-volcano .lhm-nav a{font-weight:600;letter-spacing:.03em}
.lhm-tpl-volcano .lhm-toggle{background:rgba(255,87,34,.15);border:1px solid rgba(255,87,34,.3);border-radius:8px}
.lhm-tpl-volcano .lhm-search input{background:rgba(255,87,34,.1);border:1px solid rgba(255,87,34,.2)}

/* Lavender Template - Healing Purple */
.lhm-tpl-lavender{background:linear-gradient(180deg,#f3e5f5 0%,#e1bee7 50%,#ce93d8 100%)!important;color:#6a1b9a!important}
.lhm-tpl-lavender .lhm-wrap{border-radius:20px;padding:16px 18px;background:rgba(255,255,255,.4)}
.lhm-tpl-lavender .lhm-wrap:hover{background:rgba(255,255,255,.6);transform:scale(1.01)}
.lhm-tpl-lavender .lhm-underline{display:none}
.lhm-tpl-lavender .lhm-nav a{font-weight:400;color:#6a1b9a}
.lhm-tpl-lavender{--lhm-toggle-size:40px}
.lhm-tpl-lavender .lhm-toggle{background:rgba(106,27,154,.1);border:0;border-radius:50%}
.lhm-tpl-lavender .lhm-search input{background:rgba(255,255,255,.5);border:1px solid rgba(106,27,154,.2);color:#6a1b9a}

/* Bronze Template - Antique Style */
.lhm-tpl-bronze{background:linear-gradient(180deg,#3e2723 0%,#5d4037 50%,#8d6e63 100%)!important}
.lhm-tpl-bronze .lhm-wrap{border-radius:4px;padding:18px 16px;border-bottom:1px solid rgba(205,170,125,.2)}
.lhm-tpl-bronze .lhm-wrap:hover{background:rgba(205,170,125,.1)}
.lhm-tpl-bronze .lhm-underline{background:#cdaa7d!important;height:2px}
.lhm-tpl-bronze .lhm-nav a{font-weight:500;font-family:Georgia,serif;letter-spacing:.03em}
.lhm-tpl-bronze .lhm-toggle{background:rgba(205,170,125,.15);border:1px solid rgba(205,170,125,.3);border-radius:4px}
.lhm-tpl-bronze .lhm-search input{background:rgba(205,170,125,.1);border:1px solid rgba(205,170,125,.25)}

/* Cosmic Template - Space Mystery */
.lhm-tpl-cosmic{background:linear-gradient(180deg,#000428 0%,#004e92 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 20px rgba(100,180,255,.2)}
.lhm-tpl-cosmic .lhm-underline{background:linear-gradient(90deg,#667eea,#764ba2)!important;height:2px}
.lhm-tpl-cosmic .lhm-nav a{font-weight:300;letter-spacing:.04em}
.lhm-tpl-cosmic .lhm-toggle{background:rgba(102,126,234,.15);border:1px solid rgba(102,126,234,.3);border-radius:10px}
.lhm-tpl-cosmic .lhm-search input{background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.25)}

/* Mint Template - Fresh Mint */
.lhm-tpl-mint{background:linear-gradient(180deg,#e0f2f1 0%,#b2dfdb 50%,#80cbc4 100%)!important;color:#00695c!important}
.lhm-tpl-mint .lhm-wrap{border-radius:14px;padding:16px 18px;background:rgba(255,255,255,.5)}
.lhm-tpl-mint .lhm-wrap:hover{background:rgba(255,255,255,.7)}
.lhm-tpl-mint .lhm-underline{background:#00897b!important;height:2px}
.lhm-tpl-mint .lhm-nav a{font-weight:500;color:#00695c}
.lhm-tpl-mint .lhm-toggle{background:rgba(0,137,123,.1);border:1px solid rgba(0,137,123,.25);border-radius:10px}
.lhm-tpl-mint .lhm-search input{background:rgba(255,255,255,.6);border:1px solid rgba(0,137,123,.2);color:#00695c}

/* Wine Template - Premium Wine Red */
.lhm-tpl-wine{background:linear-gradient(180deg,#1a0a10 0%,#4a1a28 50%,#722f37 100%)!important}
.lhm-tpl-wine .lhm-wrap{border-radius:6px;padding:18px 16px;border-bottom:1px solid rgba(183,110,121,.2)}
.lhm-tpl-wine .lhm-wrap:hover{background:rgba(183,110,121,.1)}
.lhm-tpl-wine .lhm-underline{background:#b76e79!important;height:2px}
.lhm-tpl-wine .lhm-nav a{font-weight:400;letter-spacing:.03em}
.lhm-tpl-wine .lhm-toggle{background:rgba(183,110,121,.15);border:1px solid rgba(183,110,121,.3);border-radius:6px}
.lhm-tpl-wine .lhm-search input{background:rgba(183,110,121,.1);border:1px solid rgba(183,110,121,.25)}

/* Steel Template - Metallic Gray */
.lhm-tpl-steel{background:linear-gradient(180deg,#37474f 0%,#546e7a 50%,#78909c 100%)!important}
.lhm-tpl-steel .lhm-wrap{border-radius:0;padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.1)}
.lhm-tpl-steel .lhm-wrap:hover{background:rgba(255,255,255,.05)}
.lhm-tpl-steel .lhm-underline{background:#cfd8dc!important;height:2px;opacity:.5}
.lhm-tpl-steel .lhm-nav a{font-weight:500;letter-spacing:.04em;text-transform:uppercase;font-size:14px}
.lhm-tpl-steel .lhm-toggle{background:rgba(207,216,220,.1);border:1px solid rgba(207,216,220,.25);border-radius:4px}
.lhm-tpl-steel .lhm-search input{background:rgba(207,216,220,.1);border:1px solid rgba(207,216,220,.2)}

/* 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}
.lhm-tpl-trust .lhm-search input{background:#fff;border:1px solid #e0e6ed;color:#1e3a5f}
.lhm-tpl-trust .lhm-search input:focus{border-color:#3b82f6}

/* 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:24px}
.lhm-tpl-global .lhm-underline{height:1px;background:rgba(255,255,255,0.05)!important;left:0;right:0}
.lhm-tpl-global .lhm-nav a{font-weight:400;letter-spacing:0.03em;font-size:15px;color:#cbd5e1}
.lhm-tpl-global .lhm-nav a:hover{color:#f8fafc}
.lhm-tpl-global .lhm-toggle{background:0;border:0;color:#64748b}
.lhm-tpl-global .lhm-toggle:hover{color:#38bdf8}
.lhm-tpl-global .lhm-search input{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);border-radius:4px}
.lhm-tpl-global .lhm-search input:focus{border-color:#38bdf8;background:rgba(255,255,255,0.05)}

/* Prestige Template - High-end Corporate Gold */
.lhm-tpl-prestige{background:linear-gradient(180deg,#0f1115 0%,#1a1d23 100%)!important;color:#e2e8f0!important}
.lhm-tpl-prestige .lhm-wrap{border-radius:0;margin:0;padding:24px 20px;border-bottom:1px solid rgba(212,175,55,0.1);position:relative;overflow:hidden}
.lhm-tpl-prestige .lhm-wrap::after{content:'';position:absolute;left:0;top:0;width:3px;height:100%;background:#d4af37;transform:scaleY(0);transition:transform 0.3s ease;transform-origin:bottom}
.lhm-tpl-prestige .lhm-wrap:hover{background:rgba(212,175,55,0.03)}
.lhm-tpl-prestige .lhm-wrap:hover::after{transform:scaleY(1)}
.lhm-tpl-prestige .lhm-underline{display:none}
.lhm-tpl-prestige .lhm-nav a{font-weight:300;letter-spacing:0.12em;text-transform:uppercase;font-size:14px;color:#cbd5e1}
.lhm-tpl-prestige .lhm-nav a:hover{color:#d4af37}
.lhm-tpl-prestige{--lhm-toggle-size:32px}
.lhm-tpl-prestige .lhm-toggle{background:0;border:1px solid rgba(212,175,55,0.2);color:#d4af37;border-radius:0}
.lhm-tpl-prestige .lhm-search input{background:0;border:0;border-bottom:1px solid rgba(212,175,55,0.2);border-radius:0;padding-left:40px}
.lhm-tpl-prestige .lhm-search input:focus{border-bottom-color:#d4af37}

/* Onyx Template - Chic Corporate Dark */
.lhm-tpl-onyx{background:#050505!important;color:#a0a0a0!important}
.lhm-tpl-onyx .lhm-wrap{border-radius:12px;margin:8px 0;padding:18px;background:#0a0a0a;border:1px solid #1a1a1a;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}
.lhm-tpl-onyx .lhm-wrap:hover{background:#111;border-color:#333;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.5)}
.lhm-tpl-onyx .lhm-underline{display:none}
.lhm-tpl-onyx .lhm-nav a{font-weight:400;letter-spacing:0.01em;font-size:16px}
.lhm-tpl-onyx .lhm-toggle{background:#111;border:0;color:#444;border-radius:8px}
.lhm-tpl-onyx .lhm-toggle:hover{color:#fff;background:#222}
.lhm-tpl-onyx .lhm-search input{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:8px}
.lhm-tpl-onyx .lhm-search input:focus{border-color:#333;background:#111}

/* Language Adjustment for Underline */
.lhm-lang-ja .lhm-underline{--lhm-lang-offset:2px}
.lhm-lang-en .lhm-underline{--lhm-lang-offset:-2px}
.lhm-lang-auto .lhm-underline{--lhm-lang-offset:0px}
.lhm-underline{transform:translateY(calc(var(--lhm-up) + var(--lhm-lang-offset, 0px)))}

/* 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}

/* Blue Aura Template - Clean Blue Gradient (Image Reference Style) */
.lhm-tpl-blueaura{background:linear-gradient(180deg,#1976d2 0%,#2196f3 50%,#42a5f5 100%)!important;color:#fff!important}
.lhm-tpl-blueaura .lhm-wrap{border-radius:0;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.15);transition:background .2s}
.lhm-tpl-blueaura .lhm-wrap:hover{background:rgba(255,255,255,.08);transform:none}
.lhm-tpl-blueaura .lhm-underline{display:none}
.lhm-tpl-blueaura .lhm-nav a{font-weight:500;font-size:16px;letter-spacing:.02em}
.lhm-tpl-blueaura .lhm-toggle{background:transparent;border:none;border-radius:0}
.lhm-tpl-blueaura .lhm-toggle i{color:rgba(255,255,255,.7);font-size:14px}
.lhm-tpl-blueaura .lhm-toggle:hover i{color:#fff}
.lhm-toggle-plain.lhm-tpl-blueaura .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-blueaura .lhm-nav ul ul{border-left:none;margin-left:20px;padding-left:16px;background:rgba(0,0,0,.1);border-radius:8px;margin-top:8px}
.lhm-tpl-blueaura .lhm-nav ul ul a{color:rgba(255,255,255,.9);font-size:15px}
.lhm-tpl-blueaura .lhm-search{border-top:none;margin-top:24px;padding:0 4px}
.lhm-tpl-blueaura .lhm-search input{background:rgba(255,255,255,.15);border:none;border-radius:6px;color:#fff}
.lhm-tpl-blueaura .lhm-search input::placeholder{color:rgba(255,255,255,.7)}
.lhm-tpl-blueaura .lhm-search input:focus{background:rgba(255,255,255,.2);box-shadow:none}
.lhm-tpl-blueaura .lhm-search form::before{color:rgba(255,255,255,.7)}

/* Carbon Clear Template - Deep Blue Corporate Gradient */
.lhm-tpl-carbonclear{background:linear-gradient(180deg,#1c365f 0%,#1b4c82 50%,#1d5fa7 100%)!important;color:#fff!important}
.lhm-tpl-carbonclear .lhm-wrap{border-radius:0;padding:18px 22px;box-shadow:inset 0 -1px 0 rgba(255,255,255,.08);transition:background .2s}
.lhm-tpl-carbonclear .lhm-wrap:hover{background:rgba(77,208,225,.08);transform:none}
.lhm-tpl-carbonclear .lhm-underline{height:1px;background:#4dd0e1!important;opacity:.4;left:22px;right:22px}
.lhm-tpl-carbonclear .lhm-nav a{font-weight:500;font-size:16px;letter-spacing:.03em}
.lhm-tpl-carbonclear .lhm-toggle{background:rgba(77,208,225,.1);border:1px solid rgba(77,208,225,.2);border-radius:6px}
.lhm-tpl-carbonclear .lhm-toggle:hover{background:rgba(77,208,225,.2);border-color:rgba(77,208,225,.4)}
.lhm-tpl-carbonclear .lhm-toggle i{color:#4dd0e1}
.lhm-toggle-plain.lhm-tpl-carbonclear .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-carbonclear .lhm-nav ul ul{border-left:2px solid rgba(77,208,225,.25);margin-left:18px;padding-left:16px}
.lhm-tpl-carbonclear .lhm-nav ul ul a{color:#a0d8ef;font-size:15px}
.lhm-tpl-carbonclear .lhm-search{border-top:1px solid rgba(77,208,225,.15);margin-top:26px}
.lhm-tpl-carbonclear .lhm-search input{background:rgba(0,0,0,.2);border:1px solid rgba(77,208,225,.2);border-radius:6px}
.lhm-tpl-carbonclear .lhm-search input:focus{border-color:#4dd0e1;box-shadow:0 0 0 2px rgba(77,208,225,.15)}
.lhm-tpl-carbonclear .lhm-search form::before{color:#4dd0e1}

/* Navigator Template - Navy Gradient with Lime Accent */
.lhm-tpl-navigator{background:linear-gradient(180deg,#123154 0%,#184e77 60%,#1a6088 100%)!important;color:#fff!important}
.lhm-tpl-navigator .lhm-wrap{border-radius:8px;padding:16px 18px;margin:4px 0;transition:all .2s}
.lhm-tpl-navigator .lhm-wrap:hover{background:rgba(165,214,167,.1);transform:translateX(4px)}
.lhm-tpl-navigator .lhm-underline{height:2px;background:#a5d6a7!important;opacity:.6;border-radius:2px}
.lhm-tpl-navigator .lhm-nav a{font-weight:600;font-size:16px;letter-spacing:.01em}
.lhm-tpl-navigator .lhm-toggle{background:rgba(165,214,167,.15);border:none;border-radius:50%}
.lhm-tpl-navigator .lhm-toggle:hover{background:rgba(165,214,167,.25);box-shadow:0 0 12px rgba(165,214,167,.3)}
.lhm-tpl-navigator .lhm-toggle i{color:#a5d6a7}
.lhm-toggle-plain.lhm-tpl-navigator .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-navigator .lhm-nav ul ul{border-left:2px solid rgba(165,214,167,.3);margin-left:16px;padding-left:16px}
.lhm-tpl-navigator .lhm-nav ul ul a{color:#b8d4e3;font-size:15px}
.lhm-tpl-navigator .lhm-search{border-top:1px solid rgba(165,214,167,.2);margin-top:24px}
.lhm-tpl-navigator .lhm-search input{background:rgba(0,0,0,.15);border:1px solid rgba(165,214,167,.2);border-radius:20px}
.lhm-tpl-navigator .lhm-search input:focus{border-color:#a5d6a7;box-shadow:0 0 0 3px rgba(165,214,167,.15)}
.lhm-tpl-navigator .lhm-search form::before{color:#a5d6a7}

/* White Wing Template - Clean White Cards */
.lhm-tpl-whitewing{background:#ffffff!important;color:#1a1a2e!important}
.lhm-tpl-whitewing .lhm-wrap{border-radius:10px;padding:16px 20px;margin:6px 0;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .2s}
.lhm-tpl-whitewing .lhm-wrap:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}
.lhm-tpl-whitewing .lhm-underline{height:2px;background:linear-gradient(90deg,#3b82f6,#60a5fa)!important;opacity:1;border-radius:2px}
.lhm-tpl-whitewing .lhm-nav a{font-weight:600;font-size:16px;color:#1e293b}
.lhm-tpl-whitewing .lhm-toggle{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px}
.lhm-tpl-whitewing .lhm-toggle:hover{background:#e2e8f0;border-color:#cbd5e1}
.lhm-tpl-whitewing .lhm-toggle i{color:#64748b}
.lhm-toggle-plain.lhm-tpl-whitewing .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-whitewing .lhm-nav ul ul{border-left:2px solid #e2e8f0;margin-left:16px;padding-left:16px}
.lhm-tpl-whitewing .lhm-nav ul ul a{color:#475569;font-size:15px}
.lhm-tpl-whitewing .lhm-search{border-top:1px solid #e2e8f0;margin-top:20px}
.lhm-tpl-whitewing .lhm-search input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b}
.lhm-tpl-whitewing .lhm-search input::placeholder{color:#94a3b8}
.lhm-tpl-whitewing .lhm-search input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}
.lhm-tpl-whitewing .lhm-search form::before{color:#64748b}

/* Silky Sand Template - Warm Beige Elegant */
.lhm-tpl-silkysand{background:linear-gradient(180deg,#fdf8f2 0%,#faf5ed 100%)!important;color:#3d3225!important}
.lhm-tpl-silkysand .lhm-wrap{border-radius:0;padding:18px 22px;border-bottom:1px solid rgba(212,163,115,.2);transition:background .2s}
.lhm-tpl-silkysand .lhm-wrap:hover{background:rgba(212,163,115,.08);transform:none}
.lhm-tpl-silkysand .lhm-underline{height:1px;background:#d4a373!important;opacity:.5}
.lhm-tpl-silkysand .lhm-nav a{font-weight:500;font-size:16px;letter-spacing:.02em;color:#3d3225}
.lhm-tpl-silkysand .lhm-toggle{background:rgba(212,163,115,.1);border:1px solid rgba(212,163,115,.25);border-radius:6px}
.lhm-tpl-silkysand .lhm-toggle:hover{background:rgba(212,163,115,.2);border-color:rgba(212,163,115,.4)}
.lhm-tpl-silkysand .lhm-toggle i{color:#b8956e}
.lhm-toggle-plain.lhm-tpl-silkysand .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-silkysand .lhm-nav ul ul{border-left:2px solid rgba(212,163,115,.25);margin-left:18px;padding-left:16px}
.lhm-tpl-silkysand .lhm-nav ul ul a{color:#5a4a3a;font-size:15px}
.lhm-tpl-silkysand .lhm-search{border-top:1px solid rgba(212,163,115,.2);margin-top:24px}
.lhm-tpl-silkysand .lhm-search input{background:rgba(212,163,115,.08);border:1px solid rgba(212,163,115,.2);border-radius:6px;color:#3d3225}
.lhm-tpl-silkysand .lhm-search input::placeholder{color:#8b7355}
.lhm-tpl-silkysand .lhm-search input:focus{border-color:#d4a373;box-shadow:0 0 0 2px rgba(212,163,115,.15)}
.lhm-tpl-silkysand .lhm-search form::before{color:#b8956e}

/* Clean Bloom Template - Light Blue Modern */
.lhm-tpl-cleanbloom{background:#f7fbff!important;color:#1e3a5f!important}
.lhm-tpl-cleanbloom .lhm-wrap{border-radius:12px;padding:16px 20px;margin:5px 0;background:transparent;border-bottom:1px solid #e6eef5;transition:all .2s}
.lhm-tpl-cleanbloom .lhm-wrap:hover{background:rgba(92,156,230,.06);transform:none}
.lhm-tpl-cleanbloom .lhm-underline{height:2px;background:#5c9ce6!important;opacity:1;border-radius:2px}
.lhm-tpl-cleanbloom .lhm-nav a{font-weight:500;font-size:16px;color:#1e3a5f}
.lhm-tpl-cleanbloom .lhm-toggle{background:#eef4fb;border:none;border-radius:50%}
.lhm-tpl-cleanbloom .lhm-toggle:hover{background:#dce8f5}
.lhm-tpl-cleanbloom .lhm-toggle i{color:#5c9ce6}
.lhm-toggle-plain.lhm-tpl-cleanbloom .lhm-toggle{background:transparent!important;border:none!important}
.lhm-tpl-cleanbloom .lhm-nav ul ul{border-left:2px solid #d4e4f4;margin-left:16px;padding-left:16px}
.lhm-tpl-cleanbloom .lhm-nav ul ul a{color:#4a6a8a;font-size:15px}
.lhm-tpl-cleanbloom .lhm-search{border-top:1px solid #e6eef5;margin-top:22px}
.lhm-tpl-cleanbloom .lhm-search input{background:#fff;border:1px solid #d4e4f4;border-radius:20px;color:#1e3a5f}
.lhm-tpl-cleanbloom .lhm-search input::placeholder{color:#7a9cbe}
.lhm-tpl-cleanbloom .lhm-search input:focus{border-color:#5c9ce6;box-shadow:0 0 0 3px rgba(92,156,230,.12)}
.lhm-tpl-cleanbloom .lhm-search form::before{color:#5c9ce6}

/* 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-nav{--lhm-toggle-size: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}}
