
:root{--lbch-green:#087a49;--lbch-green-dark:#05613b;--lbch-mint:#ecf8f2;--lbch-ink:#111827;--lbch-muted:#667085;--lbch-line:#e6e9ee;--lbch-soft:#f7f9fb;--lbch-yellow:#f1b84b;--lbch-max:1180px;--lbch-radius:24px;--lbch-shadow:0 10px 32px rgba(15,23,42,.06)}
*{box-sizing:border-box}.lbch-site{font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Segoe UI",sans-serif;color:var(--lbch-ink);background:#fff;min-height:100vh}.lbch-site a{color:inherit;text-decoration:none}.lbch-site svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.lbch-container{width:min(calc(100% - 40px),var(--lbch-max));margin:0 auto}.lbch-skip-link{position:fixed;left:16px;top:-100px;z-index:99999;padding:12px 16px;background:#111;color:#fff!important;border-radius:10px}.lbch-skip-link:focus{top:16px}.lbch-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(230,233,238,.8);backdrop-filter:blur(16px)}body.admin-bar .lbch-header{top:32px}.lbch-header-inner{height:76px;display:flex;align-items:center;gap:28px}.lbch-brand{display:flex;align-items:center;gap:9px;min-width:170px;color:var(--lbch-green)!important;font-weight:900}.lbch-logo-mark{width:30px;height:30px}.lbch-logo-mark svg{width:100%;height:100%;stroke-width:1.7}.lbch-logo-text{font-size:25px;letter-spacing:-.04em}.lbch-logo-image{max-width:155px;max-height:46px;width:auto;height:auto}.lbch-desktop-nav{display:flex;align-items:center;justify-content:center;gap:34px;margin-left:auto}.lbch-desktop-nav a{font-size:15px;font-weight:750;white-space:nowrap}.lbch-desktop-nav a:hover{color:var(--lbch-green)}.lbch-header-actions{display:flex;align-items:center;gap:10px;margin-left:20px}.lbch-icon-button{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--lbch-line);border-radius:50%;background:#fff;color:var(--lbch-ink);cursor:pointer}.lbch-icon-button svg{width:22px;height:22px}.lbch-money-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 19px;border-radius:999px;background:var(--lbch-green);color:#fff!important;font-weight:850;font-size:14px}.lbch-mobile-only{display:none}.lbch-main{padding-bottom:86px}.lbch-hero{position:relative;margin-top:24px;border:1px solid #dcebe3;border-radius:28px;background:linear-gradient(135deg,#f6fbf8 0%,#eef8f4 52%,#fff 100%);overflow:hidden}.lbch-hero-track{position:relative;min-height:410px}.lbch-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:42px;padding:48px 70px;opacity:0;visibility:hidden;transform:translateX(18px);transition:opacity .35s ease,transform .35s ease,visibility .35s}.lbch-hero-slide.is-active{opacity:1;visibility:visible;transform:none}.lbch-hero-copy{position:relative;z-index:2;max-width:590px}.lbch-eyebrow{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#dff3e8;color:var(--lbch-green);font-size:12px;font-weight:900;margin-bottom:16px}.lbch-hero h1,.lbch-hero h2{font-size:42px;line-height:1.16;letter-spacing:-.045em;margin:0 0 18px;font-weight:900}.lbch-hero h2{font-size:38px}.lbch-hero-copy p{font-size:17px;line-height:1.75;color:#4b5563;margin:0;max-width:600px}.lbch-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 23px;border:0;border-radius:14px;font-size:15px;font-weight:850;cursor:pointer}.lbch-button svg{width:18px;height:18px}.lbch-button-primary{margin-top:25px;background:var(--lbch-green);color:#fff!important;box-shadow:0 10px 22px rgba(8,122,73,.18)}.lbch-button-primary:hover{background:var(--lbch-green-dark)}.lbch-hero-visual{height:315px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:22px}.lbch-hero-visual img{width:100%;height:100%;object-fit:contain}.lbch-hero-slide-post .lbch-hero-visual img{object-fit:cover;border-radius:22px}.lbch-slider-arrow{position:absolute;top:50%;z-index:5;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(17,24,39,.1);border-radius:50%;background:rgba(255,255,255,.88);color:#344054;cursor:pointer;transform:translateY(-50%)}.lbch-slider-arrow svg{width:20px;height:20px}.lbch-slider-prev{left:18px}.lbch-slider-prev svg{transform:rotate(180deg)}.lbch-slider-next{right:18px}.lbch-slider-dots{position:absolute;left:50%;bottom:16px;z-index:5;display:flex;gap:8px;transform:translateX(-50%)}.lbch-slider-dots button{width:9px;height:9px;border:0;border-radius:99px;background:#d6dbe2;padding:0;cursor:pointer}.lbch-slider-dots button.is-active{width:22px;background:var(--lbch-green)}.lbch-section{padding-top:64px}.lbch-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.lbch-section-heading h2{margin:0;font-size:28px;letter-spacing:-.035em}.lbch-section-heading>a{display:inline-flex;align-items:center;gap:5px;color:#525f70;font-size:14px;font-weight:750}.lbch-section-heading>a svg{width:15px}.lbch-accent-dot{color:var(--lbch-yellow)}.lbch-popular-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.lbch-popular-card{min-width:0}.lbch-popular-image{display:block;aspect-ratio:16/8.8;border-radius:20px;overflow:hidden;background:var(--lbch-soft)}.lbch-popular-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.lbch-popular-card:hover img{transform:scale(1.02)}.lbch-popular-copy{padding:14px 4px 0}.lbch-popular-copy>span,.lbch-latest-copy>span,.lbch-hub-copy>span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f1f4f7;color:#536072;font-size:11px;font-weight:850;margin-bottom:8px}.lbch-popular-copy h3{font-size:18px;line-height:1.45;letter-spacing:-.025em;margin:0;font-weight:850}.lbch-section-heading-stack{align-items:flex-end}.lbch-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.lbch-tabs::-webkit-scrollbar{display:none}.lbch-tab,.lbch-hub-filter{white-space:nowrap;border:1px solid #dfe3e8;background:#fff;color:#667085;border-radius:999px;padding:9px 15px;font-size:12px;font-weight:800;cursor:pointer}.lbch-tab.is-active,.lbch-hub-filter.is-active{background:#111827;color:#fff;border-color:#111827}.lbch-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 22px}.lbch-latest-card{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;align-items:start;border-bottom:1px solid var(--lbch-line);padding-bottom:22px}.lbch-latest-card[hidden],.lbch-hub-card[hidden]{display:none!important}.lbch-latest-image{display:block;aspect-ratio:4/3;border-radius:15px;overflow:hidden;background:var(--lbch-soft)}.lbch-latest-image img{width:100%;height:100%;object-fit:cover}.lbch-latest-copy h3{margin:0;font-size:17px;line-height:1.43;letter-spacing:-.025em}.lbch-latest-copy p{font-size:13px;line-height:1.65;color:var(--lbch-muted);margin:7px 0 0}.lbch-latest-copy time,.lbch-hub-copy time{display:block;margin-top:8px;color:#98a2b3;font-size:12px}.lbch-more-wrap{display:flex;justify-content:center;margin-top:30px}.lbch-button-quiet{background:#f2f4f7;color:#344054}.lbch-footer{border-top:1px solid var(--lbch-line);background:#fafbfc}.lbch-footer-inner{min-height:150px;display:grid;grid-template-columns:1.3fr 2fr auto;align-items:center;gap:34px;padding-top:34px;padding-bottom:34px}.lbch-footer-brand strong{font-size:20px}.lbch-footer-brand p{margin:8px 0 0;color:var(--lbch-muted);font-size:13px;line-height:1.6}.lbch-footer-links{display:flex;flex-wrap:wrap;gap:16px}.lbch-footer-links a{font-size:13px;color:#667085}.lbch-footer small{color:#98a2b3}.lbch-overlay{position:fixed;inset:0;z-index:1990;background:rgba(17,24,39,.42);backdrop-filter:blur(4px)}.lbch-panel,.lbch-quick-sheet{position:fixed;z-index:2000;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.2)}.lbch-search-panel{left:50%;top:100px;width:min(calc(100% - 32px),620px);padding:24px;border-radius:24px;transform:translateX(-50%)}.lbch-menu-drawer{right:0;top:0;bottom:0;width:min(420px,92vw);padding:28px}.lbch-panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.lbch-panel-head strong{font-size:22px}.lbch-panel-head button{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:#f2f4f7;cursor:pointer}.lbch-panel-head svg{width:20px}.lbch-search-form label{display:block;font-size:13px;font-weight:800;margin-bottom:8px}.lbch-search-form>div{display:grid;grid-template-columns:1fr 52px;border:1px solid #dfe3e8;border-radius:14px;overflow:hidden}.lbch-search-form input{height:52px;border:0;padding:0 16px;font-size:16px;outline:0}.lbch-search-form button{border:0;background:var(--lbch-green);color:#fff;display:grid;place-items:center}.lbch-search-form button svg{width:21px}.lbch-drawer-nav{display:grid}.lbch-drawer-nav a{display:flex;align-items:center;justify-content:space-between;padding:17px 2px;border-bottom:1px solid var(--lbch-line);font-size:17px;font-weight:800}.lbch-drawer-nav svg{width:18px}.lbch-drawer-money{color:var(--lbch-green)!important}.lbch-mobile-bottom{display:none}.lbch-quick-sheet{left:50%;bottom:0;width:min(640px,100%);padding:12px 22px calc(24px + env(safe-area-inset-bottom));border-radius:26px 26px 0 0;transform:translateX(-50%)}.lbch-sheet-handle{width:42px;height:5px;background:#d7dce2;border-radius:99px;margin:0 auto 14px}.lbch-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lbch-quick-grid a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;min-height:100px;border:1px solid var(--lbch-line);border-radius:18px;background:#fff;text-align:center}.lbch-quick-grid a>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eef8f3;color:var(--lbch-green)}.lbch-quick-grid svg{width:22px;height:22px}.lbch-quick-grid strong{font-size:12px}.lbch-hub-main{padding-bottom:90px}.lbch-hub-head{padding-top:74px;padding-bottom:42px}.lbch-hub-head h1{font-size:52px;letter-spacing:-.045em;margin:0 0 14px}.lbch-hub-head>p{font-size:17px;line-height:1.75;color:var(--lbch-muted);max-width:700px;margin:0}.lbch-hub-filters{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.lbch-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 28px;padding-bottom:80px}.lbch-hub-image{display:block;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:var(--lbch-soft)}.lbch-hub-image img{width:100%;height:100%;object-fit:cover}.lbch-hub-copy{padding-top:14px}.lbch-hub-copy h2{font-size:21px;line-height:1.45;margin:0;letter-spacing:-.03em}.lbch-hub-copy p{font-size:14px;line-height:1.7;color:var(--lbch-muted);margin:8px 0 0}.lbch-empty{grid-column:1/-1;padding:70px;border:1px dashed #cfd5dd;border-radius:22px;text-align:center}.lbch-empty p{color:var(--lbch-muted)}body.lbch-home-active .lb-money-home-hub,body.lbch-home-active #lb-money-home-fallback,body.lbch-home-active .lb-money-fallback-cta{display:none!important}
@media(max-width:980px){.lbch-desktop-nav{gap:18px}.lbch-money-button{display:none}.lbch-hero-slide{padding:44px 56px}.lbch-hero h1,.lbch-hero h2{font-size:36px}.lbch-popular-rail{gap:14px}.lbch-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lbch-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){body.admin-bar .lbch-header{top:46px}.lbch-site{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.lbch-container{width:min(calc(100% - 28px),var(--lbch-max))}.lbch-header-inner{height:76px}.lbch-brand{min-width:0}.lbch-logo-text{font-size:27px}.lbch-logo-image{max-width:140px;max-height:42px}.lbch-desktop-nav,.lbch-money-button{display:none}.lbch-mobile-only{display:grid}.lbch-header-actions{margin-left:auto}.lbch-icon-button{border:0;width:42px;height:42px}.lbch-hero{margin-top:14px;border-radius:22px}.lbch-hero-track{min-height:342px}.lbch-hero-slide{grid-template-columns:1.15fr .85fr;gap:10px;padding:30px 26px 42px}.lbch-hero h1,.lbch-hero h2{font-size:27px;line-height:1.3;margin-bottom:12px}.lbch-hero-copy p{font-size:13px;line-height:1.65}.lbch-eyebrow{display:none}.lbch-button{min-height:47px;font-size:14px;padding:0 19px}.lbch-button-primary{margin-top:18px}.lbch-hero-visual{height:230px}.lbch-slider-arrow{display:none}.lbch-slider-dots{bottom:12px}.lbch-section{padding-top:50px}.lbch-section-heading{margin-bottom:18px}.lbch-section-heading h2{font-size:25px}.lbch-section-heading>a{font-size:13px}.lbch-popular-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:6px;scrollbar-width:none}.lbch-popular-rail::-webkit-scrollbar{display:none}.lbch-popular-card{flex:0 0 46%;scroll-snap-align:start}.lbch-popular-image{border-radius:18px;aspect-ratio:1.3/1}.lbch-popular-copy{padding:11px 5px 0}.lbch-popular-copy h3{font-size:15px;line-height:1.42}.lbch-section-heading-stack{display:block}.lbch-tabs{margin-top:16px}.lbch-tab{padding:9px 14px}.lbch-latest-grid{grid-template-columns:1fr;gap:0}.lbch-latest-card{grid-template-columns:116px minmax(0,1fr);gap:14px;padding:15px 0;border-bottom:1px solid var(--lbch-line)}.lbch-latest-image{border-radius:14px}.lbch-latest-copy h3{font-size:16px}.lbch-latest-copy p{font-size:12px;line-height:1.55;margin-top:5px}.lbch-latest-copy time{font-size:11px;margin-top:5px}.lbch-more-wrap{margin-top:20px}.lbch-footer-inner{display:block;min-height:0;padding-top:30px;padding-bottom:92px}.lbch-footer-links{margin-top:20px}.lbch-footer small{display:block;margin-top:24px}.lbch-mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:1500;display:grid;grid-template-columns:repeat(4,1fr);height:calc(66px + env(safe-area-inset-bottom));padding:4px 8px env(safe-area-inset-bottom);border-top:1px solid var(--lbch-line);background:rgba(255,255,255,.97);backdrop-filter:blur(16px)}.lbch-mobile-bottom a,.lbch-mobile-bottom button{border:0;background:transparent;color:#667085;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:800}.lbch-mobile-bottom .is-primary{color:var(--lbch-green)}.lbch-mobile-bottom svg{width:22px;height:22px}.lbch-menu-drawer{top:0;padding:24px}.lbch-search-panel{top:82px;padding:20px}.lbch-quick-grid{grid-template-columns:repeat(4,1fr);gap:9px}.lbch-quick-grid a{min-height:92px}.lbch-hub-head{padding-top:50px;padding-bottom:30px}.lbch-hub-head h1{font-size:38px}.lbch-hub-head>p{font-size:15px}.lbch-hub-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.lbch-hub-filters::-webkit-scrollbar{display:none}.lbch-hub-grid{grid-template-columns:1fr;gap:38px;padding-bottom:60px}.lbch-hub-image{border-radius:18px}.lbch-hub-copy h2{font-size:20px}.lbch-hub-copy p{font-size:13px}.lbch-hero-slide-post .lbch-hero-visual{height:210px}}
@media(max-width:540px){.lbch-hero-slide{grid-template-columns:1.12fr .88fr;padding:25px 18px 38px}.lbch-hero h1,.lbch-hero h2{font-size:24px}.lbch-hero-copy p{font-size:12px}.lbch-hero-visual{height:205px}.lbch-popular-card{flex-basis:58%}.lbch-latest-card{grid-template-columns:108px minmax(0,1fr)}.lbch-quick-grid{grid-template-columns:repeat(3,1fr)}.lbch-footer{display:none}}
@media(max-width:390px){.lbch-logo-text{font-size:24px}.lbch-hero-slide{grid-template-columns:1.18fr .82fr}.lbch-hero h1,.lbch-hero h2{font-size:22px}.lbch-hero-visual{height:185px}.lbch-popular-card{flex-basis:64%}.lbch-latest-card{grid-template-columns:96px minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){.lbch-hero-slide,.lbch-popular-image img{transition:none!important}}

/* v2.1 search + image safety */
.lbch-fallback-image{object-fit:contain!important;padding:8%;background:linear-gradient(135deg,#f8fbf9,#eef5f2)}
.lbch-search-main{padding-bottom:90px}.lbch-search-head{padding-top:68px;padding-bottom:34px}.lbch-search-head h1{font-size:48px;line-height:1.22;letter-spacing:-.045em;margin:0 0 16px}.lbch-search-head>p{font-size:17px;color:var(--lbch-muted);margin:0;line-height:1.7}.lbch-search-page-form{display:grid;grid-template-columns:1fr 108px;gap:10px;max-width:820px;margin-top:34px}.lbch-search-page-form input{height:60px;border:1px solid #d9e0e7;border-radius:16px;padding:0 20px;font-size:17px;outline:none}.lbch-search-page-form input:focus{border-color:var(--lbch-green);box-shadow:0 0 0 3px rgba(8,122,73,.1)}.lbch-search-page-form button{border:0;border-radius:16px;background:#10203d;color:#fff;font-size:17px;font-weight:850}.lbch-search-shortcuts{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.lbch-search-shortcuts a{padding:9px 14px;border:1px solid var(--lbch-line);border-radius:999px;font-size:12px;font-weight:800}.lbch-search-results{padding-bottom:70px}.lbch-search-summary{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--lbch-line);padding:24px 0 20px}.lbch-search-summary span{font-size:13px;color:var(--lbch-muted)}.lbch-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.lbch-search-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid var(--lbch-line)}.lbch-search-image{display:block;aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:var(--lbch-soft)}.lbch-search-image img{width:100%;height:100%;object-fit:cover}.lbch-search-copy>span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f1f4f7;color:#536072;font-size:11px;font-weight:850;margin-bottom:8px}.lbch-search-copy h2{font-size:19px;line-height:1.43;letter-spacing:-.025em;margin:0}.lbch-search-copy p{font-size:13px;line-height:1.65;color:var(--lbch-muted);margin:7px 0 0}.lbch-search-copy time{display:block;margin-top:8px;color:#98a2b3;font-size:12px}.lbch-search-empty{padding:56px 30px;border:1px dashed #cfd8e3;border-radius:22px;text-align:center}.lbch-search-empty strong{font-size:22px}.lbch-search-empty p{color:var(--lbch-muted);line-height:1.7}.lbch-search-empty-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:22px}.lbch-search-empty .lbch-button-primary{margin-top:0}
@media(max-width:782px){.lbch-search-head{padding-top:46px;padding-bottom:26px}.lbch-search-head h1{font-size:34px}.lbch-search-head>p{font-size:15px}.lbch-search-page-form{grid-template-columns:1fr 88px;margin-top:26px}.lbch-search-page-form input{height:56px;font-size:15px;padding:0 14px}.lbch-search-page-form button{font-size:15px}.lbch-search-summary{display:block}.lbch-search-summary span{display:block;margin-top:5px}.lbch-search-grid{grid-template-columns:1fr}.lbch-search-card{grid-template-columns:112px minmax(0,1fr);gap:14px;padding:16px 0}.lbch-search-copy h2{font-size:16px}.lbch-search-copy p{font-size:12px}.lbch-search-empty{padding:42px 20px}.lbch-search-empty-actions{display:grid}.lbch-search-empty-actions .lbch-button{width:100%}}

/* v2.2 integrated search service cards */
.lbch-search-services{margin:0 0 34px}
.lbch-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}
.lbch-service-card{display:grid;grid-template-columns:44px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:16px 18px;border:1px solid var(--lbch-border,#e7ece9);border-radius:18px;background:#fff;color:inherit;text-decoration:none;min-height:88px}
.lbch-service-card:hover{transform:translateY(-1px);border-color:#cbdad4}
.lbch-service-icon{width:44px;height:44px;border-radius:14px;background:#f2f8f5;display:grid;place-items:center;color:#176b55}
.lbch-service-icon svg,.lbch-service-card>svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}
.lbch-service-card strong{display:block;font-size:15px;margin-bottom:4px}.lbch-service-card small{display:block;color:#667085;line-height:1.45}
@media(max-width:900px){.lbch-service-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.lbch-service-grid{grid-template-columns:1fr}.lbch-service-card{min-height:78px;padding:14px 16px}}

/* v2.3 behavior-ranked popular + compact daily return card */
.lbch-daily-compact{padding-top:34px;padding-bottom:52px}
.lbch-daily-compact-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px 24px;border:1px solid #e5e9e7;border-radius:22px;background:linear-gradient(135deg,#fffaf0 0%,#f8f4ff 54%,#eef9f5 100%);box-shadow:0 8px 26px rgba(15,23,42,.035)}
.lbch-daily-icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#fff;color:#6d55c7;font-size:25px;box-shadow:0 4px 14px rgba(70,50,120,.08)}
.lbch-daily-copy{min-width:0}.lbch-daily-copy small{display:block;color:#6d55c7;font-size:11px;font-weight:850;margin-bottom:3px}.lbch-daily-copy strong{display:block;font-size:19px;letter-spacing:-.025em}.lbch-daily-copy em{display:block;margin-top:4px;color:#667085;font-size:13px;font-style:normal;line-height:1.5}
.lbch-daily-cta{display:flex;align-items:center;gap:7px;color:#176b55;font-size:13px;font-weight:850;white-space:nowrap}.lbch-daily-cta svg{width:17px;height:17px}
@media(max-width:782px){.lbch-daily-compact{padding-top:26px;padding-bottom:24px}.lbch-daily-compact-card{grid-template-columns:44px minmax(0,1fr) 24px;gap:12px;padding:15px 16px;border-radius:18px}.lbch-daily-icon{width:44px;height:44px;border-radius:14px;font-size:21px}.lbch-daily-copy small{font-size:10px}.lbch-daily-copy strong{font-size:16px}.lbch-daily-copy em{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lbch-daily-cta{font-size:0}.lbch-daily-cta svg{width:20px;height:20px}}

/* v2.3.1 calculator tab fallback tools */
.lbch-latest-tool-card .lbch-tool-action{display:block;margin-top:10px;font-style:normal;font-size:13px;font-weight:800;color:#16845f}.lbch-latest-tool-card .lbch-tool-image img{object-fit:cover}

/* v2.3.3 — calculator hub: action-first tools + related calculation guides */
.lbch-calculator-tools{padding-bottom:52px}.lbch-calculator-reading{padding-top:4px;padding-bottom:28px}.lbch-calculator-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:22px}.lbch-calculator-section-head>div>span{display:block;color:var(--lbch-green);font-size:12px;font-weight:900;margin-bottom:7px}.lbch-calculator-section-head h2{margin:0;font-size:28px;letter-spacing:-.035em}.lbch-calculator-section-head>p{max-width:430px;margin:0;color:var(--lbch-muted);font-size:13px;line-height:1.65}.lbch-calculator-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.lbch-calculator-tool-card{display:grid;grid-template-columns:52px minmax(0,1fr) 24px;align-items:center;gap:14px;min-height:132px;padding:20px;border:1px solid var(--lbch-line);border-radius:20px;background:linear-gradient(135deg,#fff 0%,#f7fbf9 100%);transition:transform .2s,border-color .2s,box-shadow .2s}.lbch-calculator-tool-card:hover{transform:translateY(-2px);border-color:#b9dfcd;box-shadow:0 12px 28px rgba(15,23,42,.07)}.lbch-calculator-tool-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#eaf7f1;color:var(--lbch-green)}.lbch-calculator-tool-icon svg{width:25px;height:25px}.lbch-calculator-tool-copy{display:block;min-width:0}.lbch-calculator-tool-copy small{display:block;color:var(--lbch-green);font-size:11px;font-weight:900;margin-bottom:5px}.lbch-calculator-tool-copy strong{display:block;font-size:17px;line-height:1.35;letter-spacing:-.025em}.lbch-calculator-tool-copy em{display:block;margin-top:6px;color:var(--lbch-muted);font-size:12px;line-height:1.55;font-style:normal}.lbch-calculator-tool-arrow{color:#667085}.lbch-calculator-tool-arrow svg{width:19px}.lbch-calculator-reading+.lbch-hub-grid{padding-top:0}
@media(max-width:980px){.lbch-calculator-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.lbch-calculator-tools{padding-bottom:42px}.lbch-calculator-reading{padding-bottom:20px}.lbch-calculator-section-head{display:block;margin-bottom:17px}.lbch-calculator-section-head h2{font-size:23px;line-height:1.35}.lbch-calculator-section-head>p{margin-top:8px;font-size:12px}.lbch-calculator-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lbch-calculator-tool-card{grid-template-columns:42px minmax(0,1fr);gap:10px;min-height:132px;padding:14px;border-radius:17px}.lbch-calculator-tool-icon{width:42px;height:42px;border-radius:13px}.lbch-calculator-tool-icon svg{width:21px;height:21px}.lbch-calculator-tool-copy strong{font-size:14px}.lbch-calculator-tool-copy em{font-size:10.5px;line-height:1.45}.lbch-calculator-tool-arrow{display:none}}

/* v2.4.1 calculator safe-mode + mobile stability */
.lbch-calculator-tool-card.is-pending{cursor:default;background:#f8faf9;border-style:dashed;color:#667085;box-shadow:none}
.lbch-calculator-tool-card.is-pending .lbch-calculator-tool-icon{background:#f0f3f2;color:#8a9490}
.lbch-calculator-tool-card.is-pending .lbch-calculator-tool-copy small{color:#8a9490}
.lbch-calculator-tool-card.is-pending .lbch-calculator-tool-copy strong{color:#667085}
.lbch-calculator-tool-status{margin-left:auto;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;border-radius:999px;background:#eef1f3;color:#667085;font-size:11px;font-weight:850;white-space:nowrap}
.lbch-calculator-tool-card.is-ready{border-color:#b9dfcb;background:#fbfefc}
.lbch-calculator-tool-card.is-ready .lbch-calculator-tool-copy small{color:var(--lbch-green)}
.lbch-calculator-article-grid{margin-top:20px}
@media(max-width:782px){
  .lbch-calculator-reading{padding-top:10px}
  .lbch-calculator-article-grid{display:block;padding-bottom:70px}
  .lbch-calculator-article-grid .lbch-hub-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:16px 0;border-bottom:1px solid var(--lbch-line)}
  .lbch-calculator-article-grid .lbch-hub-image{aspect-ratio:1/1;border-radius:14px}
  .lbch-calculator-article-grid .lbch-hub-copy{padding-top:0}
  .lbch-calculator-article-grid .lbch-hub-copy h2{font-size:16px;line-height:1.42}
  .lbch-calculator-article-grid .lbch-hub-copy p{font-size:12px;line-height:1.5;margin-top:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .lbch-calculator-article-grid .lbch-hub-copy time{font-size:11px;margin-top:5px}
}
@media(max-width:600px){body.admin-bar .lbch-header{top:0}}

/* v2.5.0 editorial consistency */
.lbch-generated-cover{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:24px;background:linear-gradient(145deg,#f0faf5,#f7f5ff 56%,#fff7e8);color:#12213a;overflow:hidden}.lbch-generated-cover-icon{flex:0 0 auto;display:grid;place-items:center;width:64px;height:64px;border-radius:22px;background:rgba(255,255,255,.82);box-shadow:0 10px 26px rgba(15,23,42,.08);font-size:30px;font-weight:900;color:var(--lbch-green)}.lbch-generated-cover-copy{min-width:0;display:block}.lbch-generated-cover-copy small{display:block;margin-bottom:8px;color:var(--lbch-green);font-size:12px;font-weight:900}.lbch-generated-cover-copy strong{display:block;font-size:18px;line-height:1.38;letter-spacing:-.03em}.lbch-generated-cover-culture{background:linear-gradient(145deg,#fff1f7,#f0efff 56%,#eef7ff)}.lbch-generated-cover-tech{background:linear-gradient(145deg,#eef8ff,#f2f0ff 56%,#f4fbf6)}.lbch-generated-cover-money{background:linear-gradient(145deg,#eefaf4,#fff8e7 56%,#eef7ff)}.lbch-hub-copy>span{margin-bottom:9px}.lbch-hub-main>.lbch-more-wrap{padding-bottom:80px;margin-top:-34px}.lbch-canonical-menu-item a{font-weight:800}.lbch-canonical-money a{color:var(--lbch-green)!important}
@media(max-width:782px){.lbch-generated-cover{padding:20px}.lbch-generated-cover-icon{width:56px;height:56px;border-radius:18px;font-size:26px}.lbch-generated-cover-copy strong{font-size:16px}.lbch-hub-main>.lbch-more-wrap{padding-bottom:70px;margin-top:-18px}}


/* v2.5.1 — canonical global menu on legacy/theme-rendered pages */
.lbch-global-menu-layer{font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Segoe UI",sans-serif;color:var(--lbch-ink)}
.lbch-global-menu-layer a{color:inherit;text-decoration:none}
.lbch-global-menu-layer svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.lbch-global-menu-layer .lbch-menu-drawer{z-index:2147482000}
.lbch-global-menu-layer .lbch-overlay{z-index:2147481900}
body.admin-bar .lbch-global-menu-layer .lbch-menu-drawer{top:32px}
@media(max-width:782px){body.admin-bar .lbch-global-menu-layer .lbch-menu-drawer{top:46px}.lbch-global-menu-layer .lbch-menu-drawer{width:min(420px,92vw);padding:24px}}

/* v2.5.7 — Hero 1 visual scale-up.
 * The source image is unchanged. On small screens the visual is promoted from
 * a small contained thumbnail to a larger cropped scene while keeping the
 * hero height, copy, CTA and the other two slides intact.
 */
.lbch-hero-service-art img{
  object-fit:cover;
  object-position:35% center;
  border-radius:inherit;
}
@media(max-width:782px){
  .lbch-hero-slide:first-child{
    display:block;
  }
  .lbch-hero-slide:first-child .lbch-hero-copy{
    width:100%;
    max-width:none;
  }
  .lbch-hero-slide:first-child .lbch-hero-copy p{
    max-width:54%;
    padding-right:4px;
  }
  .lbch-hero-service-art{
    position:absolute;
    z-index:1;
    right:24px;
    top:122px;
    width:45%;
    height:150px;
    border-radius:20px;
  }
  .lbch-hero-service-art img{
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:34% center;
  }
}
@media(max-width:540px){
  .lbch-hero-slide:first-child .lbch-hero-copy p{
    max-width:52%;
  }
  .lbch-hero-service-art{
    right:18px;
    top:116px;
    width:46%;
    height:128px;
    border-radius:17px;
  }
  .lbch-hero-service-art img{
    object-position:31% center;
  }
}
@media(max-width:390px){
  .lbch-hero-slide:first-child .lbch-hero-copy p{
    max-width:51%;
  }
  .lbch-hero-service-art{
    right:16px;
    top:112px;
    width:47%;
    height:124px;
  }
}
/* v2.5.8 quick finder: mobile-first 3x3 with contextual row labels */
.lbch-quick-section-label{grid-column:1/-1;font-size:12px;font-weight:850;color:#667085;margin:5px 2px -2px;letter-spacing:-.02em}.lbch-quick-grid{grid-template-columns:repeat(3,1fr)}.lbch-quick-grid a{min-width:0}.lbch-quick-grid strong{line-height:1.35;word-break:keep-all}
@media(max-width:540px){.lbch-quick-sheet{max-height:calc(100dvh - 72px);overflow-y:auto;padding-left:20px;padding-right:20px}.lbch-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.lbch-quick-grid a{min-height:96px;padding:8px 4px}.lbch-quick-grid strong{font-size:12px}.lbch-quick-section-label{margin-top:7px}}
