: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}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:.6rem 2rem;background-color:#0d1117;position:sticky;top:0;z-index:100;box-shadow:0 4px 6px #0003;border-bottom:2px solid #1e2535;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.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}.logo-icon{color:#7ee787;transition:all .3s ease}.site-logo:hover{color:#56d364;transform:scale(1.05);text-shadow:0 0 15px rgba(126,231,135,.5)}.site-logo:hover .logo-icon{transform:rotate(5deg)}.nav{display:flex;gap:2.5rem}.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:translateY(-2px) scale(1.08)}.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{height:auto;min-height:180px}}.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}.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}.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}.actions-cell{display:flex;gap:.5rem}.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}.no-posts-message{display:flex;justify-content:center;align-items:center;height:200px;border:1px dashed #30363d;border-radius:6px;color:#8b949e}.new-post-tab h2{margin-top:0;margin-bottom:1.5rem;color:#e6edf3}.post-form{display:flex;flex-direction:column;gap:1.25rem;max-width:800px}.category-input-group{position:relative}.form-error{color:#f85149;font-size:.9rem;margin-top:.25rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.cancel-button{padding:.75rem 1rem;background-color:transparent;border:1px solid #30363d;color:#e6edf3;border-radius:6px;cursor:pointer;transition:all .2s}.cancel-button:hover{background-color:#f0f6fc0d}.submit-button{padding:.75rem 1.5rem;background-color:#7ee787;color:#0d1117;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.submit-button:hover{background-color:#56d364}.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}.main-content-area{flex:1;min-width:0}.sidebar{width:250px;flex-shrink:0}.filter-section{background-color:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.25rem;margin-bottom:1.5rem}.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:underline}.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}@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}.nav{gap:1rem}.nav-link{padding:.4rem .6rem;font-size:.95rem}.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}}/*!
 * 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}
