:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;flex-direction:column;min-height:100vh;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5;display:flex}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media screen and (width>=768px){#root{width:100%}}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 0;box-shadow:0 2px 4px #0000000d}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.menu-toggle{cursor:pointer;background:#f8fbff;border:1px solid #c9d6e2;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none}.menu-toggle-bar{background-color:#215b88;width:20px;height:2px;transition:transform .2s,opacity .2s}.mobile-menu{display:none}.header-title{color:#333;white-space:nowrap;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.header-logo{object-fit:contain;width:2.1rem;height:2.1rem;display:inline-block}.header-title:hover{color:#007acc}.header-nav{flex:1;justify-content:center;gap:1.5rem;display:flex}.nav-link{color:#333;border-bottom:2px solid #0000;padding:.5rem 0;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:#007acc;border-bottom-color:#007acc}.submit-link{color:#fff;white-space:nowrap;background-color:#007acc;border-radius:4px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background-color .2s}.submit-link:hover{background-color:#005a9e}@media (width<=768px){.header-content{gap:.75rem;padding:0 1rem}.header-title{font-size:1.2rem}.menu-toggle{display:inline-flex}.desktop-nav,.desktop-submit-link{display:none}.mobile-menu{border-top:1px solid #e5edf4;width:100%;margin-top:.5rem;padding-top:.75rem;display:none}.mobile-menu.open{display:block}.mobile-nav{flex-direction:column;align-items:stretch;gap:.25rem}.mobile-nav .nav-link{padding:.65rem .25rem;display:block}.mobile-nav .submit-link{text-align:center;margin-top:.5rem}}.gallery-container{padding:2rem}.grid{flex-wrap:wrap;gap:1rem;display:flex}.tile{color:inherit;border:1px solid #ccc;border-radius:4px;flex-direction:column;width:300px;height:100%;min-height:200px;text-decoration:none;transition:box-shadow .2s;display:flex;overflow:hidden}.tile:hover{box-shadow:0 2px 8px #0003}.tile-image-wrapper{background-color:#f5f5f5;flex-shrink:0;justify-content:center;align-items:center;min-height:100px;display:flex;position:relative;overflow:hidden}.category-icon{justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.resource-badges{gap:.5rem;display:flex;position:absolute;top:.5rem;right:.5rem}.badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;display:inline-flex;box-shadow:0 2px 4px #0003}.tile-content{flex-direction:column;flex:1;padding:.75rem;display:flex}.title{margin:0 0 .5rem;font-weight:700;line-height:1.3}.tile-description{color:#666;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.filter-section{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.filter-wrapper{flex-wrap:wrap;gap:2rem;display:flex}.search-input{border:1px solid #ddd;border-radius:4px;max-width:400px;padding:.5rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#007acc;outline:none;box-shadow:0 0 0 3px #007acc1a}.category-filter-wrapper{align-items:center;gap:1rem;display:flex}.category-filter-wrapper label{white-space:nowrap;font-weight:500}.category-select{cursor:pointer;border:1px solid #ccc;border-radius:4px;width:100%;padding:.5rem;font-size:1rem}.category-select:hover{border-color:#007acc}.tag-filter-wrapper{align-items:center;gap:1rem;display:flex}.tag-filter-wrapper label{white-space:nowrap;font-weight:500}.tag-select{cursor:pointer;border:1px solid #ccc;border-radius:4px;padding:.5rem;font-size:1rem}.tag-select:hover{border-color:#007acc}.no-results{text-align:center;color:#666;padding:2rem}.detail-container{max-width:1000px;margin:0 auto;padding:2rem}.detail-container img{border:1px solid #ccc;border-radius:4px;max-width:100%}.tags{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.tag{color:#333;background-color:#e8e8e8;border-radius:16px;padding:.25rem .75rem;font-size:.9rem;display:inline-block}.published-date{color:#666;margin:.5rem 0;font-size:.9rem}.category-info{color:#333;align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.category-info .category-icon{justify-content:center;align-items:center;width:auto;font-size:1.5rem;display:inline-flex}.author-section{background-color:#f5f5f5;border-radius:4px;align-items:center;gap:1rem;margin:1.5rem 0;padding:1rem;display:flex}.author-name{font-weight:500}.author-links{gap:.5rem;display:flex}.social-link{color:#333;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.social-link:hover{transform:scale(1.1)}.social-link.linkedin:hover{color:#fff;background-color:#0a66c2;border-color:#0a66c2}.social-link.github:hover{color:#fff;background-color:#333;border-color:#333}.social-link.website:hover{color:#fff;background-color:#007acc;border-color:#007acc}.code-section{background-color:#f9f9f9;border-left:4px solid #007acc;border-radius:4px;margin:2rem 0;padding:1rem}.code-section h3{color:#333;margin:0 0 1rem;font-size:1rem}.code-block{color:#d4d4d4;background-color:#1e1e1e;border-radius:4px;margin:0;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.5;overflow-x:auto}.code-block code{text-align:left;white-space:pre;word-break:normal;word-wrap:normal;max-width:70vw;display:block;overflow-x:auto}.resources-section{background-color:#f9f9f9;border-left:4px solid #007acc;border-radius:4px;margin:2rem 0;padding:1rem}.resources-section h3{color:#333;margin:0 0 1rem;font-size:1rem}.resource-links{flex-wrap:wrap;gap:1rem;display:flex}.resource-link{color:#333;background-color:#fff;border:1px solid #ddd;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.resource-link:hover{color:#007acc;border-color:#007acc;box-shadow:0 2px 4px #007acc1a}.resource-link.video:hover{background-color:#fef3f3}.resource-link.blog:hover{background-color:#f3f9ff}.submit-container{max-width:1000px;margin:0 auto;padding:2rem}.back-link{color:#007acc;margin-bottom:1rem;text-decoration:none;display:inline-block}.submit-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#007acc;outline:none;box-shadow:0 0 0 3px #007acc1a}.submit-button{color:#fff;cursor:pointer;background-color:#007acc;border:none;border-radius:4px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:background-color .2s}.submit-button:hover{background-color:#005a9e}.about-container{max-width:1000px;margin:0 auto;padding:2rem}.about-container h1{color:#333;margin-bottom:2rem}.about-content{line-height:1.6}.about-section{margin-bottom:2.5rem}.about-section h2{color:#333;border-bottom:2px solid #007acc;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.about-section p{color:#555;margin-bottom:1rem}.about-section ul,.about-section ol{color:#555;margin-bottom:1rem;margin-left:2rem}.about-section li{margin-bottom:.5rem}.about-section strong{color:#333}.cta-link{color:#007acc;background-color:#f0f8ff;border-radius:4px;margin-top:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.cta-link:hover{color:#fff;background-color:#007acc}@media (width<=768px){.about-container{padding:1rem}.about-section h2{font-size:1.2rem}.about-section ul,.about-section ol{margin-left:1.5rem}}.learn-container{max-width:900px;margin:0 auto;padding:2rem}.learn-intro{color:#555;margin:.5rem 0 1.5rem}.learn-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.learn-filter-btn{color:#333;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:999px;padding:.35rem .9rem;font-size:.875rem;transition:all .15s}.learn-filter-btn:hover{color:#007acc;border-color:#007acc}.learn-filter-btn.active{color:#fff;background-color:#007acc;border-color:#007acc}.learn-list{flex-direction:column;gap:.75rem;display:flex}.learn-item{color:inherit;background-color:#fff;border:1px solid #ddd;border-radius:6px;padding:1rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:block}.learn-item:hover{border-color:#007acc;box-shadow:0 2px 6px #007acc1f}.learn-item-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.learn-item-header h2{margin:0;font-size:1.05rem}.learn-type{color:#005a9e;white-space:nowrap;background-color:#eaf4ff;border:1px solid #cce6ff;border-radius:999px;padding:.2rem .5rem;font-size:.8rem}.learn-item p{color:#555;margin:.5rem 0 0}.privacy-container{max-width:900px;margin:0 auto;padding:2rem}.privacy-updated{color:#666;margin-top:-.5rem;margin-bottom:1.5rem}.privacy-section{margin-bottom:1.5rem}.privacy-section h2{color:#005a9e;border-left:4px solid #007acc;margin-bottom:.75rem;padding-left:.6rem;font-size:1.15rem;line-height:1.3}.privacy-section h3{color:#007acc;letter-spacing:.01em;margin-top:1rem;margin-bottom:.4rem;font-size:1rem;font-weight:500}.privacy-section p,.privacy-section li{color:#333;line-height:1.6}.privacy-section ul{margin:.5rem 0 0 1.25rem;padding:0}main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:2rem}.footer{color:#fff;background:#1a1a2e;border-top:1px solid #e0e0e0;margin-top:2rem;padding:1.2rem 0}.footer-content{flex-direction:column;align-items:center;gap:.8rem;max-width:900px;margin:0 auto;display:flex}.footer-row{align-items:center;gap:.6rem;display:flex}.footer-row-1,.footer-row-2{justify-content:center}.footer-row-3{justify-content:center;gap:.6rem}.footer-brand{color:#fff;font-size:1rem;font-weight:700}.footer-linkedin{color:#fff;background-color:#0a66c2;border-radius:3px;justify-content:center;align-items:center;width:1.2rem;height:1.2rem;margin-right:.4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .2s,box-shadow .2s;display:inline-flex}.footer-linkedin:hover{background-color:#005298;box-shadow:0 2px 6px #0a66c24d}.footer-linkedin-container{font-weight:400}.footer-linkedin-container:hover{cursor:pointer}.footer-label{color:#ddd;font-size:.95rem}.footer-linkedin-container>.footer-label:hover{color:#007acc}.footer-nav-link{color:#ddd;border-radius:0;padding:0;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .2s}.footer-nav-link:hover{color:#007acc}.footer-divider{color:#999;font-size:.8rem}
