:root{--primary-color:#5b9e8e;--primary-light:#7bb3a0;--primary-dark:#3d7366;--skaia-green-primary:#caffed;--secondary-color:#f5f5f5;--bg-color:#fff;--bg-secondary:#f9f9f9;--bg-tertiary:#f0f0f0;--text-primary:#1a1a1a;--text-secondary:#666;--border-color:#e0e0e0;--shadow:0 2px 8px #00000014;--shadow-hover:0 4px 16px #0000001f;--skeleton-color:#e0e0e0;--skeleton-shine:#f0f0f0;--mint-primary:#5b9e8e;--mint-dark:#3d7366;--mint-light:#e8f3ef;--dark-bg:#fff;--dark-secondary:#f9f9f9;--dark-tertiary:#f0f0f0}html[data-theme=dark]{--primary-color:#7bb3a0;--primary-light:#9dd4bf;--primary-dark:#5b9e8e;--skaia-green-primary:#caffed;--secondary-color:#1a1a1a;--bg-color:#0f0f0f;--bg-secondary:#1a1a1a;--bg-tertiary:#252525;--text-primary:#fff;--text-secondary:#b0b0b0;--border-color:#333;--shadow:0 4px 6px #0000004d;--shadow-hover:0 8px 16px #0006;--skeleton-color:#2a2a2a;--skeleton-shine:#333;--mint-primary:#7bb3a0;--mint-dark:#9dd4bf;--mint-light:#2d5a52;--dark-bg:#0f0f0f;--dark-secondary:#1a1a1a;--dark-tertiary:#252525}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}html,body,div#root{width:100%;height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}@keyframes skeleton-loading{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg, var(--skeleton-color) 0%, var(--skeleton-shine) 50%, var(--skeleton-color) 100%);background-size:1000px 100%;border-radius:8px;animation:2s infinite skeleton-loading}.skeleton-text{border-radius:4px;height:12px;margin-bottom:8px}.skeleton-heading{border-radius:4px;width:60%;height:20px;margin-bottom:16px}.skeleton-card{border-radius:12px;min-height:200px}.grid{gap:20px;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{background-color:var(--primary-color);color:var(--bg-color)}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow);box-shadow:var(--shadow);transform:translateY(-2px)}.btn-secondary{background-color:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--bg-tertiary);background-color:var(--dark-tertiary)}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:24px;transition:all .3s}.card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-hover)}.card-product{flex-direction:column;height:100%;display:flex}.card-product img{object-fit:cover;background-color:var(--dark-tertiary);border-radius:8px;width:100%;height:200px;margin-bottom:16px}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin-bottom:12px;font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:var(--text-secondary);margin-bottom:12px}a{color:var(--mint-primary);text-decoration:none;transition:color .3s}a:hover{color:var(--mint-dark)}input,textarea,select{background-color:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:8px;margin-bottom:12px;padding:12px;font-size:1rem;transition:all .3s}input:focus,textarea:focus,select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5b9e8e1a}.badge{background-color:var(--primary-color);color:var(--bg-secondary);text-transform:uppercase;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-block}.badge-secondary{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--primary-color)}h1{font-size:3.2em;line-height:1.1}button{background-color:var(--bg-secondary);color:var(--text-primary);cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:var(--primary-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.app{background-color:var(--bg-color);flex-direction:column;min-height:100vh;display:flex}.main-content{background-color:var(--bg-color);flex:1;min-height:calc(100vh - 200px);padding:40px 0}.container{max-width:1400px;margin:0 auto;padding:0 20px}.notification{background-color:var(--primary-color);color:#fff;z-index:1000;box-shadow:var(--shadow-hover);border-radius:8px;padding:16px 24px;font-weight:600;animation:.3s forwards slideIn;position:fixed;top:80px;right:20px}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.cart-section{padding:40px 0}.cart-section h1{color:var(--text-primary);margin-bottom:32px}.cart-items{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.cart-item{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;justify-content:space-between;align-items:center;padding:20px;transition:all .3s;display:flex}.cart-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.cart-item-info h3{color:var(--text-primary);margin-bottom:8px}.cart-item-info p{color:var(--primary-color);margin:0;font-size:1.1rem;font-weight:600}.cart-item-controls{align-items:center;gap:12px;display:flex}.cart-item-controls input{text-align:center;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;width:60px;margin-bottom:0;padding:8px}.cart-item-controls .btn{white-space:nowrap;align-items:center;gap:6px;padding:10px 16px;font-size:.9rem;display:flex}.cart-summary{background-color:var(--bg-secondary);border:2px solid var(--primary-color);text-align:right;border-radius:12px;max-width:400px;margin-left:auto;padding:24px}.cart-summary h3{color:var(--primary-color);margin-bottom:16px;font-size:1.5rem}.empty-cart{text-align:center;background-color:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:12px;padding:60px 20px}.empty-cart p{color:var(--text-secondary);margin-bottom:24px;font-size:1.2rem}.empty-cart .btn{display:inline-block}.footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:auto;padding:32px 0}.footer .container{justify-content:space-between;align-items:center;display:flex}.footer p{color:var(--text-secondary);margin:0}.footer-links{gap:24px;display:flex}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary-color)}@media (width<=768px){.main-content{min-height:calc(100vh - 180px);padding:20px 0}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-controls{width:100%;margin-top:12px}.cart-item-controls .btn{flex:1}.cart-summary{text-align:center;max-width:100%;margin-left:0}.footer .container{text-align:center;flex-direction:column;gap:16px}.footer-links{justify-content:center;width:100%}.notification{left:10px;right:10px}}.skeleton-card-wrapper{display:flex}.skeleton-card-wrapper .skeleton-card{width:100%;padding:20px}.landing-container{min-height:100vh;padding:0}.hero-banner{border-bottom:1px solid var(--border-color);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:500px;display:flex;position:relative;overflow:hidden}.banner-image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes zoomIn{0%{transform:scale(.5)}to{transform:scale(1.05)}}.banner-overlay{z-index:1;background:linear-gradient(135deg,#caffed4d 0%,#5b9e8e33 100%),linear-gradient(135deg,#00000080 0%,#0000004d 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.banner-content{text-align:center;color:#fff;max-width:1000px;padding:40px 20px}.banner-content h1{text-shadow:0 4px 20px #000000b3;letter-spacing:3px;margin-bottom:16px;font-size:4rem;font-weight:900;animation:.8s ease-out fadeInDown}.banner-content p{text-shadow:0 2px 10px #000000b3;color:#fffffff2;margin-bottom:40px;font-size:1.4rem;animation:.8s ease-out .2s both fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;animation:.8s ease-out .4s both fadeInUp;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-lg{align-items:center;gap:12px;padding:16px 32px;font-size:1.1rem;transition:all .3s;display:flex}.stats-section{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:60px 40px;animation:.6s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.stats-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1400px;margin:0 auto 40px;padding:0 20px;display:grid}.stat-card{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:20px;padding:24px;transition:all .3s;animation:.6s ease-out both slideInUp;display:flex}.stat-card:first-child{animation-delay:0s}.stat-card:nth-child(2){animation-delay:.1s}.stat-card:nth-child(3){animation-delay:.2s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stat-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.stat-icon{color:var(--primary-color);flex-shrink:0}.stat-text h3{margin-bottom:4px;font-size:1.1rem}.stat-text p{color:var(--text-secondary);margin:0;font-size:.9rem}.social-links{border-top:1px solid var(--border-color);justify-content:center;gap:24px;max-width:1400px;margin:0 auto;padding-top:40px;display:flex}.social-link{background-color:var(--bg-color);border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-primary);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:inline-flex}.social-link:hover{transform:translateY(-4px);box-shadow:0 4px 12px #caffed33;color:var(--text-primary)!important}.showcase{opacity:0;max-width:1400px;margin:0 auto;padding:80px 40px;animation:.6s ease-out .3s forwards fadeIn}.showcase-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:40px;display:grid}.showcase-item{cursor:pointer;border-radius:12px;height:300px;animation:.6s ease-out both slideInUp;position:relative;overflow:hidden}.showcase-item:first-child{animation-delay:.1s}.showcase-item:nth-child(2){animation-delay:.2s}.showcase-item:nth-child(3){animation-delay:.3s}.showcase-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.showcase-item:hover img{transform:scale(1.08)}.showcase-overlay{border:1px solid var(--border-color);box-sizing:border-box;background:linear-gradient(135deg,#0006 0%,#0009 100%);border-radius:12px;align-items:flex-end;width:100%;height:100%;padding:32px;display:flex;position:absolute;top:0;left:0}.showcase-overlay h3{color:#fff;text-shadow:0 2px 8px #000000b3;margin:0;font-size:1.5rem}.features{opacity:0;max-width:1400px;margin:0 auto;padding:80px 40px;animation:.6s ease-out .3s forwards fadeIn}.section-header{text-align:center;margin-bottom:60px}.section-header h2{color:var(--text-primary);margin-bottom:12px;font-size:2.5rem}.section-header p{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.cta{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);text-align:center;color:#fff;opacity:0;padding:80px 40px;animation:.6s ease-out .3s forwards fadeIn}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:16px;font-size:2.5rem;animation:.8s ease-out .5s both fadeInDown}.cta-content p{color:#ffffffe6;margin-bottom:32px;font-size:1.1rem;animation:.8s ease-out .6s both fadeInUp}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;animation:.8s ease-out .7s both fadeInUp;display:flex}.cta .btn-primary{color:var(--primary-dark);background-color:#fff}.cta .btn-primary:hover{background-color:#ffffffe6;transform:translateY(-2px)}.cta .btn-secondary{color:#fff;background-color:#0000;border-color:#fff}.cta .btn-secondary:hover{background-color:#ffffff1a;border-color:#fff}.community-legacy{opacity:0;max-width:1400px;margin:0 auto;padding:80px 40px;animation:.6s ease-out .3s forwards fadeIn}.community-legacy .section-header{margin-bottom:60px}.community-legacy .section-header h2{color:var(--text-primary);margin-bottom:12px;font-size:2.5rem}.community-legacy .section-header p{color:var(--text-secondary);font-size:1.2rem}.community-info{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.info-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;padding:32px;transition:all .3s;animation:.6s ease-out both slideInUp;display:flex}.info-card:first-child{animation-delay:.1s}.info-card:nth-child(2){animation-delay:.15s}.info-card:nth-child(3){animation-delay:.2s}.info-card:nth-child(4){animation-delay:.25s}.info-card:hover{border-color:var(--accent-color);transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.info-card h3{color:var(--text-primary);margin:0 0 16px;font-size:1.3rem}.info-card p{color:var(--text-secondary);flex-grow:1;margin:0;font-size:1rem;line-height:1.6}@media (width<=768px){.hero-banner{height:400px}.banner-content h1{letter-spacing:1px;font-size:2.2rem}.banner-content p{margin-bottom:30px;font-size:1rem}.hero-buttons{flex-direction:column;align-items:stretch;gap:12px}.btn-lg{justify-content:center;width:100%}.stats-section{padding:40px 20px}.stats-container{padding:0 10px}.showcase{padding:40px 20px}.showcase-grid{grid-template-columns:1fr;gap:16px}.showcase-item{height:250px}.features{padding:40px 20px}.section-header h2{letter-spacing:0;font-size:1.8rem}.section-header p{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px}.feature-icon{width:48px;height:48px}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.9rem}.community-legacy{padding:40px 20px}.community-legacy .section-header h2{font-size:1.8rem}.community-info{grid-template-columns:1fr;gap:16px}.info-card{padding:24px}.info-card h3{font-size:1.15rem}.cta{padding:40px 20px}.cta-content h2{font-size:1.8rem}.cta-content p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-buttons .btn{width:100%}.social-links{flex-direction:row;justify-content:center;padding-top:20px}}@media (width<=480px){.banner-content h1{letter-spacing:0;font-size:1.8rem}.banner-content p{font-size:.9rem}.btn-lg{padding:12px 20px;font-size:1rem}.section-header h2{font-size:1.5rem}.stats-container{padding:0 10px}}.feature-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:32px;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.6s ease-out both slideInUp}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.15s}.feature-card:nth-child(3){animation-delay:.2s}.feature-card:nth-child(4){animation-delay:.25s}.feature-card:nth-child(5){animation-delay:.3s}.feature-card:nth-child(6){animation-delay:.35s}.feature-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-hover);transform:translateY(-8px)scale(1.02)}.feature-icon{width:56px;height:56px;color:var(--primary-color);background-color:#5b9e8e1a;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;transition:all .3s;display:flex}.feature-card:hover .feature-icon{background-color:var(--primary-color);color:#fff;transform:rotate(-10deg)scale(1.1)}.feature-card h3{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem}.feature-card p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.store-container{max-width:1400px;padding:40px 20px}.store-header{text-align:center;margin-bottom:40px;animation:.8s ease-out fadeInDown}.store-header h1{color:var(--text-primary);margin-bottom:12px;font-size:2.5rem}.store-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem}.categories-section{margin-bottom:50px;animation:.8s ease-out .2s both fadeInUp}.categories-header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.categories-header h2{align-items:center;gap:12px;margin-bottom:0;display:flex}.header-icon{color:var(--primary-color)}.category-list{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.category-button{background-color:var(--bg-secondary);border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.category-button:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:#5b9e8e0d;transform:translateY(-2px)}.category-button.active,.category-active{border-color:var(--primary-color);background-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px #5b9e8e4d}.products-section{margin-bottom:40px;animation:.8s ease-out .3s both fadeInUp}.products-header{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:32px;display:flex}.products-header h2{align-items:center;gap:12px;margin-bottom:0;display:flex}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,300px));justify-content:center;gap:24px;display:grid}.product-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;flex-direction:column;width:100%;max-width:300px;height:100%;margin:0 auto;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.6s ease-out both slideInUp;display:flex;overflow:hidden}.product-card:first-child{animation-delay:50ms}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(n+8){animation-delay:.4s}.product-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-hover);transform:translateY(-8px)scale(1.02)}.product-image{border-bottom:1px solid var(--border-color);width:100%;height:200px;color:var(--primary-color);background:linear-gradient(135deg,#5b9e8e1a 0%,#5b9e8e0d 100%);justify-content:center;align-items:center;transition:all .3s;display:flex}.product-card:hover .product-image{background:linear-gradient(135deg,#5b9e8e33 0%,#5b9e8e1a 100%)}.product-image svg{transition:transform .3s}.product-card:hover .product-image svg{transform:scale(1.1)rotate(-10deg)}.product-content{flex-direction:column;flex:1;padding:20px;display:flex}.product-title{color:var(--text-primary);margin-bottom:8px;font-size:1.05rem;font-weight:600}.product-description{color:var(--text-secondary);flex:1;margin-bottom:16px;font-size:.9rem}.product-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.product-price{color:var(--primary-color);font-size:1.35rem;font-weight:700}.btn-add-to-cart{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.btn-add-to-cart:hover{background-color:var(--primary-dark);transform:scale(1.08);box-shadow:0 2px 12px #5b9e8e66}.empty-state svg{color:var(--primary-color);opacity:.5;margin-bottom:16px}.empty-state h3{color:var(--text-secondary);margin-bottom:12px}@media (width<=768px){.store-container{padding:20px 15px}.store-header h1{font-size:2rem}.store-header p{font-size:.95rem}.categories-header,.products-header{flex-direction:column;align-items:center}.category-list{justify-content:center;width:100%}.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center;gap:16px}.product-card{max-width:280px}}@media (width<=480px){.store-container{padding:15px 10px}.store-header h1{margin-bottom:8px;font-size:1.5rem}.store-header p{font-size:.9rem}.products-grid{grid-template-columns:1fr;gap:12px}.product-card{max-width:100%}.product-image{height:160px}.product-title{font-size:1rem}.product-price{font-size:1.2rem}.btn-add-to-cart{padding:8px 12px;font-size:.85rem}}.empty-state{text-align:center;color:var(--text-secondary);background-color:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:12px;padding:80px 20px;animation:.6s ease-out fadeIn}.thread-action-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px 6px;transition:all .2s;display:flex}.thread-action-btn:hover{background-color:#5b9e8e1a}.thread-action-btn.edit-btn:hover{color:var(--primary-color)}.thread-action-btn.delete-btn:hover{color:#ef4444;background-color:#ef44441a}.forum-container{padding:40px 0}.forum-header{max-width:1400px;margin:0 auto 40px;padding:0 40px}.forum-header h1{color:var(--text-primary);margin-bottom:8px;font-size:2rem}.forum-header p{color:var(--text-secondary);margin:0;font-size:.95rem}.forum-actions{gap:12px;margin-bottom:32px;display:flex}.forum-actions .btn{align-items:center;gap:8px;display:flex}.forums-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;max-width:1400px;margin:0 auto;padding:0 40px;display:grid}.forum-category-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;padding:24px;transition:all .3s}.forum-category-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-hover);transform:translateY(-6px)}.forum-category-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.forum-category-title{color:var(--primary-color);margin:0;font-size:1.25rem;font-weight:700}.new-thread-card{border:2px dashed var(--skaia-green-primary);cursor:pointer;background-color:#caffed0d;border-radius:12px;justify-content:center;align-items:center;min-height:280px;padding:40px 24px;transition:all .3s;display:flex;position:relative;overflow:hidden}.new-thread-card:before{content:"";border:2px dashed var(--skaia-green-primary);pointer-events:none;opacity:.3;border-radius:12px;animation:20s linear infinite dash;position:absolute;inset:0}@keyframes dash{to{stroke-dashoffset:20px}}.new-thread-card:hover{border-color:var(--skaia-green-primary);background-color:#caffed14;transform:translateY(-6px);box-shadow:0 8px 24px #caffed40,inset 0 0 0 2px #caffed1a}.new-thread-content{text-align:center;z-index:1;position:relative}.new-thread-icon{opacity:1;transition:transform .3s}.new-thread-card h3{margin:0 0 8px;font-size:1.25rem}.new-thread-card p{margin:0;font-size:.95rem}.forum-threads-count{background-color:var(--bg-tertiary);color:var(--text-secondary);border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:500}.forum-category-description{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem}.threads-list{border-top:1px solid var(--border-color);flex-direction:column;gap:12px;padding-top:16px;display:flex}.thread-item{background-color:var(--bg-tertiary);cursor:pointer;border-left:3px solid #0000;border-radius:8px;padding:14px;transition:all .3s}.thread-item:hover{border-left-color:var(--primary-color);background-color:#5b9e8e14}.thread-title-wrapper{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.thread-title{color:var(--text-primary);word-break:break-word;flex:1;font-weight:600}.thread-actions{opacity:0;flex-shrink:0;gap:6px;transition:opacity .3s;display:flex}.thread-item:hover .thread-actions{opacity:1}.thread-meta{color:var(--text-secondary);gap:16px;font-size:.85rem;display:flex}.thread-stat{align-items:center;gap:4px;display:flex}.empty-threads{color:var(--text-secondary);text-align:center;padding:12px;font-size:.9rem;font-style:italic}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.forum-container{padding:20px 0}.forums-grid{grid-template-columns:1fr}.modal{width:95%;padding:24px}.modal-header{flex-direction:column}.modal-close{align-self:flex-end}}.modal{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;width:800px;max-width:90%;margin:auto;padding:32px;animation:.3s slideUp;display:flex;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border-color);max-height:auto;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex}.modal-title-wrapper{flex:1}.modal-title-wrapper h2{margin-bottom:4px}.modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:8px;transition:color .3s;display:flex}.modal-close:hover{color:var(--primary-color)}.modal-form{flex-direction:column;gap:20px;display:flex}.form-group label{color:var(--text-primary);margin-bottom:8px;font-size:.95rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;margin-bottom:0;padding:12px;font-family:inherit;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{outline:none;box-shadow:0 0 0 3px #5b9e8e1a}.form-group textarea{resize:vertical;min-height:120px}.form-group .btn{margin-bottom:0}.cart-page-container{max-width:1200px;margin:0 auto;padding:2rem}.cart-header{border-bottom:2px solid var(--border-color);align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.cart-header h1{color:var(--text-primary);align-items:center;gap:1rem;margin:0;font-size:2rem;display:flex}.cart-content{grid-template-columns:1fr 300px;gap:2rem;display:grid}.cart-items{flex-direction:column;gap:1rem;display:flex}.cart-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-item-info{flex:1}.cart-item-info h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem}.cart-item-info p{color:var(--text-secondary);margin:0}.cart-item-controls{align-items:center;gap:1rem;margin-left:2rem;display:flex}.cart-item-controls input{border:1px solid var(--border-color);background:var(--bg-tertiary);width:60px;color:var(--text-primary);text-align:center;border-radius:4px;padding:.5rem}.cart-summary{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;height:fit-content;padding:1.5rem;position:sticky;top:100px}.cart-summary h3{color:var(--text-primary);margin:0 0 1rem;font-size:1.3rem}.cart-summary .btn{width:100%}.empty-cart{text-align:center;background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.empty-cart-icon{color:var(--text-secondary);opacity:.5;margin-bottom:1rem}.empty-cart h2{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem}.empty-cart p{color:var(--text-secondary);max-width:400px;margin:0 0 2rem}@media (width<=768px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-controls{width:100%;margin-top:1rem;margin-left:0}}.not-found-container{background:var(--bg-primary);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;display:flex}.not-found-content{text-align:center;max-width:500px}.not-found-icon{color:var(--accent-color);opacity:.8;justify-content:center;margin-bottom:2rem;display:flex}.not-found-container h1{color:var(--accent-color);margin:0;font-size:5rem;font-weight:700;line-height:1}.not-found-container h2{color:var(--text-primary);margin:.5rem 0 1rem;font-size:2rem}.not-found-container p{color:var(--text-secondary);margin:.5rem 0;font-size:1.1rem;line-height:1.6}.not-found-container p.secondary-text{margin-bottom:2rem;font-size:1rem}.not-found-container .btn{align-items:center;gap:.5rem;margin-top:1.5rem;display:inline-flex}@media (width<=768px){.not-found-container{min-height:calc(100vh - 150px);padding:1.5rem}.not-found-container h1{font-size:3.5rem}.not-found-container h2{font-size:1.5rem}}.auth-page{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-container{width:100%;max-width:420px;position:relative}.auth-bg-decoration{pointer-events:none;z-index:0;position:absolute;inset:0}.decoration-circle{opacity:.1;border-radius:50%;position:absolute}.decoration-circle-1{background-color:var(--skaia-green-primary);width:300px;height:300px;top:-100px;right:-100px}.decoration-circle-2{background-color:var(--primary-color);width:200px;height:200px;bottom:-50px;left:-50px}.decoration-circle-3{background-color:var(--skaia-green-primary);width:150px;height:150px;top:50%;left:10%}.auth-card{z-index:1;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:48px 32px;position:relative;box-shadow:0 10px 40px #0000001a}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{color:var(--text-primary);margin:0 0 8px;font-size:1.75rem;font-weight:700}.auth-header p{color:var(--text-secondary);margin:0;font-size:.95rem}.auth-error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef4444;border-radius:8px;align-items:center;gap:12px;margin-bottom:24px;padding:12px 16px;font-size:.95rem;display:flex}.auth-success{color:#22c55e;background-color:#22c55e1a;border:1px solid #22c55e;border-radius:8px;align-items:center;gap:12px;margin-bottom:24px;padding:12px 16px;font-size:.95rem;display:flex}.auth-form{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--text-primary);font-size:.95rem;font-weight:500}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-secondary);pointer-events:none;position:absolute;left:12px}.form-group input{border:1px solid var(--border-color);border-radius:8px;width:100%;padding:12px 12px 12px 44px;font-family:inherit;font-size:.95rem;transition:all .3s}.form-group input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5b9e8e1a}.form-group input:disabled{opacity:.6;cursor:not-allowed}.auth-button{background:linear-gradient(135deg, var(--primary-color) 0%, var(--skaia-green-primary) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #5b9e8e4d}.auth-button:disabled{opacity:.7;cursor:not-allowed}.spinning{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-divider{text-align:center;color:var(--text-secondary);margin:24px 0;font-size:.9rem;position:relative}.auth-divider:before,.auth-divider:after{content:"";background-color:var(--border-color);width:calc(50% - 20px);height:1px;position:absolute;top:50%}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-toggle{text-align:center}.auth-toggle p{color:var(--text-secondary);margin:0;font-size:.95rem}.auth-toggle-btn{color:var(--primary-color);cursor:pointer;font-weight:600;font:inherit;background:0 0;border:none;margin-left:8px;padding:0;text-decoration:none;transition:color .3s}.auth-toggle-btn:hover:not(:disabled){color:var(--skaia-green-primary)}.auth-toggle-btn:disabled{cursor:not-allowed;opacity:.6}@media (width<=480px){.auth-card{padding:32px 24px}.auth-header h1{font-size:1.5rem}.form-group input{padding:10px 10px 10px 40px}.input-icon{width:16px;height:16px}.decoration-circle-1{display:none}.decoration-circle-2{width:120px;height:120px}.decoration-circle-3{display:none}}._wrap_5y04w_1{border-radius:6px;flex-direction:column;max-width:100%;height:100%;line-height:0;display:flex;overflow:hidden;border:1px dashed hsl(var(--richtext-border))!important}._wrap_5y04w_1 ._handlerWrap_5y04w_11{padding:10px;display:flex}._wrap_5y04w_1 ._innerWrap_5y04w_15{border-radius:var(--richtext-border-radius);flex:1;width:100%;height:100%;position:relative;overflow:hidden}._wrap_5y04w_1 ._emptyWrap_5y04w_23{justify-content:center;align-items:center;height:100%;display:flex}._wrap_5y04w_1 iframe{border:0;width:100%;height:100%;border:none!important}:root,::backdrop{--richtext-border-spacing-x:0;--richtext-border-spacing-y:0;--richtext-translate-x:0;--richtext-translate-y:0;--richtext-rotate:0;--richtext-skew-x:0;--richtext-skew-y:0;--richtext-scale-x:1;--richtext-scale-y:1;--richtext-pan-x: ;--richtext-pan-y: ;--richtext-pinch-zoom: ;--richtext-scroll-snap-strictness:proximity;--richtext-gradient-from-position: ;--richtext-gradient-via-position: ;--richtext-gradient-to-position: ;--richtext-ordinal: ;--richtext-slashed-zero: ;--richtext-numeric-figure: ;--richtext-numeric-spacing: ;--richtext-numeric-fraction: ;--richtext-ring-inset: ;--richtext-ring-offset-width:0px;--richtext-ring-offset-color:#fff;--richtext-ring-color:#3b82f680;--richtext-ring-offset-shadow:0 0 #0000;--richtext-ring-shadow:0 0 #0000;--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;--richtext-blur: ;--richtext-brightness: ;--richtext-contrast: ;--richtext-grayscale: ;--richtext-hue-rotate: ;--richtext-invert: ;--richtext-saturate: ;--richtext-sepia: ;--richtext-drop-shadow: ;--richtext-backdrop-blur: ;--richtext-backdrop-brightness: ;--richtext-backdrop-contrast: ;--richtext-backdrop-grayscale: ;--richtext-backdrop-hue-rotate: ;--richtext-backdrop-invert: ;--richtext-backdrop-opacity: ;--richtext-backdrop-saturate: ;--richtext-backdrop-sepia: ;--richtext-contain-size: ;--richtext-contain-layout: ;--richtext-contain-paint: ;--richtext-contain-style: }:root{--richtext-background:0 0% 100%;--richtext-foreground:240 10% 3.9%;--richtext-muted:240 4.8% 95.9%;--richtext-muted-foreground:240 3.8% 46.1%;--richtext-popover:0 0% 100%;--richtext-popover-foreground:240 10% 3.9%;--richtext-card:0 0% 100%;--richtext-card-foreground:240 10% 3.9%;--richtext-border:240 5.9% 90%;--richtext-input:240 5.9% 90%;--richtext-primary:240 5.9% 10%;--richtext-primary-foreground:0 0% 98%;--richtext-secondary:240 4.8% 95.9%;--richtext-secondary-foreground:240 5.9% 10%;--richtext-accent:0 0% 88.24%;--richtext-accent-foreground:240 5.9% 10%;--richtext-destructive:0 84.2% 60.2%;--richtext-destructive-foreground:0 0% 98%;--richtext-ring:240 10% 3.9%;--richtext-radius:.5rem;--red:#ff5c33}.dark{--richtext-background:240 10% 3.9%;--richtext-foreground:0 0% 98%;--richtext-muted:240 3.7% 15.9%;--richtext-muted-foreground:240 5% 64.9%;--richtext-popover:240 10% 3.9%;--richtext-popover-foreground:0 0% 98%;--richtext-card:240 10% 3.9%;--richtext-card-foreground:0 0% 98%;--richtext-border:240 3.7% 15.9%;--richtext-input:240 3.7% 15.9%;--richtext-primary:0 0% 98%;--richtext-primary-foreground:240 5.9% 10%;--richtext-secondary:240 3.7% 15.9%;--richtext-secondary-foreground:0 0% 98%;--richtext-accent:240 3.7% 15.9%;--richtext-accent-foreground:0 0% 98%;--richtext-destructive:0 62.8% 30.6%;--richtext-destructive-foreground:0 0% 98%;--richtext-ring:240 4.9% 83.9%;--red:#ff5c33}.richtext-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.richtext-pointer-events-none{pointer-events:none}.richtext-pointer-events-auto{pointer-events:auto}.richtext-fixed{position:fixed}.\!richtext-absolute{position:absolute!important}.richtext-absolute{position:absolute}.\!richtext-relative{position:relative!important}.richtext-relative{position:relative}.\!richtext-inset-0{inset:0!important}.richtext-inset-0{inset:0}.richtext-inset-y-0{top:0;bottom:0}.-richtext-top-px{top:-1px}.richtext-left-0{left:0}.richtext-left-2{left:.5rem}.richtext-left-\[50\%\]{left:50%}.richtext-left-px{left:1px}.richtext-right-2{right:.5rem}.richtext-right-4{right:1rem}.richtext-start-0{inset-inline-start:0}.richtext-top-0{top:0}.richtext-top-2{top:.5rem}.richtext-top-4{top:1rem}.richtext-top-\[50\%\]{top:50%}.\!richtext-isolate{isolation:isolate!important}.richtext-z-0{z-index:0}.richtext-z-50{z-index:50}.richtext-z-\[100\]{z-index:100}.richtext-z-\[1\]{z-index:1}.richtext-z-\[99999\]{z-index:99999}.richtext-col-\[1\/-1\]{grid-column:1/-1}.\!richtext-mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.\!richtext-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.\!richtext-mx-\[10px\]{margin-left:10px!important;margin-right:10px!important}.\!richtext-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.\!richtext-my-\[10px\]{margin-top:10px!important;margin-bottom:10px!important}.richtext--mx-1{margin-left:-.25rem;margin-right:-.25rem}.richtext-mx-2{margin-left:.5rem;margin-right:.5rem}.richtext-mx-auto{margin-left:auto;margin-right:auto}.richtext-my-1{margin-top:.25rem;margin-bottom:.25rem}.richtext-my-\[10px\]{margin-top:10px;margin-bottom:10px}.richtext-my-\[12px\]{margin-top:12px;margin-bottom:12px}.richtext-my-\[5px\]{margin-top:5px;margin-bottom:5px}.\!richtext-ml-1\.5{margin-left:.375rem!important}.\!richtext-mr-1{margin-right:.25rem!important}.richtext-mb-8{margin-bottom:2rem}.richtext-mb-\[10px\]{margin-bottom:10px}.richtext-mb-\[16px\]{margin-bottom:16px}.richtext-mb-\[5px\]{margin-bottom:5px}.richtext-mb-\[6px\]{margin-bottom:6px}.richtext-mb-\[8px\]{margin-bottom:8px}.richtext-ml-1{margin-left:.25rem}.richtext-ml-auto{margin-left:auto}.richtext-mt-1{margin-top:.25rem}.richtext-mt-2{margin-top:.5rem}.richtext-mt-\[8px\]{margin-top:8px}.richtext-box-border{box-sizing:border-box}.richtext-block{display:block}.richtext-inline-block{display:inline-block}.\!richtext-flex{display:flex!important}.richtext-flex{display:flex}.richtext-inline-flex{display:inline-flex}.richtext-grid{display:grid}.\!richtext-size-4{width:1rem!important;height:1rem!important}.\!richtext-size-7{width:1.75rem!important;height:1.75rem!important}.richtext-size-3{width:.75rem;height:.75rem}.richtext-size-4{width:1rem;height:1rem}.richtext-size-5{width:1.25rem;height:1.25rem}.richtext-size-6{width:1.5rem;height:1.5rem}.richtext-size-7{width:1.75rem;height:1.75rem}.richtext-size-\[18px\]{width:18px;height:18px}.richtext-size-\[1em\]{width:1em;height:1em}.richtext-size-\[28px\]{width:28px;height:28px}.richtext-size-full{width:100%;height:100%}.\!richtext-h-10{height:2.5rem!important}.\!richtext-h-3{height:.75rem!important}.\!richtext-h-4{height:1rem!important}.\!richtext-h-7{height:1.75rem!important}.\!richtext-h-9{height:2.25rem!important}.\!richtext-h-\[16px\]{height:16px!important}.\!richtext-h-\[32px\]{height:32px!important}.\!richtext-h-\[342px\]{height:342px!important}.\!richtext-h-auto{height:auto!important}.richtext-h-10{height:2.5rem}.richtext-h-11{height:2.75rem}.richtext-h-12{height:3rem}.richtext-h-2{height:.5rem}.richtext-h-3\.5{height:.875rem}.richtext-h-4{height:1rem}.richtext-h-5{height:1.25rem}.richtext-h-6{height:1.5rem}.richtext-h-7{height:1.75rem}.richtext-h-8{height:2rem}.richtext-h-9{height:2.25rem}.richtext-h-\[1px\]{height:1px}.richtext-h-\[26px\]{height:26px}.richtext-h-\[32px\]{height:32px}.richtext-h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.richtext-h-auto{height:auto}.richtext-h-full{height:100%}.richtext-h-px{height:1px}.richtext-max-h-60{max-height:15rem}.richtext-max-h-96{max-height:24rem}.richtext-max-h-\[280px\]{max-height:280px}.richtext-max-h-\[320px\]{max-height:320px}.richtext-max-h-\[min\(80vh\,24rem\)\]{max-height:min(80vh,24rem)}.richtext-max-h-full{max-height:100%}.richtext-max-h-screen{max-height:100vh}.richtext-min-h-\[80px\]{min-height:80px}.\!richtext-w-12{width:3rem!important}.\!richtext-w-3{width:.75rem!important}.\!richtext-w-4{width:1rem!important}.\!richtext-w-fit{width:fit-content!important}.\!richtext-w-full{width:100%!important}.richtext-w-10{width:2.5rem}.richtext-w-11{width:2.75rem}.richtext-w-2{width:.5rem}.richtext-w-3{width:.75rem}.richtext-w-3\.5{width:.875rem}.richtext-w-32{width:8rem}.richtext-w-4{width:1rem}.richtext-w-48{width:12rem}.richtext-w-5{width:1.25rem}.richtext-w-72{width:18rem}.richtext-w-80{width:20rem}.richtext-w-\[160px\]{width:160px}.richtext-w-\[1px\]{width:1px}.richtext-w-\[200px\]{width:200px}.richtext-w-\[32px\]{width:32px}.richtext-w-\[60px\]{width:60px}.richtext-w-auto{width:auto}.richtext-w-fit{width:fit-content}.richtext-w-full{width:100%}.\!richtext-min-w-0{min-width:0!important}.richtext-min-w-24{min-width:6rem}.richtext-min-w-32{min-width:8rem}.richtext-min-w-4{min-width:1rem}.richtext-min-w-48{min-width:12rem}.richtext-min-w-\[8rem\]{min-width:8rem}.richtext-min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.\!richtext-max-w-\[1300px\]{max-width:1300px!important}.\!richtext-max-w-\[400px\]{max-width:400px!important}.richtext-max-w-24{max-width:6rem}.richtext-max-w-\[286px\]{max-width:286px}.richtext-max-w-\[600px\]{max-width:600px}.richtext-max-w-lg{max-width:32rem}.richtext-max-w-sm{max-width:24rem}.\!richtext-flex-1{flex:1!important}.\!richtext-flex-none{flex:none!important}.richtext-flex-1{flex:1}.richtext-flex-\[0_0_auto\]{flex:none}.\!richtext-shrink-0{flex-shrink:0!important}.richtext-shrink-0{flex-shrink:0}.richtext-grow{flex-grow:1}.richtext-translate-x-\[-50\%\]{--richtext-translate-x:-50%;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.richtext-translate-y-\[-50\%\]{--richtext-translate-y:-50%;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.\!richtext-animate-spin{animation:1s linear infinite richtext-spin!important}.richtext-animate-spin{animation:1s linear infinite richtext-spin}.richtext-cursor-default{cursor:default}.richtext-cursor-grab{cursor:grab}.richtext-cursor-pointer{cursor:pointer}.\!richtext-select-none{-webkit-user-select:none!important;user-select:none!important}.richtext-select-none{-webkit-user-select:none;user-select:none}.\!richtext-scroll-my-1{scroll-margin-top:.25rem!important;scroll-margin-bottom:.25rem!important}.richtext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.richtext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.richtext-flex-row{flex-direction:row}.\!richtext-flex-col{flex-direction:column!important}.richtext-flex-col{flex-direction:column}.richtext-flex-col-reverse{flex-direction:column-reverse}.richtext-flex-wrap{flex-wrap:wrap}.richtext-flex-nowrap{flex-wrap:nowrap}.\!richtext-items-center{align-items:center!important}.richtext-items-center{align-items:center}.richtext-justify-start{justify-content:flex-start}.richtext-justify-end{justify-content:flex-end}.\!richtext-justify-center{justify-content:center!important}.richtext-justify-center{justify-content:center}.richtext-justify-between{justify-content:space-between}.\!richtext-gap-1{gap:.25rem!important}.\!richtext-gap-2{gap:.5rem!important}.richtext-gap-0\.5{gap:.125rem}.richtext-gap-1{gap:.25rem}.richtext-gap-1\.5{gap:.375rem}.richtext-gap-2{gap:.5rem}.richtext-gap-3{gap:.75rem}.richtext-gap-4{gap:1rem}.richtext-gap-\[10px\]{gap:10px}.richtext-gap-\[4px\]{gap:4px}.richtext-gap-\[6px\]{gap:6px}.richtext-gap-x-1{column-gap:.25rem}.richtext-gap-y-1{row-gap:.25rem}.richtext-space-x-2>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-right:calc(.5rem * var(--richtext-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--richtext-space-x-reverse)))}.richtext-space-x-4>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-right:calc(1rem * var(--richtext-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--richtext-space-x-reverse)))}.richtext-space-y-1\.5>:not([hidden])~:not([hidden]){--richtext-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--richtext-space-y-reverse)));margin-bottom:calc(.375rem * var(--richtext-space-y-reverse))}.richtext-self-end{align-self:flex-end}.richtext-overflow-auto{overflow:auto}.\!richtext-overflow-hidden{overflow:hidden!important}.richtext-overflow-hidden{overflow:hidden}.richtext-overflow-y-auto{overflow-y:auto}.richtext-overflow-x-hidden{overflow-x:hidden}.\!richtext-truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.richtext-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.richtext-whitespace-nowrap{white-space:nowrap}.richtext-break-all{word-break:break-all}.\!richtext-rounded-md{border-radius:calc(var(--richtext-radius) - 2px)!important}.\!richtext-rounded-sm{border-radius:calc(var(--richtext-radius) - 4px)!important}.richtext-rounded-\[0\.5rem\]{border-radius:.5rem}.richtext-rounded-\[10px\]{border-radius:10px}.richtext-rounded-\[12px\]{border-radius:12px}.richtext-rounded-\[2px\]{border-radius:2px}.richtext-rounded-\[6px\]{border-radius:6px}.richtext-rounded-full{border-radius:9999px}.richtext-rounded-lg{border-radius:var(--richtext-radius)}.richtext-rounded-md{border-radius:calc(var(--richtext-radius) - 2px)}.richtext-rounded-sm{border-radius:calc(var(--richtext-radius) - 4px)}.\!richtext-border{border-width:1px!important}.richtext-border{border-width:1px}.richtext-border-2{border-width:2px}.\!richtext-border-b{border-bottom-width:1px!important}.\!richtext-border-t{border-top-width:1px!important}.richtext-border-t{border-top-width:1px}.richtext-border-solid{border-style:solid}.richtext-border-none{border-style:none}.\!richtext-border-border{border-color:hsl(var(--richtext-border))!important}.\!richtext-border-neutral-200{--richtext-border-opacity:1!important;border-color:rgb(229 229 229/var(--richtext-border-opacity,1))!important}.\!richtext-border-primary{border-color:hsl(var(--richtext-primary))!important}.richtext-border-\[\#3a3f4b\]{--richtext-border-opacity:1;border-color:rgb(58 63 75/var(--richtext-border-opacity,1))}.richtext-border-\[\#ccc\]{--richtext-border-opacity:1;border-color:rgb(204 204 204/var(--richtext-border-opacity,1))}.richtext-border-border{border-color:hsl(var(--richtext-border))}.richtext-border-destructive{border-color:hsl(var(--richtext-destructive))}.richtext-border-input{border-color:hsl(var(--richtext-input))}.richtext-border-neutral-200{--richtext-border-opacity:1;border-color:rgb(229 229 229/var(--richtext-border-opacity,1))}.richtext-border-transparent{border-color:#0000}.\!richtext-bg-foreground{background-color:hsl(var(--richtext-foreground))!important}.\!richtext-bg-popover{background-color:hsl(var(--richtext-popover))!important}.\!richtext-bg-primary{background-color:hsl(var(--richtext-primary))!important}.\!richtext-bg-transparent{background-color:#0000!important}.\!richtext-bg-white{--richtext-bg-opacity:1!important;background-color:rgb(255 255 255/var(--richtext-bg-opacity,1))!important}.richtext-bg-\[\#21252b\]{--richtext-bg-opacity:1;background-color:rgb(33 37 43/var(--richtext-bg-opacity,1))}.richtext-bg-\[\#5a5d5e4f\]{background-color:#5a5d5e4f}.richtext-bg-background{background-color:hsl(var(--richtext-background))}.richtext-bg-black\/80{background-color:#000c}.richtext-bg-border{background-color:hsl(var(--richtext-border))}.richtext-bg-destructive{background-color:hsl(var(--richtext-destructive))}.richtext-bg-muted{background-color:hsl(var(--richtext-muted))}.richtext-bg-popover{background-color:hsl(var(--richtext-popover))}.richtext-bg-secondary{background-color:hsl(var(--richtext-secondary))}.richtext-bg-transparent{background-color:#0000}.richtext-bg-white{--richtext-bg-opacity:1;background-color:rgb(255 255 255/var(--richtext-bg-opacity,1))}.richtext-bg-opacity-10{--richtext-bg-opacity:.1}.richtext-fill-current{fill:currentColor}.richtext-object-contain{object-fit:contain}.\!richtext-p-0{padding:0!important}.\!richtext-p-2{padding:.5rem!important}.\!richtext-p-\[4px\]{padding:4px!important}.richtext-p-0{padding:0}.richtext-p-0\.5{padding:.125rem}.richtext-p-1{padding:.25rem}.richtext-p-1\.5{padding:.375rem}.richtext-p-2{padding:.5rem}.richtext-p-3{padding:.75rem}.richtext-p-4{padding:1rem}.richtext-p-6{padding:1.5rem}.richtext-p-\[10px\]{padding:10px}.\!richtext-px-1{padding-left:.25rem!important;padding-right:.25rem!important}.\!richtext-px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!richtext-py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.richtext-px-1{padding-left:.25rem;padding-right:.25rem}.richtext-px-1\.5{padding-left:.375rem;padding-right:.375rem}.richtext-px-2{padding-left:.5rem;padding-right:.5rem}.richtext-px-3{padding-left:.75rem;padding-right:.75rem}.richtext-px-4{padding-left:1rem;padding-right:1rem}.richtext-px-5{padding-left:1.25rem;padding-right:1.25rem}.richtext-px-8{padding-left:2rem;padding-right:2rem}.richtext-px-\[5px\]{padding-left:5px;padding-right:5px}.richtext-py-0{padding-top:0;padding-bottom:0}.richtext-py-1{padding-top:.25rem;padding-bottom:.25rem}.richtext-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.richtext-py-2{padding-top:.5rem;padding-bottom:.5rem}.\!richtext-pb-1{padding-bottom:.25rem!important}.\!richtext-pb-2{padding-bottom:.5rem!important}.\!richtext-pt-3\.5{padding-top:.875rem!important}.richtext-pl-10{padding-left:2.5rem}.richtext-pl-4{padding-left:1rem}.richtext-pl-8{padding-left:2rem}.richtext-pr-2{padding-right:.5rem}.richtext-pr-8{padding-right:2rem}.richtext-text-left{text-align:left}.richtext-text-center{text-align:center}.\!richtext-text-base{font-size:1rem!important;line-height:1.5rem!important}.\!richtext-text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!richtext-text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!richtext-text-xs{font-size:.75rem!important;line-height:1rem!important}.richtext-text-\[0\.65rem\]{font-size:.65rem}.richtext-text-lg{font-size:1.125rem;line-height:1.75rem}.richtext-text-sm{font-size:.875rem;line-height:1.25rem}.richtext-text-xs{font-size:.75rem;line-height:1rem}.richtext-font-medium{font-weight:500}.richtext-font-normal{font-weight:400}.richtext-font-semibold{font-weight:600}.richtext-uppercase{text-transform:uppercase}.\!richtext-leading-none{line-height:1!important}.richtext-leading-none{line-height:1}.richtext-tracking-tight{letter-spacing:-.025em}.richtext-tracking-wider{letter-spacing:.05em}.richtext-tracking-widest{letter-spacing:.1em}.\!richtext-text-black{--richtext-text-opacity:1!important;color:rgb(0 0 0/var(--richtext-text-opacity,1))!important}.\!richtext-text-current{color:currentColor!important}.\!richtext-text-muted-foreground{color:hsl(var(--richtext-muted-foreground))!important}.\!richtext-text-neutral-500{--richtext-text-opacity:1!important;color:rgb(115 115 115/var(--richtext-text-opacity,1))!important}.\!richtext-text-neutral-800{--richtext-text-opacity:1!important;color:rgb(38 38 38/var(--richtext-text-opacity,1))!important}.\!richtext-text-popover-foreground{color:hsl(var(--richtext-popover-foreground))!important}.\!richtext-text-primary-foreground{color:hsl(var(--richtext-primary-foreground))!important}.\!richtext-text-secondary-foreground{color:hsl(var(--richtext-secondary-foreground))!important}.richtext-text-\[\#ccc\]{--richtext-text-opacity:1;color:rgb(204 204 204/var(--richtext-text-opacity,1))}.richtext-text-destructive-foreground{color:hsl(var(--richtext-destructive-foreground))}.richtext-text-foreground{color:hsl(var(--richtext-foreground))}.richtext-text-foreground\/50{color:hsl(var(--richtext-foreground) / .5)}.richtext-text-gray-500{--richtext-text-opacity:1;color:rgb(107 114 128/var(--richtext-text-opacity,1))}.richtext-text-gray-800{--richtext-text-opacity:1;color:rgb(31 41 55/var(--richtext-text-opacity,1))}.richtext-text-muted-foreground{color:hsl(var(--richtext-muted-foreground))}.richtext-text-neutral-600{--richtext-text-opacity:1;color:rgb(82 82 82/var(--richtext-text-opacity,1))}.richtext-text-popover-foreground{color:hsl(var(--richtext-popover-foreground))}.richtext-text-primary{color:hsl(var(--richtext-primary))}.richtext-text-red-500{--richtext-text-opacity:1;color:rgb(239 68 68/var(--richtext-text-opacity,1))}.richtext-text-secondary-foreground{color:hsl(var(--richtext-secondary-foreground))}.richtext-text-zinc-500{--richtext-text-opacity:1;color:rgb(113 113 122/var(--richtext-text-opacity,1))}.richtext-text-zinc-600{--richtext-text-opacity:1;color:rgb(82 82 91/var(--richtext-text-opacity,1))}.richtext-underline{text-decoration-line:underline}.richtext-underline-offset-4{text-underline-offset:4px}.\!richtext-opacity-50{opacity:.5!important}.richtext-opacity-0{opacity:0}.richtext-opacity-50{opacity:.5}.richtext-opacity-60{opacity:.6}.richtext-opacity-70{opacity:.7}.richtext-opacity-90{opacity:.9}.richtext-shadow{--richtext-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--richtext-shadow-colored:0 1px 3px 0 var(--richtext-shadow-color), 0 1px 2px -1px var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.richtext-shadow-lg{--richtext-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--richtext-shadow-colored:0 10px 15px -3px var(--richtext-shadow-color), 0 4px 6px -4px var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.richtext-shadow-md{--richtext-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--richtext-shadow-colored:0 4px 6px -1px var(--richtext-shadow-color), 0 2px 4px -2px var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.richtext-shadow-sm{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.richtext-outline-none{outline-offset:2px;outline:2px solid #0000}.richtext-outline{outline-style:solid}.richtext-outline-1{outline-width:1px}.richtext-ring-0{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(0px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.\!richtext-ring-offset-background{--richtext-ring-offset-color:hsl(var(--richtext-background))!important}.richtext-ring-offset-background{--richtext-ring-offset-color:hsl(var(--richtext-background))}.richtext-transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-duration-200{transition-duration:.2s}.richtext-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes aenter{0%{opacity:var(--richtext-enter-opacity,1);transform:translate3d(var(--richtext-enter-translate-x,0),var(--richtext-enter-translate-y,0),0) scale3d(var(--richtext-enter-scale,1),var(--richtext-enter-scale,1),var(--richtext-enter-scale,1)) rotate(var(--richtext-enter-rotate,0))}}@keyframes aexit{to{opacity:var(--richtext-exit-opacity,1);transform:translate3d(var(--richtext-exit-translate-x,0),var(--richtext-exit-translate-y,0),0) scale3d(var(--richtext-exit-scale,1),var(--richtext-exit-scale,1),var(--richtext-exit-scale,1)) rotate(var(--richtext-exit-rotate,0))}}.richtext-animate-in{--richtext-enter-opacity:initial;--richtext-enter-scale:initial;--richtext-enter-rotate:initial;--richtext-enter-translate-x:initial;--richtext-enter-translate-y:initial;animation-name:aenter;animation-duration:.15s}.richtext-fade-in-0{--richtext-enter-opacity:0}.richtext-zoom-in-95{--richtext-enter-scale:.95}.richtext-duration-200{animation-duration:.2s}.richtext-ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.\[transition-property\:top\,_left\]{transition-property:top,left}html body[data-scroll-locked]{--removed-body-scroll-bar-size:0!important;position:initial!important}.character-count--warning{color:var(--red)!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{z-index:0;caret-color:#000;outline-width:0;padding:4rem 2rem 4rem 5rem}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror:is([class~=dark] *){caret-color:#fff}@media (width>=1024px){.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{padding-left:2rem;padding-right:2rem}}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{min-height:180px;padding:32px 80px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder{--richtext-backdrop-blur:blur(4px);width:fit-content;-webkit-backdrop-filter:var(--richtext-backdrop-blur) var(--richtext-backdrop-brightness) var(--richtext-backdrop-contrast) var(--richtext-backdrop-grayscale) var(--richtext-backdrop-hue-rotate) var(--richtext-backdrop-invert) var(--richtext-backdrop-opacity) var(--richtext-backdrop-saturate) var(--richtext-backdrop-sepia);backdrop-filter:var(--richtext-backdrop-blur) var(--richtext-backdrop-brightness) var(--richtext-backdrop-contrast) var(--richtext-backdrop-grayscale) var(--richtext-backdrop-hue-rotate) var(--richtext-backdrop-invert) var(--richtext-backdrop-opacity) var(--richtext-backdrop-saturate) var(--richtext-backdrop-sepia);background-color:#ffffff4d;position:relative}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder:before{content:"";box-sizing:border-box;width:24px;height:24px;margin:-12px 0 0 -12px;display:inline-block;position:absolute;top:50%;left:50%}@keyframes richtext-spin{to{transform:rotate(360deg)}}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder:before{border-width:3px;border-color:#0000 currentColor currentColor;border-radius:9999px;animation:1s linear infinite richtext-spin}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper{margin:1em 0;overflow-x:auto}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table{width:100%;display:table;overflow:hidden}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .column-resize-handle{pointer-events:none;z-index:10;background-color:hsl(var(--richtext-primary));width:.25rem;position:absolute;top:0;bottom:-2px;right:-2px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .resize-cursor{cursor:"col-resize"}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .selectedCell{background-color:#0000000d;border-style:double;border-color:#0003}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .selectedCell:is([class~=dark] *){background-color:#ffffff1a;border-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]{cursor:pointer;transition-property:all;transition-duration:.1s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.1s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode{background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode:is([class~=dark] *){background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode hr{border-top-color:#0000004d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode hr:is([class~=dark] *){border-top-color:#ffffff4d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]:hover:not(.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode){background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]:hover:not(.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode):is([class~=dark] *){background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.dragging) .ProseMirror-selectednode:not(.image-view){--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);outline-offset:2px;background-color:#0000001a;outline:2px solid #0000;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.dragging) .ProseMirror-selectednode:not(.image-view):is([class~=dark] *){background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .selection:not(.image-view){background-color:#0000001a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.image-view)::selection{background-color:#0000001a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .selection:not(.image-view):is([class~=dark] *){background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.image-view):is([class~=dark] *)::selection{background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .is-empty:before{content:attr(data-placeholder);float:left;color:#adb5bd;pointer-events:none;width:100%;height:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .columns.is-empty:before{display:none!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#adb5bd;pointer-events:none;width:100%;height:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror p.is-editor-empty:first-child:before{float:left;color:#adb5bd;pointer-events:none;content:attr(data-placeholder);width:100%;height:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor{width:100%;max-width:42rem;margin-left:auto;margin-right:auto;position:relative}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor:after{border-top-color:#0006;width:100%;max-width:42rem;margin-left:auto;margin-right:auto;top:-1.5em;left:0;right:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor:is([class~=dark] *):after{border-top-color:#fff6}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view{float:none;vertical-align:baseline;-webkit-user-select:none;user-select:none;max-width:100%;line-height:0;display:inline-block}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body{clear:both;outline:2px solid #0000;max-width:100%;transition:all .2s ease-in;display:inline-block;position:relative}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__button-wrap{z-index:4;background:#26262699;border-radius:8px;justify-content:center;align-items:center;display:none;position:absolute;top:9px;right:9px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body:hover{outline-color:#ffc83d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body:hover .image-view__body__button-wrap{display:block}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body--focused:hover,.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body--resizing:hover{outline-color:hsl(var(--richtext-primary))}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__placeholder{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__image{margin:0;cursor:pointer!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view .image-view__body--focused{outline-color:hsl(var(--richtext-primary))!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view.focus img{outline-width:2px;outline-style:solid;outline-color:hsl(var(--richtext-primary))}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view img{vertical-align:baseline;display:inline}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;border-width:1px!important;border-color:hsl(var(--richtext-border))!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler{z-index:2;box-sizing:border-box;background-color:hsl(var(--richtext-primary));border:1px solid #fff;border-radius:2px;width:12px;height:12px;display:block;position:absolute}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--tl{cursor:nw-resize;top:-6px;left:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--tr{cursor:ne-resize;top:-6px;right:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--bl{cursor:sw-resize;bottom:-6px;left:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--br{cursor:se-resize;bottom:-6px;right:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor.dense .ProseMirror{min-height:32px;padding:6px 12px}.reactjs-tiptap-editor.reactjs-tiptap-editor.dense p{padding:0;line-height:1.2rem}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror[contenteditable=true].resize-cursor{cursor:col-resize}.slash-command-active.slash-command-active{background-color:hsl(var(--richtext-accent))!important}[data-dui-1-3-5~=dui-tooltip-wrapper]{display:inline-block;position:relative}.heading-0{font-size:16px;font-weight:700}.heading-1{font-size:28px;font-weight:700;line-height:1.6}.heading-2{font-size:24px;font-weight:700;line-height:1.6}.heading-3{font-size:20px;font-weight:700;line-height:1.6}.heading-4{font-size:16px;font-weight:700;line-height:1.6}.heading-5,.heading-6{font-size:14px;font-weight:700;line-height:1.6}.tableCellActive{transition:all .1s ease-in-out;border-radius:2px!important}.tableCellActive>div{border:unset!important}.node-tableOfContents.focus{border-width:1px;border-radius:6px}div[data-twitter]>div{margin:10px auto}.react-renderer.node-twitter.focus{border-width:1px;border-radius:6px}.ProseMirror p{margin-bottom:.375rem;line-height:1.625}.ProseMirror p:first-child{margin-top:0}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror>p{margin-bottom:.375rem}.ProseMirror>p:first-child{margin-top:0}.ProseMirror>p:last-child{margin-bottom:0}.ProseMirror h1{font-size:1.875rem;line-height:2.25rem}.ProseMirror h2{font-size:1.5rem;line-height:2rem}.ProseMirror h3{font-size:1.25rem;line-height:1.75rem}.ProseMirror h4{font-size:1.125rem;line-height:1.75rem}.ProseMirror h5{font-size:1rem;line-height:1.5rem}.ProseMirror h6{font-size:.875rem;line-height:1.25rem}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{font-weight:700}.ProseMirror h1:first-child,.ProseMirror h2:first-child,.ProseMirror h3:first-child,.ProseMirror h4:first-child,.ProseMirror h5:first-child,.ProseMirror h6:first-child{margin-top:0}.ProseMirror h1:last-child,.ProseMirror h2:last-child,.ProseMirror h3:last-child,.ProseMirror h4:last-child,.ProseMirror h5:last-child,.ProseMirror h6:last-child{margin-bottom:0}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{margin-top:3rem}.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{margin-top:2rem}.ProseMirror a.link{--richtext-text-opacity:1;color:rgb(59 130 246/var(--richtext-text-opacity,1));font-weight:800}.ProseMirror a.link:is([class~=dark] *){--richtext-text-opacity:1;color:rgb(96 165 250/var(--richtext-text-opacity,1))}.ProseMirror mark{border-radius:calc(var(--richtext-radius) - 4px);--richtext-bg-opacity:1;background-color:rgb(239 68 68/var(--richtext-bg-opacity,1));-webkit-box-decoration-break:clone;box-decoration-break:clone;color:inherit;padding:.25rem 0}.ProseMirror mark:is([class~=dark] *){--richtext-bg-opacity:1;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.ProseMirror img{max-width:100%;height:auto}.ProseMirror [data-indent="1"]{text-indent:2em!important}.ProseMirror [data-indent="2"]{text-indent:4em!important}.ProseMirror [data-indent="3"]{text-indent:6em!important}.ProseMirror [data-indent="4"]{text-indent:8em!important}.ProseMirror [data-indent="5"]{text-indent:10em!important}.ProseMirror [data-indent="6"]{text-indent:12em!important}.ProseMirror [data-indent="7"]{text-indent:14em!important}.ProseMirror iframe{border-radius:calc(var(--richtext-radius) - 4px);border-color:hsl(var(--richtext-border));width:100%;height:100%;margin-top:.5rem;border-width:1px!important}.ProseMirror [data-type=horizontalRule]{margin-top:2rem;margin-bottom:2rem;padding-top:1rem;padding-bottom:1rem}.ProseMirror [data-type=horizontalRule] hr{background-color:#000c;border-width:1px 0 0;border-color:#0003}.ProseMirror [data-type=horizontalRule] hr:is([class~=dark] *){background-color:#fffc;border-color:#fff3}.ProseMirror .blockquote{border-radius:var(--richtext-radius);--richtext-border-opacity:1;border-left-width:4px;border-left-color:rgb(64 64 64/var(--richtext-border-opacity,1));--richtext-bg-opacity:.8;--richtext-text-opacity:1;color:rgb(0 0 0/var(--richtext-text-opacity,1));border-top-left-radius:0;border-bottom-left-radius:0;padding:.5rem 1rem}.ProseMirror .blockquote:is([class~=dark] *){--richtext-border-opacity:1;border-left-color:rgb(212 212 212/var(--richtext-border-opacity,1));--richtext-text-opacity:1;color:rgb(255 255 255/var(--richtext-text-opacity,1))}.ProseMirror code{border-radius:calc(var(--richtext-radius) - 4px);--richtext-bg-opacity:1;background-color:rgb(23 23 23/var(--richtext-bg-opacity,1));--richtext-text-opacity:1;color:rgb(255 255 255/var(--richtext-text-opacity,1));caret-color:#fff;--richtext-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--richtext-shadow-colored:0 10px 15px -3px var(--richtext-shadow-color), 0 4px 6px -4px var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.ProseMirror code::selection{background-color:#ffffff4d}.ProseMirror pre{--richtext-border-opacity:1;border-color:rgb(0 0 0/var(--richtext-border-opacity,1));--richtext-bg-opacity:1;background-color:rgb(64 64 64/var(--richtext-bg-opacity,1));--richtext-text-opacity:1;color:rgb(255 255 255/var(--richtext-text-opacity,1));caret-color:#fff;border-radius:.25rem;margin-top:3rem;margin-bottom:3rem;padding:1rem;border-width:1px!important}.ProseMirror pre:is([class~=dark] *){--richtext-border-opacity:1;border-color:rgb(38 38 38/var(--richtext-border-opacity,1));--richtext-bg-opacity:1;background-color:rgb(23 23 23/var(--richtext-bg-opacity,1))}.ProseMirror pre ::selection{background-color:#fff3}.ProseMirror pre code{background-color:inherit;color:inherit;--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);padding:0}.ProseMirror ol{list-style-type:decimal}.ProseMirror ul{list-style-type:disc}.ProseMirror ul,.ProseMirror ol{margin-top:1.5rem;margin-bottom:1.5rem;padding:0 2rem}.ProseMirror ul:first-child,.ProseMirror ol:first-child{margin-top:0}.ProseMirror ul:last-child,.ProseMirror ol:last-child{margin-bottom:0}.ProseMirror ul ul,.ProseMirror ul ol,.ProseMirror ul li,.ProseMirror ol ul,.ProseMirror ol ol,.ProseMirror ol li{margin-top:.25rem;margin-bottom:.25rem}.ProseMirror ul p,.ProseMirror ol p{margin-top:0;margin-bottom:.25rem}.ProseMirror>ul,.ProseMirror>ol{margin-top:2rem;margin-bottom:2rem}.ProseMirror>ul:first-child,.ProseMirror>ol:first-child{margin-top:0}.ProseMirror>ul:last-child,.ProseMirror>ol:last-child{margin-bottom:0}.ProseMirror ul[data-type=taskList]{padding:0;list-style-type:none}.ProseMirror ul[data-type=taskList] p{margin:0}.ProseMirror ul[data-type=taskList] li{display:flex}.ProseMirror ul[data-type=taskList] li>label{-webkit-user-select:none;user-select:none;flex:none;margin-right:.5rem;display:inline}.ProseMirror ul[data-type=taskList] li>div{flex:auto}.ProseMirror ul[data-type=taskList] li[data-checked=true]{text-decoration-line:line-through}.ProseMirror table{box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border:1px solid #0000001a;display:block;overflow:auto hidden}.ProseMirror table:is([class~=dark] *){border-color:#fff3}.ProseMirror table td,.ProseMirror table th{box-sizing:border-box;text-align:left;vertical-align:top;border:1px solid #0000001a;min-width:1em;padding:.5rem;position:relative;border-width:1px!important}.ProseMirror table td:is([class~=dark] *),.ProseMirror table th:is([class~=dark] *){border-color:#fff3}.ProseMirror table td:first-of-type:not(a),.ProseMirror table th:first-of-type:not(a){margin-top:0}.ProseMirror table td p,.ProseMirror table th p{margin:0}.ProseMirror table td p+p,.ProseMirror table th p+p{margin-top:.75rem}.ProseMirror table th{text-align:left;font-weight:700}.ProseMirror .search-result{background:#c4eed0}.ProseMirror .search-result-current{background:#6cd58b}.columns{gap:8px;width:100%;margin-top:.75em;display:flex}.columns .column{border-style:solid;border-width:1px;border-color:hsl(var(--richtext-border));box-sizing:border-box;border-radius:2px;flex:1;min-width:0;padding:12px}.columns .column p:first-of-type{margin-top:0}.mention{color:#fff;background-color:#666e76;border-radius:6px;padding:2px 6px}.file\:richtext-border-0::file-selector-button{border-width:0}.file\:richtext-bg-transparent::file-selector-button{background-color:#0000}.file\:richtext-text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:richtext-font-medium::file-selector-button{font-weight:500}.placeholder\:\!richtext-text-muted-foreground::placeholder{color:hsl(var(--richtext-muted-foreground))!important}.placeholder\:richtext-text-muted-foreground::placeholder{color:hsl(var(--richtext-muted-foreground))}.first\:richtext-mt-0\.5:first-child{margin-top:.125rem}.last\:richtext-pb-2:last-child{padding-bottom:.5rem}.hover\:richtext-cursor-pointer:hover{cursor:pointer}.hover\:richtext-border-border:hover{border-color:hsl(var(--richtext-border))}.hover\:\!richtext-bg-accent:hover{background-color:hsl(var(--richtext-accent))!important}.hover\:\!richtext-bg-primary\/90:hover{background-color:hsl(var(--richtext-primary) / .9)!important}.hover\:richtext-bg-\[\#5a5d5e4f\]:hover{background-color:#5a5d5e4f}.hover\:richtext-bg-accent:hover{background-color:hsl(var(--richtext-accent))}.hover\:richtext-bg-destructive\/90:hover{background-color:hsl(var(--richtext-destructive) / .9)}.hover\:richtext-bg-muted:hover{background-color:hsl(var(--richtext-muted))}.hover\:richtext-bg-red-400:hover{--richtext-bg-opacity:1;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.hover\:richtext-bg-secondary:hover{background-color:hsl(var(--richtext-secondary))}.hover\:richtext-bg-secondary\/80:hover{background-color:hsl(var(--richtext-secondary) / .8)}.hover\:richtext-bg-opacity-20:hover{--richtext-bg-opacity:.2}.hover\:richtext-text-accent-foreground:hover{color:hsl(var(--richtext-accent-foreground))}.hover\:richtext-text-foreground:hover{color:hsl(var(--richtext-foreground))}.hover\:richtext-text-muted-foreground:hover{color:hsl(var(--richtext-muted-foreground))}.hover\:richtext-underline:hover{text-decoration-line:underline}.hover\:richtext-opacity-100:hover{opacity:1}.hover\:richtext-shadow-sm:hover{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.focus\:richtext-bg-accent:focus{background-color:hsl(var(--richtext-accent))}.focus\:richtext-bg-red-400:focus{--richtext-bg-opacity:1;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.focus\:richtext-bg-opacity-30:focus{--richtext-bg-opacity:.3}.focus\:richtext-text-accent-foreground:focus{color:hsl(var(--richtext-accent-foreground))}.focus\:richtext-text-red-500:focus{--richtext-text-opacity:1;color:rgb(239 68 68/var(--richtext-text-opacity,1))}.focus\:richtext-opacity-100:focus{opacity:1}.focus\:richtext-outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:richtext-ring-2:focus{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.focus\:richtext-ring-ring:focus{--richtext-ring-color:hsl(var(--richtext-ring))}.focus\:richtext-ring-offset-2:focus{--richtext-ring-offset-width:2px}.focus-visible\:\!richtext-outline-none:focus-visible{outline-offset:2px!important;outline:2px solid #0000!important}.focus-visible\:richtext-outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:\!richtext-ring-2:focus-visible{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color)!important;--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color)!important;box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)!important}.focus-visible\:richtext-ring-2:focus-visible{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.focus-visible\:\!richtext-ring-ring:focus-visible{--richtext-ring-color:hsl(var(--richtext-ring))!important}.focus-visible\:richtext-ring-ring:focus-visible{--richtext-ring-color:hsl(var(--richtext-ring))}.focus-visible\:\!richtext-ring-offset-2:focus-visible{--richtext-ring-offset-width:2px!important}.focus-visible\:richtext-ring-offset-2:focus-visible{--richtext-ring-offset-width:2px}.focus-visible\:richtext-ring-offset-background:focus-visible{--richtext-ring-offset-color:hsl(var(--richtext-background))}.disabled\:richtext-pointer-events-none:disabled{pointer-events:none}.disabled\:\!richtext-cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:richtext-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:\!richtext-opacity-50:disabled{opacity:.5!important}.disabled\:richtext-opacity-50:disabled{opacity:.5}.richtext-group:hover .group-hover\:richtext-opacity-100{opacity:1}.richtext-group.destructive .group-\[\.destructive\]\:richtext-border-muted\/40{border-color:hsl(var(--richtext-muted) / .4)}.richtext-group.destructive .group-\[\.destructive\]\:richtext-text-red-300{--richtext-text-opacity:1;color:rgb(252 165 165/var(--richtext-text-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-border-destructive\/30:hover{border-color:hsl(var(--richtext-destructive) / .3)}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-bg-destructive:hover{background-color:hsl(var(--richtext-destructive))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-text-destructive-foreground:hover{color:hsl(var(--richtext-destructive-foreground))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-text-red-50:hover{--richtext-text-opacity:1;color:rgb(254 242 242/var(--richtext-text-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-destructive:focus{--richtext-ring-color:hsl(var(--richtext-destructive))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-red-400:focus{--richtext-ring-opacity:1;--richtext-ring-color:rgb(248 113 113/var(--richtext-ring-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-offset-red-600:focus{--richtext-ring-offset-color:#dc2626}.richtext-peer:disabled~.peer-disabled\:richtext-cursor-not-allowed{cursor:not-allowed}.richtext-peer:disabled~.peer-disabled\:richtext-opacity-70{opacity:.7}.data-\[disabled\]\:richtext-pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:richtext-translate-y-1[data-side=bottom]{--richtext-translate-y:.25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=left\]\:richtext--translate-x-1[data-side=left]{--richtext-translate-x:-.25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=right\]\:richtext-translate-x-1[data-side=right]{--richtext-translate-x:.25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=top\]\:richtext--translate-y-1[data-side=top]{--richtext-translate-y:-.25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[state\=checked\]\:richtext-translate-x-5[data-state=checked]{--richtext-translate-x:1.25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[state\=unchecked\]\:richtext-translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:richtext-translate-x-0[data-swipe=cancel]{--richtext-translate-x:0px;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[swipe\=end\]\:richtext-translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--richtext-translate-x:var(--radix-toast-swipe-end-x);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[swipe\=move\]\:richtext-translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--richtext-translate-x:var(--radix-toast-swipe-move-x);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[active\]\:\!richtext-bg-accent[data-active]{background-color:hsl(var(--richtext-accent))!important}.data-\[state\=active\]\:richtext-bg-background[data-state=active]{background-color:hsl(var(--richtext-background))}.data-\[state\=checked\]\:\!richtext-bg-primary[data-state=checked]{background-color:hsl(var(--richtext-primary))!important}.data-\[state\=checked\]\:richtext-bg-primary[data-state=checked]{background-color:hsl(var(--richtext-primary))}.data-\[state\=on\]\:richtext-bg-accent[data-state=on],.data-\[state\=open\]\:richtext-bg-accent[data-state=open]{background-color:hsl(var(--richtext-accent))}.data-\[state\=unchecked\]\:richtext-bg-input[data-state=unchecked]{background-color:hsl(var(--richtext-input))}.data-\[state\=active\]\:richtext-text-foreground[data-state=active]{color:hsl(var(--richtext-foreground))}.data-\[state\=checked\]\:\!richtext-text-primary-foreground[data-state=checked]{color:hsl(var(--richtext-primary-foreground))!important}.data-\[state\=on\]\:richtext-text-accent-foreground[data-state=on]{color:hsl(var(--richtext-accent-foreground))}.data-\[state\=open\]\:richtext-text-muted-foreground[data-state=open]{color:hsl(var(--richtext-muted-foreground))}.data-\[disabled\]\:richtext-opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:richtext-shadow-sm[data-state=active]{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.data-\[swipe\=move\]\:richtext-transition-none[data-swipe=move]{transition-property:none}.data-\[state\=open\]\:richtext-animate-in[data-state=open]{--richtext-enter-opacity:initial;--richtext-enter-scale:initial;--richtext-enter-rotate:initial;--richtext-enter-translate-x:initial;--richtext-enter-translate-y:initial;animation-name:aenter;animation-duration:.15s}.data-\[state\=closed\]\:richtext-animate-out[data-state=closed],.data-\[swipe\=end\]\:richtext-animate-out[data-swipe=end]{--richtext-exit-opacity:initial;--richtext-exit-scale:initial;--richtext-exit-rotate:initial;--richtext-exit-translate-x:initial;--richtext-exit-translate-y:initial;animation-name:aexit;animation-duration:.15s}.data-\[state\=closed\]\:richtext-fade-out-0[data-state=closed]{--richtext-exit-opacity:0}.data-\[state\=closed\]\:richtext-fade-out-80[data-state=closed]{--richtext-exit-opacity:.8}.data-\[state\=open\]\:richtext-fade-in-0[data-state=open]{--richtext-enter-opacity:0}.data-\[state\=closed\]\:richtext-zoom-out-95[data-state=closed]{--richtext-exit-scale:.95}.data-\[state\=open\]\:richtext-zoom-in-95[data-state=open]{--richtext-enter-scale:.95}.data-\[side\=bottom\]\:richtext-slide-in-from-top-2[data-side=bottom]{--richtext-enter-translate-y:-.5rem}.data-\[side\=left\]\:richtext-slide-in-from-right-2[data-side=left]{--richtext-enter-translate-x:.5rem}.data-\[side\=right\]\:richtext-slide-in-from-left-2[data-side=right]{--richtext-enter-translate-x:-.5rem}.data-\[side\=top\]\:richtext-slide-in-from-bottom-2[data-side=top]{--richtext-enter-translate-y:.5rem}.data-\[state\=closed\]\:richtext-slide-out-to-left-1\/2[data-state=closed]{--richtext-exit-translate-x:-50%}.data-\[state\=closed\]\:richtext-slide-out-to-right-full[data-state=closed]{--richtext-exit-translate-x:100%}.data-\[state\=closed\]\:richtext-slide-out-to-top-\[48\%\][data-state=closed]{--richtext-exit-translate-y:-48%}.data-\[state\=open\]\:richtext-slide-in-from-left-1\/2[data-state=open]{--richtext-enter-translate-x:-50%}.data-\[state\=open\]\:richtext-slide-in-from-top-\[48\%\][data-state=open]{--richtext-enter-translate-y:-48%}.data-\[state\=open\]\:richtext-slide-in-from-top-full[data-state=open]{--richtext-enter-translate-y:-100%}.dark\:\!richtext-border-neutral-800:is([class~=dark] *){--richtext-border-opacity:1!important;border-color:rgb(38 38 38/var(--richtext-border-opacity,1))!important}.dark\:richtext-border-neutral-800:is([class~=dark] *){--richtext-border-opacity:1;border-color:rgb(38 38 38/var(--richtext-border-opacity,1))}.dark\:\!richtext-bg-black:is([class~=dark] *){--richtext-bg-opacity:1!important;background-color:rgb(0 0 0/var(--richtext-bg-opacity,1))!important}.dark\:richtext-bg-black:is([class~=dark] *){--richtext-bg-opacity:1;background-color:rgb(0 0 0/var(--richtext-bg-opacity,1))}.dark\:\!richtext-text-neutral-200:is([class~=dark] *){--richtext-text-opacity:1!important;color:rgb(229 229 229/var(--richtext-text-opacity,1))!important}.dark\:richtext-text-gray-100:is([class~=dark] *){--richtext-text-opacity:1;color:rgb(243 244 246/var(--richtext-text-opacity,1))}.dark\:richtext-text-neutral-200:is([class~=dark] *){--richtext-text-opacity:1;color:rgb(229 229 229/var(--richtext-text-opacity,1))}.dark\:hover\:richtext-bg-opacity-20:hover:is([class~=dark] *){--richtext-bg-opacity:.2}.dark\:hover\:richtext-text-red-500:hover:is([class~=dark] *){--richtext-text-opacity:1;color:rgb(239 68 68/var(--richtext-text-opacity,1))}@media (width>=640px){.sm\:richtext-bottom-0{bottom:0}.sm\:richtext-right-0{right:0}.sm\:richtext-top-auto{top:auto}.sm\:richtext-flex-row{flex-direction:row}.sm\:richtext-flex-col{flex-direction:column}.sm\:richtext-justify-end{justify-content:flex-end}.sm\:richtext-space-x-2>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-right:calc(.5rem * var(--richtext-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--richtext-space-x-reverse)))}.sm\:richtext-rounded-lg{border-radius:var(--richtext-radius)}.sm\:richtext-text-left{text-align:left}.data-\[state\=open\]\:sm\:richtext-slide-in-from-bottom-full[data-state=open]{--richtext-enter-translate-y:100%}}@media (width>=768px){.md\:richtext-max-w-\[420px\]{max-width:420px}}.\[\&\>span\]\:richtext-line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._listUsers_en3pm_1{border-radius:4px;width:160px;max-height:320px;overflow:hidden auto;box-shadow:0 0 1px #091e424f,0 4px 8px -2px #091e4240}._itemUser_en3pm_10{color:#091e42;cursor:pointer;background-color:#fff;border:0;border-radius:0;flex:none;align-items:center;width:100%;padding:12px 12px 11px;text-decoration:none;display:flex}._itemUser_en3pm_10:hover{background-color:#f4f5f7}._itemUser_en3pm_10 img{width:1em;height:1em}._selectedUser_en3pm_31{color:#0052cc;fill:#deebff;background-color:#deebff;text-decoration:none}._attachment_1x1ms_1,._wrap_1x1ms_2{border-radius:4px;justify-content:space-between;align-items:center;margin:10px 0;padding:10px;display:flex;border-width:1px!important}._attachment_1x1ms_1 .attachment__icon,._wrap_1x1ms_2 .attachment__icon{text-align:center;width:32px}._attachment_1x1ms_1 .attachment__icon svg,._wrap_1x1ms_2 .attachment__icon svg{width:32px;display:inline-block}._toc_aag8a_1{opacity:.75;border-radius:.5rem;width:max-content;max-width:100%}._toc_aag8a_1._visible_aag8a_7{margin:.75em 0;padding:.75rem}._toc_aag8a_1 ._list_aag8a_11{margin:0 0 12px;padding:0;list-style:none}._toc_aag8a_1 ._item_aag8a_16 a:hover{opacity:.5}._toc_aag8a_1 ._item--3_aag8a_19{padding-left:1rem}._toc_aag8a_1 ._item--4_aag8a_22{padding-left:2rem}._toc_aag8a_1 ._item--5_aag8a_25{padding-left:3rem}._toc_aag8a_1 ._item--6_aag8a_28{padding-left:4rem}._wrap_15k3c_1{max-width:100%;line-height:0;position:relative;overflow:visible}._wrap_15k3c_1 ._renderWrap_15k3c_7{border-radius:6px;border:1px dashed hsl(var(--richtext-border))!important}._wrap_15k3c_1 ._renderWrap_15k3c_7:after{background-color:#0000!important}._wrap_15k3c_1 ._title_15k3c_14{z-index:2;position:absolute;top:10px;left:10px}._wrap_15k3c_1 ._title_15k3c_14 ._icon_15k3c_20{color:#fff;background-color:#f80;border-radius:2px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}._wrap_15k3c_1 ._handlerWrap_15k3c_30{z-index:2;border:1px solid hsl(var(--richtext-border));border-radius:6px;padding:2px 4px;position:absolute;bottom:10px;right:10px}._verified_lvyh0_1{fill:currentColor;-webkit-user-select:none;user-select:none;vertical-align:text-bottom;max-width:20px;height:1.25em;max-height:20px;margin-left:.125rem}._root_98iqw_1{width:100%;min-width:250px;max-width:550px;color:var(--richtexteet-font-color);font-family:var(--richtexteet-font-family);box-sizing:border-box;border:var(--richtexteet-border);margin:var(--richtexteet-container-margin);background-color:var(--richtexteet-bg-color);border-radius:12px;font-weight:400;transition-property:background-color,box-shadow;transition-duration:.2s;overflow:hidden}._root_98iqw_1:hover{background-color:var(--richtexteet-bg-color-hover)}._article_98iqw_21{box-sizing:inherit;padding:.75rem 1rem;position:relative}.react-tweet-theme{--richtexteet-container-margin:1.5rem 0;--richtexteet-header-font-size:.9375rem;--richtexteet-header-line-height:1.25rem;--richtexteet-body-font-size:1.25rem;--richtexteet-body-font-weight:400;--richtexteet-body-line-height:1.5rem;--richtexteet-body-margin:0;--richtexteet-quoted-container-margin:.75rem 0;--richtexteet-quoted-body-font-size:.938rem;--richtexteet-quoted-body-font-weight:400;--richtexteet-quoted-body-line-height:1.25rem;--richtexteet-quoted-body-margin:.25rem 0 .75rem 0;--richtexteet-info-font-size:.9375rem;--richtexteet-info-line-height:1.25rem;--richtexteet-actions-font-size:.875rem;--richtexteet-actions-line-height:1rem;--richtexteet-actions-font-weight:700;--richtexteet-actions-icon-size:1.25em;--richtexteet-actions-icon-wrapper-size:calc(var(--richtexteet-actions-icon-size) + .75em);--richtexteet-replies-font-size:.875rem;--richtexteet-replies-line-height:1rem;--richtexteet-replies-font-weight:700}:where(.react-tweet-theme) *{box-sizing:border-box;margin:0;padding:0}:is([data-theme=light],.light) :where(.react-tweet-theme),:where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg, #fafafa, #eaeaea, #eaeaea, #fafafa);--richtexteet-border:1px solid #cfd9de;--richtexteet-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--richtexteet-font-color:#0f1419;--richtexteet-font-color-secondary:#536471;--richtexteet-bg-color:#fff;--richtexteet-bg-color-hover:#f7f9f9;--richtexteet-quoted-bg-color-hover:#00000008;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#006fd6;--richtexteet-color-blue-secondary-hover:#006fd61a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:var(--richtexteet-color-blue-primary)}:is([data-theme=dark],.dark) :where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg, #15202b, #1e2732, #1e2732, #15202b);--richtexteet-border:1px solid #425364;--richtexteet-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--richtexteet-font-color:#f7f9f9;--richtexteet-font-color-secondary:#8b98a5;--richtexteet-bg-color:#15202b;--richtexteet-bg-color-hover:#1e2732;--richtexteet-quoted-bg-color-hover:#ffffff08;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#6bc9fb;--richtexteet-color-blue-secondary-hover:#6bc9fb1a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:#fff}@media (prefers-color-scheme:dark){:where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg, #15202b, #1e2732, #1e2732, #15202b);--richtexteet-border:1px solid #425364;--richtexteet-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--richtexteet-font-color:#f7f9f9;--richtexteet-font-color-secondary:#8b98a5;--richtexteet-bg-color:#15202b;--richtexteet-bg-color-hover:#1e2732;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#6bc9fb;--richtexteet-color-blue-secondary-hover:#6bc9fb1a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:#fff}}._header_nqq4j_1{line-height:var(--richtexteet-header-line-height);font-size:var(--richtexteet-header-font-size);white-space:nowrap;overflow-wrap:break-word;padding-bottom:.75rem;display:flex;overflow:hidden}._avatar_nqq4j_11{width:48px;height:48px;position:relative}._avatarOverflow_nqq4j_16{border-radius:9999px;width:100%;height:100%;position:absolute;overflow:hidden}._avatarSquare_nqq4j_23{border-radius:4px}._avatarShadow_nqq4j_26{width:100%;height:100%;transition-property:background-color;transition-duration:.2s;box-shadow:inset 0 0 2px #00000008}._avatarShadow_nqq4j_26:hover{background-color:#1a1a1a26}._author_nqq4j_37{flex-direction:column;justify-content:center;max-width:calc(100% - 84px);margin:0 .5rem;display:flex}._authorLink_nqq4j_44{color:inherit;align-items:center;text-decoration:none;display:flex}._authorLink_nqq4j_44:hover{text-decoration-line:underline}._authorVerified_nqq4j_53{display:inline-flex}._authorLinkText_nqq4j_56{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}._authorMeta_nqq4j_63,._authorFollow_nqq4j_66{display:flex}._username_nqq4j_69{color:var(--richtexteet-font-color-secondary);text-overflow:ellipsis;text-decoration:none}._follow_nqq4j_74{color:var(--richtexteet-color-blue-secondary);font-weight:700;text-decoration:none}._follow_nqq4j_74:hover{text-decoration-line:underline}._separator_nqq4j_82{padding:0 .25rem}._brand_nqq4j_86{margin-inline-start:auto}._twitterIcon_nqq4j_90{width:23.75px;height:23.75px;color:var(--richtexteet-twitter-icon-color);fill:currentColor;-webkit-user-select:none;user-select:none}._verifiedOld_lcna5_1{color:var(--richtexteet-verified-old-color)}._verifiedBlue_lcna5_4{color:var(--richtexteet-verified-blue-color)}._verifiedGovernment_lcna5_7{color:#829aab}._root_1ec15_1{color:var(--richtexteet-font-color-secondary);overflow-wrap:break-word;white-space:pre-wrap;margin-bottom:.25rem;font-size:.9375rem;line-height:1.25rem;text-decoration:none}._root_1ec15_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._root_eihfa_1{font-weight:inherit;color:var(--richtexteet-color-blue-secondary);cursor:pointer;text-decoration:none}._root_eihfa_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._root_1xq52_1{font-size:var(--richtexteet-body-font-size);font-weight:var(--richtexteet-body-font-weight);line-height:var(--richtexteet-body-line-height);margin:var(--richtexteet-body-margin);overflow-wrap:break-word;white-space:pre-wrap}._root_g9tkv_1{margin-top:.75rem;position:relative;overflow:hidden}._rounded_g9tkv_6{border:var(--richtexteet-border);border-radius:12px}._mediaWrapper_g9tkv_10{grid-auto-rows:1fr;gap:2px;width:100%;height:100%;display:grid}._grid2Columns_g9tkv_17{grid-template-columns:repeat(2,1fr)}._grid3_g9tkv_20>a:first-child{grid-row:span 2}._grid2x2_g9tkv_23{grid-template-rows:repeat(2,1fr)}._mediaContainer_g9tkv_26{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._mediaLink_g9tkv_34{outline-style:none;text-decoration:none}._skeleton_g9tkv_38{width:100%;padding-bottom:56.25%;display:block}._image_g9tkv_43{object-fit:cover;object-position:center;width:100%;height:100%;margin:0;position:absolute;top:0;bottom:0;left:0}._anchor_fp31d_1{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;border:1px solid #0000;border-radius:9999px;outline-style:none;align-items:center;padding:0 1rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex}._videoButton_fp31d_17{background-color:var(--richtexteet-color-blue-primary);cursor:pointer;border:4px solid #fff;border-radius:9999px;justify-content:center;align-items:center;width:67px;height:67px;transition-property:background-color;transition-duration:.2s;display:flex;position:relative}._videoButton_fp31d_17:hover,._videoButton_fp31d_17:focus-visible{background-color:var(--richtexteet-color-blue-primary-hover)}._videoButtonIcon_fp31d_35{color:#fff;fill:currentColor;-webkit-user-select:none;user-select:none;width:calc(50% + 4px);max-width:100%;height:calc(50% + 4px);margin-left:3px}._watchOnTwitter_fp31d_44{position:absolute;top:12px;right:8px}._watchOnTwitter_fp31d_44>a{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf;min-width:2rem;min-height:2rem;font-size:.875rem;line-height:1rem}._watchOnTwitter_fp31d_44>a:hover{background-color:#272c30bf}._viewReplies_fp31d_60{background-color:var(--richtexteet-color-blue-primary);border-color:var(--richtexteet-color-blue-primary);min-height:2rem;font-size:.9375rem;line-height:1.25rem;position:relative}._viewReplies_fp31d_60:hover{background-color:var(--richtexteet-color-blue-primary-hover)}._root_i24yn_1{color:inherit;font-size:var(--richtexteet-info-font-size);line-height:var(--richtexteet-info-line-height);text-decoration:none}._root_i24yn_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._info_19qcj_1{color:var(--richtexteet-font-color-secondary);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;align-items:center;margin-top:.125rem;display:flex}._infoLink_19qcj_10{color:inherit;height:var(--richtexteet-actions-icon-wrapper-size);width:var(--richtexteet-actions-icon-wrapper-size);font:inherit;border-radius:9999px;justify-content:center;align-items:center;margin-left:auto;margin-right:-4px;text-decoration:none;transition-property:background-color;transition-duration:.2s;display:flex}._infoLink_19qcj_10:hover{background-color:var(--richtexteet-color-blue-secondary-hover)}._infoIcon_19qcj_30{color:inherit;fill:currentColor;height:var(--richtexteet-actions-icon-size);-webkit-user-select:none;user-select:none}._infoLink_19qcj_10:hover>._infoIcon_19qcj_30{color:var(--richtexteet-color-blue-secondary)}._actions_n2anf_1{color:var(--richtexteet-font-color-secondary);border-top:var(--richtexteet-border);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;align-items:center;margin-top:.25rem;padding-top:.25rem;display:flex}._like_n2anf_13,._reply_n2anf_14,._copy_n2anf_15{color:inherit;align-items:center;margin-right:1.25rem;text-decoration:none;display:flex}._like_n2anf_13:hover,._reply_n2anf_14:hover,._copy_n2anf_15:hover{background-color:#0000}._like_n2anf_13:hover>._likeIconWrapper_n2anf_27{background-color:var(--richtexteet-color-red-primary-hover)}._like_n2anf_13:hover>._likeCount_n2anf_30{color:var(--richtexteet-color-red-primary);text-decoration-line:underline}._likeIconWrapper_n2anf_27,._replyIconWrapper_n2anf_35,._copyIconWrapper_n2anf_36{width:var(--richtexteet-actions-icon-wrapper-size);height:var(--richtexteet-actions-icon-wrapper-size);border-radius:9999px;justify-content:center;align-items:center;margin-left:-.25rem;display:flex}._likeIcon_n2anf_27,._replyIcon_n2anf_35,._copyIcon_n2anf_36{height:var(--richtexteet-actions-icon-size);fill:currentColor;-webkit-user-select:none;user-select:none}._likeIcon_n2anf_27{color:var(--richtexteet-color-red-primary)}._likeCount_n2anf_30,._replyText_n2anf_56,._copyText_n2anf_57{font-size:var(--richtexteet-actions-font-size);font-weight:var(--richtexteet-actions-font-weight);line-height:var(--richtexteet-actions-line-height);margin-left:.25rem}._reply_n2anf_14:hover>._replyIconWrapper_n2anf_35{background-color:var(--richtexteet-color-blue-secondary-hover)}._reply_n2anf_14:hover>._replyText_n2anf_56{color:var(--richtexteet-color-blue-secondary);text-decoration-line:underline}._replyIcon_n2anf_35{color:var(--richtexteet-color-blue-primary)}._copy_n2anf_15{font:inherit;cursor:pointer;background:0 0;border:none}._copy_n2anf_15:hover>._copyIconWrapper_n2anf_36{background-color:var(--richtexteet-color-green-primary-hover)}._copy_n2anf_15:hover ._copyIcon_n2anf_36{color:var(--richtexteet-color-green-primary)}._copy_n2anf_15:hover>._copyText_n2anf_57{color:var(--richtexteet-color-green-primary);text-decoration-line:underline}._replies_1cutb_1{padding:.25rem 0}._link_1cutb_4{color:var(--richtexteet-color-blue-secondary);-webkit-user-select:none;user-select:none;border:var(--richtexteet-border);border-radius:9999px;outline-style:none;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:0 1rem;text-decoration:none;transition-property:background-color;transition-duration:.2s;display:flex}._link_1cutb_4:hover{background-color:var(--richtexteet-color-blue-secondary-hover)}._text_1cutb_23{font-weight:var(--richtexteet-replies-font-weight);font-size:var(--richtexteet-replies-font-size);line-height:var(--richtexteet-replies-line-height);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._root_q5799_1{border:var(--richtexteet-border);width:100%;margin:var(--richtexteet-quoted-container-margin);cursor:pointer;border-radius:12px;transition-property:background-color,box-shadow;transition-duration:.2s;overflow:hidden}._root_q5799_1:hover{background-color:var(--richtexteet-quoted-bg-color-hover)}._article_q5799_16{box-sizing:inherit;position:relative}._header_r31i5_1{line-height:var(--richtexteet-header-line-height);font-size:var(--richtexteet-header-font-size);white-space:nowrap;overflow-wrap:break-word;padding:.75rem .75rem 0;display:flex;overflow:hidden}._avatar_r31i5_11{width:20px;height:20px;position:relative}._avatarSquare_r31i5_17{border-radius:4px}._author_r31i5_21{margin:0 .5rem;display:flex}._authorText_r31i5_26{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}._username_r31i5_33{color:var(--richtexteet-font-color-secondary);text-overflow:ellipsis;margin-left:.125rem;text-decoration:none}._root_175ot_1{font-size:var(--richtexteet-quoted-body-font-size);font-weight:var(--richtexteet-quoted-body-font-weight);line-height:var(--richtexteet-quoted-body-line-height);margin:var(--richtexteet-quoted-body-margin);overflow-wrap:break-word;white-space:pre-wrap;padding:0 .75rem}._root_16yxa_1{flex-direction:column;align-items:center;padding-bottom:.75rem;display:flex}._root_16yxa_1>h3{margin-bottom:.5rem;font-size:1.25rem}._skeleton_oi7hr_1{background-image:var(--richtexteet-skeleton-gradient);background-size:400% 100%;border-radius:5px;width:100%;animation:8s ease-in-out infinite _loading_oi7hr_1;display:block}@media (prefers-reduced-motion:reduce){._skeleton_oi7hr_1{background-position:200% 0;animation:none}}@keyframes _loading_oi7hr_1{0%{background-position:200% 0}to{background-position:-200% 0}}._root_17qqv_1{pointer-events:none;padding-bottom:.25rem}._wrapper_rraz2_1{cursor:pointer;z-index:100;background-color:#fff;border:1px solid #eee;border-radius:10px;gap:10px;padding:10px;position:absolute;top:0;left:0;box-shadow:0 0 10px #0000001a}._tool_rraz2_17{cursor:pointer;background-color:#fff;border:none;border-radius:5px;outline:none;padding:5px;transition:all .3s;color:#595353!important}._tool_rraz2_17 svg{width:20px;height:20px}._tool_rraz2_17:hover{background-color:#f5f5f5}._active_rraz2_37{background-color:#eee!important}._pen_rraz2_41{flex-wrap:wrap;align-items:center;gap:4px;display:flex}._line_rraz2_48{background-color:#bcb9b9;width:1px;height:20px;margin:0 6px;transform:rotate(18deg)}._options_rraz2_56{border-top:1px dashed #eee;flex-wrap:wrap;align-items:center;gap:4px;margin-top:10px;padding:10px 0 0;display:flex}._colorWrap_rraz2_66{align-items:center;gap:8px;margin:4px 0;display:flex}._color_rraz2_66{cursor:pointer;border:1px solid #eee;border-radius:4px;width:20px;height:20px;border:none!important;outline:none!important}._colorActive_rraz2_83{outline:2px solid #2576b9!important}._wrap_1x3wi_1{--editor__bg:#292c33;--widget__border:#3a3f4b;--widget__color:#ccc}._wrap_1x3wi_1 .richtext-node-code-block{border-radius:4px;outline:1px solid #000;width:100%;position:relative;overflow:hidden}._wrap_1x3wi_1 .richtext-code-block-toolbar{z-index:10;background-color:var(--editor__bg);color:var(--widget__color);border-bottom:1px solid var(--widget__border);align-items:center;gap:8px;padding:4px;display:flex}._wrap_1x3wi_1 .richtext-code-block-toolbar .toolbar-divider{background-color:var(--widget__border);width:1px;height:16px;margin:0 4px}._blockInfoEditable_1x3wi_30{pointer-events:none}.prism-code-editor{background:var(--editor__bg);--_pse:var(--padding-inline,.75em);--_ns:var(--number-spacing,.75em);--padding-left:var(--_pse);scroll-padding-left:var(--padding-left);-webkit-user-select:none;user-select:none;isolation:isolate;white-space:pre;line-height:1.4;display:grid;overflow:auto}.show-line-numbers{--padding-left:calc(var(--_pse) + var(--number-width) + var(--_ns));grid:1fr/0 1fr}.pce-wrapper{pointer-events:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;margin:.5em 0;position:relative}.prism-code-editor textarea{all:unset;box-sizing:border-box;color:#0000;-webkit-user-select:auto;user-select:auto;pointer-events:auto;width:100%;height:100%;padding:0 var(--_pse) 0 var(--padding-left);overflow:hidden}.pce-no-selection textarea:focus{z-index:1}.pce-line{padding:0 var(--_pse) 0 0;margin:0 0 0 var(--padding-left);position:relative}.show-line-numbers .pce-line:before{content:attr(data-line);margin:0 0 0 calc(-1 * var(--padding-left));padding:0 var(--_ns) 0 0;box-sizing:border-box;color:var(--editor__line-number);text-align:end;display:inline-block}.show-line-numbers:before{content:"";background:inherit;pointer-events:none}.show-line-numbers:before,.pce-line:before{z-index:2;height:100%;width:var(--padding-left);position:sticky;left:0}.pce-wrap .pce-line:before{position:absolute}.pce-overlays,div.pce-overlays>*,.pce-no-selection .active-line:after,.active-line.match-highlight:after{content:"";position:absolute;inset:0}.active-line:after{border:var(--editor__border-highlight);background:var(--editor__bg-highlight);z-index:-2}.pce-wrap{white-space:pre-wrap;word-break:break-word}.selection-matches span{background:var(--editor__bg-selection-match)}.pce-nowrap .active-bracket{display:inline-block}.prism-code-editor{caret-color:#2f81f7;--editor__bg:#0d1117;--widget__border:#303741;--widget__bg:#161b22;--widget__color:#b8bfc7;--widget__color-active:#fff;--widget__color-options:#7d8590;--widget__bg-input:#0d1117;--widget__bg-hover:#5a5d5e4f;--widget__bg-active:#1f6feb66;--widget__focus-ring:#007acc;--search__bg-find:#f2cc6080;--widget__bg-error:#5a1d1d;--widget__error-ring:#be1100;--editor__bg-highlight:#6e76811a;--editor__bg-selection-match:#3fb95040;--editor__line-number:#6e7681;--editor__bg-scrollbar:210, 10%, 32%;--editor__bg-fold:#7d8590;--bg-guide-indent:#e6edf31f;--pce-ac-icon-class:#f0883e;--pce-ac-icon-enum:#f0883e;--pce-ac-icon-function:#bc8cff;--pce-ac-icon-interface:#f0883e;--pce-ac-icon-keyword:#ff7b72;--pce-ac-icon-namespace:#ff7b72;--pce-ac-icon-parameter:#79c0ff;--pce-ac-icon-property:#f0883e;--pce-ac-icon-snippet:#58a6ff;--pce-ac-icon-unit:#58a6ff;--pce-ac-icon-variable:#f0883e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}.prism-code-editor textarea::selection{color:#0000;background:#264f78}.pce-matches .match{--search__bg-find:#8c8d6c}.active-line{--editor__line-number:#e6edf3}.guide-indents .active{--bg-guide-indent:#e6edf33d}[class*=language-],.language-markdown .url>.operator,.token.punctuation,.token.attr-equals,.token.code.keyword{color:#e6edf3}.token.atrule,.token.variable,.language-css .token.url,.token.parameter,.token.list.punctuation,.token.class-name,.token.maybe-class-name{color:#ffa657}.token.atrule .rule,.token.unit,.token.selector .combinator,.token.operator,.token.deleted,.token.entity,.token.regex-flags,.token.token.anchor,.token.number.quantifier,.token.keyword{color:#ff7b72}.token.tag,.token.inserted,.token.selector,.token.doctype-tag,.language-regex .escape{color:#7ee787}.token.attr-value,.token.string,.token.char,.token.regex,.language-regex,.token.string-property,.language-markdown .url .content,.language-markdown .url .variable{color:#a5d6ff}.token.builtin,.token.selector .class,.token.selector .id,.token.pseudo-class,.token.pseudo-element,.token.attr-name,.language-css .token.property,.token.number,.token.color,.token.boolean,.token.constant,.token.title.important,.title.important .punctuation,.language-css .token.function,.token.code-snippet.code,.token.doctype,.token.property-access,.token.keyword-null,.token.keyword-this,.token.char-class,.token.char-set,.token.regex .punctuation,.language-jsx .tag>.punctuation,.language-tsx .tag>.punctuation{color:#79c0ff}.token.function{color:#d2a8ff}.token.comment,.token.prolog,.token.cdata{color:#8b949e}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.bracket-level-0,.token.bracket-level-6{color:#79c0ff}.token.bracket-level-1,.token.bracket-level-7{color:#56d364}.token.bracket-level-2,.token.bracket-level-8{color:#e3b341}.token.bracket-level-3,.token.bracket-level-9{color:#ffa198}.token.bracket-level-4,.token.bracket-level-10{color:#ff9bce}.token.bracket-level-5,.token.bracket-level-11{color:#d2a8ff}.token.interpolation-punctuation{color:#a5d6ff}.token.bracket-error{color:#7d8590}.token.markup-bracket{color:inherit}.active-bracket{box-shadow:inset 0 0 0 1px #3fb95099,inset 0 0 0 9in #3fb95040}.active-tagname,.word-matches span{box-shadow:inset 0 0 0 1px #6e768199,inset 0 0 0 9in #6e768180}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.33"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.toolbar-root{pointer-events:none;visibility:hidden;display:none;height:0!important}.container{justify-content:center;align-items:center;display:flex}:root .insert-image-widget-dropdown-content.insert-image-widget-dropdown-content.insert-image-widget-dropdown-content>div>div{padding:5px}:root .insert-image-widget-dropdown-content.insert-image-widget-dropdown-content.insert-image-widget-dropdown-content>div{min-height:0}:root .insert-image-widget-dropdown-content.insert-image-widget-dropdown-content.insert-image-widget-dropdown-content img{max-width:100%;max-height:100%;margin-left:auto;margin-right:auto;display:block}:root .insert-image-widget-dropdown-content.insert-image-widget-dropdown-content.insert-image-widget-dropdown-content .insert-image-image-status-view{justify-content:space-between;padding-bottom:0;display:flex}:root .insert-image-widget-dropdown-content.insert-image-widget-dropdown-content.insert-image-widget-dropdown-content .action-button-row{flex-direction:row;justify-content:flex-end;margin-top:4px;margin-bottom:0;padding-bottom:0;display:flex}:root .insert-image-widget-dropdown-content.insert-image-widget-dropdown-content.insert-image-widget-dropdown-content .action-button-row>button{text-align:end;flex-grow:1;min-width:min(100%,40px);max-width:50%}.toolbar-overflow-widget-overflow-list{flex-flow:column wrap;justify-content:center;display:flex}.toolbar-overflow-widget-overflow-list>.toolbar-toolContainer>.toolbar-button{height:var(--toolbar-button-height)}.toolbar-overflow-widget.horizontal .toolbar-overflow-widget-overflow-list{flex-direction:row}.toolbar-overflow-widget.horizontal>.toolbar-dropdown{max-width:100%;padding:4px;left:15px;right:15px;margin-left:0!important;translate:none!important}:root .toolbar--pen-tool-toggle-buttons.toolbar--pen-tool-toggle-buttons{direction:ltr;justify-content:stretch;padding-top:0;padding-bottom:5px;display:flex}:root .toolbar--pen-tool-toggle-buttons.toolbar--pen-tool-toggle-buttons>*{text-align:start;flex-grow:1;margin-inline-end:5px}:root .toolbar--pen-tool-toggle-buttons.toolbar--pen-tool-toggle-buttons>* .icon{margin:0;margin-inline:4px 10px}:root .toolbar--pen-tool-toggle-buttons.toolbar--pen-tool-toggle-buttons>:first-child{direction:ltr}:root .toolbar--pen-tool-toggle-buttons.toolbar--pen-tool-toggle-buttons>:last-child{direction:rtl}.toolbar-zoomLevelEditor{flex-direction:row;align-items:center;display:flex}.toolbar-zoomLevelEditor .zoomDisplay{flex-grow:1}.toolbar-zoomLevelEditor button{min-width:48px}.selection-format-menu.disabled{opacity:.5}.toolbar-document-properties-widget button.about-button{text-align:end;width:100%}.toolbar-document-properties-widget>*{--align-items-to-x:120px}.toolbar-document-properties-widget .easydrawer-size-input-row.easydrawer-size-input-row{display:flex}.toolbar-document-properties-widget .easydrawer-size-input-row.easydrawer-size-input-row.size-input-row--automatic-size{display:none}.toolbar-thicknessSliderContainer{flex-direction:row;display:flex}.toolbar-thicknessSliderContainer input{flex-grow:1}.toolbar-element .clr-field *{cursor:pointer}.toolbar-element .clr-field button{border-radius:50%;width:1.2em;height:1.2em;margin-left:0;margin-right:0;top:50%;left:0}.toolbar-element .clr-field input{opacity:0}.color-input-container{flex-direction:row;display:inline-flex}.color-input-container .coloris_input{height:calc(100% - 6px)}.color-input-container.picker-open .clr-field{pointer-events:none}:root .color-input-container>button.pipetteButton{width:30px;height:30px;padding:0;display:inline-flex}.color-input-container>.color-input-wrapper{justify-content:stretch;display:flex}.color-input-container .pipetteButton>svg{width:100%}.color-input-container .pipetteButton .pickColorInstructions{background-color:var(--background-color-1);opacity:0;border-radius:30px;margin-left:30px;padding:4px;font-size:1em;transition:opacity .2s;display:none;position:absolute}@media (prefers-reduced-motion:reduce){.color-input-container .pipetteButton .pickColorInstructions{transition:none}}.color-input-container .pipetteButton.active{background-color:var(--selection-background-color);--icon-color:var(--selection-foreground-color)}.color-input-container .pipetteButton.active .pickColorInstructions{opacity:.8;display:block}.tool-dropdown-separator{--border-color:color-mix(in srgb, var(--foreground-color-1), #0000 80%);border-top:1px solid var(--border-color);margin-top:10px;margin-bottom:10px;padding-left:2px}.toolbar-element .toolbar--file-input-container{display:flex}.toolbar-element .toolbar--file-input-container.-loading{opacity:.8}.toolbar-element .toolbar--file-input-container>input.file-input{opacity:0;width:0;max-width:0;height:0;margin:0;padding:0;overflow:hidden;min-width:0!important}.toolbar-element .toolbar--file-input-container>label{--active-border-color:color-mix(in srgb, var(--foreground-color-1), transparent);flex-grow:1;padding-bottom:5px;display:block;padding:0!important}.toolbar-element .toolbar--file-input-container>label .cancel-button{padding-left:3px;padding-right:3px}.toolbar-element .toolbar--file-input-container>label>.toolbar--file-input-description{background-color:var(--background-color-3);color:var(--foreground-color-3);border:1px dashed var(--active-border-color);text-align:center;--action-color:var(--primary-action-foreground-color);--icon-color:var(--action-color);flex-direction:column;align-items:center;margin-top:10px;padding:10px;display:flex}.toolbar-element .toolbar--file-input-container>label>.toolbar--file-input-description>span{white-space:pre-wrap}.toolbar-element .toolbar--file-input-container>label>.toolbar--file-input-description>span>b{color:var(--action-color);cursor:pointer}.toolbar-element .toolbar--file-input-container>label>.toolbar--file-input-description>.icon{width:min(50vw,42px);height:min(50vw,42px);margin-bottom:8px;display:block}.toolbar-element .toolbar--file-input-container>label:active,.toolbar-element .toolbar--file-input-container>label:hover,.toolbar-element .toolbar--file-input-container>label.drag-target{--active-border-color:var(--foreground-color-1)}.toolbar-element .toolbar--file-input-container>label.drag-target>.toolbar--file-input-description{border-width:2px}.toolbar-grid-selector{position:relative}.toolbar-grid-selector>div{--button-size:48px;flex-flow:wrap;max-width:350px;display:flex}.toolbar-grid-selector .choice-button{box-sizing:border-box;cursor:pointer;flex-direction:column-reverse;flex-shrink:1;margin:2px;display:flex}.toolbar-grid-selector .choice-button.focus-visible{outline:2px solid var(--foreground-color-1)}.toolbar-grid-selector .choice-button input{opacity:0;height:0}.toolbar-grid-selector .choice-button label{box-sizing:border-box;width:var(--button-size);height:var(--button-size);-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;padding:4px;font-size:.7rem;display:flex}.toolbar-grid-selector .choice-button .icon{flex-grow:1;flex-shrink:1;width:100%}.toolbar-grid-selector .choice-button.checked{background-color:var(--selection-background-color);color:var(--selection-foreground-color);--icon-color:var(--selection-foreground-color)}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list{align-items:center;height:min(200px,50vh);display:flex;position:relative}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list>.scroller{scroll-snap-type:y mandatory;flex-direction:column;flex-grow:1;width:100%;height:100%;display:flex;overflow-y:auto}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list>.scroller>.item{scroll-snap-align:start;scroll-snap-stop:always;box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.-empty{display:none}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list>.page-markers{flex-direction:column;align-items:center;min-height:0;max-height:100%;display:flex;overflow:hidden}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list>.page-markers.-one-element{visibility:hidden}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list>.page-markers>.marker{opacity:.1;cursor:pointer;padding:2px;transition:left .2s;left:0}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list>.page-markers>.marker>.content{background-color:var(--foreground-color-1);border-radius:2px;padding:2px}:root .toolbar-snapped-scroll-list.toolbar-snapped-scroll-list.toolbar-snapped-scroll-list>.page-markers>.marker.-active{opacity:.2;position:relative;left:2px}.toolbar-button-grid{grid-template-columns:repeat(var(--column-count), 1fr);--button-size:30px;justify-items:center;display:grid}.toolbar-button-grid>.button{width:min-content;font-size:1em}.toolbar-button-grid>.button>.icon{max-width:var(--button-size);max-height:var(--button-size);width:48px;height:48px}.toolbar-button-grid>.button>label{font-weight:400;display:block}.toolbar-root{background-color:var(--background-color-1);--icon-color:var(--foreground-color-1);--toolbar-button-height:min(20vh, 60px);box-sizing:border-box;flex-flow:wrap;justify-content:center;width:100%;display:flex}.toolbar-element{z-index:1;font-family:system-ui,-apple-system,sans-serif}.toolbar-element details>summary{cursor:pointer}.toolbar-element>.toolbar-toolContainer>.toolbar-button,.toolbar-element>.toolbar-toolContainer>*>button,.toolbar-element>.toolbar-buttonGroup>button,.toolbar-element>.toolbar-button{white-space:pre;height:var(--toolbar-button-height)}.toolbar-dropdown .toolbar-button>.toolbar-icon{width:100%;max-width:50px}.toolbar-button.disabled{filter:sepia(.2);opacity:.45;cursor:unset}.toolbar-button,.toolbar-element button{cursor:pointer;text-align:center;box-shadow:0px 0px 2px var(--shadow-color);-webkit-user-select:none;user-select:none;border:none;border-radius:6px;transition:background-color .15s,box-shadow .25s,opacity .2s}.toolbar-button,.toolbar-buttonGroup>button,.toolbar-toolContainer>*>button,.toolbar-root>button{flex-direction:column;justify-content:center;align-items:center;width:min-content;min-width:40px;max-width:105px;padding-left:3px;padding-right:3px;font-size:1em;display:flex}.toolbar-button>label{cursor:inherit;-webkit-user-select:none;user-select:none}.toolbar-root>.toolbar-toolContainer>.toolbar-button>label.long-label{font-size:.75em}.toolbar-dropdown>.toolbar-toolContainer>button,.toolbar-dropdown>.toolbar-toolContainer>.toolbar-button{width:6em}.toolbar-button:not(.disabled):hover,.toolbar-root button:not(:disabled):hover{box-shadow:0px 2px 4px var(--shadow-color)}.toolbar-root button:disabled{cursor:inherit;opacity:.5}.toolbar-root .toolbar-icon{-webkit-user-select:none;user-select:none;flex-shrink:1;width:100%;min-width:20px;min-height:20px}.toolbar-toolContainer.selected>.toolbar-button{background-color:var(--selection-background-color);color:var(--selection-foreground-color);--icon-color:var(--selection-foreground-color)}.toolbar-toolContainer:not(.selected):not(.dropdownShowable)>.toolbar-button>.toolbar-showHideDropdownIcon{display:none}.toolbar-toolContainer>.toolbar-button>.toolbar-showHideDropdownIcon{height:15px;transition:transform .25s}.toolbar-toolContainer.dropdownVisible>.toolbar-button>.toolbar-showHideDropdownIcon{transform:rotate(180deg)}.toolbar-dropdown.hidden,.toolbar-toolContainer:not(.selected):not(.dropdownShowable)>.toolbar-dropdown:not(.hiding){display:none}.toolbar-dropdown{z-index:2;background-color:var(--background-color-1);max-width:fit-content;max-height:80vh;box-shadow:0px 3px 3px var(--shadow-color);flex-flow:column wrap;padding:5px 15px 15px;display:flex;position:absolute}@keyframes dropdown-transition-in{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scale(1)}}@keyframes dropdown-transition-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scaleY(0)}}.toolbar-dropdown{transform-origin:0 0;--dropdown-show-animation:dropdown-transition-in;--dropdown-hide-animation:dropdown-transition-out}@media (prefers-reduced-motion:reduce){.toolbar-dropdown{--dropdown-show-animation:none;--dropdown-hide-animation:none}.toolbar-dropdown.hiding{display:none}.toolbar-toolContainer>.toolbar-button>.toolbar-showHideDropdownIcon,:root .toolbar-button,.toolbar-root button{transition:none}}.toolbar-buttonGroup{flex-direction:row;justify-content:center;display:flex}.toolbar-element .toolbar--toggle-button{color:var(--foreground-color-1);font-weight:400}.toolbar-element .toolbar--toggle-button[aria-checked=true]{background:var(--selection-background-color);color:var(--selection-foreground-color)}.toolbar-element .toolbar--toggle-button>.icon{width:25px;height:25px;margin:0 5px}.toolbar-element .toolbar--toggle-button>*{vertical-align:middle}.toolbar-closeColorPickerOverlay{touch-action:none;background-color:var(--background-color-1);opacity:.3;z-index:2;display:none;position:fixed;inset:0}.toolbar-spacedList>*{padding-top:5px;padding-bottom:5px}.toolbar-indentedList{padding-left:10px}@media print{.toolbar-element{display:none}}@keyframes rehide-label{0%{opacity:.8}80%{opacity:.8}to{opacity:.1}}@keyframes show-label-delayed{0%{opacity:0}80%{opacity:0}to{opacity:.8}}@keyframes show-label-now{0%{opacity:0}5%{opacity:0}to{opacity:.8}}@keyframes keep-label-hidden{0%{opacity:0}to{opacity:0}}@keyframes toolbar--edgemenu-transition-in{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes toolbar--edgemenu-transition-in-reduce-motion{0%{opacity:0}to{opacity:1}}@keyframes toolbar--edgemenu-transition-out{to{transform:translateY(100%)}}@keyframes toolbar--edgemenu-transition-out-reduce-motion{0%{opacity:1}to{opacity:0}}@keyframes toolbar--edgemenu-container-transition-in{0%{overflow-y:hidden}to{overflow-y:hidden}}@keyframes toolbar--edgemenu-container-transition-out{0%{overflow-y:hidden}to{overflow-y:hidden}}.toolbar-edge-toolbar{--toolbar-button-height:min(20vh, 48px);--toolbar-button-size:var(--toolbar-button-height);--label-hover-offset-size:calc(14px + var(--toolbar-button-height));box-sizing:border-box;--button-label-hover-offset-y:var(--label-hover-offset-size);--button-label-hover-offset-x:0;flex-direction:row;justify-content:space-around}@media screen and (width>=540px){.toolbar-edge-toolbar{flex-wrap:nowrap}.toolbar-edge-toolbar>.toolbar-action-row{flex-grow:0;flex-shrink:0;max-width:50vw}}@media screen and (width<=700px){.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline{font-size:.9em}.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button{width:var(--toolbar-button-size)}.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button label{opacity:0;animation:.2s linear hide-initially}@keyframes hide-initially{0%{opacity:0}to{opacity:0}}.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button:not(.no-long-press-or-hover):not(.has-long-press-or-hover):hover:not(:focus-visible)>label,.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button:not(.no-long-press-or-hover):not(.has-long-press-or-hover):active>label{opacity:.8;animation:1s show-label-delayed}.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button.has-long-press-or-hover>label{opacity:.8}.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button:focus-visible>label,.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button.focus-visible>label{opacity:0;animation:1.5s rehide-label}.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button:has(:focus-visible)>label{opacity:0;animation:1.5s rehide-label}.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button>label{opacity:0;margin-top:var(--button-label-hover-offset-y);margin-left:var(--button-label-hover-offset-x);z-index:1;pointer-events:none;background-color:var(--background-color-1);color:var(--foreground-color-1);border-radius:25px;padding:10px;transition:opacity .3s,margin-top .2s;position:absolute}}@media screen and (width<=700px) and (prefers-reduced-motion:reduce){.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button>label{transition:none}}@media screen and (width<=700px){.toolbar-edge-toolbar.one-row>*>.toolbar-toolContainer.label-inline>.toolbar-button>.toolbar-icon.toolbar-icon{margin-left:0;margin-right:0}}.toolbar-edge-toolbar>div.toolbar-element{background-color:var(--background-color-2);color:var(--foreground-color-2);--icon-color:var(--foreground-color-2);--extra-left-right-padding:0px;flex-direction:row;flex-grow:1;justify-content:center;display:flex}.toolbar-edge-toolbar>div.toolbar-element::-webkit-scrollbar{width:3px;height:3px}.toolbar-edge-toolbar>div.toolbar-element::-webkit-scrollbar-thumb{background-color:var(--shadow-color)}.toolbar-edge-toolbar>div.toolbar-element.toolbar-tool-row{flex-grow:100;overflow:auto hidden}.toolbar-edge-toolbar>div.toolbar-element.toolbar-action-row{z-index:2;background-color:var(--background-color-3);color:var(--foreground-color-3);--icon-color:var(--foreground-color-3)}.toolbar-edge-toolbar>div.toolbar-element.has-scroll{--button-label-hover-offset-y:0;--button-label-hover-offset-x:calc(0px - var(--label-hover-offset-size));justify-content:start;position:relative}.toolbar-edge-toolbar>div.toolbar-element.has-scroll>:first-child{--button-label-hover-offset-x:var(--label-hover-offset-size)}.toolbar-edge-toolbar .toolbar-toolContainer.selected>.toolbar-button{background-color:var(--selection-background-color);color:var(--selection-foreground-color);--icon-color:var(--selection-foreground-color)}.toolbar-edge-toolbar .toolbar-button{box-sizing:border-box;background-color:#0000}.toolbar-edge-toolbar .toolbar-button .toolbar-showHideDropdownIcon{flex-shrink:.01;height:12px}.toolbar-edge-toolbar .toolbar-toolContainer{order:1}.toolbar-edge-toolbar .toolbar-toolContainer.label-inline{--button-flex-direction:row;flex-grow:1;display:flex}.toolbar-edge-toolbar .toolbar-toolContainer.label-inline.label-left{--button-flex-direction:row-reverse;order:100;justify-content:end}.toolbar-edge-toolbar .toolbar-toolContainer.label-inline.label-left>.toolbar-button>.toolbar-icon{margin-left:7px;margin-right:0}.toolbar-edge-toolbar .toolbar-toolContainer.label-inline.label-right{order:-1}.toolbar-edge-toolbar .toolbar-toolContainer.label-inline>.toolbar-button{flex-direction:var(--button-flex-direction);width:auto}.toolbar-edge-toolbar .toolbar-toolContainer.label-inline>.toolbar-button>.toolbar-icon{width:22px;height:100%;margin-left:0;margin-right:7px}.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button{width:calc(var(--toolbar-button-size) + var(--extra-left-right-padding));height:var(--toolbar-button-size)}.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button:not(.no-long-press-or-hover):not(.has-long-press-or-hover):hover:not(:focus-visible)>label,.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button:not(.no-long-press-or-hover):not(.has-long-press-or-hover):active>label{opacity:.8;animation:1s show-label-delayed}.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button.has-long-press-or-hover>label{opacity:.8}.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button:focus-visible>label,.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button.focus-visible>label{opacity:0;animation:1.5s rehide-label}.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button:has(:focus-visible)>label{opacity:0;animation:1.5s rehide-label}.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button>label{opacity:0;margin-top:var(--button-label-hover-offset-y);margin-left:var(--button-label-hover-offset-x);z-index:1;pointer-events:none;background-color:var(--background-color-1);color:var(--foreground-color-1);border-radius:25px;padding:10px;transition:opacity .3s,margin-top .2s;position:absolute}@media (prefers-reduced-motion:reduce){.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline) .toolbar-button>label{transition:none}}.toolbar-edge-toolbar .toolbar-toolContainer:not(.no-icon):not(.label-inline).dropdownVisible>.toolbar-button>label{opacity:.8;animation:1.5s .3s rehide-label,1s 1.8s infinite keep-label-hidden}.toolbar-edge-toolbar>div>.toolbar-toolContainer:not(.selected):not(.dropdownShowable)>.toolbar-button>.toolbar-showHideDropdownIcon{visibility:hidden;display:block}.toolbar-edge-toolbar .toolbar-toolContainer>.toolbar-button{box-shadow:none;border-radius:0;margin:0;padding:8px}.toolbar-edge-toolbar .toolbar-toolContainer>.toolbar-button.has-dropdown{padding:8px 8px 0}.imageEditorContainer.pipette--color-selection-in-progress .toolbar-edgemenu-container{opacity:.9;background-color:#0000;height:0}.imageEditorContainer.pipette--color-selection-in-progress .toolbar-edgemenu-container .toolbar-edgemenu{position:absolute}.toolbar-edgemenu-container{background-color:var(--background-color-transparent);width:var(--editor-current-width-px);height:var(--editor-current-height-px);box-sizing:border-box;z-index:2;flex-direction:column-reverse;align-items:center;transition:height .15s ease-in-out,background-color .15s ease-in-out,opacity .2s ease-in-out;display:flex;position:absolute}@media (prefers-reduced-motion:reduce){.toolbar-edgemenu-container{transition:background-color .15s ease-in-out,opacity .2s ease-in-out}}.toolbar-edgemenu-container.dropdown-below-edge{overflow-y:hidden}.toolbar-edgemenu-container button{box-shadow:none;color:var(--primary-action-foreground-color);border:none;padding:10px;font-size:1.2em;font-weight:700;transition:box-shadow .2s}.toolbar-edgemenu-container button:not(:disabled):hover{box-shadow:0 0px 2px var(--shadow-color)}.toolbar-edgemenu-container button:disabled{opacity:.5;font-weight:unset;cursor:unset;color:var(--foreground-color-1)}.toolbar-edgemenu-container .toolbar-grid-selector .choice-button{--button-label-hover-offset-y:var(--button-size)}.toolbar-edgemenu-container .toolbar-grid-selector .choice-button:not(.no-long-press-or-hover):not(.has-long-press-or-hover):hover:not(:focus-visible)>label>.button-label-text,.toolbar-edgemenu-container .toolbar-grid-selector .choice-button:not(.no-long-press-or-hover):not(.has-long-press-or-hover):active>label>.button-label-text{opacity:.8;animation:1s show-label-delayed}.toolbar-edgemenu-container .toolbar-grid-selector .choice-button.has-long-press-or-hover>label>.button-label-text{opacity:.8}.toolbar-edgemenu-container .toolbar-grid-selector .choice-button:focus-visible>label>.button-label-text,.toolbar-edgemenu-container .toolbar-grid-selector .choice-button.focus-visible>label>.button-label-text{opacity:0;animation:1.5s rehide-label}.toolbar-edgemenu-container .toolbar-grid-selector .choice-button:has(:focus-visible)>label>.button-label-text{opacity:0;animation:1.5s rehide-label}.toolbar-edgemenu-container .toolbar-grid-selector .choice-button>label>.button-label-text{opacity:0;margin-top:var(--button-label-hover-offset-y);margin-left:var(--button-label-hover-offset-x);z-index:1;pointer-events:none;background-color:var(--background-color-1);color:var(--foreground-color-1);border-radius:25px;padding:10px;transition:opacity .3s,margin-top .2s;position:absolute}@media (prefers-reduced-motion:reduce){.toolbar-edgemenu-container .toolbar-grid-selector .choice-button>label>.button-label-text{transition:none}}.toolbar-edgemenu-container .toolbar-button-grid button{--button-label-hover-offset-y:0}.toolbar-edgemenu-container .toolbar-button-grid button:not(.no-long-press-or-hover):not(.has-long-press-or-hover):hover:not(:focus-visible)>label,.toolbar-edgemenu-container .toolbar-button-grid button:not(.no-long-press-or-hover):not(.has-long-press-or-hover):active>label{opacity:.8;animation:1s show-label-delayed}.toolbar-edgemenu-container .toolbar-button-grid button.has-long-press-or-hover>label{opacity:.8}.toolbar-edgemenu-container .toolbar-button-grid button:focus-visible>label,.toolbar-edgemenu-container .toolbar-button-grid button.focus-visible>label{opacity:0;animation:1.5s rehide-label}.toolbar-edgemenu-container .toolbar-button-grid button:has(:focus-visible)>label{opacity:0;animation:1.5s rehide-label}.toolbar-edgemenu-container .toolbar-button-grid button>label{opacity:0;margin-top:var(--button-label-hover-offset-y);margin-left:var(--button-label-hover-offset-x);z-index:1;pointer-events:none;background-color:var(--background-color-1);color:var(--foreground-color-1);border-radius:25px;padding:10px;transition:opacity .3s,margin-top .2s;position:absolute}@media (prefers-reduced-motion:reduce){.toolbar-edgemenu-container .toolbar-button-grid button>label{transition:none}}.toolbar-edgemenu-container .toolbar-help-overlay-button{align-items:last baseline}.toolbar-edgemenu-container .toolbar-edgemenu{--toolbar-button-height:48px;touch-action:none;-webkit-user-select:none;user-select:none;background-color:var(--background-color-2);color:var(--foreground-color-2);--icon-color:var(--foreground-color-2);box-shadow:0px 0px 1px var(--shadow-color);box-sizing:border-box;border-top-left-radius:30px;border-top-right-radius:30px;width:min(400px,100vw);padding-left:10px;padding-right:10px;transition:transform .1s,padding-bottom .1s}.toolbar-edgemenu-container .toolbar-edgemenu input,.toolbar-edgemenu-container .toolbar-edgemenu textarea{-webkit-user-select:auto;user-select:auto}.toolbar-edgemenu-container .toolbar-edgemenu button{background-color:#0000}.toolbar-edgemenu-container .toolbar-edgemenu>button.drag-elem{cursor:ns-resize;width:100%;height:40px;box-shadow:none;background:0 0;border:none;margin-top:-15px;margin-bottom:10px;display:block;position:relative}.toolbar-edgemenu-container .toolbar-edgemenu>button.drag-elem:before{content:"";background-color:var(--icon-color);opacity:.2;border-radius:5px;width:min(80%,40px);height:5px;margin-left:auto;margin-right:auto;display:block;position:relative;top:10px}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-toolContainer{display:block}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-toolContainer .toolbar-button{max-width:unset;box-sizing:border-box;width:100%;box-shadow:none;flex-direction:row;justify-content:flex-start;padding:2px}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-toolContainer .toolbar-button>.toolbar-icon{width:25px;height:25px;margin-right:15px;padding:13px}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-toolContainer .toolbar-button label,.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-toolContainer .toolbar-button>label.long-label{font-size:1em}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-nonbutton-controls-main-list{padding-left:10px;padding-right:10px}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-spacedList{box-sizing:border-box;--align-items-to-x:105px}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-spacedList>div{align-items:center;min-height:35px;margin-top:5px;display:flex}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-spacedList>div:first-child{margin-top:0}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-spacedList>div>label{min-width:var(--align-items-to-x);box-sizing:border-box;flex-shrink:1;padding-right:35px}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-spacedList>div>input[type=checkbox]{width:20px;height:20px;margin-left:0}.toolbar-edgemenu-container .toolbar-edgemenu .toolbar-spacedList>div>input:not([type=checkbox]){flex-grow:1;flex-shrink:1;min-width:48px}.toolbar-dropdown-toolbar button,.toolbar-dropdown-toolbar .toolbar-button{background-color:var(--background-color-2);color:var(--foreground-color-2);--icon-color:var(--foreground-color-2)}.toolbar-dropdown-toolbar,.toolbar-dropdown-toolbar .toolbar-dropdown{background-color:var(--background-color-3);color:var(--foreground-color-3)}.toolbar-dropdown-toolbar .toolbar-spacedList>div>label{min-width:50px;padding-right:10px}.toolbar-dropdown-toolbar .clr-field button{border-radius:5px;width:100%;height:100%;top:50%;left:0}.toolbar-dropdown-toolbar .toolbar-grid-selector>div{--button-size:57px}.toolbar-dropdown-toolbar .toolbar-dropdown>div>.toolbar-toolContainer{display:inline-block}.toolbar-help-overlay{z-index:5;touch-action:none;color:#fff;--icon-color:white;background-color:#0000;border:none;flex-direction:column;width:100%;max-width:none;height:100%;max-height:none;margin:0;padding:0;transition:transform .3s;display:flex;overflow:hidden}.toolbar-help-overlay::backdrop{-webkit-backdrop-filter:blur(1px);background-color:#000c}.toolbar-help-overlay,.toolbar-help-overlay::backdrop{animation:.25s transition-in}@keyframes transition-in{0%{opacity:0}to{opacity:1}}@keyframes transition-out{0%{opacity:1}to{opacity:0}}.toolbar-help-overlay.-hiding,.toolbar-help-overlay.-hiding::backdrop{opacity:0;animation:.25s transition-out}.toolbar-help-overlay.-dragging{transition:none}@media (prefers-reduced-motion:reduce){.toolbar-help-overlay{transition:none}}@media screen and (width>=800px){.toolbar-help-overlay>.navigation-buttons{order:1;margin-top:auto}}.toolbar-help-overlay .with-text-shadow,.toolbar-help-overlay .help-page-container>.label,.toolbar-help-overlay button{text-shadow:0 0 3px #141414e6;filter:drop-shadow(0 0 2px #00000080)}.toolbar-help-overlay button:not(:disabled){cursor:pointer}.toolbar-help-overlay button{color:var(--help-overlay-foreground);background:0 0;border:none;border-radius:15px}.toolbar-help-overlay .close-button{z-index:1;align-self:flex-start;width:48px;height:48px}.toolbar-help-overlay .close-button>svg{width:100%}.toolbar-help-overlay .navigation-content{flex-grow:1;display:flex}.toolbar-help-overlay .help-page-container{touch-action:none;flex-grow:1;align-items:center;display:flex}.toolbar-help-overlay .help-page-container>.label{text-align:center;z-index:1;flex-grow:1;margin-top:0;margin-left:15px;margin-right:15px;font-size:18.5pt;transition:margin-top .5s}.toolbar-help-overlay .help-page-container>.label.-large-space-below{margin-top:0;margin-bottom:auto}.toolbar-help-overlay .help-page-container>.label.-small-space-above{margin-top:40px;margin-bottom:auto}.toolbar-help-overlay .help-page-container>.label.-large-space-above{margin-top:auto;margin-bottom:10px}@media (prefers-reduced-motion:reduce){.toolbar-help-overlay .help-page-container>.label{transition:none}}.toolbar-help-overlay .help-page-container>.cloned-element-container{z-index:0;-webkit-user-select:none;user-select:none;opacity:.01;box-shadow:none;background-color:#64646403;border-radius:10px;transition:opacity .5s,background-color .5s;position:absolute}.toolbar-help-overlay .help-page-container>.cloned-element-container *{pointer-events:none!important}.toolbar-help-overlay .help-page-container>.cloned-element-container>*{margin:0;opacity:.01!important;transition:opacity .3s!important}.toolbar-help-overlay .help-page-container>.cloned-element-container:not(.-clickable) *{cursor:unset!important}.toolbar-help-overlay .help-page-container>.cloned-element-container.-clickable,.toolbar-help-overlay .help-page-container>.cloned-element-container.-background{z-index:1;touch-action:none}.toolbar-help-overlay .help-page-container>.cloned-element-container.-clickable{cursor:pointer;z-index:2}.toolbar-help-overlay .help-page-container>.cloned-element-container.-clickable.has-long-press-or-hover{opacity:.5!important}.toolbar-help-overlay .help-page-container>.cloned-element-container.-clickable.has-long-press-or-hover,.toolbar-help-overlay .help-page-container>.cloned-element-container.-active{background-color:var(--background-color-1)}.toolbar-help-overlay .help-page-container>.cloned-element-container.-active{opacity:1;background-color:var(--background-color-1);box-shadow:0 0 3px #64646480}.toolbar-help-overlay .help-page-container>.cloned-element-container.-active>*{opacity:1!important}.toolbar-help-overlay .navigation-buttons{direction:ltr;flex-direction:row;justify-content:space-between;display:flex}.toolbar-help-overlay .navigation-buttons>button:disabled{opacity:.5}.toolbar-help-overlay .navigation-buttons>.next,.toolbar-help-overlay .navigation-buttons>.previous{z-index:3;padding:10px;font-size:1em;transition:font-size .2s}@media (prefers-reduced-motion:reduce){.toolbar-help-overlay .navigation-buttons>.next,.toolbar-help-overlay .navigation-buttons>.previous{transition:none}}.toolbar-help-overlay .navigation-buttons:not(.-has-previous)>.next:not(:disabled){animation:.5s .5s highlight-button}@keyframes highlight-button{0%{transform:scale(1)}50%{transform:scale(1.2)}55%{transform:scale(1.2)rotate(2deg)}65%{transform:scale(1.2)rotate(-2deg)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.toolbar-help-overlay .navigation-buttons:not(.-has-previous)>.next:not(:disabled){animation:none}}.toolbar-help-overlay .navigation-buttons>.next:after{content:"❯";margin-left:3px}.toolbar-help-overlay .navigation-buttons>.previous:before{content:"❮";margin-right:3px}.toolbar-help-overlay .navigation-buttons.-has-next>.next,.toolbar-help-overlay .navigation-buttons.-has-previous>.previous{font-size:1.4em}.toolbar-help-overlay .navigation-buttons.-highlight-next>.next,.toolbar-help-overlay .navigation-buttons.-highlight-previous>.previous{font-size:1.4em;font-weight:700}.toolbar-help-overlay .navigation-buttons.-highlight-next>.next,.toolbar-help-overlay .navigation-buttons.-highlight-previous>.previous,.toolbar-help-overlay .navigation-buttons .next:hover,.toolbar-help-overlay .navigation-buttons .previous:hover{background-color:#c8c8c81a}.toolbar-help-overlay .navigation-help{margin-top:1em;font-size:.7em}.toolbar-element .toolbar-help-overlay-button{justify-content:end;height:0;display:flex;position:relative}.toolbar-element .toolbar-help-overlay-button>.button{box-shadow:none;text-align:center;opacity:.5;margin:0;padding:0 5px}.toolbar-element .toolbar-help-overlay-button>.button>.icon{width:1.18em;height:1.18em;transition:filter .2s}.toolbar-element .toolbar-help-overlay-button>.button:focus-visible>.icon,.toolbar-element .toolbar-help-overlay-button>.button:hover>.icon{filter:drop-shadow(0px 0px 1px var(--shadow-color))}.ScrollbarTool-overlay{opacity:.2;pointer-events:none;--fade-out-animation:1s ease 0s fade-out;--scrollbar-size:3px;width:0;height:0;overflow:visible}@media (prefers-reduced-motion:reduce){.ScrollbarTool-overlay{--fade-out-animation:none!important}}@keyframes fade-out{0%{opacity:.2}to{opacity:0}}.ScrollbarTool-overlay:not(.just-updated){animation:var(--fade-out-animation);opacity:0}.ScrollbarTool-overlay .vertical-scrollbar,.ScrollbarTool-overlay .horizontal-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size);min-width:var(--scrollbar-size);min-height:var(--scrollbar-size);background-color:var(--foreground-color-1);border-radius:var(--scrollbar-size);position:absolute}.ScrollbarTool-overlay .vertical-scrollbar.represents-no-scroll,.ScrollbarTool-overlay .horizontal-scrollbar.represents-no-scroll{animation:var(--fade-out-animation);opacity:0}.ScrollbarTool-overlay:not(.scrollbar-left) .vertical-scrollbar{margin-left:calc(var(--editor-current-display-width-px) - var(--scrollbar-size))}.ScrollbarTool-overlay:not(.scrollbar-top) .horizontal-scrollbar{margin-top:calc(var(--editor-current-display-height-px) - var(--scrollbar-size))}.clipboard-error-dialog details>summary{cursor:pointer}.clipboard-error-dialog details[open]{margin-bottom:12px}.clipboard-error-dialog textarea{box-sizing:border-box;width:100%}.selection-tool-selection-background{background-color:var(--selection-background-color);opacity:.5;overflow:visible}.selection-tool-handle{box-sizing:border-box;--max-size:17px;justify-content:center;align-items:center;display:flex;position:absolute}.selection-tool-handle .selection-tool-content{border:1px solid var(--foreground-color-1);background:var(--background-color-1);box-sizing:border-box;max-width:var(--max-size);max-height:var(--max-size);justify-content:center;align-items:center;width:100%;height:100%;padding:3px;display:flex}.selection-tool-handle .selection-tool-content .icon{width:100%;height:100%}.selection-tool-handle.selection-tool-circle .selection-tool-content{border-radius:100%}.selection-tool-handle.selection-tool-rotate{--max-size:28px;cursor:grab}.selection-tool-handle.selection-tool-resize-x{cursor:ew-resize}.selection-tool-handle.selection-tool-resize-y{cursor:ns-resize}.selection-tool-handle.selection-tool-resize-xy{cursor:nwse-resize}.selection-tool-rotated-near-perpendicular .selection-tool-handle.selection-tool-resize-x{cursor:ns-resize}.selection-tool-rotated-near-perpendicular .selection-tool-handle.selection-tool-resize-y{cursor:ew-resize}.selection-tool-rotated-near-perpendicular .selection-tool-handle.selection-tool-resize-xy{cursor:nesw-resize}.selection-tool-selection-menu>button{max-height:var(--vertical-offset);background-color:var(--background-color-1);-webkit-user-select:none;user-select:none;width:24px;height:24px;color:var(--foreground-color-1);border:.5px solid var(--foreground-color-1);opacity:.8;border-radius:3px;padding:6px;font-size:14px;transition:opacity .2s}.selection-tool-selection-menu>button:hover,.selection-tool-selection-menu>button:focus-visible{background-color:var(--background-color-2);color:var(--foreground-color-2);cursor:pointer;opacity:1}.selection-tool-selection-menu>button>.icon{width:100%;height:100%}.overlay.handleOverlay{touch-action:none;direction:ltr}.overlay.handleOverlay,.overlay.handleOverlay .selection-tool-selection-outer-container{height:0;overflow:visible}.overlay.handleOverlay .selection-tool-selection-inner-container{width:var(--editor-current-display-width-px);height:var(--editor-current-display-height-px);pointer-events:none;overflow:hidden}.overlay.handleOverlay .selection-tool-selection-inner-container>*{pointer-events:all}.overlay.handleOverlay .selection-tool-selection-inner-container.-empty{opacity:0;display:none}.overlay.handleOverlay .selection-tool-selection-inner-container.-hide-handles .selection-tool-handle{display:none}@keyframes selection-duplicated-animation{0%{scale:1}50%{scale:1.02}to{scale:1}}@media (prefers-reduced-motion:reduce){@keyframes selection-duplicated-animation{}}.find-tool-overlay{order:-1;position:absolute}.easydrawer-sound-ui-toggle{-webkit-user-select:none;user-select:none;width:0;height:0;overflow:hidden}.easydrawer-sound-ui-toggle button{margin-top:1px}.easydrawer-sound-ui-toggle:focus-within,.easydrawer-sound-ui-toggle.sound-ui-tool-enabled{z-index:5;overflow:visible}.easydrawer-sound-ui-toggle:not(:focus-within):not(:hover).sound-ui-tool-enabled{opacity:.5}@keyframes show-popup-menu-animation{0%{opacity:0}to{opacity:1}}.editor-popup-menu{width:100%;height:100%;animation:var(--hide-menu-animation-timeout) ease show-popup-menu-animation;opacity:1;transition:var(--hide-menu-animation-timeout) ease opacity;background-color:#0000;border:none;overflow:hidden}.editor-popup-menu.-hide{opacity:0}.editor-popup-menu>.content{left:var(--anchor-x);top:var(--anchor-y);box-shadow:0px 0px 2px var(--shadow-color);background-color:var(--background-color-1);border-radius:6px;flex-direction:column;display:flex;position:absolute;overflow:clip}.editor-popup-menu::backdrop{background:0 0}.editor-popup-menu-option{cursor:pointer;color:var(--foreground-color-1);--icon-color:currentColor;background-color:#0000;border:none;justify-content:start;padding:6px 5px;font-size:1em;display:flex}.editor-popup-menu-option:hover,.editor-popup-menu-option:focus-visible{background-color:var(--background-color-2);color:var(--foreground-color-2)}.editor-popup-menu-option>:first-child{flex-shrink:0;align-self:center;width:1em;height:1em;margin-inline:0 .32em}.about-dialog-content>.scroll{white-space:pre-wrap;font-family:monospace}.about-dialog-content>.scroll>details>summary{cursor:pointer}.about-dialog-content>.scroll>h2,.about-dialog-content>.scroll>details>summary{margin-top:15px;font-size:1.2em;font-weight:700}.about-dialog-content>.scroll>h2 a,.about-dialog-content>.scroll>details>summary a{color:var(--foreground-color-1);text-decoration:underline}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.message-dialog-container dialog{display:flex}.message-dialog-container dialog.-closing,.message-dialog-container dialog.-closing::backdrop{opacity:0}.message-dialog-container dialog,.message-dialog-container dialog::backdrop{transition:opacity .2s;animation:.2s fade-in}.message-dialog-content{flex-direction:column;flex-grow:1;display:flex}.message-dialog-content>.close{margin-left:auto;margin-right:auto;display:block}.message-dialog-content>.scroll{flex-grow:1;flex-shrink:1;margin-left:20px;margin-right:20px;padding-bottom:20px;overflow-y:auto}.dialog-container>dialog{background-color:var(--background-color-1);color:var(--foreground-color-1);box-shadow:0 0 2px var(--shadow-color);box-sizing:border-box;border:none;border-radius:8px;outline:none;width:min(100%,500px);max-height:90vh}.dialog-container>dialog::backdrop{-webkit-backdrop-filter:blur(5px);background-color:var(--background-color-transparent)}#clr-picker{--clr-slider-size:30px}#clr-picker #clr-color-area,#clr-picker .clr_hue{touch-action:none}#clr-picker .clr-alpha{margin-top:15px;margin-bottom:15px}#clr-picker.clr-picker input[type=range]::-moz-range-thumb{width:var(--clr-slider-size);height:var(--clr-slider-size)}#clr-picker.clr-picker input[type=range]::-webkit-slider-thumb{width:var(--clr-slider-size);height:var(--clr-slider-size)}#clr-picker.clr-picker input[type=range]::-webkit-slider-runnable-track{height:var(--clr-slider-size)}#clr-picker.clr-picker input[type=range]::-moz-range-track{height:var(--clr-slider-size)}.imageEditorContainer{--background-color-1:white;--foreground-color-1:black;--background-color-2:#f5f5f5;--foreground-color-2:#2c303a;--background-color-3:#e5e5e5;--foreground-color-3:#1c202a;--selection-background-color:#cbdaf1;--selection-foreground-color:#2c303a;--background-color-transparent:#69646480;--shadow-color:#00000080;--primary-action-foreground-color:#15b}@media (prefers-color-scheme:dark){.imageEditorContainer{--background-color-1:#151515;--foreground-color-1:white;--background-color-2:#222;--foreground-color-2:#efefef;--background-color-3:#272627;--foreground-color-3:#eee;--selection-background-color:#607;--selection-foreground-color:white;--shadow-color:#fafafa80;--background-color-transparent:#32323280;--primary-action-foreground-color:#7ae}}.imageEditorContainer{--icon-color:var(--foreground-color-1);writing-mode:horizontal-tb;box-sizing:border-box;flex-direction:column-reverse;width:100%;min-width:100px;height:100%;min-height:220px;font-family:system-ui,-apple-system,sans-serif;display:flex}.imageEditorContainer input{accent-color:var(--primary-action-foreground-color)}.imageEditorContainer .imageEditorRenderArea{flex-grow:2;flex-shrink:1;grid-template-columns:1fr;width:100%;min-width:0;height:100%;min-height:100px;display:grid}.imageEditorContainer .imageEditorRenderArea canvas{touch-action:none;box-sizing:border-box;width:100%;min-width:0;height:100%;max-width:inherit;min-height:0;max-height:inherit;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;grid-area:1/1/1/1}.imageEditorContainer .loadingMessage{text-align:center;text-shadow:0px 0px 1px var(--background-color-1);font-size:2em;position:fixed;bottom:0;left:0;right:0}.imageEditorContainer .accessibilityAnnouncement{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:0;height:0;overflow:hidden}.imageEditorContainer .textRendererOutputContainer{-webkit-user-select:none;user-select:none;width:.001px;height:.001px;overflow:hidden}.imageEditorContainer .textRendererOutputContainer:focus-within{z-index:5;overflow:visible}.imageEditorContainer .anchored-element-overlay{height:0;overflow:visible}.imageEditorContainer .anchored-element-overlay>.content-wrapper{width:var(--editor-current-display-width-px);height:var(--editor-current-display-height-px);pointer-events:none;position:relative;overflow:hidden}.imageEditorContainer .anchored-element-overlay>.content-wrapper>.content{left:var(--position-x);top:var(--position-y);transform:scale(var(--scale)) rotate(var(--rotation));transform-origin:0 0;pointer-events:all;margin:0;position:absolute}@media print{.imageEditorContainer .loadingMessage{display:none}.imageEditorContainer .imageEditorRenderArea canvas{width:100%;height:initial}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :before,.ReactCrop :after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;inset:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.richtext-outline,.richtext-outline-1{background-color:#0000;outline:none}.renderer-editor{width:900px;max-width:100vw!important;margin:0 auto!important}.renderer-editor .ProseMirror{padding:.5rem .75rem!important}@media (width<=640px){.renderer-editor .ProseMirror{padding:.25rem .5rem!important;font-size:14px!important}}.ProseMirror-focused{outline:none!important}.richtext-editor,.richtext-editor-content{border-width:1px!important;max-width:100%!important}.icon-button{cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;display:flex}.icon-button:hover{opacity:.7}.icon-button.danger{color:red}.view-thread-meta-card{max-height:fit-content;color:var(--skaia-green-contrast);border-radius:.5rem;gap:1rem;position:sticky;padding:.5rem!important}.view-thread-meta-container{padding:.1rem}@media (width<=1400px){.view-thread-meta-container{flex-flow:wrap!important;display:flex!important}}.view-thread-meta-card{border-radius:.5rem;position:sticky;top:1rem;padding:1rem 2rem!important}.meta-row{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.meta-tags{align-items:flex-start}.tag-list{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:#0000000d;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem}.status-badge{border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.status-open{color:green;background:#00c8001a}.status-closed{color:red;background:#c800001a}.status-archived{color:gray;background:#6464641a}.view-thread-meta-container{flex-direction:column;gap:1rem;display:flex}.user-card{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.user-card-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.user-card-info{flex-direction:column;display:flex}.user-card-name{font-weight:600}.user-card-role{opacity:.7;font-size:.85rem}.thread-meta-id{opacity:.6;font-size:.85rem}.view-thread-comments{flex-direction:column;gap:2rem;width:100%;padding:1rem;display:flex}.comments-header{justify-content:space-between;align-items:center;display:flex}.comments-header h3{margin:0;font-size:1.25rem;font-weight:600}.comments-count{opacity:.7;font-size:.9rem}.comments-list{flex-direction:column;gap:1.75rem;display:flex}.comment-card{border:1px solid #0000000f;border-radius:.75rem;gap:1rem;padding:1rem;display:flex}.comment-avatar img{object-fit:cover;border-radius:50%;width:48px;height:48px}.comment-body{flex-direction:column;flex:1;gap:.5rem;display:flex}.comment-meta{align-items:baseline;gap:.75rem;display:flex}.comment-author{font-weight:600}.comment-date{opacity:.6;font-size:.85rem}.comment-content{font-size:.95rem;line-height:1.6}.comment-form-wrapper{margin-top:1rem}.comment-form{flex-direction:column;gap:1rem;display:flex}.comment-form textarea{resize:vertical;background-color:var(--bg-color);border:1px solid #0000001a;border-radius:.75rem;outline:none;padding:1rem;font-family:inherit;font-size:.95rem;line-height:1.5}.comment-form-actions{justify-content:flex-end;display:flex}.comment-submit-btn{cursor:pointer;background:0 0;border:1px solid #00000026;border-radius:.6rem;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;display:inline-flex}.view-thread-page{flex-wrap:wrap;gap:1rem;margin:0 auto;display:flex;position:sticky;top:0}.view-thread-page-comments{width:100%;box-shadow:0 2px 4px #0000001a}@media (width<=768px){.view-thread-page{flex-direction:column}}.user-permission-manager{width:100%;max-width:900px;margin:0 auto;padding:24px}.upm-header{margin-bottom:32px}.upm-header h2{color:var(--text-primary,#1a1a1a);margin:0;font-size:28px;font-weight:600}.upm-search-container{margin-bottom:24px}.upm-search-input-wrapper{background:var(--bg-secondary,#f5f5f5);border:1px solid var(--border-color,#e0e0e0);border-radius:8px;align-items:center;padding:0 12px;display:flex;position:relative}.upm-search-input-wrapper svg{color:var(--text-secondary,#666);flex-shrink:0}.upm-search-input{color:var(--text-primary,#1a1a1a);background:0 0;border:none;outline:none;flex:1;padding:12px;font-size:15px}.upm-search-input::placeholder{color:var(--text-secondary,#999)}.upm-search-input-wrapper:focus-within{background:var(--bg-secondary,#f8f8f8);border-color:var(--primary-color,#06c);box-shadow:0 0 0 3px #0066cc1a}.upm-results{gap:12px;margin-bottom:24px;display:grid}.upm-user-card{background:var(--bg-secondary,#f9f9f9);border:1px solid var(--border-color,#e0e0e0);border-radius:8px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.upm-user-card:hover{background:var(--bg-secondary,#f5f5f5);border-color:var(--primary-color,#06c);box-shadow:0 2px 8px #0066cc1a}.upm-user-info{flex:1}.upm-user-name{color:var(--text-primary,#1a1a1a);margin-bottom:4px;font-size:15px;font-weight:600}.upm-user-email{color:var(--text-secondary,#666);margin-bottom:8px;font-size:13px}.upm-user-perms{gap:8px;display:flex}.upm-perm-count{background:var(--primary-color,#06c);color:#fff;border-radius:4px;padding:4px 8px;font-size:12px}.upm-perm-count.empty{background:var(--bg-tertiary,#e0e0e0);color:var(--text-secondary,#666)}.upm-manage-btn{background:var(--primary-color,#06c);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.upm-manage-btn:hover{background:var(--primary-hover,#0052a3);box-shadow:0 2px 8px #06c3}.upm-manage-btn:active{transform:scale(.98)}.upm-empty{text-align:center;color:var(--text-secondary,#999);padding:32px;font-size:15px}.upm-dialog-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.upm-dialog{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:500px;max-height:80vh;animation:.3s slideUp;display:flex;box-shadow:0 8px 32px #00000026}.upm-dialog-header{border-bottom:1px solid var(--border-color,#e0e0e0);justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.upm-dialog-header h3{color:var(--text-primary,#1a1a1a);margin:0 0 4px;font-size:18px;font-weight:600}.upm-dialog-header p{color:var(--text-secondary,#666);margin:0;font-size:13px}.upm-dialog-close{cursor:pointer;color:var(--text-secondary,#999);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.upm-dialog-close:hover{color:var(--text-primary,#1a1a1a)}.upm-dialog-content{flex:1;padding:20px;overflow-y:auto}.upm-permission-group{margin-bottom:24px}.upm-category-title{text-transform:uppercase;color:var(--text-secondary,#999);letter-spacing:.5px;margin-bottom:12px;font-size:12px;font-weight:700}.upm-permissions-list{flex-direction:column;gap:8px;display:flex}.upm-permission-item{cursor:pointer;border-radius:6px;align-items:flex-start;gap:10px;padding:10px;transition:background .2s;display:flex}.upm-permission-item:hover{background:var(--bg-secondary,#f5f5f5)}.upm-permission-item input[type=checkbox]{cursor:pointer;accent-color:var(--primary-color,#06c);flex-shrink:0;margin-top:2px}.upm-permission-item input[type=checkbox]:disabled{opacity:.6;cursor:not-allowed}.upm-perm-name{color:var(--text-primary,#1a1a1a);font-size:14px;font-weight:500}.upm-perm-desc{color:var(--text-secondary,#999);margin-top:2px;font-size:12px;display:block}.upm-dialog-footer{border-top:1px solid var(--border-color,#e0e0e0);justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}.upm-cancel-btn,.upm-save-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.upm-cancel-btn{background:var(--bg-secondary,#f0f0f0);color:var(--text-primary,#1a1a1a)}.upm-cancel-btn:hover:not(:disabled){background:var(--bg-tertiary,#e0e0e0)}.upm-save-btn{background:var(--primary-color,#06c);color:#fff}.upm-save-btn:hover:not(:disabled){background:var(--primary-hover,#0052a3);box-shadow:0 2px 8px #06c3}.upm-cancel-btn:disabled,.upm-save-btn:disabled{opacity:.6;cursor:not-allowed}.upm-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.6s linear infinite spin;display:inline-block}@media (prefers-color-scheme:dark){.upm-dialog{background:var(--bg-primary,#1a1a1a);color:var(--text-primary,#e0e0e0)}.upm-dialog-header{border-bottom-color:var(--border-color,#333)}.upm-dialog-footer{border-top-color:var(--border-color,#333)}}@media (width<=640px){.user-permission-manager{padding:16px}.upm-header h2{font-size:22px}.upm-dialog{width:95%;max-height:90vh}.upm-user-card{flex-direction:column;align-items:flex-start;gap:12px}.upm-manage-btn{align-self:flex-end}}.user-profile-container{width:100%;max-width:900px;min-height:60vh;margin:0 auto;padding:24px}.user-profile-container.loading,.user-profile-container.error{color:var(--text-secondary,#666);justify-content:center;align-items:center;font-size:16px;display:flex}.user-profile-container.error{color:var(--error-color,#dc3545);font-weight:500}.user-profile{background:var(--bg-secondary,#f9f9f9);border:1px solid var(--border-color,#e0e0e0);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.user-profile-banner{background:linear-gradient(135deg, var(--primary-color,#06c) 0%, var(--primary-hover,#0052a3) 100%);width:100%;height:200px;overflow:hidden}.user-profile-banner img{object-fit:cover;width:100%;height:100%}.user-profile-header{border-bottom:1px solid var(--border-color,#e0e0e0);align-items:flex-start;gap:20px;padding:24px;display:flex}.user-profile-avatar{border:4px solid var(--bg-secondary,#f9f9f9);object-fit:cover;background:var(--bg-primary,#fff);border-radius:50%;flex-shrink:0;width:120px;height:120px}.user-profile-info{flex:1;padding-top:8px}.user-profile-info h1{color:var(--text-primary,#1a1a1a);margin:0 0 4px;font-size:28px;font-weight:700}.user-profile-username{color:var(--text-secondary,#666);margin:0 0 8px;font-size:14px}.user-profile-email{color:var(--text-tertiary,#999);margin:0;font-size:13px}.user-profile-bio{border-bottom:1px solid var(--border-color,#e0e0e0);padding:16px 24px}.user-profile-bio p{color:var(--text-primary,#1a1a1a);word-break:break-word;margin:0;font-size:15px;line-height:1.6}.user-profile-meta{gap:16px;padding:20px 24px;display:grid}.user-profile-stat{flex-direction:column;gap:8px;display:flex}.stat-label{text-transform:uppercase;color:var(--text-secondary,#999);letter-spacing:.5px;font-size:12px;font-weight:700}.stat-value{color:var(--text-primary,#1a1a1a);font-size:15px}.stat-badges{flex-wrap:wrap;gap:8px;display:flex}.badge{white-space:nowrap;border-radius:16px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.badge-role{color:var(--primary-color,#06c);background:#0066cc1a}.badge-permission{color:#6c63ff;background:#6c63ff1a}.badge-more{color:var(--text-secondary,#666);background:#0000000d}@media (prefers-color-scheme:dark){.user-profile{background:var(--bg-secondary,#2a2a2a);border-color:var(--border-color,#444)}.user-profile-header,.user-profile-bio{border-bottom-color:var(--border-color,#444)}.user-profile-avatar{background:var(--bg-primary,#1a1a1a);border-color:var(--bg-secondary,#2a2a2a)}.user-profile-info h1{color:var(--text-primary,#e0e0e0)}.badge-role{color:var(--primary-light,#4d9fff);background:#4d9fff26}}@media (width<=640px){.user-profile-container{padding:16px}.user-profile-banner{height:120px}.user-profile-header{text-align:center;flex-direction:column;align-items:center;padding:16px}.user-profile-avatar{width:100px;height:100px}.user-profile-info h1{font-size:22px}.user-profile-meta{grid-template-columns:1fr}}.user-link{color:var(--primary-color,#06c);border-radius:4px;padding:2px 4px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.user-link:hover{color:var(--primary-hover,#0052a3);background-color:#0066cc0d;text-decoration:underline}.user-link:active{opacity:.8}.user-link--subtle{color:var(--text-primary,#1a1a1a);font-weight:400}.user-link--subtle:hover{color:var(--primary-color,#06c);background-color:#0066cc0d}@media (prefers-color-scheme:dark){.user-link{color:var(--primary-light,#4d9fff)}.user-link:hover{color:var(--primary-lighter,#9cf)}.user-link--subtle{color:var(--text-primary,#e0e0e0)}.user-link--subtle:hover{color:var(--primary-light,#4d9fff)}}.header{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:1000;box-shadow:var(--shadow);margin-bottom:20px;padding:16px 0;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 20px;display:flex}.logo{color:var(--primary-color);white-space:nowrap;cursor:pointer;align-items:center;gap:12px;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:40px}.logo-info{flex-direction:column;gap:2px;display:flex}.logo-title{letter-spacing:1.5px;color:var(--text-primary);font-size:.9rem;font-weight:800}.logo-subtitle{letter-spacing:.5px;color:var(--primary-color);font-size:.8rem;font-weight:600}.menu-toggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:8px;display:none}.nav{align-items:center;gap:32px;display:flex}.nav a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav a:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav a:hover,.nav a.active{color:var(--primary-color)}.nav a:hover:after,.nav a.active:after{width:100%}.nav-section{gap:24px;display:flex}.user-section{align-items:center;gap:16px;display:flex}.theme-toggle{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .3s;display:flex}.theme-toggle:hover{color:var(--primary-color)}.cart-icon{cursor:pointer;color:var(--text-secondary);justify-content:center;align-items:center;padding:8px;transition:color .3s;display:flex;position:relative}.cart-icon:hover{color:var(--primary-color)}.cart-count{background-color:var(--primary-color);color:var(--bg-color);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.auth-buttons{gap:8px;display:flex}.user-menu{align-items:center;gap:12px;display:flex}.user-link-header{color:var(--text-primary);padding:4px 8px;font-size:.9rem;font-weight:500}.user-link-header:hover{color:var(--primary-color)}.user-name{color:var(--text-primary);font-size:.9rem;font-weight:500}.user-menu .btn{justify-content:center;align-items:center;padding:8px;display:flex}@media (width<=768px){.menu-toggle{justify-content:center;align-items:center;display:flex}.nav{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);flex-direction:column;gap:16px;max-height:0;padding:16px;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.nav.open{max-height:500px}.nav-section{flex-direction:column;gap:12px;width:100%}.nav-section a{border-radius:8px;padding:12px;transition:background-color .3s}.nav-section a:hover,.nav-section a.active{background-color:#5b9e8e1a}.user-section{flex-direction:column;gap:12px;width:100%}.user-section .btn{width:100%}.auth-buttons{flex-direction:column;gap:8px;width:100%}.auth-buttons .btn{width:100%}.user-menu{justify-content:space-between;width:100%}.user-menu .btn{width:auto}.logo{font-size:1.25rem}}.footer{background:linear-gradient(135deg, var(--bg-secondary) 0%, #5b9e8e0d 100%);border-top:1px solid var(--border-color);margin-top:5rem;padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#caffed1a 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:0;right:0}.footer-content{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 2rem;display:grid;position:relative}.footer-section{flex-direction:column;align-items:center;animation:.6s ease-out fadeInUp;display:flex}.footer-section:nth-child(2){animation-delay:.1s}.footer-section:nth-child(3){animation-delay:.2s}.footer-section h3{color:var(--accent-color);letter-spacing:.5px;margin:0 0 .5rem;font-size:1.3rem;font-weight:700}.footer-section h4{color:var(--text-primary);margin:0 0 1rem;font-size:1.05rem;font-weight:600}.footer-section p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{color:var(--text-secondary);padding:.5rem 0;font-size:.95rem;transition:color .3s}.footer-section ul li:hover{color:var(--primary-color)}.social-links{flex-wrap:wrap;gap:1.2rem;margin-top:1rem;display:flex}.social-links a{background:var(--bg-tertiary);width:44px;height:44px;color:var(--text-primary);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.social-links a:hover{color:#fff;transform:translateY(-4px)scale(1.1);box-shadow:0 8px 16px #caffed33;color:var(--text-primary)!important}.footer-bottom{border-top:1px solid var(--border-color);text-align:center;z-index:1;max-width:1200px;margin:0 auto;padding-top:2rem;position:relative}.footer-bottom p{color:var(--text-secondary);margin:0;font-size:.9rem;transition:color .3s}.footer-bottom p:hover{color:var(--text-primary)}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{margin-top:2rem;padding:2.5rem 1.5rem 1.5rem}}.layout{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.layout-main{flex-direction:column;flex:1;width:100%;display:flex}.layout-main>*{flex:1}.error-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.error-page-content{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:12px;max-width:500px;padding:3rem 2rem}.error-icon{color:#ff6b6b;justify-content:center;margin-bottom:1.5rem;display:flex}.error-code{color:#ff6b6b;text-shadow:0 0 20px #ff6b6b4d;margin-bottom:1rem;font-size:4rem;font-weight:700}.error-title{color:#fff;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.error-message{color:silver;margin-bottom:.5rem;font-size:1rem;line-height:1.6}.error-details{color:#888;text-align:left;word-break:break-word;background:#ffffff05;border-left:3px solid #ff6b6b;border-radius:4px;max-height:120px;margin-bottom:2rem;padding:1rem;font-size:.875rem;overflow-y:auto}.error-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.error-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-flex}.error-btn--primary{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#c55 100%)}.error-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b6b66}.error-btn--secondary{color:#ff6b6b;background:#ffffff1a;border:1px solid #ff6b6b4d}.error-btn--secondary:hover{background:#ff6b6b1a;border-color:#ff6b6b;transform:translateY(-2px)}@media (width<=640px){.error-page-content{padding:2rem 1.5rem}.error-code{font-size:3rem}.error-title{font-size:1.5rem}.error-message{font-size:.95rem}.error-actions{flex-direction:column}.error-btn{justify-content:center;width:100%}}
