#latest-questions-root{display:none}#latest-questions-root.is-visible{display:block}.questions-carousel{position:relative;max-width:1100px;margin:2rem auto;padding:2rem 1rem;text-align:center;border-radius:12px}.questions-title{font-size:28px;font-weight:bold;margin-bottom:1rem;color:#000}.questions-wrapper{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:auto;scrollbar-width:none}.questions-wrapper::-webkit-scrollbar{display:none}.questions-track{display:flex}.question-slide{flex:0 0 100%;min-width:100%;scroll-snap-align:start}.question-grid{display:grid;gap:16px;padding:1rem}@media(min-width: 1024px){.question-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 600px)and (max-width: 1023px){.question-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 599px){.question-grid{grid-template-columns:1fr}}.question-slide{display:flex;align-items:center;justify-content:center}.question-grid{display:grid;gap:16px;padding:1rem}.question-grid{margin:0 auto}@media(min-width: 1024px){.question-grid{grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, auto)}}@media(min-width: 600px)and (max-width: 1023px){.question-grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, auto)}}@media(max-width: 599px){.question-grid{grid-template-columns:1fr;grid-template-rows:repeat(3, auto)}}.question-card{background:#fff;border-radius:10px;padding:14px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 6px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease;text-align:left;cursor:pointer;outline:none}.question-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.question-card:focus-visible{box-shadow:0 0 0 3px rgba(0,128,0,.35),0 6px 16px rgba(0,0,0,.15)}.question-card a{color:inherit;text-decoration:none}.question-card a:hover{text-decoration:underline}.question-title{font-size:1rem;font-weight:700;margin:0 0 .4rem}.question-title a{color:#222;text-decoration:none}.question-excerpt{font-size:.9rem;color:#444;margin-bottom:.6rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.question-author{display:flex;align-items:center;gap:8px;margin-bottom:.6rem;font-size:.8rem;color:#555}.question-author img{width:28px;height:28px;border-radius:50%;object-fit:cover;display:block}.author-name{font-weight:600;color:#333}.question-author .dot{opacity:.6}.question-author .author-link:not(.author-name){display:inline-flex;align-items:center;justify-content:center;border-radius:50%;line-height:0;transition:transform 120ms ease,box-shadow 120ms ease}.question-author .author-link:not(.author-name):hover{transform:scale(1.06);box-shadow:0 0 0 3px rgba(0,128,0,.25)}.question-author .author-link:not(.author-name):active{transform:scale(0.98)}.question-author .author-link:not(.author-name):focus-visible{outline:none;box-shadow:0 0 0 3px rgba(0,128,0,.45)}@media(prefers-reduced-motion: reduce){.question-author .author-link:not(.author-name){transition:none}}.question-author .author-link.author-name{color:#333;text-decoration:none}.question-author .author-link.author-name:hover,.question-author .author-link.author-name:focus,.question-author .author-link.author-name:focus-visible,.question-author .author-link.author-name:active,.question-author .author-link.author-name:visited{color:#333 !important;text-decoration:underline}.question-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.4rem}.question-tag{font-size:.75rem;padding:3px 6px;border-radius:999px;background:rgba(0,128,0,.1);color:green}.question-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#666}.question-answers{font-weight:600;color:green}.question-answers:hover{text-decoration:underline}.questions-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffd84d;border:3px solid #fff;border-radius:50%;width:42px;height:42px;cursor:pointer;font-size:20px;font-weight:bold;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:10;color:#000}.questions-arrow.prev{left:10px}.questions-arrow.next{right:10px}.questions-arrow.disabled{opacity:.4;pointer-events:none}.questions-progress{height:6px;width:100%;max-width:300px;background:#ddd;border-radius:3px;margin:1rem auto;overflow:hidden}.questions-progress-bar{height:100%;width:0%;background:#ffd84d;transition:width .4s ease}.questions-footer{margin-top:1rem;text-align:center}.questions-button{display:inline-block;padding:10px 18px;border-radius:20px;border:1px solid green;color:green;background:#fff;font-weight:600;text-decoration:none}.questions-button:hover{background:green;color:#fff}#latest-questions-root .questions-carousel{margin-bottom:5rem;background:rgba(255,210,48,.1) !important}.question-excerpt{font-size:.9rem;color:#444;margin-bottom:.6rem;line-height:1.4;max-height:4.2em;overflow:hidden;display:block;word-break:word}.question-excerpt p{margin:0}#latest-questions-root .question-answers{display:inline-flex;align-items:center;gap:6px}#latest-questions-root .question-answers::before{content:"💬";font-size:14px;line-height:1;opacity:.9}.question-card{display:flex;flex-direction:column}.question-media{margin:.5rem 0 0;border-radius:8px;overflow:hidden;background:#f6f6f6}.question-media:empty{display:none}.question-media img{display:block;width:100%;height:160px;object-fit:cover}.poll-preview{margin:.5rem 0 0;border:1px solid #e8e8e8;border-radius:8px;padding:.5rem}.poll-q{font-weight:700;font-size:.9rem;margin-bottom:.25rem}.poll-opt{display:flex;align-items:center;gap:.5rem;margin:.25rem 0;font-size:.85rem}.poll-bar{flex:1;height:6px;background:#eee;border-radius:3px;overflow:hidden}.poll-bar>span{display:block;height:100%;background:#2c8b57;width:var(--w, 0%)}.link-preview{display:flex;align-items:center;gap:.6rem;margin:.5rem 0 0;padding:.5rem;border:1px solid #e8e8e8;border-radius:8px;background:#fff}.link-preview img{width:18px;height:18px;border-radius:4px;object-fit:cover}.link-preview .lp-meta{display:flex;flex-direction:column}.link-preview .lp-title{font-weight:600;line-height:1.2}.link-preview .lp-host{font-size:.8rem;color:#666}.question-card{display:flex;flex-direction:column}.question-media{margin:.4rem 0 0;border-radius:8px;overflow:hidden}.question-media:empty{display:none}.question-media img{display:block;width:100%;height:auto;max-height:120px;object-fit:contain}.poll-preview,.link-preview{margin:.4rem 0 0;padding:.45rem;border:1px solid #e8e8e8;border-radius:8px;font-size:.85rem}.poll-q{font-weight:700;font-size:.9rem;margin:0 0 .25rem}.poll-opt{display:flex;align-items:center;gap:.5rem;margin:.25rem 0}.poll-bar{flex:1;height:6px;background:#eee;border-radius:3px;overflow:hidden}.poll-bar>span{display:block;height:100%;background:#2c8b57;width:var(--w, 0%)}.link-preview{display:flex;align-items:center;gap:.5rem;background:#fff}.link-preview img{width:16px;height:16px;border-radius:4px;object-fit:cover}.link-preview .lp-meta{display:flex;flex-direction:column}.link-preview .lp-title{font-weight:600;line-height:1.2}.link-preview .lp-host{font-size:.75rem;color:#666}@media(max-width: 600px){.question-media img{max-height:100px}}.link-preview{display:flex;align-items:flex-start;gap:.7rem;border:1px solid #e8e8e8;border-radius:8px;background:#fff;padding:.6rem;margin-top:.5rem}.link-preview .lp-thumb{width:80px;height:80px;border-radius:6px;object-fit:cover;flex-shrink:0}.link-preview .lp-meta{display:flex;flex-direction:column;justify-content:center}.link-preview .lp-title{font-weight:600;line-height:1.2;margin-bottom:.25rem;color:#000}.link-preview .lp-host{font-size:.8rem;color:#666;display:flex;align-items:center;gap:.3rem}.link-preview .lp-fav{width:14px;height:14px;border-radius:3px;flex-shrink:0}.link-preview .lp-desc{font-size:.8rem;color:#444;margin-top:.25rem;line-height:1.3}
/*# sourceMappingURL=common_theme_16_8fc575f0ae994c39016351a4c54edef20d3b580e.css.map?__ws=abegnaweti.com */
