:root{--color-bg-primary:#fff;--color-bg-secondary:#e6e6e6;--color-bg-tertiary:#eee;--color-bg-muted:#f5f5f5;--color-bg-placeholder:#ddd;--color-bg-nav:#2c2c2c;--color-bg-nav-hover:#2185c5;--color-bg-nav-mobile:#222;--color-bg-footer:#333;--color-bg-copyright:#222;--color-bg-widget:#333;--color-bg-button:#333;--color-bg-button-hover:#111;--color-bg-tag:#2185c5;--color-bg-tag-footer:#222;--color-bg-read-more:#2185c5;--color-bg-read-more-hover:#1a6a9d;--color-bg-ad:#ddd;--color-bg-infobox-tab-hover:#eaeaea;--color-bg-search-thumb:#f0f0f0;--color-bg-search-submit:#2185c5;--color-bg-search-submit-hover:#1a6a9d;--color-bg-input:#fff;--color-bg-outer:#fff;--color-bg-card:#fff;--color-bg-box:#fff;--color-bg-infobox:#fff;--color-bg-infobox-tab:#f5f5f5;--color-bg-infobox-tab-active:#fff;--color-text-main:#555;--color-text-heading:#111;--color-text-muted:#888;--color-text-meta:#666;--color-text-subtle:#777;--color-text-inverse:#fff;--color-text-on-accent:#fff;--color-text-on-read-more:#fff;--color-text-nav:#fff;--color-text-nav-link:#fff;--color-text-sidebar-title:#222;--color-text-footer:#cecece;--color-text-footer-heading:#fff;--color-text-copyright:#aaa;--color-text-breadcrumb-separator:#999;--color-text-breadcrumb-current:#888;--color-text-infobox-tab:#555;--color-text-link:#2185c5;--color-text-link-hover:#1a6a9d;--color-text-on-search-submit:#fff;--color-border:#ddd;--color-border-light:#eaeaea;--color-border-subtle:#eee;--color-border-dotted:#ccc;--color-border-dashed:#bbb;--color-border-card-inside:#f9f9f9;--color-border-box:#fff;--color-border-outer-top:#2185c5;--color-border-outer-bottom:#ddd;--color-border-nav-bottom:#ddd;--color-border-nav-mobile-item:#333;--color-border-footer:#555;--color-border-footer-heading:#444;--color-border-copyright:#3d3d3d;--color-border-meta:#eee;--color-border-accent:#2185c5;--color-accent:#2185c5;--color-accent-hover:#1a6a9d;--color-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);--color-box-shadow-card-hover:0 8px 16px rgba(0, 0, 0, 0.1);--color-box-shadow-infobox:0 2px 5px rgba(0, 0, 0, 0.05);--pf-text:var(--color-text-main);--pf-text-secondary:var(--color-text-heading);--pf-text-muted:var(--color-text-muted);--pf-background:var(--color-bg-primary);--pf-border:var(--color-border-light);--pf-border-focus:var(--color-accent);--pf-mark:rgba(33, 133, 197, 0.18)}body{font-family:domine,serif;line-height:1.6;margin:0;padding:0;background:var(--color-bg-secondary);color:var(--color-text-main)}h1,h2,h3,h4,h5,h6{font-family:playfair display,serif;color:var(--color-text-heading);line-height:1.2;margin-top:0}a{color:var(--color-text-link);text-decoration:none;transition:all .2s ease-in-out}a:hover{color:var(--color-text-link-hover)}.velocis-outer{background:var(--color-bg-outer);padding:2rem 0;border-bottom:3px solid var(--color-border-outer-bottom);border-top:3px solid var(--color-border-outer-top)}.velocis-header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 15px;flex-wrap:wrap}.velocis-logo-area a{text-decoration:none;display:inline-block}.velocis-site-title{margin:0;font-size:32px;color:var(--color-text-heading)}.velocis-site-tagline{margin:0;color:var(--color-text-muted);font-family:sans-serif}.velocis-container{max-width:1200px;margin:30px auto;display:grid;grid-template-columns:2fr 1fr;gap:30px;padding:0 15px}.ad-placeholder{background:var(--color-bg-ad);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;font-family:sans-serif;font-size:14px;margin:0 auto 20px;max-width:100%;border:1px dashed var(--color-border-dashed)}.ad-728{width:728px;height:90px}.ad-300{width:300px;height:250px}.ad-468{width:468px;height:60px;margin-top:20px}.velocis-ad-wrapper{display:flex;justify-content:center;align-items:center;text-align:center;margin:30px auto;width:100%;max-width:100%;clear:both;overflow:hidden}.velocis-ad-wrapper iframe,.velocis-ad-wrapper ins,.velocis-ad-wrapper div{margin-left:auto!important;margin-right:auto!important;text-align:center!important}.velocis-primary-nav{background:var(--color-bg-nav);border-bottom:3px solid var(--color-border-nav-bottom);font-family:sans-serif;text-transform:uppercase}.velocis-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.velocis-menu-list li a{display:block;padding:15px 20px;color:var(--color-text-nav-link);font-size:13px;font-weight:700}.velocis-menu-list li a:hover{background:var(--color-bg-nav-hover);color:var(--color-text-nav);text-decoration:none}.velocis-menu-toggle{display:none;background:0 0;color:var(--color-text-nav);border:none;padding:15px 0;font-size:16px;cursor:pointer;text-transform:uppercase;font-weight:700}.velocis-archive-header{margin-bottom:2rem;border-bottom:2px solid var(--color-border-accent);padding-bottom:1rem}.velocis-archive-title{font-size:2rem;margin:0}.velocis-post-grid[data-layout=fixed]{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.velocis-post-grid[data-layout=masonry]{column-count:3;column-gap:20px}@media(max-width:1024px){.velocis-post-grid[data-layout=masonry]{column-count:2}}@media(max-width:768px){.velocis-post-grid[data-layout=masonry]{column-count:1}}.velocis-post-item{background:var(--color-bg-card);border:1px solid var(--color-border-light);transition:transform .2s ease,box-shadow .2s ease;break-inside:avoid;margin-bottom:20px}.velocis-post-item:hover{transform:translateY(-2px);box-shadow:var(--color-box-shadow-card-hover)}.velocis-post-inside{border:4px solid var(--color-border-card-inside);display:flex;flex-direction:column;height:100%}.velocis-post-thumbnail{position:relative;background:var(--color-bg-tertiary)}.velocis-post-thumbnail img{width:100%;height:auto;object-fit:cover;display:block}.velocis-post-read-more{text-align:center;background:var(--color-bg-read-more)}.velocis-post-read-more a{display:block;padding:10px;color:var(--color-text-on-read-more)!important;font-weight:700;text-transform:uppercase;font-family:sans-serif;font-size:14px}.velocis-post-read-more a:hover{background:var(--color-bg-read-more-hover)!important}.velocis-post-details{padding:15px;flex-grow:1;display:flex;flex-direction:column}.velocis-post-title{font-size:1.2rem;margin-bottom:.5rem;line-height:1.3}.velocis-post-meta{color:var(--color-text-muted);font-family:sans-serif;font-size:12px;margin-bottom:15px}.velocis-post-summary{line-height:1.5;font-size:14px;color:var(--color-text-main);margin-bottom:0}.velocis-box{background:var(--color-bg-box);border:1px solid var(--color-border-box);box-shadow:var(--color-box-shadow);padding:20px;margin-bottom:20px}.velocis-post-title-single{font-size:2.2rem;margin-bottom:.5rem;color:var(--color-text-heading)}.velocis-post-header-meta{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border-meta);color:var(--color-text-meta);font-size:.9rem}.velocis-post-tags{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border-meta);display:flex;flex-wrap:wrap;align-items:center;gap:8px}.velocis-post-tags a{background:var(--color-bg-tag);color:var(--color-text-on-accent);padding:4px 10px;font-size:.8rem;font-family:sans-serif;text-decoration:none;border-radius:3px;text-transform:capitalize;transition:opacity .2s}.velocis-post-tags a:hover{opacity:.8}.velocis-pagination{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border-meta);display:flex;justify-content:center;align-items:center;gap:15px;font-family:sans-serif;font-size:14px;font-weight:700}.velocis-pagination-link{padding:8px 16px;background:var(--color-accent);color:var(--color-text-on-read-more);text-decoration:none;border-radius:4px;font-weight:700}.velocis-pagination-link:hover{background:var(--color-accent-hover);color:var(--color-text-on-read-more)}.velocis-pagination-link--disabled{padding:8px 16px;background:var(--color-bg-muted);color:var(--color-text-muted);border-radius:4px;cursor:not-allowed;font-weight:700}.velocis-pagination-status{font-size:.9rem;color:var(--color-text-meta);font-weight:400}.velocis-btn{padding:10px 20px;background:var(--color-bg-button);color:var(--color-text-inverse);border-radius:4px;display:inline-block}.velocis-btn:hover{background:var(--color-bg-button-hover);color:var(--color-text-inverse)}.velocis-widget-title{font-family:sans-serif;font-size:14px;background:var(--color-bg-widget);color:var(--color-text-inverse);padding:10px 15px;text-transform:uppercase;margin:-20px -20px 15px}.velocis-sidebar-about-text{font-size:.9rem}.velocis-sidebar-list{list-style:none;padding:0;margin:0;font-family:sans-serif;font-size:14px}.velocis-sidebar-list-item{border-bottom:1px dotted var(--color-border-dotted);padding:8px 0}.velocis-sidebar-post-item{border-bottom:1px dotted var(--color-border-dotted);padding:12px 0;display:flex;gap:12px;align-items:flex-start}.velocis-sidebar-thumb-link{flex-shrink:0;display:block;width:65px;height:65px}.velocis-sidebar-thumb-img{width:65px;height:65px;object-fit:cover;border-radius:4px;background:var(--color-bg-tertiary)}.velocis-sidebar-thumb-placeholder{width:65px;height:65px;background:var(--color-bg-tertiary);border-radius:4px;flex-shrink:0}.velocis-sidebar-post-body{display:flex;flex-direction:column;gap:4px}.velocis-sidebar-post-title{line-height:1.3;font-weight:700;color:var(--color-text-sidebar-title)}.velocis-sidebar-post-excerpt{font-size:12px;color:var(--color-text-subtle);line-height:1.4}.velocis-sidebar-feed-error{border-bottom:1px dotted var(--color-border-dotted);padding:12px 0;color:#d9534f}.velocis-footer{background:var(--color-bg-footer);color:var(--color-text-footer);padding:40px 15px;border-top:1px solid var(--color-border-footer);font-family:sans-serif;font-size:13px}.velocis-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.velocis-footer h4{color:var(--color-text-footer-heading);border-bottom:1px solid var(--color-border-footer-heading);padding-bottom:10px;font-family:sans-serif;text-transform:uppercase;font-size:14px}.velocis-copyright{background:var(--color-bg-copyright);text-align:center;padding:15px;color:var(--color-text-copyright);font-size:12px;font-family:sans-serif;border-top:1px solid var(--color-border-copyright)}.velocis-footer-list{list-style:none;padding:0;line-height:2}.velocis-footer-link{color:var(--color-text-footer)}.velocis-footer-link--capitalize{text-transform:capitalize}.velocis-footer-tag{display:inline-block;background:var(--color-bg-tag-footer);color:var(--color-text-inverse);padding:4px 8px;margin:2px;font-size:12px;text-transform:capitalize}.velocis-footer-empty{font-size:11px;color:var(--color-text-muted)}.velocis-breadcrumbs{margin-bottom:1.5rem;font-size:.85rem;font-family:sans-serif}.velocis-breadcrumb-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.velocis-breadcrumb-link{text-decoration:none}.velocis-breadcrumb-link--home{font-weight:700}.velocis-breadcrumb-separator{color:var(--color-text-breadcrumb-separator)}.velocis-breadcrumb-current{color:var(--color-text-breadcrumb-current)}@media(max-width:890px){.velocis-container{grid-template-columns:1fr}.velocis-header-inner{flex-direction:column;text-align:center;gap:20px}.velocis-menu-toggle{display:block}.velocis-menu-list{display:none;flex-direction:column;width:100%;background:var(--color-bg-nav-mobile);position:absolute;left:0;top:100%;z-index:100}.velocis-menu-list.active{display:flex}.velocis-menu-list li a{border-bottom:1px solid var(--color-border-nav-mobile-item);padding:12px 15px}}html.dark-mode{--color-bg-primary:#1e222b;--color-bg-secondary:#1a1d24;--color-bg-tertiary:#1a1d24;--color-bg-muted:#2c323f;--color-bg-placeholder:#242831;--color-bg-nav:#1e222b;--color-bg-nav-hover:#2c323f;--color-bg-nav-mobile:#1e222b;--color-bg-footer:#15181e;--color-bg-copyright:#0f1115;--color-bg-widget:#1e222b;--color-bg-button:#2c323f;--color-bg-button-hover:#333a49;--color-bg-tag:#c9edff;--color-bg-tag-footer:#1e222b;--color-bg-read-more:#f9b247;--color-bg-read-more-hover:#ffcc73;--color-bg-ad:#242831;--color-bg-infobox-tab-hover:#2c323f;--color-bg-search-thumb:#1a1d24;--color-bg-search-submit:#f9b247;--color-bg-search-submit-hover:#e09e3e;--color-bg-input:#1e222b;--color-bg-outer:#1e222b;--color-bg-card:#242831;--color-bg-box:#242831;--color-bg-infobox:#242831;--color-bg-infobox-tab:#1e222b;--color-bg-infobox-tab-active:#242831;--color-text-main:#d1d5db;--color-text-heading:#ffffff;--color-text-muted:#888;--color-text-meta:#9ca3af;--color-text-subtle:#9ca3af;--color-text-inverse:#fff;--color-text-on-accent:#1a1d24;--color-text-on-read-more:#1a1d24;--color-text-nav:#fff;--color-text-nav-link:#c9edff;--color-text-sidebar-title:#d1d5db;--color-text-footer:#9ca3af;--color-text-footer-heading:#ffffff;--color-text-copyright:#6b7280;--color-text-breadcrumb-separator:#6b7280;--color-text-breadcrumb-current:#9ca3af;--color-text-infobox-tab:#9ca3af;--color-text-link:#f9b247;--color-text-link-hover:#ffcc73;--color-text-on-search-submit:#1a1d24;--color-border:#333a49;--color-border-light:#333a49;--color-border-subtle:#333a49;--color-border-dotted:#333a49;--color-border-dashed:#333a49;--color-border-card-inside:#1e222b;--color-border-box:#333a49;--color-border-outer-top:#333a49;--color-border-outer-bottom:#15181e;--color-border-nav-top:#2c323f;--color-border-nav-bottom:#15181e;--color-border-nav-mobile-item:#333a49;--color-border-footer:#2c323f;--color-border-footer-heading:#333a49;--color-border-copyright:#1e222b;--color-border-meta:#333a49;--color-border-accent:#f9b247;--color-accent:#f9b247;--color-accent-hover:#ffcc73;--color-box-shadow:none;--color-box-shadow-card-hover:0 8px 16px rgba(0, 0, 0, 0.1);--color-box-shadow-infobox:none;--pf-mark:rgba(249, 178, 71, 0.25)}html.dark-mode .velocis-primary-nav{border-top:3px solid var(--color-border-nav-top)}html.dark-mode article.velocis-single-post{background-color:var(--color-bg-box);border-color:var(--color-border-box);box-shadow:none}html.dark-mode .velocis-post-thumbnail img{border-bottom:none!important}html.dark-mode .velocis-widget-title{border-bottom:none!important}html.dark-mode .velocis-post-title a{color:var(--color-text-heading)!important}html.dark-mode .velocis-post-title a:hover{color:var(--color-text-link)!important}html.dark-mode .velocis-post-summary,html.dark-mode .velocis-post-summary p{color:var(--color-text-subtle)!important}html.dark-mode .velocis-sidebar-list-item a,html.dark-mode a.velocis-sidebar-post-title{color:var(--color-text-sidebar-title)!important}html.dark-mode .velocis-sidebar-list-item a:hover,html.dark-mode a.velocis-sidebar-post-title:hover{color:var(--color-text-link)!important}html.dark-mode .velocis-post-tags a:hover{background-color:var(--color-accent)!important;opacity:1}html.dark-mode .velocis-footer a{color:var(--color-text-main)!important}html.dark-mode .velocis-footer a:hover{color:var(--color-text-link)!important}html.dark-mode .velocis-footer h4{border-bottom-style:dotted}html.dark-mode .velocis-footer-tag{color:var(--color-text-main)!important}html.dark-mode .velocis-pagination-status{color:var(--color-text-meta)!important}html.dark-mode .velocis-pagination-link--disabled{color:var(--color-text-muted)!important}html.dark-mode .velocis-pagination-link{color:var(--color-text-on-read-more)!important}html.dark-mode .velocis-pagination-link:hover{color:var(--color-text-on-read-more)!important}html.dark-mode p,html.dark-mode li,html.dark-mode span{color:var(--color-text-main)!important}html.dark-mode input,html.dark-mode textarea,html.dark-mode .velocis-sidebar-search input{background-color:var(--color-bg-input)!important;color:var(--color-text-main)!important;border:1px solid var(--color-border)!important}html.dark-mode div[style*="background-color: #fff"],html.dark-mode div[style*="background: #fff"],html.dark-mode section[style*="background: white"],html.dark-mode a[style*="background: #f9f9f9"]{background-color:var(--color-bg-card)!important;border-color:var(--color-border)!important}html.dark-mode a[style*="background: #f9f9f9"] h2{color:var(--color-text-heading)!important}.velocis-infobox{margin-top:2.5rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg-infobox);overflow:hidden;box-shadow:var(--color-box-shadow-infobox)}.infobox-tabs{display:flex;flex-wrap:wrap;background:var(--color-bg-infobox-tab);border-bottom:1px solid var(--color-border)}.infobox-tab-btn{flex:1;min-width:120px;padding:12px 15px;background:0 0;border:none;border-right:1px solid var(--color-border);border-bottom:2px solid transparent;cursor:pointer;font-family:sans-serif;font-weight:700;color:var(--color-text-infobox-tab);transition:all .2s}.infobox-tab-btn:last-child{border-right:none}.infobox-tab-btn:hover{background:var(--color-bg-infobox-tab-hover)}.infobox-tab-btn.active{background:var(--color-bg-infobox-tab-active);color:var(--color-accent);border-bottom:2px solid var(--color-accent)}html.dark-mode .infobox-tab-btn:hover{color:var(--color-text-main)}.infobox-content{padding:1.5rem}.infobox-pane{display:none}.infobox-pane.active{display:block;animation:fadeIn .3s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}pagefind-summary{display:block;margin:1.5rem 0 1rem;font-family:sans-serif;font-size:14px;color:var(--pf-text-muted)}.velocis-search-card{display:flex;gap:20px;padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid var(--pf-border);align-items:flex-start}.velocis-search-card-thumb{width:160px;min-width:160px;aspect-ratio:16/10;border-radius:4px;overflow:hidden;background:var(--color-bg-search-thumb)}.velocis-search-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.velocis-search-card-body{flex-grow:1}.velocis-search-card-title{font-family:playfair display,serif;font-size:1.4rem;margin:0 0 8px;line-height:1.3}.velocis-search-card-title a{color:var(--pf-text-secondary);text-decoration:none}.velocis-search-card-title a:hover{color:var(--color-text-link)}.velocis-search-card-excerpt{font-size:14px;line-height:1.6;color:var(--pf-text);margin:0}.velocis-search-card-excerpt mark{background-color:var(--pf-mark);color:inherit;font-weight:700;padding:0 3px;border-radius:2px}@media(max-width:640px){.velocis-search-card{flex-direction:column;gap:15px}.velocis-search-card-thumb{width:100%;max-width:100%;aspect-ratio:16/9}}.velocis-sidebar-search{display:flex;gap:8px;align-items:stretch}.velocis-sidebar-search input{flex-grow:1;padding:10px 12px;border:1px solid var(--color-border-light);border-radius:4px;font-family:sans-serif;font-size:14px}.velocis-search-submit{background-color:var(--color-bg-search-submit);color:var(--color-text-on-search-submit);border:none;border-radius:4px;padding:10px 20px;cursor:pointer;font-family:sans-serif;font-weight:700;font-size:14px;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .1s ease}.velocis-search-submit:hover{background-color:var(--color-bg-search-submit-hover)}.velocis-search-submit:active{transform:scale(.97)}