.nutshell-expandable{color:inherit;text-decoration:none;border-bottom:dotted 1.5px var(--color-text-muted);position:relative;transition:opacity var(--duration-fast)var(--ease-out);opacity:1;cursor:pointer}.nutshell-expandable:hover{color:inherit;opacity:.8}.nutshell-expandable .nutshell-expandable-text{padding-left:.35em}.nutshell-ball-up,.nutshell-ball-down{position:absolute;display:inline-block;left:1px;width:.15em;height:.15em;background:currentColor;border-radius:var(--radius-full);transition:top var(--duration-fast)var(--ease-out)}.nutshell-expandable[mode=closed] .nutshell-ball-up{top:.3em}.nutshell-expandable[mode=closed] .nutshell-ball-down{top:.6em}.nutshell-expandable[mode=closed]:hover .nutshell-ball-up{top:.1em}.nutshell-expandable[mode=closed]:hover .nutshell-ball-down{top:.8em}.nutshell-expandable[mode=open] .nutshell-ball-up{top:.3em}.nutshell-expandable[mode=open] .nutshell-ball-down{top:.6em}.nutshell-expandable[mode=open]:hover .nutshell-ball-up{top:.45em}.nutshell-expandable[mode=open]:hover .nutshell-ball-down{top:.45em}.nutshell-bubble-context{font-size:var(--text-xs);color:var(--color-text-muted);opacity:.7;border-bottom:1px solid var(--color-border-light);padding-bottom:var(--space-xs);margin-bottom:var(--space-sm);font-style:italic}.nutshell-bubble{display:inline-block;width:100%;border:1px solid var(--color-border);border-radius:var(--radius-lg);position:relative;margin-top:var(--space-6);top:0;transition:top var(--duration-normal)linear;box-shadow:var(--shadow-card)}.nutshell-bubble-arrow{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid var(--color-border);position:absolute;top:-20px;pointer-events:none;--arrow-background:var(--color-bg)}.nutshell-bubble-arrow::after{content:"";width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid var(--color-bg);border-bottom-color:var(--arrow-background);position:absolute;top:1.5px;left:-20px;pointer-events:none}.nutshell-bubble-overflow{overflow:hidden}.nutshell-bubble-overflow[mode=opening]{transition:height var(--duration-normal)var(--ease-out)}.nutshell-bubble-overflow[mode=closing]{transition:height var(--duration-normal)ease-in}.nutshell-bubble-overflow-section{padding:0 var(--space-md);padding-bottom:var(--space-sm);overflow:hidden}.nutshell-bubble-overflow-section>div{margin:var(--space-md)0}.nutshell-bubble-overflow-section img,.nutshell-bubble-overflow-section video{max-width:100%}.nutshell-bubble-overflow-section img[data-float=left]{float:left;margin:var(--space-md)}.nutshell-bubble-overflow-section img[data-float=right]{float:right;margin:var(--space-md)}.nutshell-bubble-overflow-section iframe{max-width:100%;border:1px solid var(--color-border-light)}.nutshell-bubble-overflow-section .nutshell-bubble{width:calc(100% + 2em - 6px);position:relative;right:calc(1em - 2px)}.nutshell-bubble-from{font-size:var(--text-xs);margin-bottom:-.69em;opacity:var(--alpha-70)}.nutshell-bubble-overflow-close{font-family:inherit;font-size:var(--text-sm);text-align:center;position:absolute;width:100%;bottom:0;border:0;background:0 0;color:inherit;cursor:pointer;opacity:var(--alpha-30);transition:opacity var(--duration-fast)var(--ease-out)}.nutshell-bubble-overflow-close:hover{background:0 0;opacity:1}.nutshell-bubble li{margin-bottom:var(--space-sm)}.nutshell-bubble code{font-family:var(--font-mono);font-size:.9em;background:var(--color-bg-secondary);border-radius:var(--radius-sm);padding:.2em var(--space-xs)}.nutshell-bubble blockquote{margin-left:0;margin-right:0;border-left:var(--border-width-rule)solid var(--color-primary);background:var(--color-bg-secondary);padding:var(--space-sm)var(--space-md)var(--space-sm)var(--space-6);margin-top:0;font-style:italic}.nutshell-bubble-overflow-section>div{font-size:.92em;line-height:1.55;color:var(--color-text-muted)}.nutshell-read-more{margin-top:var(--space-xs);margin-bottom:0;font-size:var(--text-sm);text-align:right}.nutshell-read-more a{color:var(--color-primary);text-decoration:none;border-bottom:1px dotted}.nutshell-read-more a:hover{opacity:.75}#nutshell-close-all{position:fixed;top:0;right:0;z-index:var(--z-sticky);transition:opacity var(--duration-slow)var(--ease-out);opacity:0;text-align:right;cursor:pointer;font-size:var(--text-xs);line-height:var(--leading-tight);background:var(--color-bg);color:var(--color-text);padding:var(--space-sm);border-radius:0 0 0 var(--radius-lg);box-shadow:var(--shadow-sm)}#nutshell-close-all[show=yes]{opacity:1}#nutshell-close-all[show=no]{opacity:0}@media(prefers-reduced-motion:reduce){.nutshell-ball-up,.nutshell-ball-down,.nutshell-bubble,.nutshell-bubble-overflow,.nutshell-expandable,.nutshell-bubble-overflow-close,#nutshell-close-all{transition:none!important}}