.cw{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;background:hsl(var(--card))}.cw-bar{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .35);flex-wrap:wrap;gap:.5rem}.cw-active-fname{font-family:var(--font-mono),ui-monospace,monospace;font-size:.8rem;font-weight:600}.cw-meta{font-size:.7rem;color:hsl(var(--muted-foreground));margin-left:.6rem}.cw-actions{display:flex;gap:.4rem}.cw-action-btn{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.4rem;padding:.35rem .6rem;font-size:.7rem;display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;color:hsl(var(--foreground));text-decoration:none}.cw-action-btn:hover{border-color:hsl(var(--accent) / .5);color:hsl(var(--accent))}.cw-code{overflow-y:auto;max-height:72vh;padding:.75rem 0;font-family:var(--font-mono),ui-monospace,monospace;font-size:.86rem;line-height:1.75}.cw-loading{padding:1rem 1.2rem;color:hsl(var(--muted-foreground))}.cw-line{display:grid;grid-template-columns:2.6rem 1fr;padding:0 1.2rem}.cw-line-hi{background:hsl(var(--accent) / .08)}.cw-ln{color:hsl(var(--muted-foreground) / .6);text-align:right;padding-right:.9rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cw-line-hi .cw-ln{color:hsl(var(--accent))}.cw-src{white-space:pre-wrap;word-break:break-word;color:hsl(var(--foreground) / .95)}.cw-tok-kw{color:#cf65e8}.cw-tok-str{color:#2f9e5a}.cw-tok-com{color:hsl(var(--muted-foreground));font-style:italic}.cw-tok-anno{color:#d19a66;font-weight:500}.cw-tok-num{color:#1b95a3}:root.dark .cw-tok-kw{color:#f97583}:root.dark .cw-tok-str{color:#9ecbff}:root.dark .cw-tok-anno{color:#ffab70}:root.dark .cw-tok-num{color:#79c0ff}.cw-annotation{margin:.4rem 1.2rem .85rem 2.6rem;max-width:640px;border-left:2px solid hsl(var(--accent) / .5);background:hsl(var(--accent) / .06);border-radius:0 .5rem .5rem 0;padding:.65rem .9rem;font-family:var(--font-satoshi),ui-sans-serif,system-ui,sans-serif}.cw-why{margin:0 0 .3rem;font-family:var(--font-mono),ui-monospace,monospace;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--accent))}.cw-annotation p:last-child{margin:0;font-size:.83rem;line-height:1.6;color:hsl(var(--foreground))}.cw-annotation :global(code){background:hsl(var(--foreground) / .08);padding:.05rem .3rem;border-radius:.25rem;font-size:.78rem}.cw-file-btn[aria-current=true]{background:hsl(var(--accent) / .14);color:hsl(var(--foreground));font-weight:600}.dd-item{border-bottom:1px solid hsl(var(--border))}.dd-item:first-child{border-top:1px solid hsl(var(--border))}.dd-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.1rem .15rem;font-weight:600;font-size:.95rem;color:hsl(var(--foreground))}.dd-summary::-webkit-details-marker{display:none}.dd-chev{color:hsl(var(--muted-foreground));transition:transform .15s ease;flex-shrink:0}.dd-item[open] .dd-chev{transform:rotate(90deg)}.dd-body{padding:0 .15rem 1.4rem;color:hsl(var(--foreground) / .85);font-size:.9rem;line-height:1.7}.dd-body h3{font-weight:600;color:hsl(var(--foreground));margin:1rem 0 .4rem;font-size:.9rem}.dd-body h3:first-child{margin-top:0}.dd-body p{margin:.5rem 0}.dd-body ul,.dd-body ol{margin:.5rem 0;padding-left:1.25rem}.dd-body ul{list-style-type:disc}.dd-body ol{list-style-type:decimal}.dd-body li{margin-bottom:.25rem}.dd-body table{width:100%;margin:.75rem 0;font-size:.85rem;border-collapse:collapse;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;overflow:hidden}.dd-body th{background:hsl(var(--muted));text-align:left;font-weight:600;padding:.4rem .7rem;border-bottom:1px solid hsl(var(--border))}.dd-body td{padding:.4rem .7rem;border-bottom:1px solid hsl(var(--border))}.dd-body tr:last-child td{border-bottom:none}.dd-body :not(pre)>code{color:hsl(var(--accent));background:hsl(var(--accent) / .1);border:1px solid hsl(var(--accent) / .3);padding:.1rem .35rem;border-radius:.25rem;font-size:.83rem}.dd-code-wrapper{position:relative;margin:.85rem 0}.dd-body pre{border-radius:.5rem;padding:.9rem 1.1rem!important;margin:0!important;overflow:auto;max-height:420px;font-size:.8rem!important;line-height:1.6!important;background:hsl(var(--muted))!important;border:1px solid hsl(var(--border))}:root.dark .dd-body pre{background:hsl(var(--background))!important}.dd-copy-btn{position:absolute;top:.5rem;right:.5rem;background:hsl(var(--card) / .9);border:1px solid hsl(var(--border) / .6);border-radius:.4rem;padding:.35rem;color:hsl(var(--muted-foreground));cursor:pointer;opacity:0;transition:opacity .15s ease}.dd-code-wrapper:hover .dd-copy-btn{opacity:1}.dd-copy-btn:hover{color:hsl(var(--accent))}
