.nbcontent details{margin:1rem 0;font-size:.95em;line-height:1.7}.nbcontent summary{cursor:pointer;border:solid 1px var(--nb-border);color:var(--nb-primary);border-radius:var(--nb-rounded-sm);background:var(--nb-background);outline:0;padding:.7em .7em .7em .9em;font-size:.9em}.nbcontent summary::-webkit-details-marker{color:var(--nb-muted-foreground)}.nbcontent details[open]>summary{border-radius:var(--nb-rounded-sm)var(--nb-rounded-sm)0 0;box-shadow:none;background:var(--nb-background);border-bottom:none}.nbcontent .details-content{border:solid 1px var(--nb-border);border-radius:0 0 var(--nb-rounded-lg)var(--nb-rounded-lg);background:var(--nb-background);padding:.5em .9em}.nbcontent .details-content>*{margin:.5em 0}.nbcontent .bubble{align-items:center;gap:1rem;margin:1rem 0;display:flex}.nbcontent .bubble img{border:2px solid var(--nb-border);border-radius:50%;width:80px;height:80px;padding:.2rem}.nbcontent .bubble .bubble-content{width:100%;color:var(--nb-foreground);background-color:var(--nb-secondary);border-radius:5px;padding:.5rem .8rem;position:relative}.nbcontent .bubble .bubble-content p+p{margin-top:.4em}.nbcontent .bubble .bubble-content:before,.nbcontent .bubble .bubble-content:after{clip-path:polygon(0 50%,100% 0,100% 100%);content:"";width:12px;height:15px;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.nbcontent .bubble .bubble-content:before{background-color:var(--nb-secondary)}.nbcontent .bubble .bubble-content:after{background-color:var(--nb-secondary);left:-9px}.nbcontent .bubble.right{flex-direction:row-reverse}.nbcontent .bubble.right .bubble-content:before,.nbcontent .bubble.right .bubble-content:after{clip-path:polygon(0 0,100% 50%,0 100%);left:auto;right:-12px}.nbcontent .bubble.right .bubble-content:after{left:auto;right:-9px}.nbcontent .bubble-image{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.nbcontent .bubble-image .bubble-image-wrapper{border:2px solid var(--nb-border);border-radius:5px;flex-direction:column;flex-basis:40%;justify-content:center;align-items:center;max-width:100%;display:flex;overflow:hidden}.nbcontent .bubble-image .bubble-image-wrapper .browser-header{background-color:var(--nb-secondary);align-items:center;width:100%;padding:.6rem 1rem;display:flex}.nbcontent .bubble-image .bubble-image-wrapper .browser-header .controls{gap:.5rem;display:flex}.nbcontent .bubble-image .bubble-image-wrapper .browser-header .controls .control-btn{border-radius:50%;width:8px;height:8px}.nbcontent .bubble-image .bubble-image-wrapper .browser-header .controls .control-btn.close{background-color:#ef4444}.nbcontent .bubble-image .bubble-image-wrapper .browser-header .controls .control-btn.minimize{background-color:#eab308}.nbcontent .bubble-image .bubble-image-wrapper .browser-header .controls .control-btn.maximize{background-color:#22c55e}.nbcontent .bubble-image .bubble-image-wrapper img{width:100%;height:auto;margin:0}.nbcontent .bubble-image .bubble-image-content{width:100%;color:var(--nb-foreground);background-color:var(--nb-secondary);border-radius:5px;flex-basis:60%;padding:.5rem .8rem;position:relative}.nbcontent .bubble-image .bubble-image-content p+p{margin-top:.4em}.nbcontent .bubble-image .bubble-image-content:before,.nbcontent .bubble-image .bubble-image-content:after{clip-path:polygon(0 50%,100% 0,100% 100%);content:"";background-color:var(--nb-secondary);width:12px;height:15px;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.nbcontent .bubble-image .bubble-image-content:after{left:-9px}@media screen and (max-width:768px){.nbcontent .bubble-image{flex-direction:column}.nbcontent .bubble-image .bubble-image-content:before,.nbcontent .bubble-image .bubble-image-content:after{clip-path:polygon(50% 0,0 100%,100% 100%);width:28px;height:12px;top:-12px;left:50%;transform:translate(-50%)}.nbcontent .bubble-image .bubble-image-content:after{top:-9px}}.nbcontent .box{margin:1.5rem 0}.nbcontent .box p+p{margin-top:.4em}.nbcontent .box.box1{border:1px solid var(--nb-border);border-radius:var(--nb-rounded-sm);padding:1rem;position:relative}.nbcontent .box.box1 span{color:var(--nb-foreground);background-color:var(--nb-background);padding:0 .5em;font-size:1.2em;position:absolute;top:0;left:1rem;transform:translateY(-50%)}.nbcontent .box.box2{border-radius:var(--nb-rounded-sm);background-color:var(--nb-secondary);padding:1rem;position:relative}.nbcontent .box.box3{border-radius:var(--nb-rounded-sm);background-color:var(--nb-background);border:2px solid var(--nb-warning-foreground);padding:1rem;position:relative}.nbcontent .box.box3 .msg-container{background-color:var(--nb-background);color:var(--nb-warning-foreground);flex-direction:row;align-items:center;gap:.3rem;padding:0 .5rem;font-weight:700;display:flex;position:absolute;top:0;left:1rem;transform:translateY(-50%)}.nbcontent .box.box3 .icon{box-sizing:border-box;border:2px solid var(--nb-warning-foreground);background-color:var(--nb-warning-foreground);border-radius:50%;width:20px;height:20px;position:relative}.nbcontent .box.box3 .icon:before,.nbcontent .box.box3 .icon:after{content:"";background:#fff;border-radius:3px;width:2px;position:absolute;left:7px}.nbcontent .box.box3 .icon:before{height:2px;top:2px}.nbcontent .box.box3 .icon:after{height:8px;bottom:2px}.nbcontent .box.box4{border-radius:var(--nb-rounded-sm);background-color:var(--nb-background);border:2px solid var(--nb-danger-foreground);padding:1rem;position:relative}.nbcontent .box.box4 .msg-container{background-color:var(--nb-background);color:var(--nb-danger-foreground);flex-direction:row;align-items:center;gap:.3rem;padding:0 .5rem;font-weight:700;display:flex;position:absolute;top:0;left:1rem;transform:translateY(-50%)}.nbcontent .box.box4 .icon{box-sizing:border-box;border:2px solid var(--nb-danger-foreground);background-color:var(--nb-danger-foreground);border-radius:50%;width:20px;height:20px;position:relative}.nbcontent .box.box4 .icon:before,.nbcontent .box.box4 .icon:after{content:"";background:#fff;border-radius:3px;width:2px;position:absolute;left:7px}.nbcontent .box.box4 .icon:before{height:2px;top:2px}.nbcontent .box.box4 .icon:after{height:8px;bottom:2px}.nbcontent .box.box5{border-radius:var(--nb-rounded-sm);background-color:var(--nb-warning);padding:1rem;position:relative}.dark .nbcontent .box.box5{color:var(--nb-background)}.nbcontent .box.box5 .msg-container{color:var(--nb-warning-foreground);flex-direction:row;align-items:center;gap:.3rem;margin-bottom:.5rem;font-weight:700;display:flex}.nbcontent .box.box5 .icon{box-sizing:border-box;border:2px solid var(--nb-warning-foreground);background-color:var(--nb-warning-foreground);border-radius:50%;width:20px;height:20px;position:relative}.nbcontent .box.box5 .icon:before,.nbcontent .box.box5 .icon:after{content:"";background:#fff;border-radius:3px;width:2px;position:absolute;left:7px}.nbcontent .box.box5 .icon:before{height:2px;top:2px}.nbcontent .box.box5 .icon:after{height:8px;bottom:2px}.nbcontent .box.box6{border-radius:var(--nb-rounded-sm);background-color:var(--nb-danger);padding:1rem;position:relative}.dark .nbcontent .box.box6{color:var(--nb-background)}.nbcontent .box.box6 .msg-container{color:var(--nb-danger-foreground);flex-direction:row;align-items:center;gap:.3rem;margin-bottom:.5rem;font-weight:700;display:flex}.nbcontent .box.box6 .icon{box-sizing:border-box;border:2px solid var(--nb-danger-foreground);background-color:var(--nb-danger-foreground);border-radius:50%;width:20px;height:20px;position:relative}.nbcontent .box.box6 .icon:before,.nbcontent .box.box6 .icon:after{content:"";background:#fff;border-radius:3px;width:2px;position:absolute;left:7px}.nbcontent .box.box6 .icon:before{height:2px;top:2px}.nbcontent .box.box6 .icon:after{height:8px;bottom:2px}.nbcontent .heading{margin:1.5rem 0}.nbcontent .heading h1,.nbcontent .heading h2,.nbcontent .heading h3,.nbcontent .heading h4,.nbcontent .heading h5,.nbcontent .heading h6{margin:0;font-size:1em}.nbcontent .heading.heading1{padding-left:1.5rem;font-weight:700;display:inline-block;position:relative}.nbcontent .heading.heading1:before{width:17px;height:28px;color:var(--nb-primary);content:"";background-image:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221.25em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cstyle%3Esvg%7Bfill%3A%235ab9ff%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%2F%3E%3C%2Fsvg%3E);background-position:50%;background-repeat:no-repeat;position:absolute;top:0;left:0}.nbcontent .external-link{color:var(--nb-link);align-items:center;gap:.3em;display:inline-flex}.nbcontent .external-link:after{content:"";background-color:var(--nb-link);vertical-align:-.125em;width:.9em;height:.9em;display:inline-block;position:relative;top:-.05em;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") 50%/contain no-repeat}.nbcontent .highlight{background:linear-gradient(#0000 60%,#fef08a 40%);border-radius:2px;padding:0 2px}.dark .nbcontent .highlight{background:linear-gradient(#0000 60%,#ca8a04 40%)}.nbcontent .highlight.highlight-red{background:linear-gradient(#0000 60%,#fecaca 40%)}.dark .nbcontent .highlight.highlight-red{background:linear-gradient(#0000 60%,#dc2626 40%)}.nbcontent .highlight.highlight-green{background:linear-gradient(#0000 60%,#bbf7d0 40%)}.dark .nbcontent .highlight.highlight-green{background:linear-gradient(#0000 60%,#16a34a 40%)}.nbcontent .highlight.highlight-blue{background:linear-gradient(#0000 60%,#bfdbfe 40%)}.dark .nbcontent .highlight.highlight-blue{background:linear-gradient(#0000 60%,#2563eb 40%)}
