:root{font-family:Fira Code,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#e6edf3;background-color:#0d1117;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;font-family:Fira Code,monospace}a{font-weight:500;color:#7ee787;text-decoration:inherit;transition:color .25s}a:hover{color:#56d364}body{margin:0;min-width:320px;min-height:100vh;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{color:#f0f6fc;font-family:Fira Code,monospace;font-weight:600}h1{font-size:2.5em;line-height:1.1}button{border-radius:6px;border:1px solid #30363d;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:Fira Code,monospace;background-color:#21262d;color:#e6edf3;cursor:pointer;transition:all .25s}button:hover{border-color:#56d364;background-color:#2d333b}button:focus,button:focus-visible{outline:2px solid #56d364}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.empty-state-message{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:calc(100vh - 250px);width:100%;text-align:center;padding:2rem;color:#8b949e;font-size:1.2rem}@media (prefers-color-scheme: light){:root{color:#e6edf3;background-color:#0d1117}a:hover{color:#56d364}button{background-color:#21262d}}html,body{scroll-behavior:smooth}.buy-coffee-btn{color:#fff!important;border-radius:6px!important;background:#bd2c00!important;font-weight:500;font-size:.85rem;padding:.22rem .7rem;box-shadow:0 1px 4px #bd2c0015;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none;display:flex;align-items:center;gap:.35rem}.buy-coffee-btn:hover{color:#fff!important;background:#a62600!important;box-shadow:0 2px 8px #bd2c0033;transform:scale(1.07)}@media (max-width: 768px){.buy-coffee-btn{color:#fff!important;border-radius:6px!important}}.blog-post-content-text p[style*="text-align: center"] img,.blog-post-content-text .ql-align-center img{display:block;margin-left:auto;margin-right:auto}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.hero-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:4rem 2rem;background-color:#0d1117;position:relative;overflow:hidden;min-height:500px;border-radius:12px;margin:0 1rem 3rem;box-shadow:0 10px 30px #0000004d;border:1px solid #30363d}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(126,231,135,.03),transparent 60%);z-index:0;animation:gradientShift 12s ease infinite alternate}.hero-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}@keyframes gradientShift{0%{background-position:0% 0%}to{background-position:100% 100%}}.hero-content{flex:1;z-index:3;max-width:600px}.hero-title{font-size:2.8rem;margin-bottom:1.5rem;display:flex;flex-direction:column;line-height:1.2}.welcome-text{color:#f0f6fc;margin-bottom:.5rem;opacity:0;animation:fadeInUp 1s ease forwards}.typing-container{display:inline-flex;height:3.5rem;align-items:center;color:#7ee787;position:relative}.typing-text{border-right:none}.cursor{display:inline-block;width:3px;height:1.8rem;background-color:#7ee787;margin-left:4px;animation:blink 1s infinite}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;color:#8b949e;line-height:1.6;opacity:0;animation:fadeInUp 1s ease forwards .3s}.hero-buttons{display:flex;gap:1.6rem;opacity:0;animation:fadeInUp 1s ease forwards .6s;justify-content:flex-start}.hero-button{padding:.6rem 1.2rem;border-radius:6px;font-weight:500;font-size:.9rem;transition:all .25s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center}.primary-button{background-color:#7ee787;color:#0d1117;border:2px solid #7ee787;box-shadow:0 4px 14px #7ee78740}.primary-button:hover{background-color:#7ee7871a;color:#7ee787;box-shadow:none}.secondary-button{background-color:transparent;color:#7ee787;border:2px solid #7ee787}.secondary-button:hover{background-color:#7ee7871a}.coffee-button{background-color:#bd2c00;color:#fff;border:2px solid #bd2c00}.coffee-button:hover{background-color:#bd2c001a;color:#fff;border-color:#bd2c00;box-shadow:none}.hero-animation.digital-connections-animation{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:2;min-height:350px;height:100%;opacity:0;animation:fadeIn 1.5s ease forwards .8s;overflow:hidden}.hero-animation.digital-connections-animation canvas{display:block;width:100%;height:100%;border-radius:8px}.hero-featured-blogs{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:2;min-height:400px;height:100%;opacity:0;animation:fadeIn 1.5s ease forwards .8s;padding:2rem}.featured-blogs-container{width:100%;max-width:650px;display:flex;flex-direction:column;gap:1.5rem}.blog-navigation{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem}.nav-arrow{width:40px;height:40px;border-radius:8px;border:1px solid #30363d;background:#161b22e6;color:#8b949e;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:18px;font-weight:700;aspect-ratio:1}.nav-arrow:hover{background:#7ee7871a;border-color:#7ee78766;color:#7ee787;transform:scale(1.1);box-shadow:0 4px 12px #7ee78733}.featured-blog-card{position:relative;height:380px;min-height:380px;max-height:380px}.blog-content{height:100%;display:flex;flex-direction:column}.blog-card-link{display:flex;flex-direction:column;text-decoration:none;height:100%;background:linear-gradient(145deg,#161b22,#0d1117);border:1px solid #30363d;border-radius:16px;overflow:hidden;transition:all .3s ease;position:relative}.blog-card-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,rgba(126,231,135,.03) 0%,transparent 100%);opacity:0;transition:opacity .3s ease;z-index:1}.blog-card-link:hover:before{opacity:1}.blog-card-link:hover{transform:translateY(-4px);border-color:#7ee7874d;box-shadow:0 12px 40px #7ee7871a}.blog-image{position:relative;width:100%;height:140px;min-height:140px;max-height:140px;overflow:hidden;background:linear-gradient(135deg,#21262d,#30363d);flex-shrink:0}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card-link:hover .blog-image img{transform:scale(1.05)}.image-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(13,17,23,.8),transparent);z-index:1}.blog-info{padding:1.8rem;position:relative;z-index:2;display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0}.blog-meta{display:flex;justify-content:space-between;align-items:center}.blog-badge{background:linear-gradient(135deg,#7ee787,#56d364);color:#0d1117;font-size:.75rem;font-weight:700;padding:.3rem .8rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.blog-date{color:#8b949e;font-size:.85rem;font-weight:500}.blog-title{color:#f0f6fc;font-size:1.35rem;font-weight:700;margin:0;line-height:1.3;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease;height:3.4rem;min-height:3.4rem;max-height:3.4rem}.blog-card-link:hover .blog-title{color:#7ee787}.blog-description{color:#c9d1d9;font-size:1rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height:4.5rem;min-height:4.5rem;max-height:4.5rem;flex-shrink:0}.read-more{display:flex;align-items:center;gap:.5rem;color:#7ee787;font-size:.9rem;font-weight:600;margin-top:auto;transition:all .2s ease}.blog-card-link:hover .read-more{color:#56d364;transform:translate(4px)}.read-more svg{transition:transform .2s ease}.blog-card-link:hover .read-more svg{transform:translate(2px)}.blog-indicators{display:flex;justify-content:center;gap:.6rem;flex-shrink:0;min-width:0}.indicator{width:32px;height:4px;border-radius:2px;border:none;background:#7ee78733;cursor:pointer;transition:all .3s ease}.indicator.active{background:#7ee787;box-shadow:0 0 12px #7ee78766}@media (max-width: 768px){.hero-featured-blogs{padding:1.5rem 1rem;min-height:350px}.featured-blogs-container{max-width:100%;padding:0 .75rem;position:relative;overflow:visible}.featured-blogs-title{font-size:1.2rem}.blog-navigation{padding:0 .75rem;position:relative}.nav-arrow{width:36px;height:36px;font-size:16px;flex-shrink:0;min-width:36px}.blog-indicators{gap:.4rem}.indicator{width:24px;height:3px}.featured-blog-card{height:340px;min-height:340px;max-height:340px}.blog-info{padding:1.5rem}.blog-title{font-size:1.2rem;height:3.1rem;min-height:3.1rem;max-height:3.1rem}.blog-description{font-size:.95rem;line-height:1.4;-webkit-line-clamp:3;height:4.2rem;min-height:4.2rem;max-height:4.2rem}}@media (max-width: 480px){.hero-featured-blogs{padding:1rem .25rem}.featured-blogs-container{padding:0 .5rem;position:relative;overflow:visible}.blog-navigation{gap:.25rem;position:relative;margin-top:1rem;padding:0 .25rem}.nav-arrow{width:28px;height:28px;font-size:12px;flex-shrink:0;min-width:28px}.blog-indicators{gap:.2rem}.indicator{width:16px;height:2px}.blog-info{padding:1.25rem}.blog-title{font-size:1.1rem;height:2.9rem;min-height:2.9rem;max-height:2.9rem}.blog-description{font-size:.9rem;line-height:1.4;-webkit-line-clamp:3;height:3.8rem;min-height:3.8rem;max-height:3.8rem}}@media (max-width: 360px){.hero-featured-blogs{padding:.75rem .125rem}.featured-blogs-container{padding:0 .25rem}.blog-navigation{gap:.125rem;padding:0 .125rem}.nav-arrow{width:24px;height:24px;font-size:10px;min-width:24px}.blog-indicators{gap:.125rem}.indicator{width:12px;height:2px}.blog-info{padding:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width: 768px){.hero-section{flex-direction:column;padding:3rem 1.5rem;text-align:center}.hero-content{max-width:100%;margin-bottom:2rem}.hero-title{font-size:2.2rem;align-items:center}.hero-buttons{justify-content:center}.hero-animation.digital-connections-animation{width:100%;height:280px;min-height:280px}}@media (max-width: 480px){.hero-section{padding:2rem 1rem}.hero-title{font-size:1.8rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.hero-button{width:100%}.hero-animation.digital-connections-animation{height:220px;min-height:220px}}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:var(--color-background-secondary, #0d1117);border-bottom:1px solid var(--color-border, #30363d);position:sticky;top:0;z-index:1000;gap:20px;flex-direction:column;transition:all .3s ease}.header:not(.header-expanded){flex-direction:row}.header-nav-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:20px}.site-logo{color:#7ee787;font-weight:700;font-size:1.8rem;letter-spacing:1px;text-decoration:none;transition:all .3s ease;text-shadow:0 0 10px rgba(126,231,135,.3);display:flex;align-items:center;gap:8px;margin-right:auto}.logo-icon{color:#7ee787;transition:all .3s ease}.site-logo:hover{color:#56d364;transform:none;text-shadow:0 0 10px rgba(126,231,135,.3)}.site-logo:hover .logo-icon{transform:none}.nav{display:flex;gap:2.5rem;margin-left:auto}.nav-link{color:#e6edf3;font-weight:500;transition:color .3s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);position:relative;padding:.5rem .75rem;border-radius:4px;overflow:hidden;z-index:1}.nav-link:hover{color:#7ee787;transform:none}.nav-link:active{transform:scale(.97)}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#7ee787,#56d364);border-radius:2px;transition:width .35s cubic-bezier(.4,0,.2,1),left .35s cubic-bezier(.4,0,.2,1);z-index:2}.nav-link:hover:before{width:80%;left:10%}.nav-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 100%,rgba(126,231,135,.08) 0%,transparent 80%);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:0}.nav-link:hover:after{opacity:1}.nav-link .ripple{position:absolute;border-radius:50%;transform:scale(0);animation:ripple .5s linear;background-color:#7ee78740;pointer-events:none;z-index:3}@keyframes ripple{to{transform:scale(2.5);opacity:0}}.main-content{padding-top:2rem;flex:1}.highlight{color:#7ee787}.highlight-link{color:#7ee787;text-decoration:none}.highlight-link:hover{text-decoration:underline}.page-container{padding:0 1rem}.home-section{margin-bottom:2rem}.section-header.with-link{display:flex;justify-content:space-between;align-items:center}.view-all-link{font-size:.9rem;color:#7ee787;text-decoration:none}.view-all-link:hover{text-decoration:underline}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;width:100%}.card{height:220px;display:flex;flex-direction:column;background-color:#161b22;border-radius:8px;padding:1.25rem;box-shadow:0 4px 12px #0000001a;border:1px solid #30363d;transition:all .3s ease}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.7rem;color:#e6edf3;transition:color .2s}.card-description{font-size:.95rem;line-height:1.5;color:#c9d1d9;margin-bottom:1rem;flex:1}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.9rem;color:#8b949e}.card-footer-left,.card-footer-right{display:flex;align-items:center}.card-footer-left{gap:20px}@media (max-width: 768px){.card-grid{grid-template-columns:1fr}.card,.card.blog-card,.card.project-card{width:100%!important;min-width:0!important;box-sizing:border-box}}.list-container{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:1200px;margin:0 auto}.list-container .card{height:auto;min-height:150px;width:100%;margin-bottom:15px}.list-container .project-card-link{display:block;width:100%}.list-item{display:flex;justify-content:space-between;background-color:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.25rem;transition:transform .2s,border-color .2s;margin-bottom:0;width:100%;position:relative}.list-item:hover{transform:translateY(-2px);border-color:#56d364}.list-item-title{font-size:1.2rem;margin-top:0;margin-bottom:.5rem;color:#f0f6fc}.list-item-content{flex:1;margin-right:2rem}.list-item-description{color:#c9d1d9;font-size:.9rem;margin-bottom:.5rem;line-height:1.4}.list-item-date{color:#8b949e;font-size:.8rem;white-space:nowrap;align-self:flex-end}.list-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.card{background-color:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.25rem;transition:all .3s ease;display:flex;flex-direction:column;height:220px;margin-bottom:0;position:relative;overflow:hidden}.card:hover{transform:translateY(-4px);border-color:#56d364;box-shadow:0 5px 15px #0003}.card-date{color:#8b949e;font-size:.8rem;position:absolute;bottom:1.25rem;right:1.25rem}.blog-card{display:flex;flex-direction:column;justify-content:space-between}.blog-card .card-content{flex:1;display:flex;flex-direction:column}.blog-card .card-footer{display:flex;justify-content:flex-end;margin-top:auto}.blog-card .card-date{position:static;margin-left:auto}.project-item{display:flex;justify-content:space-between;align-items:flex-start;background-color:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.25rem;transition:transform .2s,border-color .2s;margin-bottom:.75rem;width:100%}.project-item:hover{transform:translateY(-2px);border-color:#56d364;box-shadow:0 6px 12px #00000026}.project-link{color:#7ee787;text-decoration:none;transition:color .2s}.project-link:hover{color:#56d364;text-decoration:underline}.list-item-title{margin-top:0;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;line-height:1.3}.list-item-description{color:#c9d1d9;margin-bottom:1rem;line-height:1.5;font-size:.95rem}.list-item-footer{display:flex;align-items:center;gap:1.5rem}.list-item-date{font-size:.85rem;color:#8b949e;white-space:nowrap;flex-shrink:0;align-self:flex-start;margin-top:.25rem}.language-info{display:flex;align-items:center;gap:.5rem}.language-icon{width:16px;height:16px;display:inline-block;vertical-align:middle}.language-name{font-size:.85rem;color:#c9d1d9}.stars-info{display:flex;align-items:center;gap:.3rem}.star-icon{fill:#8b949e}.stars-count{font-size:.85rem;color:#8b949e}.card.project-card{height:auto;min-height:250px;display:flex;flex-direction:column;position:relative;overflow:hidden}.card-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.card-title{font-size:1.1rem;font-weight:600;margin-top:0;margin-bottom:.75rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;max-height:2.6em;color:#7ee787}.card-title a{color:#7ee787;text-decoration:none;transition:color .2s}.card-title a:hover{color:#56d364;text-decoration:underline}.card-description{color:#c9d1d9;font-size:.9rem;line-height:1.5;margin-bottom:.75rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;max-height:4.5em;flex-grow:1}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;font-size:.9rem;color:#8b949e;border-top:1px solid rgba(48,54,61,.5)}.card-footer-left{display:flex;align-items:center;gap:20px}.card-footer-middle{flex:1}.project-links{margin-top:.75rem;text-align:right}.demo-link{display:inline-block;padding:.3rem .75rem;background-color:#7ee7871a;color:#7ee787;border-radius:4px;text-decoration:none;font-size:.85rem;transition:all .2s}.demo-link:hover{background-color:#7ee78733;color:#56d364}.show-more-container{text-align:center;margin:2rem 0 3rem}.show-more-button{background-color:#21262d;color:#7ee787;border:1px solid #30363d;padding:.4rem 1rem;display:inline-flex;align-items:center;cursor:pointer;transition:background-color .25s;font-family:Fira Code,monospace;font-size:.9rem}.show-more-button:hover{background-color:#282f37}.blogs-section,.projects-section,.about-section{padding:1rem 0 2rem}.section-container{max-width:1200px;margin:0 auto}.section-header{margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.section-title-container{flex:1;min-width:300px}.section-header h2{font-size:1.8rem;margin-bottom:.5rem;color:#f0f6fc}.section-description{color:#8b949e;max-width:600px;font-size:.9rem}.filter-row{display:flex;justify-content:flex-start;align-items:center;width:100%;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.filter-options.horizontal{display:flex;flex-wrap:wrap;gap:.5rem;flex-direction:row}.filter-button{background-color:#21262d;color:#c9d1d9;border:1px solid #30363d;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s;font-size:.9rem}.filter-button:hover{background-color:#282f37;border-color:#7ee787}.filter-button.active{background-color:#7ee7871a;color:#7ee787;border-color:#7ee787}.language-icon-small{width:12px;height:12px}.no-results{text-align:center;color:#8b949e;padding:3rem;width:100%;grid-column:1 / -1;display:flex;justify-content:center;align-items:center;min-height:150px;font-size:1.1rem}.about-layout{display:flex;gap:2rem;max-width:1200px;margin:0 auto}.github-profile-card{background-color:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.5rem;width:300px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;text-decoration:none;cursor:pointer;height:430px;transition:all .3s cubic-bezier(.4,0,.2,1)}.github-profile-card:hover{transform:translateY(-5px);border-color:#7ee787;box-shadow:0 8px 24px #00000026}.github-profile-card:hover .profile-name{color:#7ee787}.github-profile-card:hover .profile-avatar{border-color:#7ee787;box-shadow:0 0 15px #7ee7874d}.github-profile-card:hover .stat-value{color:#7ee787}.avatar-container{position:relative;margin-bottom:1rem}.profile-avatar{width:120px;height:120px;border-radius:50%;border:1px solid #30363d}.profile-name{color:#f0f6fc;font-size:1.4rem;margin:.5rem 0 .25rem}.profile-username{color:#8b949e;font-size:.9rem;margin:0 0 1rem}.profile-bio{color:#c9d1d9;font-size:.9rem;line-height:1.4;margin:0}.profile-stats{display:flex;justify-content:space-around;width:100%;margin:1.5rem 0;padding:1rem 0;border-top:1px solid #30363d;border-bottom:1px solid #30363d}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{color:#f0f6fc;font-weight:600;font-size:1.1rem}.stat-label{color:#8b949e;font-size:.8rem;margin-top:.25rem}.github-profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-spinner{width:120px;height:120px;border-radius:50%;border:3px solid #30363d;border-top:3px solid #7ee787;animation:spinner 1.2s linear infinite;margin-bottom:1rem;aspect-ratio:1}.loading-placeholder{background:linear-gradient(90deg,#1e2535,#253040,#1e2535);background-size:200% 100%;animation:placeholderShimmer 1.5s infinite;border-radius:4px;height:18px;margin-bottom:1rem}@keyframes placeholderShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.name-placeholder{width:60%;height:22px}.username-placeholder{width:40%;height:16px}.bio-placeholder{width:80%;height:60px}.loading-stats{display:flex;justify-content:space-around;width:100%;margin:1.5rem 0;padding:1rem 0;border-top:1px solid #30363d;border-bottom:1px solid #30363d}.stat-placeholder{width:40px;height:35px;background:linear-gradient(90deg,#1e2535,#253040,#1e2535);background-size:200% 100%;animation:placeholderShimmer 1.5s infinite;border-radius:4px}.about-content{background-color:#161b22;border:1px solid #30363d;border-radius:6px;padding:2rem;flex:1}.about-text p{color:#c9d1d9;line-height:1.6;margin-bottom:1.5rem}.about-text h3{color:#f0f6fc;margin:2rem 0 1rem;font-size:1.3rem}.about-text h3:first-child{margin-top:0}@media (max-width: 768px){.about-layout{flex-direction:column}.github-profile-card{width:100%;max-width:400px;margin:0 auto 2rem}}.footer{background-color:#161b22;border-top:1px solid #30363d;padding:1.5rem 2rem;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.copyright{color:#8b949e;font-size:.8rem}.powered-by{display:flex;align-items:center;gap:.75rem;color:#8b949e;font-size:.8rem}.tech-logo{height:1.2rem;opacity:.7;transition:opacity .2s}.tech-logo:hover{opacity:1}.blog-category,.list-item-category{background-color:#7ee7871a;color:#7ee787;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;display:inline-block}.list-item-category{margin-top:8px;background-color:#7ee7871a}.loading{display:flex;justify-content:center;align-items:center;height:300px;color:#7ee787;font-size:1.2rem;text-align:center}.categories-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.categories-sidebar{position:fixed;top:0;left:0;width:350px;height:100%;background:linear-gradient(180deg,#161b22,#0d1117);border-right:1px solid #30363d;z-index:2001;overflow-y:auto;box-shadow:4px 0 20px #0000004d;transform:translate(-100%);animation:slideInLeft .3s ease forwards}.categories-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #30363d;background:#161b22f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.categories-header h3{color:#f0f6fc;font-size:1.3rem;font-weight:700;margin:0;letter-spacing:-.02em}.categories-close{background:none;border:none;color:#8b949e;font-size:1.8rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.categories-close:hover{color:#f0f6fc;background:#7ee7871a}.categories-content{padding:1rem 0}.category-item{margin-bottom:.5rem}.category-button{width:100%;background:none;border:none;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;text-align:left;color:inherit;gap:.75rem}.category-button:hover{background:#7ee7870d}.category-name{color:#f0f6fc;font-size:1rem;font-weight:600;flex:1}.category-count{color:#7ee787;font-size:.75rem;font-weight:700;background:#7ee78726;padding:.25rem .5rem;border-radius:10px;border:1px solid rgba(126,231,135,.3);min-width:24px;text-align:center}.category-chevron{color:#8b949e;font-size:.7rem;transition:all .3s ease;font-weight:700;margin-left:.5rem}.category-chevron.expanded{transform:rotate(180deg);color:#7ee787}.category-posts-list{background:#0d111799;border-top:1px solid rgba(48,54,61,.5);margin:0}.category-post-link{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem .75rem 2.5rem;border-bottom:1px solid rgba(48,54,61,.3);text-decoration:none;transition:all .2s ease;color:inherit;position:relative}.category-post-link:last-child{border-bottom:none}.category-post-link:before{content:"→";position:absolute;left:1.75rem;color:#7ee787;opacity:0;transition:all .2s ease;transform:translate(-5px);font-size:.8rem}.category-post-link:hover:before{opacity:1;transform:translate(0)}.category-post-link:hover{background:#7ee7870a;padding-left:3rem}.post-title-text{color:#c9d1d9;font-size:.85rem;font-weight:500;flex:1;text-align:left;line-height:1.4;margin-right:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-post-link:hover .post-title-text{color:#f0f6fc}.post-date-text{color:#8b949e;font-size:.7rem;font-weight:400;flex-shrink:0;opacity:.8}@media (max-width: 768px){.categories-sidebar{width:100%;max-width:100vw}.categories-header{padding:1.25rem 1.25rem .75rem}.categories-header h3{font-size:1.2rem}.category-button{padding:.875rem 1.25rem}.category-name{font-size:.95rem}.category-post-link{padding:.625rem 1.25rem .625rem 2.25rem;flex-direction:column;align-items:flex-start;gap:.3rem}.category-post-link:hover{padding-left:2.75rem}.post-title-text{font-size:.8rem;margin-right:0}.post-date-text{font-size:.7rem;align-self:flex-start}}.categories-section{margin-top:3rem;margin-bottom:2rem}.categories-grid{display:flex;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto}.category-card{background:#161b2299;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(48,54,61,.8);border-radius:8px;overflow:hidden;transition:all .3s ease}.category-card:hover{border-color:#7ee78766;background:#161b22cc}.category-header{width:100%;background:none;border:none;padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;text-align:left}.category-header:hover{background:#7ee78708}.category-title{color:#f0f6fc;font-size:1.1rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.75rem}.category-count{color:#7ee787;font-size:.8rem;font-weight:600;background:#7ee7871a;padding:.2rem .6rem;border-radius:12px;border:1px solid rgba(126,231,135,.2)}.category-arrow{color:#8b949e;font-size:.8rem;transition:all .3s ease;font-weight:700}.category-arrow.expanded{transform:rotate(180deg);color:#7ee787}.category-posts{border-top:1px solid rgba(48,54,61,.6);background:#0d111766;overflow:hidden}.category-post-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;border-bottom:1px solid rgba(48,54,61,.3);text-decoration:none;transition:all .2s ease;color:inherit;position:relative}.category-post-item:last-child{border-bottom:none}.category-post-item:before{content:"→";position:absolute;left:1.2rem;color:#7ee787;opacity:0;transition:all .2s ease;transform:translate(-10px)}.category-post-item:hover:before{opacity:1;transform:translate(0)}.category-post-item:hover{background:#7ee78708;padding-left:2.5rem}.post-title{color:#c9d1d9;font-size:.9rem;font-weight:500;flex:1;text-align:left;line-height:1.4}.category-post-item:hover .post-title{color:#f0f6fc}.post-date{color:#8b949e;font-size:.8rem;font-weight:400;margin-left:1rem;flex-shrink:0;opacity:.8}@media (max-width: 768px){.categories-section{margin-top:2rem}.categories-grid{gap:.8rem}.category-header{padding:1rem 1.25rem}.category-title{font-size:1rem;gap:.5rem}.category-count{font-size:.75rem;padding:.15rem .5rem}.category-post-item{padding:.75rem 1.25rem;flex-direction:column;align-items:flex-start;gap:.4rem}.category-post-item:before{display:none}.category-post-item:hover{padding-left:1.25rem;padding-top:.75rem}.post-title{font-size:.85rem}.post-date{margin-left:0;font-size:.75rem}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem 1rem}.auth-box{background-color:#1a202c;border-radius:8px;box-shadow:0 4px 12px #0006;padding:2.5rem;width:100%;max-width:450px;border:1px solid #30363d}.auth-title{color:#f0f6fc;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.auth-error{background-color:#f8514926;border:1px solid #f85149;color:#f85149;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#e6edf3;font-size:.95rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{padding:.75rem;background-color:#0d1117;border:1px solid #30363d;border-radius:6px;color:#e6edf3;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#58a6ff;outline:none;box-shadow:0 0 0 3px #58a6ff33}.auth-button{margin-top:.5rem;padding:.75rem;background-color:#7ee787;color:#0d1117;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.auth-button:hover{background-color:#56d364;transform:translateY(-1px)}.auth-button:disabled{background-color:#8b949e;cursor:not-allowed;transform:none}.admin-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.admin-title{color:#f0f6fc;font-size:2rem;margin:0}.admin-user-info{display:flex;align-items:center;gap:1rem;color:#e6edf3}.logout-button{padding:.5rem .75rem;background-color:transparent;border:1px solid #f85149;color:#f85149;border-radius:6px;cursor:pointer;transition:all .2s}.logout-button:hover{background-color:#f851491a}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #30363d}.tab-button{padding:.75rem 1.25rem;background-color:transparent;border:none;color:#8b949e;font-size:1rem;cursor:pointer;transition:all .2s;position:relative}.tab-button:hover{color:#e6edf3}.tab-button.active{color:#7ee787;font-weight:500}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#7ee787}.admin-content{min-height:400px}.posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.posts-header h2{margin:0;color:#e6edf3}.new-post-button{padding:.6rem 1rem;background-color:#7ee787;color:#0d1117;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.new-post-button:hover{background-color:#56d364}.posts-table-container{width:100%;overflow-x:auto;border:1px solid #30363d;border-radius:6px}.posts-table{width:100%;border-collapse:collapse}.posts-table th,.posts-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #30363d;vertical-align:middle;height:60px}.posts-table th{background-color:#161b22;color:#e6edf3;font-weight:500}.posts-table tr:last-child td{border-bottom:none}.post-title-cell{max-width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.post-category-cell{white-space:nowrap;vertical-align:middle}.actions-cell{display:flex;gap:.5rem;align-items:center;white-space:nowrap}.edit-button,.delete-button{padding:.4rem .75rem;border-radius:4px;border:none;font-size:.9rem;cursor:pointer;transition:all .2s}.edit-button{background-color:#58a6ff;color:#0d1117}.edit-button:hover{background-color:#388bfd}.delete-button{background-color:#f85149;color:#0d1117}.delete-button:hover{background-color:#da3633}.pin-button{padding:.4rem .75rem;border-radius:4px;border:none;font-size:1rem;cursor:pointer;transition:all .2s;background:transparent;color:#8b949e}.pin-button.pinned{color:#7ee787;background-color:#7ee7871a}.pin-button.unpinned{color:#8b949e;background-color:transparent}.pin-button:hover{background-color:#7ee78733;color:#7ee787;transform:scale(1.1)}.no-posts-message{display:flex;justify-content:center;align-items:center;height:200px;border:1px dashed #30363d;border-radius:6px;color:#8b949e}.comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.comments-header h2{margin:0;color:#e6edf3}.refresh-button{padding:.6rem 1rem;background-color:#21262d;color:#7ee787;border:1px solid #30363d;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.refresh-button:hover:not(:disabled){background-color:#7ee787;color:#0d1117}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.no-comments-message{display:flex;justify-content:center;align-items:center;height:200px;border:1px dashed #30363d;border-radius:6px;color:#8b949e}.comments-list{display:flex;flex-direction:column;gap:1rem}.comment-card{background-color:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.5rem;transition:all .2s}.comment-card.pending{border-left:4px solid #f85149;background-color:#f851490d}.comment-card.approved{border-left:4px solid #7ee787;background-color:#7ee7870d}.comment-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.comment-info h4{margin:0 0 .25rem;color:#f0f6fc;font-size:1.1rem}.comment-email{color:#58a6ff;font-size:.9rem;display:block;margin-bottom:.25rem}.comment-date{color:#8b949e;font-size:.85rem}.comment-status{flex-shrink:0}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.pending{background-color:#f8514926;color:#f85149;border:1px solid #f85149}.status-badge.approved{background-color:#7ee78726;color:#7ee787;border:1px solid #7ee787}.comment-meta{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.comment-meta p{margin:.25rem 0;color:#8b949e;font-size:.9rem}.comment-meta a{color:#58a6ff;text-decoration:none}.comment-meta a:hover{text-decoration:underline}.comment-content p{margin:0;color:#e6edf3;line-height:1.6;background-color:#0d1117;padding:1rem;border-radius:6px;border:1px solid #30363d}.comment-actions{display:flex;gap:.5rem;align-items:center}.approve-button,.reject-button,.delete-comment-button{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.approve-button{background-color:#7ee787;color:#0d1117}.approve-button:hover{background-color:#56d364}.reject-button{background-color:#f85149;color:#0d1117}.reject-button:hover{background-color:#da3633}.delete-comment-button{background-color:#21262d;color:#8b949e;border:1px solid #30363d}.delete-comment-button:hover{background-color:#f85149;color:#0d1117;border-color:#f85149}.admin-notice{padding:1rem;border-radius:6px;margin-bottom:1rem;font-weight:500}.admin-notice.success{background-color:#7ee78726;border:1px solid #7ee787;color:#7ee787}.admin-notice.error{background-color:#f8514926;border:1px solid #f85149;color:#f85149}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px;color:#8b949e}.loading-spinner{width:32px;height:32px;border:3px solid #30363d;border-top:3px solid #7ee787;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-container{width:100%}.blog-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-select{padding:.5rem;background-color:#1a202c;border:1px solid #30363d;border-radius:6px;color:#e6edf3}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.blog-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.blog-card,.blog-list-item{background-color:#1a202c;border-radius:8px;padding:1.5rem;border:1px solid #30363d;transition:all .3s ease}.blog-card:hover,.blog-list-item:hover{border-color:#58a6ff;transform:translateY(-2px);box-shadow:0 6px 12px #0003}.blog-header{margin-bottom:1rem}.blog-title{font-size:1.25rem;margin:0 0 .5rem}.blog-title a{color:#e6edf3;text-decoration:none;transition:color .2s}.blog-title a:hover{color:#7ee787}.blog-date{font-size:.9rem;color:#8b949e}.blog-description{color:#c9d1d9;margin-bottom:1rem;line-height:1.5}.blog-category{display:flex;gap:.5rem}.category-tag{display:inline-block;padding:.25rem .5rem;background-color:#7ee7871a;color:#7ee787;border-radius:4px;font-size:.8rem;font-weight:500}.load-more-container{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.load-more-button,.load-less-button{padding:.75rem 1.5rem;background-color:transparent;border:1px solid #30363d;color:#e6edf3;border-radius:6px;cursor:pointer;transition:all .2s}.load-more-button:hover,.load-less-button:hover{background-color:#f0f6fc0d;border-color:#58a6ff}.no-blogs-container{display:flex;justify-content:center;align-items:center;min-height:60vh;width:100%;text-align:center;font-size:1.2rem;color:#8b949e;padding:2rem}.page-header{text-align:center;margin-bottom:2rem;padding:1rem 0 2rem;border-bottom:1px solid #30363d}.page-title{font-size:2.5rem;margin-bottom:.5rem;color:#e6edf3}.page-description{font-size:1.2rem;color:#8b949e;max-width:600px;margin:0 auto}.content-layout{display:flex;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.main-content-area{flex:1;min-width:0;box-sizing:border-box}.sidebar{width:250px;flex-shrink:0;box-sizing:border-box}.filter-section{background-color:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.25rem;margin-bottom:1.5rem;box-sizing:border-box}.filter-title{font-size:1.1rem;margin-top:0;margin-bottom:1rem;color:#e6edf3;border-bottom:1px solid #30363d;padding-bottom:.5rem}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-button{background-color:#0d1117;border:1px solid #30363d;color:#c9d1d9;padding:.5rem .75rem;border-radius:4px;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.filter-button:hover{background-color:#1f2937;border-color:#56d364}.filter-button.active{background-color:#238636;color:#fff;border-color:#56d364}.language-icon-small{width:16px;height:16px}@media (max-width: 768px){.content-layout{flex-direction:column}.sidebar{width:100%;order:1}.main-content-area{order:2}.filter-options{flex-direction:row;flex-wrap:wrap}.filter-button{flex:0 0 auto}}.blog-page,.projects-page{padding-bottom:3rem}.page-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0d1117b3;z-index:1000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.page-content{transition:opacity .3s ease}.page-content.loading,.page-content.loaded{opacity:1}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#161b22;border-radius:8px;border:1px solid #30363d;box-shadow:0 8px 24px #0003;text-align:center}.loading-spinner{width:50px;height:50px;border-radius:50%;border:3px solid #30363d;border-top:3px solid #7ee787;animation:spinner 1.2s linear infinite;margin-bottom:1rem}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-post-content-text img{max-width:100%;height:auto;border-radius:6px;margin:1rem 0;box-shadow:0 4px 8px #0000001a;display:block}.blog-post-content-text img[align=left]{float:left;margin-right:1rem;margin-bottom:.5rem;max-width:50%}.blog-post-content-text img[align=right]{float:right;margin-left:1rem;margin-bottom:.5rem;max-width:50%}.blog-post-content-text .image-caption{text-align:center;font-style:italic;color:#8b949e;margin-top:.5rem;font-size:.9rem}.blog-post-content-text code{background-color:#0d1117;padding:.2rem .4rem;border-radius:3px;font-family:Fira Code,monospace;font-size:.9rem;color:#7ee787;border:1px solid #30363d}.blog-post-content-text pre{background-color:#0d1117;padding:1rem;border-radius:6px;overflow-x:auto;border:1px solid #30363d;margin:1rem 0}.blog-post-content-text pre code{background-color:transparent;padding:0;border:none;display:block;line-height:1.5}.help-text{background-color:#161b22;border:1px solid #30363d;padding:1rem;border-radius:6px;font-size:.9rem;color:#c9d1d9;margin-top:1rem}.help-text code{background-color:#0d1117;padding:.2rem .4rem;border-radius:3px;font-family:Fira Code,monospace;font-size:.85rem;color:#7ee787;border:1px solid #30363d;display:block;margin-top:.5rem;white-space:nowrap;overflow-x:auto}.help-text strong{color:#7ee787}.card-title a,.project-link,.list-item-title a,.card-title,.list-item-title{color:#7ee787!important;transition:color .3s}.card-title a:hover,.project-link:hover,.list-item-title a:hover{color:#56d364!important;text-decoration:none!important}.list-item-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:.85rem;color:#8b949e;width:100%}.meta-left{display:flex;align-items:center;gap:25px}.meta-right{display:flex;align-items:center;gap:10px;margin-left:auto}.demo-link-container,.read-more-label{margin-left:auto}.compact-card{display:flex;flex-direction:column;min-height:180px;padding:1rem;margin-bottom:1rem;transition:all .2s ease}.compact-title{font-size:1.2rem;margin-bottom:.3rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:1.3em;-webkit-line-clamp:1;line-clamp:1}.compact-description{flex-grow:1;margin-bottom:10px;font-size:.95rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:3em;-webkit-line-clamp:2;line-clamp:2}@media (max-width: 768px){.compact-card{min-height:160px}.compact-title{font-size:1.1rem}.compact-description{font-size:.9rem}.list-item-meta{flex-wrap:wrap;gap:.5rem}}.editor-mode{padding:0;max-width:100%}.full-screen-editor{background-color:#0d1117;min-height:100vh;position:relative}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#161b22;border-bottom:1px solid #30363d}.editor-header h1{margin:0;font-size:1.5rem;color:#e6edf3}.close-editor-button{background:none;border:none;color:#8b949e;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-editor-button:hover{color:#e6edf3}.post-form-fullscreen{padding:1rem}.editor-layout{display:flex;gap:2rem;max-width:1400px;margin:0 auto}.editor-main-content{flex:1;min-width:0}.editor-sidebar{width:350px;flex-shrink:0}.title-input{font-size:1.5rem;font-weight:600;padding:.75rem 1rem}.content-textarea{min-height:400px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;padding:1rem;font-size:1rem}.editor-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}#quill-editor{background-color:#0d1117!important;color:#e6edf3!important;border:1px solid #30363d!important}.ql-toolbar{background-color:#161b22!important;border-color:#30363d!important}.ql-container{background-color:#0d1117!important;border-color:#30363d!important;color:#e6edf3!important}.ql-snow .ql-editor{background-color:#0d1117!important;color:#e6edf3!important}.ql-editor:before{color:#8b949e!important}@media (max-width: 1024px){.editor-layout{flex-direction:column}.editor-sidebar{width:100%}}.vertical-layout{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:100%;gap:8px}.tall-card{min-height:240px;margin-bottom:1.5rem;padding:1.5rem}.large-card .list-item-title{font-size:1.5rem;margin-bottom:.5rem;text-align:left}.large-card .list-item-description{font-size:1rem;line-height:1.5;margin-bottom:1rem;text-align:left}.list-item-meta{padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;margin-top:auto}.blog-date,.project-date{color:#666;font-size:.9rem}.language-info{display:flex;align-items:center;gap:6px}.language-icon{width:18px;height:18px}.demo-link{display:inline-block;padding:.4rem .8rem;background-color:#4caf50;color:#fff;border-radius:4px;text-decoration:none;font-size:.9rem;transition:background-color .2s}.demo-link:hover{background-color:#388e3c}.stars-info{display:flex;align-items:center;gap:4px;color:#666}@media (max-width: 768px){.tall-card{min-height:230px}.large-card .list-item-title{font-size:1.3rem}}.project-card-link{text-decoration:none;color:inherit;display:block;transition:transform .3s ease-in-out;cursor:pointer}.project-card-link:hover{transform:translateY(-8px)}.project-card-link:hover .card.project-card{border-color:#7ee787;box-shadow:0 10px 25px #0003}.project-card-link:hover .card-title{color:#7ee787}.card.project-card,.card.blog-card{height:220px;display:flex;flex-direction:column;background-color:#161b22;border-radius:8px;padding:1.25rem;box-shadow:0 4px 12px #0000001a;border:1px solid #30363d;transition:all .3s ease;position:relative;overflow:hidden}.card.project-card:before,.card.blog-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(to bottom,rgba(126,231,135,.05),transparent);transition:height .3s ease;z-index:0}.project-card-link:hover .card.project-card:before,.project-card-link:hover .card.blog-card:before{height:100%}.card-content,.card-footer,.project-links{position:relative;z-index:1}.blog-post-page{max-width:100%;padding:1rem;margin:0 auto}.blog-post-container{width:100%;max-width:900px;margin:0 auto;padding:1.5rem;border-radius:8px;background:#161b22;box-shadow:0 4px 12px #00000026;border:1px solid #30363d}.blog-post-title{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1rem;color:#e6edf3;line-height:1.3}.blog-post-content-text{color:#c9d1d9;font-size:clamp(1rem,2vw,1.05rem);line-height:1.8;word-wrap:break-word}.blog-post-empty{text-align:center;padding:2rem 0}.blog-post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.blog-post-meta{display:flex;gap:1rem;align-items:center;color:#8b949e;font-size:.9rem}.blog-post-date{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#8b949e}.back-button{margin-bottom:1.5rem;display:inline-flex;align-items:center;padding:.5rem 1rem;background:transparent;border:1px solid #30363d;color:#7ee787;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.back-button:hover{background-color:#7ee7871a;border-color:#7ee787;transform:translate(-3px)}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:2rem;text-align:center}.error-message{color:#f85149;font-size:1.2rem;margin-bottom:1.5rem}.retry-button{padding:.6rem 1.2rem;background-color:#7ee787;color:#0d1117;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.retry-button:hover{background-color:#56d364;transform:translateY(-2px)}@media (max-width: 768px){.blog-post-container{padding:1rem}.blog-post-title{font-size:1.6rem}.blog-post-content-text{font-size:.95rem}}.list-item-content{display:flex;align-items:flex-start}.list-item-text{flex:1}.admin-notice{border-radius:6px;padding:1rem;margin:1rem 0 2rem;color:#f0f6fc}.admin-notice.error{background-color:#f851491a;border:1px solid #f85149}.admin-notice.success{background-color:#7ee7871a;border:1px solid #56d364}.admin-notice p{margin:0;line-height:1.5}.admin-notice.success code{color:#56d364}.admin-notice.error code{color:#f85149}.admin-notice code{background-color:#0d1117;padding:.2rem .4rem;border-radius:3px;font-family:Fira Code,monospace;font-size:.9rem}.blogs-container .list-item-title,.blog-page .list-item-title{font-size:1.25rem!important;font-weight:600;margin-bottom:8px;color:#7ee787}.blogs-container .list-item-description,.blog-page .list-item-description{font-size:.95rem!important;line-height:1.5;color:#c9d1d9;margin-bottom:12px}.blogs-container .blog-date,.blog-page .blog-date{font-size:.8rem!important;color:#8b949e}.notice-box{background-color:#1e2535;border:1px solid #30363d;border-radius:6px;padding:1rem;margin-bottom:1.5rem;color:#f0f6fc}.notice-box p{margin:0 0 .5rem;font-size:.9rem;line-height:1.5}.notice-box code{background-color:#0d1117;padding:.2rem .4rem;border-radius:3px;font-family:Fira Code,monospace;font-size:.85rem;color:#7ee787}.card-footer-left{display:flex;align-items:center;gap:25px}.projects-page .list-item-meta .language-info,.projects-container .card-footer .language-info{margin-right:15px}.projects-page .list-item-title,.projects-container .card-title{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#7ee787}.projects-page .list-item-description,.projects-container .card-description{font-size:.95rem;line-height:1.5;color:#c9d1d9;margin-bottom:12px}.blog-page .main-content-area{width:100%}@media (max-width: 768px){.blog-page .content-layout{flex-direction:column}.blog-page .main-content-area{order:2}.blog-page .sidebar{order:1;width:100%;margin-bottom:2rem}}.list-container .card.project-card,.list-container .card.blog-card{height:auto;min-height:150px;display:flex;flex-direction:column;padding:1.5rem;border-radius:8px;transition:all .3s ease}.list-container .card-content{flex:1}.list-container .card-title{font-size:1.4rem;margin-bottom:.8rem;color:#e6edf3}.list-container .card-description{font-size:1rem;line-height:1.6;margin-bottom:1.2rem}.list-container .card-footer{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.list-container .project-card-link:hover{transform:translateY(-5px)}.list-container .project-card-link:hover .card{border-color:#7ee787;box-shadow:0 8px 24px #00000026}.list-container .project-card-link:hover .card-title{color:#7ee787}.blog-page .content-layout{display:flex;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem}.blog-page .main-content-area{flex:1;min-width:0}.blog-page .sidebar{width:250px;flex-shrink:0}.blog-page .filter-section{background-color:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.25rem;margin-bottom:1.5rem}.blog-page .filter-title{font-size:1.1rem;margin-top:0;margin-bottom:1rem;color:#e6edf3;border-bottom:1px solid #30363d;padding-bottom:.5rem}.blog-page .filter-options{display:flex;flex-direction:column;gap:.5rem}.blog-page .filter-button{background-color:#0d1117;border:1px solid #30363d;color:#c9d1d9;padding:.5rem .75rem;border-radius:4px;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.blog-page .filter-button:hover{background-color:#1f2937;border-color:#56d364}.blog-page .filter-button.active{background-color:#238636;color:#fff;border-color:#56d364}@media (max-width: 768px){.blog-page .content-layout{flex-direction:column}.blog-page .sidebar{width:100%;order:1;margin-bottom:2rem}.blog-page .main-content-area{order:2}.blog-page .filter-options{flex-direction:row;flex-wrap:wrap}.blog-page .filter-button{flex:0 0 auto}}@media (max-width: 768px){.header{padding:.5rem 1rem}.site-logo{font-size:1.5rem}.content-layout{padding:0 .5rem;gap:1rem}.sidebar{margin-bottom:1.5rem;width:100%}.filter-section{padding:1rem}.filter-button{padding:.6rem .75rem;font-size:.95rem;margin-bottom:.5rem}.page-container,.section-container{padding:0 .5rem}.card,.list-container .card.project-card,.list-container .card.blog-card{padding:1rem}}@media (max-width: 480px){.header{padding:.4rem .75rem}.site-logo{font-size:1.3rem}.nav{gap:.5rem}.nav-link{padding:.3rem .5rem;font-size:.9rem}.section-header h2{font-size:1.5rem}.page-title{font-size:1.8rem}.page-description{font-size:1rem}.filter-button{padding:.5rem;font-size:.9rem;flex:1 1 auto;min-width:calc(50% - .5rem);text-align:center;justify-content:center}.filter-options{gap:.5rem}.card-title{font-size:1.1rem}.card-description{font-size:.9rem}.list-container .card-title{font-size:1.2rem}.footer{padding:1rem}.footer-content{flex-direction:column;gap:.5rem;align-items:center;text-align:center}}@media (max-width: 768px){.blog-page .content-layout,.projects-page .content-layout{flex-direction:column}.blog-page .sidebar,.projects-page .sidebar{width:100%;order:1}.blog-page .main-content-area,.projects-page .main-content-area{order:2}.blog-page .filter-options,.projects-page .filter-options{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:.5rem}.blog-page .filter-button,.projects-page .filter-button{flex-grow:0;flex-shrink:0;min-width:auto}}@media (max-width: 768px){.project-card-link .card-title,.projects-page .card-title,.projects-container .card-title{color:#7ee787!important;font-weight:600;font-size:1.2rem!important;margin-bottom:8px!important}.project-card-link .card-description,.projects-page .card-description,.projects-container .card-description{color:#c9d1d9!important;font-size:.95rem!important;line-height:1.5;margin-bottom:12px!important}.list-container .card.project-card{padding:1.25rem!important;margin-bottom:.75rem!important;min-height:100px!important;height:auto!important}.language-name,.stars-count,.card-footer{color:#8b949e!important;font-size:.85rem!important}.card.project-card,.list-container .card{background-color:#161b22!important;border:1px solid #30363d!important}h1.page-title{font-size:1.8rem!important;margin-bottom:.5rem!important;color:#f0f6fc!important}.page-description{font-size:1rem!important;color:#8b949e!important}.filter-button.active{background-color:#7ee7871a!important;color:#7ee787!important;border-color:#7ee787!important}body{background-color:#0d1117!important}.filter-section{background-color:#161b22!important;border-color:#30363d!important}button{font-family:Fira Code,monospace!important}}@media (max-width: 480px){.header{padding:.4rem .75rem}.page-title{font-size:1.6rem!important}.section-header h2{font-size:1.4rem!important}.card-title,.list-item-title,.card-description,.list-item-description{text-align:left!important}.card,.card.project-card,.card.blog-card,.project-item,.list-item{padding:1rem!important}.filter-options{justify-content:flex-start}.filter-button{font-size:.85rem;padding:.4rem .6rem}}@media (max-width: 768px){.card-title,.list-item-title,.project-card-link .card-title,.projects-page .card-title,.projects-container .card-title,.section-header h2{color:#7ee787!important;font-weight:600;font-size:1.2rem!important;margin-bottom:8px!important}.card-description,.list-item-description,p,.project-card-link .card-description{color:#c9d1d9!important;font-size:.95rem!important;line-height:1.5;margin-bottom:12px!important}h1.page-title{font-size:1.8rem!important;margin-bottom:.5rem!important;color:#f0f6fc!important}.page-description,.card-footer,.list-item-meta,.blog-date,.stars-count,.language-name{color:#8b949e!important;font-size:.85rem!important}.card,.card.project-card,.card.blog-card,.project-item,.list-item,.filter-section{background-color:#161b22!important;border:1px solid #30363d!important}.list-container .card,.list-container .card.project-card,.list-container .card.blog-card{padding:1.25rem!important;margin-bottom:.75rem!important;min-height:100px!important;height:auto!important}a,.project-link,.nav-link,.view-all-link{color:#7ee787!important}.filter-button{background-color:#21262d;border:1px solid #30363d;color:#c9d1d9;text-align:center;min-width:auto;margin-right:.5rem;margin-bottom:.5rem;font-family:Fira Code,monospace!important}.filter-button.active,.show-more-button{background-color:#7ee7871a!important;color:#7ee787!important;border-color:#7ee787!important}.content-layout{padding:0 .5rem;gap:1rem}.sidebar{margin-bottom:1.5rem;width:100%;order:1}.main-content-area{order:2}body,#root,.page-container{background-color:#0d1117!important;color:#c9d1d9!important}.filter-options{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:.5rem}.page-container,.section-container{padding:0 .5rem}.header{padding:.5rem 1rem}.site-logo{font-size:1.5rem}.nav{gap:1rem}.nav-link{padding:.4rem .6rem;font-size:.95rem}.footer{padding:1rem}.footer-content{text-align:center;justify-content:center}}@media (max-width: 480px){.header{padding:.4rem .75rem}.site-logo{font-size:1.3rem}.nav{gap:.5rem}.nav-link{padding:.3rem .5rem;font-size:.9rem}.page-title{font-size:1.6rem!important}.section-header h2{font-size:1.4rem!important}.card-title,.list-item-title,.card-description,.list-item-description{text-align:left!important}.card,.card.project-card,.card.blog-card,.project-item,.list-item{padding:1rem!important}.filter-button{font-size:.85rem;padding:.4rem .6rem}}@media (max-width: 768px){.powered-by{display:none!important}}.blogs-container.preview-mode .card-footer{border-top:none!important}.blog-post-content-text .ql-align-center{text-align:center}.blog-post-content-text .ql-align-right{text-align:right}.blog-post-content-text .ql-align-justify{text-align:justify}.blog-post-content-text .ql-align-center,.blog-post-content-text img.ql-align-center{display:block!important;margin-left:auto!important;margin-right:auto!important;float:none!important}.blog-post-content-text img.ql-align-right{display:block!important;margin-left:auto!important;margin-right:0!important;float:none!important}.blog-post-content-text img.ql-align-left{display:block!important;margin-left:0!important;margin-right:auto!important;float:none!important}.card-title,.list-item-title{font-size:clamp(1rem,2.5vw,1.25rem)}@media (max-width: 480px){.card-title,.list-item-title{font-size:clamp(.95rem,4vw,1.1rem)}}@media (max-width: 480px){.card,.card.blog-card,.card.project-card{height:auto!important;min-height:0!important;padding:.75rem!important}.card-title,.list-item-title{font-size:clamp(.9rem,3.5vw,1rem);-webkit-line-clamp:2;line-clamp:2;max-height:2.6em;white-space:normal!important}.card-title{margin-bottom:.3rem!important}}@media (max-width: 480px){.card-title{margin-bottom:.3rem!important}}.hero-section .hero-buttons .primary-button,.hero-section .hero-buttons .primary-button span{color:#0d1117!important}.hero-section .hero-buttons .primary-button:hover,.hero-section .hero-buttons .primary-button:hover span,.hero-section .hero-buttons .secondary-button,.hero-section .hero-buttons .secondary-button span,.hero-section .hero-buttons .secondary-button:hover,.hero-section .hero-buttons .secondary-button:hover span{color:#7ee787!important}.hero-section .hero-buttons .coffee-button,.hero-section .hero-buttons .coffee-button span,.hero-section .hero-buttons .coffee-button:hover,.hero-section .hero-buttons .coffee-button:hover span{color:#fff!important}.search-toggle,.more-toggle{background:none!important;border:none!important;color:#e6edf3;font-weight:500;transition:color .3s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);position:relative;padding:.5rem .75rem;border-radius:4px;overflow:hidden;z-index:1;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:inherit;font-family:inherit}.search-toggle:hover,.more-toggle:hover{color:#7ee787;transform:none}.search-toggle.active,.more-toggle.active{color:#7ee787}.search-toggle:active,.more-toggle:active{transform:scale(.97)}.search-toggle:before,.more-toggle:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#7ee787,#56d364);border-radius:2px;transition:width .35s cubic-bezier(.4,0,.2,1),left .35s cubic-bezier(.4,0,.2,1);z-index:2}.search-toggle:hover:before,.search-toggle.active:before,.more-toggle:hover:before,.more-toggle.active:before{width:80%;left:10%}.search-toggle:after,.more-toggle:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 100%,rgba(126,231,135,.08) 0%,transparent 80%);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:0}.search-toggle:hover:after,.search-toggle.active:after,.more-toggle:hover:after,.more-toggle.active:after{opacity:1}.header-expanded{padding-bottom:1.5rem!important;transition:padding-bottom .3s ease}.expanded-search-container{width:100%;background-color:transparent;padding:1rem 0 0;z-index:999;animation:expandSearch .3s ease-out;border-top:1px solid var(--color-border, #30363d);margin-top:1rem}@keyframes expandSearch{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.expanded-search-form{display:flex;align-items:center;max-width:600px;margin:0 auto;gap:.5rem}.expanded-search-input{flex:1;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--color-border, #30363d);border-radius:8px;background-color:var(--color-background, #161b22);color:var(--color-text-primary, #c9d1d9);outline:none;transition:all .3s ease;font-family:inherit}.expanded-search-input:focus{border-color:var(--color-primary, #7ee787);box-shadow:0 0 0 3px #7ee78733}.expanded-search-input::placeholder{color:#8b949e}.expanded-search-button{padding:.75rem 1rem;border:2px solid var(--color-primary, #7ee787);border-radius:8px;background-color:var(--color-primary, #7ee787);color:#0d1117;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-weight:600}.expanded-search-button:hover{background-color:#56d364;border-color:#56d364;transform:translateY(-1px);box-shadow:0 4px 12px #7ee7874d}.expanded-search-button:active{transform:translateY(0);box-shadow:0 2px 6px #7ee78733}@media (max-width: 768px){.expanded-search-container{padding:1rem 0 0}.expanded-search-form{gap:.25rem;padding:0 1rem}.expanded-search-input{padding:.6rem .8rem;font-size:.9rem}.expanded-search-button{padding:.6rem .8rem}.search-toggle span{display:none}.search-toggle{padding:.4rem .6rem}.header-nav-row{gap:1rem}}@media (max-width: 480px){.expanded-search-container{padding:.75rem 0 0}.expanded-search-form{padding:0 .75rem}.expanded-search-input{padding:.5rem .7rem;font-size:.85rem}.expanded-search-button{padding:.5rem .7rem}}.comment-section{max-width:800px;margin:2rem auto;padding:2rem;background:#161b22;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #30363d}.comment-section-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.comment-section-title{font-size:1.8rem;font-weight:700;color:#f0f6fc;margin-bottom:.5rem}.comment-section-subtitle{color:#8b949e;font-size:1rem;margin:0}.comment-section-loading{text-align:center;padding:3rem;color:#c9d1d9}.comment-section-loading .loading-spinner{width:40px;height:40px;margin:0 auto 1rem}.comment-form{margin-bottom:2rem;padding:1.5rem;background:#0d1117;border-radius:8px;border:1px solid #30363d}.comment-form-reply{background:#21262d;border:1px solid #30363d;margin-top:1rem}.reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #30363d}.reply-header h4{margin:0;color:#7ee787;font-size:1.1rem}.cancel-reply-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#8b949e;padding:.25rem;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .2s}.cancel-reply-btn:hover{background-color:#8b949e26;color:#f0f6fc}.comment-form-fields{display:flex;flex-direction:column;gap:1rem}.comment-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.comment-form-group{display:flex;flex-direction:column}.comment-form-group label{font-weight:600;margin-bottom:.5rem;color:#e6edf3;font-size:.9rem}.required{color:#f85149}.comment-form-group input,.comment-form-group textarea{padding:.75rem;border:1px solid #30363d;border-radius:6px;font-size:1rem;transition:border-color .2s,box-shadow .2s;font-family:inherit;background-color:#0d1117;color:#e6edf3;width:100%;box-sizing:border-box}.comment-form-group input:focus,.comment-form-group textarea:focus{outline:none;border-color:#7ee787;box-shadow:0 0 0 3px #7ee78726}.comment-form-group textarea{resize:vertical;min-height:120px}.character-count{text-align:right;font-size:.8rem;color:#8b949e;margin-top:.25rem}.comment-form-actions{display:flex;gap:1rem;align-items:center;margin-top:.5rem;flex-wrap:wrap}.submit-comment-btn{background:#7ee787;color:#0d1117;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;font-size:1rem}.submit-comment-btn:hover:not(:disabled){background:#56d364;transform:translateY(-1px);box-shadow:0 4px 12px #7ee78740}.submit-comment-btn:disabled{background:#6e7681;cursor:not-allowed;transform:none}.cancel-comment-btn{background:#21262d;color:#e6edf3;border:1px solid #30363d;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-comment-btn:hover:not(:disabled){background:#30363d;border-color:#8b949e}.comment-form-note{width:100%!important;margin:.75rem 0 0!important;padding:0 .1rem!important;text-align:center!important;box-sizing:border-box!important;display:block!important;float:none!important;position:static!important}.comment-form-note small{display:inline-block!important;max-width:100%!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;box-sizing:border-box!important;line-height:1.3!important}.comment-success{background:#2ea04326;border:1px solid #238636;color:#7ee787;padding:1rem;border-radius:6px;margin-bottom:1rem}.comment-error{background:#f8514926;border:1px solid #f85149;color:#ff7b72;padding:1rem;border-radius:6px;margin-bottom:1rem}.comment-error .retry-button{background:#f85149;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:.5rem;transition:background-color .2s}.comment-error .retry-button:hover{background:#da3633}.comment-list{margin-top:2rem}.comment-item{background:#0d1117;border:1px solid #30363d;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:all .2s}.comment-item:hover{border-color:#8b949e;box-shadow:0 2px 8px #00000026}.comment-reply{margin-left:2rem;margin-top:1rem;background:#161b22;border-left:3px solid #7ee787}.comment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.comment-author-info{display:flex;align-items:center;gap:.75rem}.comment-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7ee787,#56d364);color:#0d1117;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.comment-meta{display:flex;flex-direction:column;gap:.25rem}.comment-author,.comment-author-link{font-weight:600;color:#f0f6fc;text-decoration:none;font-size:1rem}.comment-author-link:hover{color:#7ee787;text-decoration:underline}.comment-date{font-size:.85rem;color:#8b949e}.reply-button{background:#21262d;border:1px solid #30363d;color:#e6edf3;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .2s;display:flex;align-items:center;gap:.5rem}.reply-button:hover:not(:disabled){background:#7ee787;color:#0d1117;border-color:#7ee787}.reply-button:disabled{background:#6e7681;color:#8b949e;cursor:not-allowed}.comment-content{margin-bottom:1rem}.comment-content p{margin:0;line-height:1.6;color:#e6edf3;word-wrap:break-word}.comment-replies{margin-top:1rem}.reply-form-container{margin-top:1rem;padding-top:1rem;border-top:1px solid #30363d}.no-comments{text-align:center;padding:3rem;color:#8b949e}.no-comments-icon{font-size:3rem;margin-bottom:1rem}.no-comments h4{margin:0 0 .5rem;color:#f0f6fc;font-weight:600}.no-comments p{margin:0;font-size:1rem}.blog-comments-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #30363d}@media (max-width: 768px){.comment-section{margin:1rem auto;padding:1rem .5rem}.comment-section-title{font-size:1.5rem}.comment-item{padding:1rem}.comment-header{flex-direction:column;align-items:flex-start;gap:1rem}.reply-button{align-self:flex-start}.comment-form-row{grid-template-columns:1fr}.comment-reply{margin-left:1rem}.comment-form-note{margin-left:0;margin-right:0;margin-top:1rem}.comment-form-note small{white-space:normal}}@media (max-width: 480px){.comment-avatar{width:35px;height:35px;font-size:1rem}.comment-form-actions{flex-direction:column;align-items:stretch}.submit-comment-btn,.cancel-comment-btn{width:100%}.comment-form-note{display:block!important;visibility:visible!important;margin-top:1rem;text-align:center;width:100%}.comment-form-note small{display:block!important;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.comment-section{padding:1rem .25rem}}@media (max-width: 480px){.comment-section,.comment-form{padding-left:.25rem!important;padding-right:.25rem!important}.comment-avatar{width:35px;height:35px;font-size:1rem}.comment-form-actions{flex-direction:column;align-items:stretch}.submit-comment-btn,.cancel-comment-btn{width:100%}.comment-form-note{width:100%!important;margin:1rem 0 0!important;padding:0 .1rem!important;text-align:center!important;box-sizing:border-box!important;float:none!important;position:static!important;display:block!important}.comment-form-note small{display:inline-block!important;width:auto!important;max-width:100%!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;box-sizing:border-box!important;line-height:1.3!important}}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;z-index:1001;transition:all .3s ease;border-radius:4px}.hamburger:hover{background-color:#7ee7871a}.hamburger-line{width:24px;height:2px;background-color:#e6edf3;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center;margin:2px 0}.hamburger-open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px);background-color:#7ee787}.hamburger-open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);background-color:#7ee787}@media (max-width: 768px){.hamburger{display:flex}.nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#0d1117,#161b22);flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:1000;transform:translate(-100%);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 50px #00000080}.nav-mobile-open{transform:translate(0)}.nav-link{font-size:1.5rem;font-weight:600;padding:1rem 2rem;color:#e6edf3;text-decoration:none;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden;min-width:200px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(48,54,61,.5);background:#161b22cc}.nav-link:hover{background:#7ee78726;border-color:#7ee787;color:#7ee787;transform:translateY(-2px);box-shadow:0 8px 25px #7ee78733}.nav-link:before{display:none}.nav-link:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(126,231,135,.1),transparent);transition:left .6s ease}.nav-link:hover:after{left:100%}.search-toggle,.more-toggle{font-size:1.5rem!important;font-weight:600!important;display:flex;align-items:center;justify-content:center;gap:.75rem}.search-toggle svg,.more-toggle svg{width:24px;height:24px}.search-toggle span,.more-toggle span{display:inline!important}.header-mobile-open{background:#0d1117f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-mobile-open~.main-content{overflow:hidden;height:100vh}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.nav-mobile-open .nav-link{animation:slideInFromLeft .6s ease forwards}.nav-mobile-open .nav-link:nth-child(1){animation-delay:.1s}.nav-mobile-open .nav-link:nth-child(2){animation-delay:.2s}.nav-mobile-open .nav-link:nth-child(3){animation-delay:.3s}.nav-mobile-open .nav-link:nth-child(4){animation-delay:.4s}@media (max-width: 768px){.header-mobile-open:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}@media (min-width: 769px){.hamburger{display:none!important}.nav{position:static!important;transform:none!important;background:none!important;height:auto!important;width:auto!important;flex-direction:row!important;justify-content:flex-end!important;gap:2.5rem!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.nav-link{font-size:inherit!important;font-weight:500!important;padding:.5rem .75rem!important;min-width:auto!important;text-align:left!important;background:none!important;border:none!important}}.more-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.more-sidebar{position:fixed;top:0;left:0;width:350px;height:100%;background:linear-gradient(180deg,#161b22,#0d1117);border-right:1px solid #30363d;z-index:2001;overflow-y:auto;box-shadow:4px 0 20px #0000004d;transform:translate(-100%);animation:slideInLeft .3s ease forwards}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.more-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #30363d;background:#161b22f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.more-header h3{color:#f0f6fc;font-size:1.3rem;font-weight:700;margin:0;letter-spacing:-.02em}.more-close{background:none;border:none;color:#8b949e;font-size:1.8rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.more-close:hover{color:#f0f6fc;background:#7ee7871a}.more-content{padding:1rem 0}.pinned-post-link{display:block;text-decoration:none;color:inherit;margin-bottom:.5rem}.pinned-post-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#161b2280;border-bottom:1px solid rgba(48,54,61,.3);transition:all .2s ease;position:relative}.pinned-post-card:hover{background:#7ee7870d;padding-left:2rem}.pinned-post-card:before{content:"→";position:absolute;left:1rem;color:#7ee787;opacity:0;transition:all .2s ease;transform:translate(-5px);font-size:.8rem}.pinned-post-card:hover:before{opacity:1;transform:translate(0)}.pin-icon{color:#7ee787;flex-shrink:0}.pinned-post-title{color:#c9d1d9;font-size:.9rem;font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pinned-post-card:hover .pinned-post-title{color:#f0f6fc}.no-pinned-posts{display:flex;justify-content:center;align-items:center;padding:3rem 1.5rem;color:#8b949e;font-style:italic}@media (max-width: 768px){.more-sidebar{width:100%;max-width:100vw}.more-header{padding:1.25rem 1.25rem .75rem}.more-header h3{font-size:1.2rem}.pinned-post-card{padding:.875rem 1.25rem}.pinned-post-card:hover{padding-left:2rem}.pinned-post-title{font-size:.85rem}}.categories-tab{padding:2rem}.categories-header{margin-bottom:2rem}.categories-header h2{color:#e6edf3;font-size:1.8rem;margin:0}.categories-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.category-form-section{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.5rem}.category-form-section h3{color:#e6edf3;margin:0 0 1.5rem;font-size:1.2rem}.category-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.category-form .form-group{display:flex;flex-direction:column;gap:.5rem}.category-form label{color:#e6edf3;font-weight:500;font-size:.9rem}.category-form input,.category-form textarea{padding:.75rem;border:1px solid #30363d;border-radius:6px;background:#0d1117;color:#e6edf3;font-size:.9rem}.category-form input:focus,.category-form textarea:focus{outline:none;border-color:#7ee787;box-shadow:0 0 0 2px #7ee7871a}.category-form input[type=color]{height:40px;cursor:pointer;border:1px solid #30363d}.category-form input.error{border-color:#ff6b6b;box-shadow:0 0 0 2px #ff6b6b1a}.category-form .error-text{color:#ff6b6b;font-size:.8rem;margin-top:.25rem}.form-actions{display:flex;gap:.75rem;margin-top:.5rem}.category-form .submit-button{background:linear-gradient(135deg,#7ee787,#56d364);color:#0d1117;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease}.category-form .submit-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7ee7874d}.category-form .cancel-button{background:transparent;color:#8b949e;border:1px solid #30363d;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.category-form .cancel-button:hover{background:#21262d;color:#e6edf3}.categories-list-section h3{color:#e6edf3;margin:0 0 1.5rem;font-size:1.2rem}.no-categories-message{text-align:center;padding:2rem;color:#8b949e;background:#161b22;border:1px solid #30363d;border-radius:8px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.category-card{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.5rem;transition:all .2s ease}.category-card:hover{border-color:#7ee787;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-info{display:flex;align-items:center;gap:.75rem}.category-color{width:16px;height:16px;border-radius:50%;border:1px solid #30363d}.category-name{color:#e6edf3;margin:0;font-size:1.1rem;font-weight:600}.category-actions{display:flex;gap:.5rem}.edit-category-button,.delete-category-button{background:transparent;border:none;color:#8b949e;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease;font-size:1rem}.edit-category-button:hover{background:#7ee7871a;color:#7ee787}.delete-category-button:hover{background:#ff6b6b1a;color:#ff6b6b}.category-description{color:#8b949e;margin:0 0 1rem;font-size:.9rem;line-height:1.4}.category-meta{color:#8b949e;font-size:.8rem}@media (max-width: 768px){.categories-content{grid-template-columns:1fr;gap:2rem}.form-row,.categories-grid{grid-template-columns:1fr}}select{background:#21262d!important;color:#e6edf3!important;border:1px solid #30363d!important}select:focus{background:#0d1117!important;border-color:#7ee787!important;outline:none!important}select option{background:#21262d!important;color:#e6edf3!important;border:none!important}select option:hover,select option:focus,select option:checked{background:#30363d!important;color:#e6edf3!important}.blog-stats-section{background:#0d1117;border:1px solid #30363d;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.blog-stats-section h3{color:#7ee787;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background:#21262d;border:1px solid #30363d;border-radius:6px;padding:1rem;text-align:center;transition:border-color .2s}.stat-card:hover{border-color:#7ee787}.stat-number{font-size:2rem;font-weight:700;color:#7ee787;margin-bottom:.25rem}.stat-label{color:#8b949e;font-size:.9rem;font-weight:500}.bulk-operations-section{background:#0d1117;border:1px solid #30363d;border-radius:8px;padding:1.5rem}.bulk-operations-section h3{color:#7ee787;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.bulk-operation-card{background:#21262d;border:1px solid #30363d;border-radius:6px;padding:1rem;margin-bottom:1rem}.bulk-operation-card:last-child{margin-bottom:0}.bulk-operation-card h4{color:#e6edf3;margin:0 0 .5rem;font-size:1rem;font-weight:600}.bulk-operation-card p{color:#8b949e;margin:0 0 1rem;font-size:.9rem}.operation-controls{display:flex;gap:1rem;align-items:center}.operation-controls select{min-width:200px;padding:.5rem;font-size:.9rem}.move-operation{flex-direction:column;align-items:stretch;gap:1rem}.move-operation .operation-controls{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:end}.select-group{display:flex;flex-direction:column;gap:.5rem}.select-group label{color:#e6edf3;font-size:.9rem;font-weight:500}.move-button{background:#238636;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.move-button:hover{background:#2ea043}.category-post-count{color:#8b949e;font-size:.8rem;font-weight:400;margin-left:.5rem}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.move-operation .operation-controls{grid-template-columns:1fr}.operation-controls{flex-direction:column;align-items:stretch}}.analytics-tab{padding:0}.analytics-header{margin-bottom:2rem}.analytics-header h2{margin:0 0 .5rem;color:#e6edf3;font-size:1.8rem;font-weight:600}.analytics-subtitle{margin:0;color:#8b949e;font-size:1rem}.kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2.5rem}.kpi-card{background:linear-gradient(135deg,#161b22,#1c2128);border:1px solid #30363d;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;position:relative;overflow:hidden}.kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7ee787,#58a6ff,#d2a8ff);opacity:0;transition:opacity .3s ease}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;border-color:#58a6ff}.kpi-card:hover:before{opacity:1}.kpi-icon{font-size:2.5rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#7ee7871a;border-radius:12px;flex-shrink:0}.kpi-content h3{margin:0 0 .5rem;color:#8b949e;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.kpi-value{margin:0 0 .25rem;color:#e6edf3;font-size:2rem;font-weight:700;line-height:1}.kpi-change{font-size:.85rem;font-weight:600;padding:.2rem .5rem;border-radius:6px}.kpi-change.positive{color:#7ee787;background:#7ee7871a}.kpi-change.negative{color:#f85149;background:#f851491a}.kpi-description{color:#8b949e;font-size:.8rem;font-weight:400;margin-top:.25rem}.charts-section{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;max-width:100%}.chart-card{background:#161b22;border:1px solid #30363d;border-radius:12px;padding:1.5rem;transition:all .3s ease}.chart-card:hover{border-color:#58a6ff;box-shadow:0 4px 20px #0003}.chart-header{margin-bottom:1.5rem;border-bottom:1px solid #30363d;padding-bottom:1rem}.chart-header h3{margin:0 0 .25rem;color:#e6edf3;font-size:1.2rem;font-weight:600}.chart-header p{margin:0;color:#8b949e;font-size:.9rem}.chart-container{position:relative}@media (max-width: 768px){.analytics-tab .kpi-cards{grid-template-columns:1fr;gap:1rem}.analytics-tab .charts-section{grid-template-columns:1fr;grid-template-rows:auto;gap:1.5rem}.analytics-tab .chart-card{padding:1rem}}@media (max-width: 1024px){.analytics-tab .charts-section{grid-template-columns:1fr;grid-template-rows:auto;gap:1.5rem}}.comment-subtabs{display:flex;margin:1.5rem 0;border-bottom:1px solid #30363d;background-color:#0d1117;border-radius:8px 8px 0 0;overflow:hidden}.comment-subtab{flex:1;background:transparent;border:none;padding:1rem 1.5rem;color:#8b949e;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Fira Code,monospace}.comment-subtab:hover{background-color:#21262d;color:#f0f6fc}.comment-subtab.active{background-color:#1c2128;color:#7ee787;border-bottom:2px solid #7ee787}.comment-subtab .subtab-icon{font-size:1rem}.comment-subtab .comment-count{background-color:#30363d;color:#8b949e;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;min-width:20px;text-align:center;margin-left:.25rem}.comment-subtab.active .comment-count{background-color:#7ee78733;color:#7ee787}.comments-content{margin-top:1rem}.pending-comments,.approved-comments{min-height:200px}.no-comments-message{text-align:center;padding:3rem 1rem;color:#8b949e;font-size:1.1rem}.no-comments-message p{margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 768px){.comment-subtabs{flex-direction:column;border-radius:6px}.comment-subtab{border-bottom:1px solid #30363d;border-radius:0;padding:.75rem 1rem;font-size:.9rem}.comment-subtab:last-child{border-bottom:none}.comment-subtab.active{border-bottom:none;border-left:3px solid #7ee787}.comment-subtab .comment-count{font-size:.7rem;padding:.2rem .4rem}}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-snow .ql-editor{background:#181c23!important;color:#f1f1f1!important;border-radius:6px;min-height:200px}.ql-snow .ql-toolbar{background:#23272f!important;border-radius:6px 6px 0 0;border:none}.ql-snow .ql-container{border:none}.ql-snow .ql-editor::placeholder{color:#888!important}
