/* NViNiO add-on: isolated theme switch and article sharing. */
.nvinio-header-tools{display:inline-flex;align-items:center;justify-content:flex-end;gap:9px;margin-left:auto}
.nvinio-header-tools--mobile{gap:6px}
.nvinio-theme-switch{margin-right:10px;margin-top:4px;margin-bottom:0px;position:relative;width:68px;height:28px;padding-top:20px;padding-bottom:0px;/*display:inline-flex;align-items:center;flex:0 0 auto;*/border:1px solid #d7dbe2;border-radius:999px;background:linear-gradient(180deg,#fafbfc 0%,#e9edf3 100%);box-shadow:0 5px 16px rgba(15,23,42,.10),inset 0 1px 1px rgba(255,255,255,.95);cursor:pointer;appearance:none;-webkit-appearance:none;transition:transform .18s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease}
.nvinio-theme-switch:hover{transform:translateY(-1px)}
.nvinio-theme-switch:active{transform:scale(.98)}
.nvinio-theme-switch:focus{outline:none}
.nvinio-theme-switch:focus-visible{box-shadow:0 0 0 4px rgba(226,4,62,.16),0 5px 16px rgba(15,23,42,.10)}
.nvinio-theme-icon{position:absolute;top:50%;z-index:1;width:17px;height:17px;display:grid;place-items:center;transform:translateY(-50%);pointer-events:none}
.nvinio-theme-icon svg{width:16px;height:16px;fill:currentColor}
.nvinio-theme-icon--sun{left:10px;color:#f59e0b}.nvinio-theme-icon--moon{right:10px;color:#64748b;opacity:.45}
.nvinio-theme-knob{position:absolute;left:4px;top:4px;z-index:2;width:18px; height:18px;border-radius:50%;background:#fff;box-shadow:0 3px 9px rgba(15,23,42,.18),0 0 0 1px rgba(0,0,0,.04);transition:left .28s cubic-bezier(.22,1,.36,1),background .24s ease,box-shadow .24s ease;pointer-events:none}
html.nvinio-dark .nvinio-theme-switch{border-color:rgba(255,255,255,.12);background:linear-gradient(180deg,#282d36 0%,#1b1f26 100%);box-shadow:0 6px 18px rgba(0,0,0,.28),inset 0 1px 1px rgba(255,255,255,.04)}
html.nvinio-dark .nvinio-theme-knob{left:36px;background:#303641;box-shadow:0 3px 10px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.06)}
html.nvinio-dark .nvinio-theme-icon--sun{opacity:.30}html.nvinio-dark .nvinio-theme-icon--moon{opacity:1;color:#c4b5fd}

.nvinio-article-share{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:8px 16px 12px}
.nvinio-article-share__label{display:inline-flex;align-items:center;gap:7px;margin-right:3px;color:#6b7280;font-size:.72rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}
.nvinio-article-share__label-dot{width:7px;height:7px;border-radius:50%;background:#e2043e;box-shadow:0 0 0 4px rgba(226,4,62,.10)}
.nvinio-share-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.nvinio-share-button{--share-color:#64748b;width:40px;height:40px;padding:0;flex:0 0 40px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:var(--share-color);color:#fff!important;text-decoration:none!important;cursor:pointer;box-shadow:0 5px 12px rgba(15,23,42,.14),inset 0 1px 0 rgba(255,255,255,.16);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.nvinio-share-button:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 8px 17px rgba(15,23,42,.18),inset 0 1px 0 rgba(255,255,255,.18)}
.nvinio-share-button:active{transform:scale(.97)}.nvinio-share-button:focus{outline:none}.nvinio-share-button:focus-visible{box-shadow:0 0 0 4px rgba(226,4,62,.16),0 6px 14px rgba(15,23,42,.15)}
.nvinio-share-button svg{width:18px;height:18px;fill:currentColor}.nvinio-share-text{font:800 13px/1 Arial,sans-serif;letter-spacing:-.03em}
.nvinio-share-facebook{--share-color:#1877f2}.nvinio-share-x{--share-color:#111827}.nvinio-share-whatsapp{--share-color:#25d366}.nvinio-share-vk{--share-color:#0077ff}.nvinio-share-linkedin{--share-color:#0a66c2}.nvinio-share-telegram{--share-color:#229ed9}.nvinio-share-reddit{--share-color:#ff4500}.nvinio-share-pinterest{--share-color:#bd081c}.nvinio-share-email{--share-color:#64748b}.nvinio-share-copy{--share-color:#111827}
html.nvinio-dark .nvinio-share-x,html.nvinio-dark .nvinio-share-copy{--share-color:#323844}
.nvinio-share-button .nvinio-copy-ok{display:none}.nvinio-share-copy.is-copied .nvinio-copy-icon{display:none}.nvinio-share-copy.is-copied .nvinio-copy-ok{display:inline-grid}
.nvinio-share-status{min-width:72px;min-height:16px;color:#16a34a;font-size:.72rem;font-weight:700}.nvinio-share-status:not(.is-visible){visibility:hidden}

/* Dark state only. The original light CSS is intentionally not overridden. */
html.nvinio-dark body{background:#0f1115 !important;color:#eef2f7!important}
html.nvinio-dark body .site-header,html.nvinio-dark body #site-navbar{background-color:#171a20!important;border-bottom:1px solid rgba(255,255,255,.08)}
html.nvinio-dark body .site-header .form-control,html.nvinio-dark body #site-navbar .form-control{background-color:#20242b;color:#f5f7fa;border-color:rgba(255,255,255,.12)}
html.nvinio-dark body .site-header .form-control::placeholder{color:#98a1ad}
html.nvinio-dark body .post-single,html.nvinio-dark body .post-item,html.nvinio-dark body .sidebar-body.bg-white,html.nvinio-dark body .sidebar-block,html.nvinio-dark body .site-heading{background-color:#181b21!important;color:#f5f7fa;border-color:rgba(255,255,255,.09)}

html.nvinio-dark body .post-item .post-title {/*background-color:#181b21!important;*/color:#f5f7fa;border-color:rgba(255,255,255,.09)}

html.nvinio-dark body .navbar-categories.flex-column,html.nvinio-dark body .navbar-light .offcanvas-collapse,html.nvinio-dark body .engine-tabs-wrap,html.nvinio-dark body .search-box{background-color:#181b21!important;color:#f5f7fa;border-color:rgba(255,255,255,.09)}

html.nvinio-dark body .post-single-title,html.nvinio-dark body .post-single-content,html.nvinio-dark body .sidebar-heading,html.nvinio-dark body .navbar-categories .nav-link,html.nvinio-dark body .post-single-meta{/*color:#f5f7fa!important*/}

html.nvinio-dark body .text-muted{color:#a8b0bb!important}
html.nvinio-dark body .dropdown-menu,html.nvinio-dark body .autocomplete-suggestions{background-color:#181b21;border-color:rgba(255,255,255,.10);color:#f5f7fa}
html.nvinio-dark body .dropdown-item,html.nvinio-dark body .autocomplete-suggestion{color:#f5f7fa}html.nvinio-dark body .dropdown-item:hover{background-color:#222731}

@media(max-width:767.98px){.nvinio-article-share{justify-content:center;padding-left:8px;padding-right:8px}.nvinio-article-share__label{width:100%;justify-content:center;margin-right:0}.nvinio-share-list{justify-content:center}.nvinio-share-button{width:38px;height:38px;flex-basis:38px}.nvinio-theme-switch{width:64px;height:34px}.nvinio-theme-knob{left:4px;top:4px;width:26px;height:26px}html.nvinio-dark .nvinio-theme-knob{left:34px}}
@media(prefers-reduced-motion:reduce){.nvinio-theme-switch,.nvinio-theme-knob,.nvinio-share-button{transition:none!important}}
