:root{--ha-accent: #e11d48;--ha-accent-soft: rgba(225, 29, 72, .07);--ha-surface: #fff;--ha-surface-2: #f9fafb;--ha-border: #e5e7eb;--ha-text: #111827;--ha-muted: #6b7280}html.dark,html[data-theme=dark]{--ha-accent-soft: rgba(225, 29, 72, .13);--ha-surface: #1a1a1a;--ha-surface-2: #222;--ha-border: rgba(255, 255, 255, .09);--ha-text: #fff;--ha-muted: #9ca3af}.ha-readbar[hidden],.ha-share-item[hidden]{display:none!important}.ha-tools{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem;margin:1.25rem auto 0}.ha-tool{display:inline-flex;align-items:center;gap:.45rem;min-height:2.75rem;padding:.5rem 1.05rem;border-radius:999px;border:1px solid var(--ha-border);background:var(--ha-surface);color:var(--ha-muted);font:inherit;font-size:.78rem;font-weight:700;line-height:1;cursor:pointer;list-style:none;transition:color .2s,border-color .2s,background-color .2s,transform .15s;-webkit-tap-highlight-color:transparent}.ha-tool::-webkit-details-marker{display:none}.ha-tool:hover{color:var(--ha-accent);border-color:var(--ha-accent)}.ha-tool:focus-visible,.ha-sh:focus-visible,.ha-rb:focus-visible,.ha-share-item:focus-visible,.ha-aside-read:focus-visible{outline:2px solid var(--ha-accent);outline-offset:2px}.ha-tool:active{transform:scale(.97)}.ha-tool[aria-pressed=true]{background:var(--ha-accent);border-color:var(--ha-accent);color:#fff}.ha-ic{flex:none}.ha-share{position:relative}.ha-share[open]>summary{color:var(--ha-accent);border-color:var(--ha-accent)}.ha-share-menu{position:absolute;z-index:40;top:calc(100% + .5rem);inset-inline-start:0;min-width:15rem;padding:.6rem;background:var(--ha-surface);color:var(--ha-text);border:1px solid var(--ha-border);border-radius:1.1rem;box-shadow:0 20px 40px -12px #0000004d;text-align:start}.ha-share-menu__grab{display:none}.ha-share-menu__title{margin:0;padding:.4rem .6rem .5rem;font-size:.72rem;font-weight:800;color:var(--ha-muted)}.ha-share-menu__list{list-style:none;margin:0;padding:0;display:grid;gap:.1rem}.ha-share-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.65rem .6rem;border:0;border-radius:.75rem;background:transparent;color:var(--ha-text);font:inherit;font-size:.85rem;font-weight:600;text-align:start;text-decoration:none;cursor:pointer;transition:background-color .15s}.ha-share-item:hover{background:var(--ha-surface-2)}.ha-share-item__ic{flex:none;width:2rem;height:2rem;border-radius:50%;display:grid;place-items:center;background:var(--ha-surface-2);color:var(--ha-muted);transition:background-color .15s,color .15s}.ha-share-item:hover .ha-share-item__ic{color:#fff;background:var(--ha-accent)}.ha-share-item[data-net=telegram]:hover .ha-share-item__ic{background:#08c}.ha-share-item[data-net=facebook]:hover .ha-share-item__ic{background:#1877f2}.ha-share-item[data-net=linkedin]:hover .ha-share-item__ic{background:#0a66c2}.ha-share-item[data-net=x]:hover .ha-share-item__ic{background:#000}@media(max-width:639px){.ha-share[open]:before{content:"";position:fixed;inset:0;z-index:69;background:#00000073;-webkit-tap-highlight-color:transparent}.ha-share-menu{position:fixed;z-index:70;inset-inline:0;top:auto;bottom:0;min-width:0;padding:.5rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));border-radius:1.5rem 1.5rem 0 0;border-bottom:0;animation:ha-sheet .25s ease-out}.ha-share-menu__grab{display:block;width:2.5rem;height:.3rem;margin:.25rem auto .6rem;border-radius:9px;background:var(--ha-border)}.ha-share-item{min-height:3rem}}@keyframes ha-sheet{0%{transform:translateY(100%)}to{transform:none}}.ha-aside-share__title{margin:0 0 1rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;color:var(--ha-text)}.ha-aside-share__row{display:flex;flex-wrap:wrap;gap:.5rem}.ha-sh{width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;background:var(--ha-surface-2);color:var(--ha-muted);transition:background-color .2s,color .2s}.ha-sh:hover{background:var(--ha-accent);color:#fff}.ha-sh[data-net=telegram]:hover{background:#08c}.ha-sh[data-net=facebook]:hover{background:#1877f2}.ha-sh[data-net=linkedin]:hover{background:#0a66c2}.ha-sh[data-net=x]:hover{background:#000}.ha-aside-read{margin-top:1rem;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem .9rem;border-radius:.9rem;border:1px dashed var(--ha-border);background:transparent;color:var(--ha-muted);font:inherit;font-size:.78rem;font-weight:700;cursor:pointer;transition:color .2s,border-color .2s}.ha-aside-read:hover{color:var(--ha-accent);border-color:var(--ha-accent)}.ha-toast{position:fixed;z-index:80;inset-inline:0;bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));margin-inline:auto;width:fit-content;max-width:calc(100% - 2rem);padding:.65rem 1.2rem;border-radius:999px;background:#111827;color:#fff;font-size:.8rem;font-weight:700;box-shadow:0 10px 30px #00000059;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .2s,transform .2s}.ha-toast.is-on{opacity:1;transform:none}[data-ha-iso]{display:none!important}html.ha-reading{margin-top:0!important;scroll-padding-top:5rem}html.ha-reading [data-ha-hide]{display:none!important}html.ha-reading #ha-post{padding-top:5.25rem;padding-bottom:5rem;min-height:100vh}html.ha-reading #ha-post-grid{display:block;max-width:44rem;margin-inline:auto}html.ha-reading #ha-article{max-width:none;width:100%}html.ha-reading #ha-post>header{max-width:44rem;margin:0 auto 2rem;text-align:start}html.ha-reading #ha-post>header h1{font-size:clamp(1.6rem,4.2vw,2.4rem);line-height:1.6;margin-bottom:1.25rem}html.ha-reading #ha-post>header>div{margin-inline:0;width:auto;padding-inline:0;justify-content:flex-start}html.ha-reading #ha-cover[data-ha-video]{max-width:44rem;margin:0 auto 2rem}html.ha-reading #ha-prose{font-size:calc(1.125rem * var(--ha-fs, 1));line-height:2.15;max-width:none}html.ha-reading #ha-prose :is(p,li,blockquote){line-height:2.15}html.ha-reading #ha-prose :is(img,video,iframe){max-width:100%}html.ha-reading[data-ha-tone=sepia] body,html.ha-reading[data-ha-tone=sepia] #ha-post{background:#f6efdf!important}html.ha-reading[data-ha-tone=sepia] #ha-post :is(h1,h2,h3,h4,h5,h6,p,li,strong,em,blockquote,span,td,th,time,small){color:#3a3125!important}html.ha-reading[data-ha-tone=sepia] #ha-prose a{color:#9a3412!important}.ha-readbar{position:fixed;z-index:55;inset-inline:0;top:4px;padding-top:env(safe-area-inset-top,0px);background:var(--ha-surface);border-bottom:1px solid var(--ha-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@supports (background: color-mix(in srgb,red 50%,transparent)){.ha-readbar{background:color-mix(in srgb,var(--ha-surface) 90%,transparent)}}html.ha-reading[data-ha-tone=sepia] .ha-readbar{background:#efe5cfeb;border-color:#3a312526}.ha-readbar__in{max-width:56rem;margin:0 auto;display:flex;align-items:center;gap:.5rem;padding:.45rem 1rem}.ha-remaining{flex:1;text-align:center;font-size:.74rem;font-weight:700;color:var(--ha-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.ha-reading[data-ha-tone=sepia] .ha-remaining{color:#6b5b45}.ha-rb-group{display:inline-flex;gap:.25rem}.ha-rb{min-width:2.6rem;min-height:2.6rem;padding:.3rem .7rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid var(--ha-border);border-radius:.8rem;background:var(--ha-surface);color:var(--ha-text);font:inherit;font-size:.85rem;font-weight:800;cursor:pointer;transition:color .15s,border-color .15s,background-color .15s;-webkit-tap-highlight-color:transparent}.ha-rb small{font-size:.7rem;margin-inline-start:-.1rem}.ha-rb:hover:not(:disabled){color:var(--ha-accent);border-color:var(--ha-accent)}.ha-rb:disabled{opacity:.35;cursor:not-allowed}.ha-rb[aria-pressed=true]{background:var(--ha-accent);border-color:var(--ha-accent);color:#fff}.ha-rb--exit span{font-size:.78rem}@media(max-width:380px){.ha-rb--exit span{display:none}.ha-remaining{font-size:.68rem}}.ha-print-only{display:none}@media print{html.ha-printing,html.ha-printing body{background:#fff!important;color:#000!important}html{margin-top:0!important}[data-ha-hide],.ha-tools,.ha-readbar,.ha-toast{display:none!important}#ha-post{padding:0!important;min-height:0!important;background:#fff!important}#ha-post-grid{display:block!important;max-width:none!important}#ha-article{width:100%!important;max-width:none!important}#ha-post>header{max-width:none!important;margin:0 0 1rem!important;text-align:start!important}#ha-post h1{font-size:22pt!important;line-height:1.6!important;color:#000!important}#ha-post>header *{color:#333!important}#ha-post>header h1{color:#000!important}#ha-prose{font-size:12pt!important;line-height:1.95!important;max-width:none!important}#ha-prose,#ha-prose *{color:#111!important;background:transparent!important;box-shadow:none!important}#ha-prose a{text-decoration:underline}#ha-prose a[href^=http]:after{content:" (" attr(href) ")";font-size:.8em;color:#555!important;word-break:break-all}#ha-prose :is(img,figure,blockquote,pre,table,video){break-inside:avoid;max-width:100%!important}#ha-prose :is(h2,h3,h4){break-after:avoid}#ha-prose video,#ha-prose iframe{display:none!important}.ha-print-only{display:block;margin-top:2rem;padding-top:.75rem;border-top:1px solid #999;font-size:10pt;color:#444;word-break:break-all}}@media(prefers-reduced-motion:reduce){.ha-share-menu{animation:none}.ha-tool,.ha-toast,.ha-sh{transition:none}}
