.lc-ac{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;max-height:336px;overflow-y:auto;list-style:none;margin:0;padding:4px;text-align:left;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;box-shadow:var(--shadow-elevated)}.lc-ac-row{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"name wait" "meta wait";align-items:center;gap:1px 14px;padding:9px 12px;border-radius:8px;cursor:pointer}.lc-ac-row.is-active{background:hsl(var(--muted))}.lc-ac-name{grid-area:name;font-size:15px;line-height:1.3;color:hsl(var(--foreground))}.lc-ac-meta{grid-area:meta;font-size:12.5px;color:hsl(var(--muted-foreground))}.lc-ac-none{padding:12px;font-size:13.5px;line-height:1.5;color:hsl(var(--muted-foreground))}#lc-result .lp-answer{margin:16px 0 0;font-size:17px;line-height:1.65;max-width:76ch;color:hsl(var(--foreground))}#lc-result .lp-answer b{font-weight:600}#lc-result .lp-delta{display:inline-block;margin-top:2px;color:hsl(var(--muted-foreground))}#lc-result .lp-delta b{color:hsl(var(--foreground))}#lc-result .lp-chips{display:flex;gap:8px;flex-wrap:wrap}#lc-result .lp-chip{font:inherit;font-size:14px;font-weight:500;padding:9px 16px;min-height:40px;color:hsl(var(--foreground));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:999px;cursor:pointer}#lc-result .lp-chip:hover{border-color:hsl(var(--foreground))}#lc-result .lp-chip.is-on{background:hsl(var(--foreground));color:hsl(var(--background));border-color:hsl(var(--foreground));font-weight:600}#lc-result .lp-context{margin:12px 0 0;font-size:14px;line-height:1.6;color:hsl(var(--muted-foreground));max-width:76ch}#lc-result .lp-gradnote{margin:10px 0 0;font-size:13px;color:hsl(var(--muted-foreground))}#lc-result .lp-upd{display:block;font-size:11.5px;color:hsl(var(--muted-foreground));margin-top:2px}#lc-result .lp-stale{font-size:13px;color:hsl(var(--muted-foreground));font-style:italic}#lc-result tr.is-stale td{color:hsl(var(--muted-foreground))}#lc-result .lp-report-err{color:hsl(var(--muted-foreground));text-decoration:none;border-bottom:1px solid hsl(var(--border))}#lc-result .lp-report-err:hover{color:hsl(var(--foreground));border-color:hsl(var(--foreground))}#lc-result .lp-loading{margin:30px 0;font-size:15px;color:hsl(var(--muted-foreground))}#lc-result .lp-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:10px 24px;margin-top:72px}#lc-result .lp-h{font-family:IBM Plex Sans,system-ui,sans-serif;font-weight:600;font-size:19px;line-height:1.3;margin:0}#lc-result .lp-stamp{font-size:12.5px;color:hsl(var(--muted-foreground));margin:0}#lc-result .lp-stamp a{color:hsl(var(--foreground));text-decoration:none;border-bottom:1px solid hsl(var(--border))}#lc-result .lp-stamp a:hover{border-color:hsl(var(--foreground))}#lc-result .lp-lead b{color:hsl(var(--foreground));font-weight:600}#lc-result .lp-controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px}#lc-result .lp-sel span{display:block;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:6px}#lc-result .lp-sel select{-moz-appearance:none;appearance:none;-webkit-appearance:none;font:inherit;font-size:14.5px;min-height:44px;padding:10px 40px 10px 14px;color:hsl(var(--foreground));background-color:hsl(var(--card));background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%2354493d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:11px 8px;border:1px solid hsl(var(--border));border-radius:8px;cursor:pointer}#lc-result .lp-sel select:focus-visible{outline:2px solid hsl(var(--foreground));outline-offset:1px}#lc-result .lp-table{width:100%;border-collapse:collapse;font-size:15px;margin-top:18px}#lc-result .lp-table th{position:sticky;top:var(--lc-stick, 140px);z-index:1;background:hsl(var(--background));box-shadow:0 1px hsl(var(--border))}#lc-result .lp-table td:first-child,#lc-result .lp-table th:first-child{padding-left:16px}#lc-result .lp-table td:last-child,#lc-result .lp-table th:last-child{padding-right:16px}#lc-result .lp-table tbody tr:last-child td{border-bottom:0}#lc-result .lp-table th{text-align:left;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground));padding:14px 14px 12px 0;border-bottom:1px solid hsl(var(--border));white-space:nowrap}#lc-result .lp-table td{padding:15px 14px 15px 0;border-bottom:1px solid hsl(var(--border));vertical-align:top}#lc-result .lp-table .num{text-align:right;padding-right:14px;font-variant-numeric:tabular-nums lining-nums;white-space:nowrap}#lc-result .lp-table tbody tr:hover{background:hsl(var(--muted) / .55)}#lc-result .lp-inst{font-weight:600;color:hsl(var(--foreground))}#lc-result .lp-priv{display:inline-block;margin-left:8px;padding:1px 7px;font-size:11px;font-weight:600;letter-spacing:.02em;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:999px;vertical-align:1px;white-space:nowrap}#lc-result .lp-cty{display:block;font-size:12.5px;color:hsl(var(--muted-foreground));margin-top:2px}#lc-result .lp-contact{overflow-wrap:anywhere}#lc-result .lp-contact a{color:hsl(var(--foreground));text-decoration:none;border-bottom:1px solid hsl(var(--border))}@media(min-width:701px){#lc-result .lp-contact a{white-space:nowrap}}#lc-result .lp-contact a:hover{border-color:hsl(var(--foreground))}#lc-result .lp-shown{margin-top:14px;font-size:13px;color:hsl(var(--muted-foreground))}#lc-result .lp-feyebrow{margin:0 0 4px;font-size:11.5px;font-weight:600;letter-spacing:.12em;color:hsl(var(--muted-foreground))}#lc-result .lp-fh{font-family:Newsreader,Georgia,serif;font-size:23px;font-weight:600;line-height:1.25;margin:0}#lc-result .lp-fnote{margin:10px 0 0;font-size:14px;line-height:1.55;color:hsl(var(--muted-foreground))}#lc-result .lp-fnote b{color:hsl(var(--foreground));font-weight:600}#lc-result .lp-fscope{margin:20px 0 0;font-size:13.5px;font-weight:600;color:hsl(var(--foreground))}#lc-result .lc-nomatch{list-style:none;margin:10px 0 0;padding:0}#lc-result .lc-nomatch li{margin:0 0 8px}#lc-result .lc-nomatch a{font-size:15px;color:hsl(var(--foreground));text-decoration:none;border-bottom:1px solid hsl(var(--border));padding-bottom:1px;transition:border-color .15s}#lc-result .lc-nomatch a:hover{border-bottom-color:hsl(var(--foreground))}#lc-result .lp-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:16px;margin-top:20px}#lc-result .lp-card{display:flex;flex-direction:column;overflow:hidden;color:inherit;text-decoration:none;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:10px;transition:border-color .12s ease}#lc-result .lp-card:hover{border-color:hsl(var(--foreground))}#lc-result .lp-cimg{display:block;flex:0 0 auto;height:168px;overflow:hidden;background:hsl(var(--muted))}#lc-result .lp-cimg img{width:100%;height:168px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}#lc-result .lp-cbody{display:flex;flex-direction:column;gap:3px;padding:13px 15px 15px}#lc-result .lp-cgo{margin-top:7px;font-size:13px;color:hsl(var(--muted-foreground))}#lc-result .lp-card:hover .lp-cgo{color:hsl(var(--foreground))}#lc-result .lp-cname{font-size:15px;font-weight:600;line-height:1.25}#lc-result .lp-ccity{font-size:13px;color:hsl(var(--muted-foreground))}#lc-result .lp-cprice{margin-top:6px;font-family:Newsreader,Georgia,serif;font-size:21px;font-weight:600;font-variant-numeric:tabular-nums lining-nums}#lc-result .lp-crate{font-size:12.5px;color:hsl(var(--muted-foreground))}#lc-result .lp-fall{margin:8px 0 0;font-size:14px;color:hsl(var(--muted-foreground))}#lc-result .lp-fall a{color:hsl(var(--foreground));text-decoration:none;border-bottom:1px solid hsl(var(--border))}#lc-result .lp-fall a:hover{border-color:hsl(var(--foreground))}#lc-result .lp-fdisc{margin:20px 0 0;font-size:12.5px;line-height:1.55;color:hsl(var(--muted-foreground))}#lc-result .lp-src{margin-top:22px;font-size:12.5px;line-height:1.6;color:hsl(var(--muted-foreground));max-width:78ch}#lc-result .lp-main{max-width:780px;min-width:0}#lc-result .lp-tabs{display:grid;grid-template-columns:1fr 1fr;margin-top:12px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:9px;overflow:hidden}#lc-result .lp-tabs button{font:inherit;padding:12px 16px;text-align:center;line-height:1.3;background:none;border:0;border-right:1px solid hsl(var(--border));cursor:pointer}#lc-result .lp-tabs button:last-child{border-right:0}#lc-result .lp-tabs .t1{display:block;font-size:15px;font-weight:600;color:hsl(var(--foreground))}#lc-result .lp-tabs .t2{display:block;font-size:13px;color:hsl(var(--muted-foreground))}#lc-result .lp-tabs button[aria-pressed=true]{background:hsl(var(--lca))}#lc-result .lp-tabs button[aria-pressed=true] .t1{color:hsl(var(--background))}#lc-result .lp-tabs button[aria-pressed=true] .t2{color:hsl(var(--background) / .75)}#lc-result .lp-rule{margin:16px 0 6px;font-size:13px;color:hsl(var(--muted-foreground))}#lc-result .lp-answers{margin-top:18px}#lc-result .lp-anshead{display:grid;grid-template-columns:minmax(0,1fr) 124px 150px;gap:18px;padding:9px 2px 7px;border-bottom:1px solid hsl(var(--border));font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--muted-foreground))}@media(max-width:700px){#lc-result .lp-anshead{display:none}}#lc-result .lp-answers:not(.is-all) .lp-ansrow:last-child{border-bottom:0}#lc-result .lp-ansrow{display:grid;grid-template-columns:minmax(0,1fr) 124px 150px;grid-template-rows:auto auto;gap:2px 18px;align-items:baseline;padding:13px 2px;border-bottom:1px solid hsl(var(--border))}#lc-result .lp-anm{grid-column:1;grid-row:1}#lc-result .lp-asub{grid-column:1;grid-row:2}#lc-result .lp-await{grid-column:2;grid-row:1 / span 2;align-self:center}#lc-result .lp-awhere{grid-column:3;grid-row:1 / span 2;align-self:center}#lc-result .lp-anm{font-weight:600;color:hsl(var(--foreground))}#lc-result .lp-await{text-align:left;font-variant-numeric:tabular-nums lining-nums;white-space:nowrap;font-weight:600}#lc-result .lp-src{margin:6px 0 -2px;font-size:12.5px;line-height:1.5;color:hsl(var(--muted-foreground))}#lc-result .lp-src a{color:inherit;text-decoration:none;border-bottom:1px solid hsl(var(--border))}#lc-result .lp-src a:hover{border-bottom-color:hsl(var(--muted-foreground))}#lc-result .lp-awhere{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:hsl(var(--muted-foreground))}#lc-result .lp-asub{font-size:13px;color:hsl(var(--muted-foreground))}#lc-result .lp-sep{display:inline-block;width:16px}#lc-result .lp-asub a{color:hsl(var(--lca));text-decoration:none;border-bottom:1px solid hsl(var(--lca) / .35);white-space:nowrap}#lc-result .lp-asub a:hover{border-color:hsl(var(--lca))}#lc-result .lp-ansrow.is-stale .lp-anm,#lc-result .lp-ansrow.is-stale .lp-await{color:hsl(var(--muted-foreground));font-weight:500}#lc-result .lp-moreh{font-family:Newsreader,Georgia,serif;font-size:21px;font-weight:600;margin:30px 0 8px}#lc-result .lp-fade{position:relative;margin-top:-132px;padding:132px 0 8px;text-align:center}#lc-result .lp-fade:before{content:"";position:absolute;left:0;right:0;top:0;height:132px;pointer-events:none;background:linear-gradient(hsl(var(--background) / 0),hsl(var(--background) / .75) 55%,hsl(var(--background)))}#lc-result .lp-morelink{position:relative;font:inherit;font-size:14px;font-weight:500;padding:8px 4px;color:hsl(var(--lca));background:none;border:0;cursor:pointer}#lc-result .lp-morelink:hover{text-decoration:underline}#lc-result .lp-rail{display:block;max-width:780px;margin-top:72px}#lc-result .lp-railbox{background:hsl(var(--card));border-radius:12px;padding:22px 24px 24px;overflow:hidden}#lc-result .lp-railbox .lp-feyebrow{margin:0}#lc-result .lp-railbox .lp-fnote{font-size:13px}#lc-result .lp-fscope{margin:0 0 10px;font-family:IBM Plex Sans,system-ui,sans-serif;font-size:19px;font-weight:600;line-height:1.3;color:hsl(var(--foreground))}#lc-result .lp-nplabel{margin-top:18px}#lc-result .lp-rcwrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:14px}@media(max-width:700px){#lc-result .lp-rcwrap{grid-template-columns:1fr;gap:16px}}#lc-result .lp-rc{display:block;color:inherit;text-decoration:none}#lc-result .lp-rc .lp-rcimg{aspect-ratio:3 / 2}#lc-result .lp-rcb{display:grid;grid-template-rows:auto auto auto;gap:2px;margin-top:9px}#lc-result .lp-rc:hover .lp-rcn{text-decoration:underline}#lc-result .lp-rcimg{position:relative;display:block;aspect-ratio:4 / 3;border-radius:8px;overflow:hidden;background:hsl(var(--muted))}#lc-result .lp-rcimg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}#lc-result .lp-rcr{display:inline-flex;align-items:center;gap:4px;margin-top:3px;font-size:12.5px;font-weight:600;color:hsl(var(--foreground))}#lc-result .lp-g{width:12px;height:12px;flex:none}#lc-result .lp-rcr b{color:#f5b301;font-weight:400}#lc-result .lp-rcr i{font-style:normal;font-weight:400;color:hsl(var(--muted-foreground))}#lc-result .lp-rcb{display:block;min-width:0}#lc-result .lp-rcn{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14.5px;font-weight:600;line-height:1.3;min-height:2.6em}#lc-result .lp-rcm{display:block;font-size:12.5px;color:hsl(var(--muted-foreground));margin-top:1px}#lc-result .lp-rcp{display:block;font-size:14px;font-weight:600;margin-top:3px;min-height:1.4em;font-variant-numeric:tabular-nums lining-nums}#lc-result .lp-rcp-ask{font-weight:400;color:hsl(var(--muted-foreground))}#lc-result .lp-railmore{display:inline-block;width:auto;min-width:200px;margin-top:12px;font:inherit;font-size:13.5px;padding:9px;text-align:center;color:hsl(var(--lca));background:none;border:1px solid hsl(var(--lca) / .45);border-radius:7px;cursor:pointer;text-decoration:none}#lc-result .lp-railmore:hover{border-color:hsl(var(--lca));background:hsl(var(--lca) / .06)}#lc-result .lp-funnel{display:block;width:-moz-fit-content;width:fit-content;margin:24px auto 2px;text-wrap:balance;line-height:1.35;padding:14px 24px;color:#fcfbf8;background:hsl(var(--lca));border:0;font-weight:600}#lc-result .lp-funnel:hover{background:hsl(var(--lca));filter:brightness(1.12)}#lc-result .lp-railbox .lp-fall{font-size:13.5px;margin-top:14px}#lc-result .lp-railbox .lp-fdisc{margin-top:14px;font-size:12px}@media(max-width:900px){#lc-result .lp-rail{position:static}}@media(max-width:700px){#lc-result .lp-ansrow{grid-template-columns:minmax(0,1fr) auto;gap:6px 14px;padding:17px 2px}#lc-result .lp-asub{line-height:1.75}#lc-result .lp-sep{display:block;width:0;height:0}#lc-result .lp-anm{grid-column:1 / -1;grid-row:1}#lc-result .lp-await{grid-column:1;grid-row:2;align-self:baseline}#lc-result .lp-awhere{grid-column:2;grid-row:2;align-self:baseline;text-align:right}#lc-result .lp-asub{grid-column:1 / -1;grid-row:3}#lc-result .lp-table thead{display:none}#lc-result .lp-table tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;padding:14px 16px;border-bottom:1px solid hsl(var(--border))}#lc-result .lp-table td,#lc-result .lp-table td:first-child,#lc-result .lp-table td:last-child{border:0;padding:0}#lc-result .lp-table td:first-child{grid-column:1;grid-row:1}#lc-result .lp-table td:nth-last-child(2){grid-column:2;grid-row:1;text-align:right}#lc-result .lp-table td:nth-child(2){grid-column:1;grid-row:2}#lc-result .lp-table td.lp-drive{grid-column:1;grid-row:3;text-align:left}#lc-result .lp-table td:nth-last-child(3){grid-column:2;grid-row:2;text-align:right}#lc-result .lp-table td:nth-last-child(1){grid-column:1 / -1;grid-row:4;margin-top:6px}#lc-result .lp-table td:not(:first-child):not(:nth-last-child(2)){font-size:13.5px;color:hsl(var(--muted-foreground))}#lc-result .lp-cmp{grid-template-columns:1fr}#lc-result .lp-sel,#lc-result .lp-sel select{width:100%}#lc-result .lp-controls{gap:10px}}.lc[data-astro-cid-d53qr23e]{padding:44px 0 90px;--lca: 160 32% 28%}.lc[data-astro-cid-d53qr23e]:not(.is-searching){padding-bottom:160px}.lc-crumbs[data-astro-cid-d53qr23e]{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:hsl(var(--muted-foreground));margin-bottom:16px}.lc-crumbs[data-astro-cid-d53qr23e] a[data-astro-cid-d53qr23e]{color:hsl(var(--muted-foreground));text-decoration:none;border-bottom:1px solid transparent;padding-bottom:1px;transition:color .15s,border-color .15s}.lc-crumbs[data-astro-cid-d53qr23e] a[data-astro-cid-d53qr23e]:hover{color:hsl(var(--foreground));border-color:hsl(var(--foreground))}.lc-crumbs[data-astro-cid-d53qr23e] [data-astro-cid-d53qr23e][aria-current=page]{color:hsl(var(--foreground));font-weight:500}.lc-hero[data-astro-cid-d53qr23e]{text-align:left;padding:8px 0 0}.lc-h[data-astro-cid-d53qr23e]{font-family:Newsreader,Georgia,serif;font-weight:600;font-size:clamp(23px,2.2vw,28px);line-height:1.15;letter-spacing:-.015em;margin:0}.lc-lead[data-astro-cid-d53qr23e]{margin:10px 0 0;font-size:14.5px;line-height:1.5;color:hsl(var(--muted-foreground))}.lc-lead[data-astro-cid-d53qr23e] a[data-astro-cid-d53qr23e]{color:inherit;text-decoration:underline;text-underline-offset:2px}.lc-lead[data-astro-cid-d53qr23e] a[data-astro-cid-d53qr23e]:hover{color:hsl(var(--foreground))}.lc[data-astro-cid-d53qr23e].is-searching .lc-hero[data-astro-cid-d53qr23e]{padding:8px 0 0;margin-bottom:4px}.lc[data-astro-cid-d53qr23e].is-searching .lc-chiplabel[data-astro-cid-d53qr23e],.lc[data-astro-cid-d53qr23e].is-searching .lc-chips[data-astro-cid-d53qr23e]{display:none}.lc-search[data-astro-cid-d53qr23e]{max-width:720px;margin:28px 0 0;display:flex;gap:10px;align-items:stretch}.lc-search[data-astro-cid-d53qr23e] .lc-field[data-astro-cid-d53qr23e]:not(.lc-field-city){flex:1 1 58%;min-width:0}.lc-field-city[data-astro-cid-d53qr23e]{flex:1 1 28%;min-width:0}.lc-search[data-astro-cid-d53qr23e] .lc-go[data-astro-cid-d53qr23e]{flex:0 0 auto;margin:0;padding:0 26px;border-radius:8px}@media(max-width:640px){.lc-search[data-astro-cid-d53qr23e]{flex-direction:column}.lc-search[data-astro-cid-d53qr23e] .lc-go[data-astro-cid-d53qr23e]{width:100%;padding:13px 0}}.lc-field[data-astro-cid-d53qr23e]{position:relative;display:flex;align-items:stretch;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;transition:border-color .12s ease}.lc-field[data-astro-cid-d53qr23e]:focus-within{border-color:hsl(var(--foreground))}.lc-mag[data-astro-cid-d53qr23e]{position:absolute;left:12px;top:50%;width:17px;height:17px;margin-top:-8.5px;color:hsl(var(--muted-foreground));pointer-events:none}.lc-input[data-astro-cid-d53qr23e]{flex:1;min-width:0;padding:11px 12px 11px 38px;font-size:15px;font-family:inherit;color:hsl(var(--foreground));background:transparent;border:0;border-radius:8px 0 0 8px}.lc-input[data-astro-cid-d53qr23e]::-moz-placeholder{color:hsl(var(--muted-foreground))}.lc-input[data-astro-cid-d53qr23e]::placeholder{color:hsl(var(--muted-foreground))}.lc-input[data-astro-cid-d53qr23e]:focus{outline:none}.lc-go[data-astro-cid-d53qr23e]{margin:4px;padding:0 16px;font:inherit;font-size:14px;font-weight:600;color:#fcfbf8;background:hsl(var(--lca));border:0;border-radius:6px;cursor:pointer;white-space:nowrap}.lc-go[data-astro-cid-d53qr23e]:hover{opacity:.9}.lc-chiplabel[data-astro-cid-d53qr23e]{font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground));white-space:nowrap}.lc-chips[data-astro-cid-d53qr23e]{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin:16px 0 8px}.lc-chips[data-astro-cid-d53qr23e] button[data-astro-cid-d53qr23e]{padding:5px 11px;font:inherit;font-size:13px;color:hsl(var(--muted-foreground));text-decoration:none;background:transparent;border:1px solid hsl(var(--border));border-radius:6px;cursor:pointer;transition:border-color .12s ease,color .12s ease}.lc-chips[data-astro-cid-d53qr23e] button[data-astro-cid-d53qr23e]:hover{border-color:hsl(var(--foreground))}@media(max-width:560px){.lc-bar[data-astro-cid-d53qr23e]{display:none}}.lc-table[data-astro-cid-d53qr23e]{width:100%;border-collapse:collapse;margin-top:22px;font-size:15px}.lc-table[data-astro-cid-d53qr23e] th[data-astro-cid-d53qr23e]{text-align:left;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground));padding:0 12px 10px 0;border-bottom:1px solid hsl(var(--border))}.lc-table[data-astro-cid-d53qr23e] td[data-astro-cid-d53qr23e]{padding:11px 12px 11px 0;border-bottom:1px solid hsl(var(--border))}.lc-table[data-astro-cid-d53qr23e] .num[data-astro-cid-d53qr23e]{text-align:right;font-variant-numeric:tabular-nums lining-nums;padding-right:0}.lc-table[data-astro-cid-d53qr23e] tbody[data-astro-cid-d53qr23e] tr[data-astro-cid-d53qr23e]:hover{background:hsl(var(--muted) / .55)}.lc-note[data-astro-cid-d53qr23e]{margin-top:12px;font-size:13.5px;line-height:1.55;color:hsl(var(--muted-foreground));max-width:62ch}.lc-answer-only[data-astro-cid-d53qr23e]{display:none}.lc[data-astro-cid-d53qr23e].is-searching .lc-answer-only[data-astro-cid-d53qr23e]{display:block}.lp-edu[data-astro-cid-d53qr23e]{margin-top:48px;max-width:76ch}.lp-eduh[data-astro-cid-d53qr23e]{font-family:Newsreader,Georgia,serif;font-size:21px;font-weight:600;margin:0 0 10px}.lp-edu[data-astro-cid-d53qr23e] details[data-astro-cid-d53qr23e]{border-bottom:1px solid hsl(var(--border))}.lp-edu[data-astro-cid-d53qr23e] summary[data-astro-cid-d53qr23e]{padding:13px 0;font-size:15px;font-weight:600;cursor:pointer;color:hsl(var(--foreground))}.lp-edu[data-astro-cid-d53qr23e] details[data-astro-cid-d53qr23e] p[data-astro-cid-d53qr23e]{margin:0 0 14px;font-size:14.5px;line-height:1.65;color:hsl(var(--muted-foreground))}.lp-edu[data-astro-cid-d53qr23e] details[data-astro-cid-d53qr23e] a[data-astro-cid-d53qr23e]{color:hsl(var(--foreground))}.lc-notice[data-astro-cid-d53qr23e]{margin:12px 0 0;font-size:13px;color:hsl(var(--muted-foreground))}.lp-edu1[data-astro-cid-d53qr23e]{margin-top:14px;border-top:0;border-bottom:1px solid hsl(var(--border));max-width:76ch}.lp-edu1[data-astro-cid-d53qr23e] summary[data-astro-cid-d53qr23e]{padding:13px 0;font-size:15px;font-weight:600;cursor:pointer}.lp-edu1[data-astro-cid-d53qr23e] p[data-astro-cid-d53qr23e]{margin:0 0 14px;font-size:14.5px;line-height:1.65;color:hsl(var(--muted-foreground))}.sr-only[data-astro-cid-d53qr23e]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
