:root{color-scheme:light;--bg-primary:#ffffff;--bg-secondary:#f8f9fa;--text-primary:#333333;--text-secondary:#666666;--link-color:#0066cc;--border-color:#dddddd}.modern-theme.dark{--bg-primary:#121212;--bg-secondary:#1e1e1e;--text-primary:#e0e0e0;--text-secondary:#aaaaaa;--link-color:#66b3ff;--border-color:#333333}@media (prefers-color-scheme:dark){.modern-theme:not(.light){--bg-primary:#121212;--bg-secondary:#1e1e1e;--text-primary:#e0e0e0;--text-secondary:#aaaaaa;--link-color:#66b3ff;--border-color:#333333}}*{box-sizing:border-box}body.modern-theme{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;margin:0;padding:60px 0 0;background-color:var(--bg-primary);color:var(--text-primary)}.modern-theme a{color:var(--link-color);text-decoration:none}.modern-theme a:hover{text-decoration:underline}.modern-theme .navbar,.modern-theme .navbar-inverse{position:fixed!important;top:0;left:0;right:0;background:var(--bg-secondary)!important;border:none!important;border-bottom:1px solid var(--border-color)!important;box-shadow:0 1px 3px rgba(0,0,0,.08);z-index:1000;margin:0!important;padding:0!important}.modern-theme .navbar-inner{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.modern-theme .navbar-inner>.container{max-width:1100px;margin:0 auto;padding:.75rem 1rem;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:space-between;align-items:center}.modern-theme .navbar-inner .brand{flex-shrink:0;margin-right:auto}.modern-theme .navbar-inner .nav-collapse{flex-shrink:0}.modern-theme .btn-navbar{display:none!important}.modern-theme .brand{font-weight:600;font-size:1.1rem;color:var(--text-primary)!important;text-decoration:none;display:flex;align-items:center;gap:.5rem}.modern-theme .brand:hover{color:var(--link-color)!important;text-decoration:none}.modern-theme .brand-logo{width:28px;height:28px;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,132,.3);transition:transform .2s ease,box-shadow .2s ease}.modern-theme .brand:hover .brand-logo{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,132,.4)}.modern-theme .nav-collapse{display:block!important;height:auto!important;overflow:visible!important}.modern-theme .navbar .nav{list-style:none;display:flex;gap:1.25rem;margin:0;padding:0;float:none!important}.modern-theme .navbar .nav>li{margin:0;float:none!important;display:inline-block}.modern-theme .navbar .nav>li>a{color:var(--text-secondary)!important;padding:.25rem 0;font-size:.95rem;background:transparent!important}.modern-theme .navbar .nav>li>a:hover{color:var(--link-color)!important;background:transparent!important}.modern-theme .container{max-width:1100px;margin:0 auto;padding:2rem 1rem 0}.modern-theme .row-fluid{display:flex;flex-wrap:wrap;gap:2rem;width:100%}.modern-theme .navmargin,.modern-theme .retro-page-wrapper{margin-top:0}.modern-theme .page-header{width:100%;flex:0 0 100%;padding-bottom:.75rem;margin:1rem 0 1.5rem;border-bottom:1px solid var(--border-color)}.modern-theme .page-header h1{margin:0;font-size:2rem;font-weight:600;color:var(--text-primary)}.modern-theme .lead{font-size:1.15rem;color:var(--text-secondary);margin-bottom:1rem}.modern-theme .soften,.modern-theme hr.soften{border:none;height:1px;background:var(--border-color);margin:2rem 0}.modern-theme .span3,.modern-theme .span9{flex:1 1 100%;min-width:0}.modern-theme .span12{flex:0 0 100%;width:100%}@media (min-width:768px){.modern-theme .row-fluid{flex-wrap:nowrap}.modern-theme .span9{flex:3 1}.modern-theme .span3{flex:1 1;min-width:220px}}.modern-theme section h2{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.modern-theme section h3{font-size:1.1rem;font-weight:600;color:var(--text-secondary);margin-top:1.25rem;margin-bottom:.5rem}.modern-theme section ul{margin:0 0 1rem;padding-left:1.25rem}.modern-theme section ul li{margin-bottom:.35rem}.modern-theme .bs-docs-sidebar h1{font-size:1.5rem;margin-top:0;margin-bottom:1rem;color:var(--text-primary)}.modern-theme .bs-docs-sidebar h2{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-top:0;margin-bottom:.75rem}.modern-theme aside.bs-docs-sidebar section{margin-bottom:1.5rem}.modern-theme .bs-docs-sidenav,.modern-theme .nav-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;width:100%}.modern-theme .bs-docs-sidenav>li,.modern-theme .nav-list>li{width:100%;display:block;margin-bottom:.25rem}.modern-theme .bs-docs-sidenav>li>a,.modern-theme .nav-list>li>a{display:block;width:100%;padding:.5rem .75rem;background:var(--bg-secondary);border-radius:6px;color:var(--text-primary);font-size:.95rem;text-decoration:none;border:1px solid transparent}.modern-theme .bs-docs-sidenav>li>a:hover,.modern-theme .nav-list>li>a:hover{background:var(--bg-primary);border-color:var(--border-color);color:var(--link-color)}.modern-theme footer{margin-top:3rem;padding:1.5rem 0;border-top:1px solid var(--border-color);text-align:center;color:var(--text-secondary);font-size:.9rem}.modern-theme .retro-post-list{list-style:none;padding:0;margin:0}.modern-theme .retro-post-list li{margin-bottom:0;border-bottom:1px solid var(--border-color);padding:.6rem 0}.modern-theme .retro-post-list li:last-child{border-bottom:none}.modern-theme .retro-post-list a{display:flex;align-items:baseline;gap:1rem;text-decoration:none}.modern-theme .retro-post-date{color:var(--text-secondary);font-size:.9rem;min-width:6rem;flex-shrink:0}.modern-theme .retro-post-title{color:var(--link-color);font-weight:500}.modern-theme .retro-post-list a:hover .retro-post-title{text-decoration:underline}.modern-theme .retro-panel{margin-bottom:2rem}.modern-theme .retro-title{font-size:2rem;margin-bottom:.5rem;color:var(--text-primary);line-height:1.2}.modern-theme .retro-date{color:var(--text-secondary);margin-bottom:2rem;display:block}.modern-theme .retro-content{font-size:1.05rem;line-height:1.75}.modern-theme .retro-content h1,.modern-theme .retro-content h2,.modern-theme .retro-content h3{margin-top:2rem;margin-bottom:1rem;color:var(--text-primary)}.modern-theme .retro-content p{margin-bottom:1.25rem}.modern-theme .retro-content ol,.modern-theme .retro-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.modern-theme .retro-content img{max-width:800px;width:100%;height:auto;border-radius:8px;margin:1.5rem 0;display:block}.modern-theme .retro-content blockquote{border-left:4px solid var(--border-color);margin:1.5rem 0;padding-left:1rem;color:var(--text-secondary);font-style:italic}.modern-theme .retro-content pre{background:var(--bg-secondary);padding:1rem;border-radius:6px;overflow-x:auto;margin-bottom:1.5rem;border:1px solid var(--border-color)}.modern-theme .retro-content code{font-family:SF Mono,Monaco,Menlo,Consolas,monospace;font-size:.9em}.modern-theme .retro-content pre code{background:transparent;padding:0;border-radius:0}.modern-theme .retro-content :not(pre)>code{background:var(--bg-secondary);padding:.2em .4em;border-radius:4px}.modern-theme .retro-content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.modern-theme .retro-content td,.modern-theme .retro-content th{border:1px solid var(--border-color);padding:.75rem;text-align:left}.modern-theme .retro-content th{background:var(--bg-secondary);font-weight:600}body.retro-theme,html.retro-theme{background-color:#000084}body.retro-theme{color:#f5f5f5;font-family:DOS,Monaco,Menlo,Consolas,Courier New,monospace;min-height:100vh;margin:0;visibility:hidden}.retro-theme .retro-shell{padding-bottom:4rem}.retro-theme .retro-topbar{background:#2b2b88;border-bottom:4px solid #000;color:#f0f0f0;display:flex;flex-direction:column;padding:1rem 2rem;text-transform:uppercase;font-weight:700}.retro-theme .retro-topbar__title{font-size:1rem;letter-spacing:.1em}.retro-theme .retro-topbar__nav{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;font-size:.9rem}.retro-theme .retro-topbar__nav a{color:#fffbcc;text-decoration:none}.retro-theme .brand{display:flex;align-items:center;gap:.5rem;color:#000084!important;text-decoration:none}.retro-theme .brand-logo{width:22px;height:22px;border:2px solid #000;border-radius:50%;box-shadow:2px 2px 0 #000;margin-right:4px;flex-shrink:0}.retro-theme .retro-main{padding:2rem}.retro-theme .container{padding:0 1.5rem}.retro-theme .retro-footer{border-top:4px solid #000;background:#2b2b88;padding:1rem 2rem;text-align:center}.retro-theme .retro-panel{background:#1b1b66;border:3px solid #000;box-shadow:4px 4px 0 #000;padding:1.5rem;margin-bottom:2rem}.retro-theme .page-header{background:#00a0a0;border:3px solid #000;box-shadow:4px 4px 0 #000;padding:.75rem 1.5rem;margin-bottom:1.5rem}.retro-theme .page-header h1{margin:0;color:#000;font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em}.retro-theme .retro-page-wrapper{margin-top:2rem}.hero-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.retro-theme .hero-logo{width:64px;height:64px;border:3px solid #000;border-radius:50%;box-shadow:4px 4px 0 #000,0 0 20px rgba(0,255,255,.3)}.modern-theme .hero-logo{width:64px;height:64px;border-radius:50%;box-shadow:0 4px 20px rgba(0,0,132,.4),0 0 0 3px rgba(0,0,132,.1);transition:transform .3s ease,box-shadow .3s ease}.modern-theme .hero-logo:hover{transform:scale(1.05) rotate(5deg);box-shadow:0 8px 30px rgba(0,0,132,.5),0 0 0 4px rgba(0,0,132,.15)}.retro-theme .retro-panel h1,.retro-theme .retro-panel h2,.retro-theme .retro-panel h3,.retro-theme .retro-panel h4{color:#66ffff}.retro-theme .retro-lead{font-size:1.25rem;color:#ffff99}.retro-theme .retro-post-list{list-style:none;margin:0;padding:0}.retro-theme .retro-post-list li{border-bottom:1px dashed #fff;padding:0}.retro-theme .retro-post-list a{color:#fff;display:flex;gap:1rem;text-decoration:none;min-height:44px;padding:10px 4px;align-items:center}.retro-theme .retro-post-date{color:#ffff99;min-width:6rem}.retro-theme .retro-sidebar-box{background:#1b1b66;border:2px solid #00ffff;margin-bottom:1.5rem;padding:1rem}.retro-theme .retro-sidebar-box h2{margin-top:0;margin-bottom:.75rem;font-size:1.1rem;color:#ffff99;text-align:center}.retro-theme .retro-sidebar-box ul{list-style:none;margin:0;padding:0}.retro-theme .retro-sidebar-box li{margin:0}.retro-theme .retro-sidebar-box a{color:#fff;text-decoration:none;display:block;min-height:44px;padding:10px 4px;line-height:1.5}.retro-theme .retro-box-double{background:#1b1b66;border:4px double #ffff00;margin-bottom:1.5rem;padding:1rem}.retro-theme .retro-box-double>h2{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:#ffff00;text-align:center;text-transform:uppercase;letter-spacing:.1em}.retro-theme .retro-box-inner{background:#0f0f44;border:2px solid #ff00ff;margin-bottom:1rem;padding:.75rem}.retro-theme .retro-box-inner:last-child{margin-bottom:0}.retro-theme .retro-box-inner h3{margin:-.75rem -.75rem .75rem;padding:.5rem;font-size:1rem;color:#fff;text-align:center;background:#880088;border-bottom:2px solid #ff00ff}.retro-theme .retro-box-inner ul{list-style:none;margin:0;padding:0}.retro-theme .retro-box-inner li{margin:0;padding:4px 0}.retro-theme .retro-box-inner a{color:#66ffff;text-decoration:none}.retro-theme .retro-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}@media (min-width:992px){.retro-theme .retro-grid{grid-template-columns:3fr 1fr}}.retro-theme .retro-title{margin-top:0}.retro-theme aside,.retro-theme main{min-width:0}.retro-theme .retro-date{display:block;margin-bottom:1rem;color:#ffff99}.retro-theme .retro-content img{max-width:800px;width:100%;height:auto;border:2px solid #000;box-shadow:4px 4px 0 #000;display:block;margin:1rem 0}.retro-theme .retro-content figure{margin:1.5rem 0}.skip-link{position:absolute;top:-100px;left:16px;padding:12px 24px;background:#000084;color:#fff;text-decoration:underline;font-weight:700;z-index:10000;opacity:0;pointer-events:none}.skip-link:active,.skip-link:focus{top:16px;opacity:1;pointer-events:auto;outline:3px solid #00ffff;outline-offset:2px}.modern-theme .skip-link{background:var(--link-color);color:#fff}.modern-theme .skip-link:focus{outline-color:var(--link-color)}.modern-theme a:focus,.modern-theme button:focus{outline:2px solid var(--link-color);outline-offset:2px}.retro-theme a:focus,.retro-theme button:focus{outline:2px solid #00ffff;outline-offset:2px}body.retro-theme .retro-content a[href],body.retro-theme .retro-panel .retro-content a[href],html.retro-theme body.retro-theme .retro-content a,html.retro-theme body.retro-theme .retro-panel .retro-content a,html.retro-theme body.retro-theme section.retro-panel .retro-content a,html.retro-theme body.retro-theme section.retro-panel div.retro-content a{text-decoration:underline!important;color:#66ffff!important}body.retro-theme .retro-content a[href]:hover,html.retro-theme body.retro-theme .retro-content a:hover{color:#99ffff!important}body section ul li{display:flex!important}body section ul li,body section ul li a{min-height:44px!important;align-items:center!important}body section ul li a{display:inline-flex!important;padding:10px 4px!important}body .bs-docs-sidenav>li,body .nav-list>li{min-height:44px!important}body .bs-docs-sidenav>li>a,body .nav-list>li>a{min-height:44px!important;display:flex!important;align-items:center!important;padding:10px 8px!important}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.not-found-panel{text-align:center;padding:2rem}.not-found-content{max-width:500px;margin:0 auto}.not-found-ascii{font-family:DOS,Monaco,Menlo,Consolas,Courier New,monospace;white-space:pre;font-size:.9rem;line-height:1.2;margin-bottom:1.5rem}.not-found-message{font-size:1.1rem;margin-bottom:1.5rem}.not-found-suggestions{margin-bottom:2rem}.not-found-suggestions ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.not-found-suggestions li{min-height:auto!important}.not-found-button{display:inline-block;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .2s ease}.retro-theme .not-found-ascii{color:#ffff00;text-shadow:2px 2px 0 #000}.retro-theme .not-found-message{color:#fff}.retro-theme .not-found-suggestions p{color:#aaa;margin-bottom:.5rem}.retro-theme .not-found-suggestions a{color:#66ffff;text-decoration:underline}.retro-theme .not-found-suggestions a:hover{color:#99ffff}.retro-theme .not-found-button{background:#000084;color:#fff;border:2px solid #fff;box-shadow:4px 4px 0 #000}.retro-theme .not-found-button:hover{background:#0000aa;transform:translate(-2px,-2px);box-shadow:6px 6px 0 #000}.modern-theme .not-found-ascii{color:var(--text-secondary);opacity:.7}.modern-theme .not-found-message{color:var(--text-primary)}.modern-theme .not-found-suggestions p{color:var(--text-secondary);margin-bottom:.5rem}.modern-theme .not-found-suggestions a{color:var(--link-color);text-decoration:none;padding:.25rem .5rem;border-radius:4px;background:var(--bg-secondary)}.modern-theme .not-found-suggestions a:hover{background:var(--border-color)}.modern-theme .not-found-button{background:var(--link-color);color:#fff;border:none;border-radius:6px}.modern-theme .not-found-button:hover{opacity:.9;text-decoration:none}