.slider-container{width:100%;margin:1.5rem 0}.slider-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;color:var(--foreground)}.slider-value{font-variant-numeric:tabular-nums;color:var(--muted-foreground)}.slider-track{position:relative;width:100%;height:.25rem;background-color:var(--muted);border-radius:9999px;overflow:hidden}.slider-progress{height:100%;transition:width .2s ease}.slider-progress,.slider-thumb{position:absolute;background-color:var(--primary)}.slider-thumb{width:1rem;height:1rem;border:2px solid var(--background);border-radius:50%;margin-top:-.375rem;margin-left:-.5rem;cursor:pointer;transition:transform .1s ease}.slider-thumb:hover{transform:scale(1.1)}.loading-indicator{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}.loading-percentage,.loading-text{font-size:.875rem;color:var(--muted-foreground)}.loading-percentage{font-variant-numeric:tabular-nums}.card-modern{background-color:var(--background);border:1px solid var(--border);border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.card-modern-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px dashed var(--border)}.card-modern-title{font-size:1rem;font-weight:600;color:var(--foreground);letter-spacing:-.01em}.node-circle{fill:#6366f1}.node-circle,.node-diamond{stroke:var(--background);stroke-width:2px}.node-diamond{fill:#f43f5e}.node-hexagon{fill:#facc15;stroke:var(--background);stroke-width:2px}.edge-path{stroke:#d4d4d8;stroke-width:1px;fill:none}.node-label{font-size:.7rem;font-family:monospace;pointer-events:none;user-select:none}.status-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-badge-success{background-color:rgba(16,185,129,.1);color:rgb(16,185,129)}.status-badge-error{background-color:rgba(239,68,68,.1);color:rgb(239,68,68)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.stat-card{background-color:var(--muted);border-radius:.375rem;padding:.75rem}.stat-label{font-size:.75rem;color:var(--muted-foreground);margin-bottom:.25rem}.stat-value{font-size:1.25rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--foreground)}.price-breakdown{margin-top:1.5rem}.price-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.price-item:last-child{border-bottom:none}.price-label,.price-value{color:var(--foreground)}.price-value{font-variant-numeric:tabular-nums;font-weight:500}.namespace-card{margin-bottom:1.5rem}.namespace-header{border-bottom:1px dashed var(--border);padding-bottom:.5rem;margin-bottom:.75rem;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-foreground)}.performance-metric{display:flex;justify-content:space-between;margin-bottom:.5rem}.metric-label{font-size:.875rem;color:var(--foreground)}.metric-bar-container{width:70%;height:1rem;background-color:var(--muted);border-radius:.125rem;overflow:hidden;margin-right:1rem}.metric-bar{height:100%;background-color:#6366f1}.warm-metric .metric-bar{background-color:#f43f5e}.cold-metric .metric-bar{background-color:#3b82f6}.metric-value{font-size:.875rem;font-variant-numeric:tabular-nums;color:var(--muted-foreground);text-align:right;min-width:3rem}.quote-card{padding:1.5rem;border-left:3px solid #6366f1;margin:1.5rem 0;background-color:rgba(99,102,241,.05)}.quote-text{font-style:italic;margin-bottom:.75rem;color:var(--foreground)}.quote-author{display:flex;align-items:center}.author-avatar{width:2rem;height:2rem;border-radius:9999px;margin-right:.75rem;background-color:var(--muted)}.author-info{flex:1}.author-name{font-weight:600;font-size:.875rem;color:var(--foreground)}.author-title{font-size:.75rem;color:var(--muted-foreground)}.company-logo{height:1.5rem}.transaction-graph-card,.transaction-overview-card{min-height:300px}.transaction-graph-card,.transaction-graph-wrapper,.transaction-overview-card{display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.transaction-graph-wrapper{width:100%;min-height:400px}.transaction-graph-container{flex-grow:1;flex-shrink:0;flex-basis:0;width:100%;height:100%;display:flex;align-items:stretch;justify-content:stretch;min-height:300px;position:relative;overflow:hidden;border-radius:.375rem}.cytoscape-container{flex:1;width:100%!important;height:100%!important;min-height:350px;overflow:hidden!important;border-radius:.5rem}.transaction-content-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;align-items:start;overflow:hidden}@media (max-width:767px){.transaction-graph-container{min-height:300px;height:300px}.cytoscape-container{min-height:300px;max-height:300px}}@media (min-width:768px) and (max-width:1023px){.transaction-graph-container{min-height:400px}.cytoscape-container{min-height:400px;height:100%!important;max-height:unset}.transaction-content-grid{grid-template-columns:1fr;grid-template-rows:auto 1fr}.transaction-overview-card{margin-bottom:1rem}}@media (min-width:1024px){.transaction-graph-container{min-height:500px;height:100%}.cytoscape-container{min-height:500px;height:100%!important}.transaction-content-grid{grid-template-columns:minmax(300px,.8fr) minmax(600px,1.2fr)}}@media (min-width:1440px){.transaction-content-grid{grid-template-columns:minmax(350px,.8fr) minmax(700px,1.2fr)}}.graph-controls{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;z-index:10;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-radius:.375rem;overflow:hidden}.graph-control-button{padding:.5rem;background-color:var(--color-primary);color:white;cursor:pointer;border-radius:.375rem;transition:background-color .2s ease-in-out}.graph-control-button:hover{background-color:var(--color-primary-hover)}.graph-loading-indicator{position:absolute;top:.5rem;right:.5rem;background-color:rgba(255,255,255,.9);padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;line-height:1rem;z-index:10;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.h-full{flex-basis:auto;min-height:350px!important}.transaction-graph-card,.transaction-overview-card{display:flex;flex-direction:column;height:100%;min-height:400px}@media (max-width:767px){.transaction-graph-card,.transaction-overview-card{min-height:350px}}@media (min-width:768px){.transaction-graph-card,.transaction-overview-card{min-height:450px}}.sr-only{border-width:0}.skip-link{left:0;background:#000;color:white;border-radius:0 0 4px 0;z-index:9999;transition:top .2s}.skip-link:focus{top:0}.chat-main-container{height:100vh;height:-webkit-fill-available;height:100dvh;position:relative;overflow:hidden;display:flex;flex-direction:column;contain:layout size}.chat-flex-container{flex:1 1 auto;min-height:0;height:0;overflow:hidden;display:flex;flex-direction:column}.chat-messages-scroll{flex:1 1 auto;min-height:0;overflow-y:scroll!important;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:1px 0;scrollbar-width:thin!important;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.1)!important}.chat-messages-scroll::-webkit-scrollbar{width:8px!important;display:block!important}.chat-messages-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.1)!important;border-radius:4px!important}.chat-messages-scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3)!important;border-radius:4px!important;border:1px solid rgba(255,255,255,.1)!important;min-height:40px!important}.chat-messages-scroll::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)!important}.chat-messages-scroll:hover{overflow-y:scroll!important}@supports (-ms-overflow-style:none){.chat-messages-scroll{-ms-overflow-style:auto!important}}.chat-input-area{flex:0 0 auto;min-height:min-content;flex-shrink:0;margin-top:auto}.chat-input:focus-visible,.chat-messages-scroll:focus-visible,button:focus-visible{outline:2px solid #fff;outline-offset:2px}@media (prefers-contrast:high){.chat-container,.message-container{border:1px solid}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@supports (-webkit-touch-callout:none){.chat-main-container{height:-webkit-fill-available}}@-moz-document url-prefix(){.chat-flex-container{height:100%}}@supports (-ms-ime-align:auto){.chat-main-container{height:100vh}}[role=tab]:focus{outline:none}[role=tab]:focus-visible{outline:2px solid #fff;outline-offset:2px}[role=button]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 2px rgba(255,255,255,.3)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-track{z-index:10;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.scrollbar-track-bg{background:var(--scrollbar-track-color,rgba(255,255,255,.1));backdrop-filter:blur(4px);transition:background-color .2s ease,backdrop-filter .2s ease}.scrollbar-track:hover .scrollbar-track-bg{background:var(--scrollbar-track-hover-color,rgba(255,255,255,.15))}.scrollbar-thumb{z-index:11;min-height:30px;transition:all .2s ease}.scrollbar-thumb:hover{transform:scaleX(1.2)}.scrollbar-thumb-inner{background:var(--scrollbar-thumb-color,rgba(255,255,255,.3));border:1px solid var(--scrollbar-thumb-border-color,rgba(255,255,255,.1));backdrop-filter:blur(8px);transition:all .2s ease;box-shadow:var(--scrollbar-thumb-shadow,0 2px 8px rgba(0,0,0,.2))}.scrollbar-thumb:hover .scrollbar-thumb-inner{background:var(--scrollbar-thumb-hover-color,rgba(255,255,255,.5));border-color:var(--scrollbar-thumb-hover-border-color,rgba(255,255,255,.2));box-shadow:var(--scrollbar-thumb-hover-shadow,0 4px 12px rgba(0,0,0,.3))}.scrollbar-thumb-active .scrollbar-thumb-inner{background:var(--scrollbar-thumb-active-color,rgba(255,255,255,.6));border-color:var(--scrollbar-thumb-active-border-color,rgba(255,255,255,.3));transform:scaleY(.95)}.scrollbar-position-indicator{opacity:0;transition:opacity .2s ease;pointer-events:none}.scrollbar-track:hover .scrollbar-position-indicator{opacity:1}.scrollbar-indicator-dot{background:var(--scrollbar-indicator-color,rgba(255,255,255,.6));box-shadow:0 0 4px var(--scrollbar-indicator-glow,rgba(255,255,255,.3))}.scrollbar-focus-ring{border-color:var(--scrollbar-focus-color,rgba(255,255,255,.5));box-shadow:0 0 0 2px var(--scrollbar-focus-shadow,rgba(255,255,255,.2))}@media (max-width:768px){.scrollbar-track{width:4px}.scrollbar-thumb:hover{transform:scaleX(2)}.scrollbar-track-bg{border-radius:2px}}@media (hover:none) and (pointer:coarse){.scrollbar-track{opacity:.7}.scrollbar-track:active{opacity:1}.scrollbar-thumb-inner{background:var(--scrollbar-thumb-mobile-color,rgba(255,255,255,.4))}}@media (prefers-contrast:high){.scrollbar-track-bg{background:var(--scrollbar-track-high-contrast,rgba(255,255,255,.8))}.scrollbar-thumb-inner{background:var(--scrollbar-thumb-high-contrast,rgba(0,0,0,.8));border:2px solid var(--scrollbar-thumb-border-high-contrast,rgba(255,255,255,1))}}@media (prefers-reduced-motion:reduce){.scrollbar-position-indicator,.scrollbar-thumb,.scrollbar-thumb-inner,.scrollbar-track,.scrollbar-track-bg{transition:none!important;animation:none!important}}@media print{.scrollbar-track{display:none}}.new-message-badge{background:var(--new-message-badge-bg,rgba(0,0,0,.8));border:1px solid var(--new-message-badge-border,rgba(255,255,255,.2));color:var(--new-message-badge-text,rgba(255,255,255,.9));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.new-message-badge:hover{background:var(--new-message-badge-hover-bg,rgba(0,0,0,.9));border-color:var(--new-message-badge-hover-border,rgba(255,255,255,.3));color:var(--new-message-badge-hover-text,rgba(255,255,255,1))}.new-message-badge:focus{ring-color:var(--new-message-badge-focus-ring,rgba(255,255,255,.5))}.new-message-badge-icon{color:var(--new-message-badge-icon-color,rgba(255,255,255,.8))}.new-message-badge-text{color:var(--new-message-badge-text-color,rgba(255,255,255,.9))}.new-message-badge-arrow{color:var(--new-message-badge-arrow-color,rgba(255,255,255,.7))}.new-message-badge-pulse{background:var(--new-message-badge-pulse-color,rgba(255,255,255,.2))}@media (max-width:768px){.new-message-badge{bottom:6px;font-size:12px;padding:8px 12px}.new-message-badge-arrow,.new-message-badge-icon{width:14px;height:14px}}@media (prefers-reduced-motion:reduce){.new-message-badge{transition:none!important}.new-message-badge-pulse{animation:none!important}.new-message-badge-arrow,.new-message-badge-icon{transition:none!important}}@media (prefers-contrast:high){.new-message-badge{background:var(--new-message-badge-high-contrast-bg,rgba(0,0,0,1));border:2px solid var(--new-message-badge-high-contrast-border,rgba(255,255,255,1));color:var(--new-message-badge-high-contrast-text,rgba(255,255,255,1))}}:root{--scrollbar-track-color:rgba(255,255,255,0.1);--scrollbar-track-hover-color:rgba(255,255,255,0.15);--scrollbar-thumb-color:rgba(255,255,255,0.3);--scrollbar-thumb-hover-color:rgba(255,255,255,0.5);--scrollbar-thumb-active-color:rgba(255,255,255,0.6);--scrollbar-thumb-border-color:rgba(255,255,255,0.1);--scrollbar-thumb-hover-border-color:rgba(255,255,255,0.2);--scrollbar-thumb-active-border-color:rgba(255,255,255,0.3);--scrollbar-thumb-shadow:0 2px 8px rgba(0,0,0,0.2);--scrollbar-thumb-hover-shadow:0 4px 12px rgba(0,0,0,0.3);--scrollbar-indicator-color:rgba(255,255,255,0.6);--scrollbar-indicator-glow:rgba(255,255,255,0.3);--scrollbar-focus-color:rgba(255,255,255,0.5);--scrollbar-focus-shadow:rgba(255,255,255,0.2);--scrollbar-thumb-mobile-color:rgba(255,255,255,0.4);--scrollbar-track-high-contrast:rgba(255,255,255,0.8);--scrollbar-thumb-high-contrast:rgba(0,0,0,0.8);--scrollbar-thumb-border-high-contrast:rgba(255,255,255,1);--new-message-badge-bg:rgba(0,0,0,0.8);--new-message-badge-hover-bg:rgba(0,0,0,0.9);--new-message-badge-border:rgba(255,255,255,0.2);--new-message-badge-hover-border:rgba(255,255,255,0.3);--new-message-badge-text:rgba(255,255,255,0.9);--new-message-badge-hover-text:rgba(255,255,255,1);--new-message-badge-focus-ring:rgba(255,255,255,0.5);--new-message-badge-icon-color:rgba(255,255,255,0.8);--new-message-badge-text-color:rgba(255,255,255,0.9);--new-message-badge-arrow-color:rgba(255,255,255,0.7);--new-message-badge-pulse-color:rgba(255,255,255,0.2);--new-message-badge-high-contrast-bg:rgba(0,0,0,1);--new-message-badge-high-contrast-border:rgba(255,255,255,1);--new-message-badge-high-contrast-text:rgba(255,255,255,1)}.theme-high-contrast{--scrollbar-track-color:rgba(255,255,255,0.2);--scrollbar-track-hover-color:rgba(255,255,255,0.3);--scrollbar-thumb-color:rgba(120,255,120,0.8);--scrollbar-thumb-hover-color:rgba(120,255,120,1);--scrollbar-thumb-active-color:rgba(100,255,100,1);--scrollbar-thumb-border-color:rgba(120,255,120,0.4);--scrollbar-thumb-hover-border-color:rgba(120,255,120,0.6);--scrollbar-thumb-active-border-color:rgba(120,255,120,0.8);--scrollbar-thumb-shadow:0 0 8px rgba(120,255,120,0.5);--scrollbar-thumb-hover-shadow:0 0 12px rgba(120,255,120,0.7);--scrollbar-indicator-color:rgba(120,255,120,0.9);--scrollbar-indicator-glow:rgba(120,255,120,0.6);--scrollbar-focus-color:rgba(120,255,120,0.8);--scrollbar-focus-shadow:rgba(120,255,120,0.4);--scrollbar-thumb-mobile-color:rgba(120,255,120,0.7);--new-message-badge-bg:rgba(0,0,0,0.9);--new-message-badge-hover-bg:rgba(0,0,0,1);--new-message-badge-border:rgba(120,255,120,0.8);--new-message-badge-hover-border:rgba(120,255,120,1);--new-message-badge-text:rgba(120,255,120,1);--new-message-badge-hover-text:rgba(120,255,120,1);--new-message-badge-focus-ring:rgba(120,255,120,0.8);--new-message-badge-icon-color:rgba(120,255,120,0.9);--new-message-badge-text-color:rgba(120,255,120,1);--new-message-badge-arrow-color:rgba(120,255,120,0.8);--new-message-badge-pulse-color:rgba(120,255,120,0.3)}.theme-dos{--scrollbar-track-color:rgba(0,255,255,0.15);--scrollbar-track-hover-color:rgba(0,255,255,0.25);--scrollbar-thumb-color:rgba(0,255,255,0.6);--scrollbar-thumb-hover-color:rgba(0,255,255,0.8);--scrollbar-thumb-active-color:rgba(0,255,255,1);--scrollbar-thumb-border-color:rgba(0,255,255,0.3);--scrollbar-thumb-hover-border-color:rgba(0,255,255,0.5);--scrollbar-thumb-active-border-color:rgba(0,255,255,0.7);--scrollbar-thumb-shadow:0 0 8px rgba(0,255,255,0.4);--scrollbar-thumb-hover-shadow:0 0 12px rgba(0,255,255,0.6);--scrollbar-indicator-color:rgba(0,255,255,0.9);--scrollbar-indicator-glow:rgba(0,255,255,0.5);--scrollbar-focus-color:rgba(0,255,255,0.8);--scrollbar-focus-shadow:rgba(0,255,255,0.3);--scrollbar-thumb-mobile-color:rgba(0,255,255,0.7);--new-message-badge-bg:rgba(0,0,139,0.9);--new-message-badge-hover-bg:rgba(0,0,139,1);--new-message-badge-border:rgba(0,255,255,0.8);--new-message-badge-hover-border:rgba(0,255,255,1);--new-message-badge-text:rgba(0,255,255,1);--new-message-badge-hover-text:rgba(0,255,255,1);--new-message-badge-focus-ring:rgba(0,255,255,0.8);--new-message-badge-icon-color:rgba(0,255,255,0.9);--new-message-badge-text-color:rgba(0,255,255,1);--new-message-badge-arrow-color:rgba(0,255,255,0.8);--new-message-badge-pulse-color:rgba(0,255,255,0.3)}.theme-cyberpunk{--scrollbar-track-color:rgba(255,20,147,0.15);--scrollbar-track-hover-color:rgba(255,20,147,0.25);--scrollbar-thumb-color:linear-gradient(45deg,rgba(255,20,147,0.7),rgba(138,43,226,0.7));--scrollbar-thumb-hover-color:linear-gradient(45deg,rgba(255,20,147,0.9),rgba(138,43,226,0.9));--scrollbar-thumb-active-color:linear-gradient(45deg,rgba(255,20,147,1),rgba(138,43,226,1));--scrollbar-thumb-border-color:rgba(255,20,147,0.4);--scrollbar-thumb-hover-border-color:rgba(255,20,147,0.6);--scrollbar-thumb-active-border-color:rgba(255,20,147,0.8);--scrollbar-thumb-shadow:0 0 12px rgba(255,20,147,0.6),0 0 24px rgba(138,43,226,0.4);--scrollbar-thumb-hover-shadow:0 0 16px rgba(255,20,147,0.8),0 0 32px rgba(138,43,226,0.6);--scrollbar-indicator-color:rgba(255,20,147,1);--scrollbar-indicator-glow:rgba(255,20,147,0.7);--scrollbar-focus-color:rgba(255,20,147,0.9);--scrollbar-focus-shadow:rgba(255,20,147,0.5);--scrollbar-thumb-mobile-color:rgba(255,20,147,0.8);--new-message-badge-bg:rgba(30,0,30,0.9);--new-message-badge-hover-bg:rgba(30,0,30,1);--new-message-badge-border:rgba(255,20,147,0.8);--new-message-badge-hover-border:rgba(255,20,147,1);--new-message-badge-text:rgba(255,20,147,1);--new-message-badge-hover-text:rgba(255,20,147,1);--new-message-badge-focus-ring:rgba(255,20,147,0.8);--new-message-badge-icon-color:rgba(255,20,147,0.9);--new-message-badge-text-color:rgba(255,20,147,1);--new-message-badge-arrow-color:rgba(138,43,226,0.9);--new-message-badge-pulse-color:rgba(255,20,147,0.4)}.theme-paper{--scrollbar-track-color:rgba(139,69,19,0.1);--scrollbar-track-hover-color:rgba(139,69,19,0.15);--scrollbar-thumb-color:rgba(139,69,19,0.4);--scrollbar-thumb-hover-color:rgba(139,69,19,0.6);--scrollbar-thumb-active-color:rgba(139,69,19,0.8);--scrollbar-thumb-border-color:rgba(139,69,19,0.2);--scrollbar-thumb-hover-border-color:rgba(139,69,19,0.3);--scrollbar-thumb-active-border-color:rgba(139,69,19,0.4);--scrollbar-thumb-shadow:0 2px 6px rgba(139,69,19,0.3);--scrollbar-thumb-hover-shadow:0 3px 9px rgba(139,69,19,0.4);--scrollbar-indicator-color:rgba(139,69,19,0.7);--scrollbar-indicator-glow:rgba(139,69,19,0.3);--scrollbar-focus-color:rgba(139,69,19,0.6);--scrollbar-focus-shadow:rgba(139,69,19,0.2);--scrollbar-thumb-mobile-color:rgba(139,69,19,0.5);--new-message-badge-bg:rgba(245,245,220,0.95);--new-message-badge-hover-bg:rgba(245,245,220,1);--new-message-badge-border:rgba(139,69,19,0.6);--new-message-badge-hover-border:rgba(139,69,19,0.8);--new-message-badge-text:rgba(139,69,19,0.9);--new-message-badge-hover-text:rgba(139,69,19,1);--new-message-badge-focus-ring:rgba(139,69,19,0.6);--new-message-badge-icon-color:rgba(139,69,19,0.8);--new-message-badge-text-color:rgba(139,69,19,0.9);--new-message-badge-arrow-color:rgba(139,69,19,0.7);--new-message-badge-pulse-color:rgba(139,69,19,0.2)}.theme-dos-blue{--scrollbar-track-color:rgba(255,255,0,0.15);--scrollbar-track-hover-color:rgba(255,255,0,0.25);--scrollbar-thumb-color:rgba(255,255,0,0.7);--scrollbar-thumb-hover-color:rgba(255,255,0,0.9);--scrollbar-thumb-active-color:rgba(255,255,0,1);--scrollbar-thumb-border-color:rgba(255,255,0,0.3);--scrollbar-thumb-hover-border-color:rgba(255,255,0,0.5);--scrollbar-thumb-active-border-color:rgba(255,255,0,0.7);--scrollbar-thumb-shadow:0 0 8px rgba(255,255,0,0.5);--scrollbar-thumb-hover-shadow:0 0 12px rgba(255,255,0,0.7);--scrollbar-indicator-color:rgba(255,255,0,1);--scrollbar-indicator-glow:rgba(255,255,0,0.6);--scrollbar-focus-color:rgba(255,255,0,0.8);--scrollbar-focus-shadow:rgba(255,255,0,0.4);--scrollbar-thumb-mobile-color:rgba(255,255,0,0.8);--new-message-badge-bg:rgba(0,0,139,0.9);--new-message-badge-hover-bg:rgba(0,0,139,1);--new-message-badge-border:rgba(255,255,0,0.8);--new-message-badge-hover-border:rgba(255,255,0,1);--new-message-badge-text:rgba(255,255,0,1);--new-message-badge-hover-text:rgba(255,255,0,1);--new-message-badge-focus-ring:rgba(255,255,0,0.8);--new-message-badge-icon-color:rgba(255,255,0,0.9);--new-message-badge-text-color:rgba(255,255,0,1);--new-message-badge-arrow-color:rgba(255,255,0,0.8);--new-message-badge-pulse-color:rgba(255,255,0,0.3)}.theme-solarized{--scrollbar-track-color:rgba(147,161,161,0.15);--scrollbar-track-hover-color:rgba(147,161,161,0.25);--scrollbar-thumb-color:rgba(147,161,161,0.5);--scrollbar-thumb-hover-color:rgba(147,161,161,0.7);--scrollbar-thumb-active-color:rgba(147,161,161,0.9);--scrollbar-thumb-border-color:rgba(147,161,161,0.2);--scrollbar-thumb-hover-border-color:rgba(147,161,161,0.3);--scrollbar-thumb-active-border-color:rgba(147,161,161,0.4);--scrollbar-thumb-shadow:0 2px 8px rgba(0,43,54,0.3);--scrollbar-thumb-hover-shadow:0 4px 12px rgba(0,43,54,0.4);--scrollbar-indicator-color:rgba(147,161,161,0.8);--scrollbar-indicator-glow:rgba(147,161,161,0.4);--scrollbar-focus-color:rgba(147,161,161,0.7);--scrollbar-focus-shadow:rgba(147,161,161,0.3);--scrollbar-thumb-mobile-color:rgba(147,161,161,0.6);--new-message-badge-bg:rgba(0,43,54,0.9);--new-message-badge-hover-bg:rgba(0,43,54,1);--new-message-badge-border:rgba(147,161,161,0.6);--new-message-badge-hover-border:rgba(147,161,161,0.8);--new-message-badge-text:rgba(147,161,161,0.9);--new-message-badge-hover-text:rgba(147,161,161,1);--new-message-badge-focus-ring:rgba(147,161,161,0.7);--new-message-badge-icon-color:rgba(147,161,161,0.8);--new-message-badge-text-color:rgba(147,161,161,0.9);--new-message-badge-arrow-color:rgba(147,161,161,0.7);--new-message-badge-pulse-color:rgba(147,161,161,0.2)}.theme-cyberpunk .scrollbar-thumb-inner{background:linear-gradient(45deg,rgba(255,20,147,.7),rgba(138,43,226,.7))!important}.theme-cyberpunk .scrollbar-thumb:hover .scrollbar-thumb-inner{background:linear-gradient(45deg,rgba(255,20,147,.9),rgba(138,43,226,.9))!important}.theme-cyberpunk .scrollbar-thumb-active .scrollbar-thumb-inner{background:linear-gradient(45deg,rgba(255,20,147,1),rgba(138,43,226,1))!important}.theme-cyberpunk .scrollbar-thumb-inner{animation:cyberpunk-pulse 2s ease-in-out infinite alternate}@keyframes cyberpunk-pulse{0%{box-shadow:0 0 5px rgba(255,20,147,.5),0 0 10px rgba(255,20,147,.3),0 0 15px rgba(138,43,226,.2)}to{box-shadow:0 0 8px rgba(255,20,147,.7),0 0 16px rgba(255,20,147,.5),0 0 24px rgba(138,43,226,.4)}}@media (prefers-reduced-motion:reduce){.theme-cyberpunk .scrollbar-thumb-inner{animation:none}}.high-contrast-mode{--background:#000000;--foreground:#ffffff;--primary:#ffff00;--primary-foreground:#000000;--secondary:#00ffff;--secondary-foreground:#000000;--muted:#808080;--muted-foreground:#ffffff;--accent:#ff00ff;--accent-foreground:#000000;--destructive:#ff0000;--destructive-foreground:#ffffff;--border:#ffffff;--input:#ffffff;--ring:#ffff00;--success:#00ff00;--warning:#ffff00}.high-contrast-mode *{border-color:#ffffff!important;outline-color:#ffff00!important}.high-contrast-mode button{background-color:#000000!important;color:#ffffff!important;border:2px solid #ffffff!important}.high-contrast-mode button:hover{background-color:#ffffff!important;color:#000000!important}.high-contrast-mode button:focus{outline:3px solid #ffff00!important;outline-offset:2px!important}.high-contrast-mode a{color:#00ffff!important;text-decoration:underline!important}.high-contrast-mode a:hover{color:#ffff00!important}.high-contrast-mode a:focus{outline:3px solid #ffff00!important;outline-offset:2px!important}.high-contrast-mode .transaction-graph{background-color:#000000!important}.high-contrast-mode .transaction-graph .node{stroke:#ffffff!important;stroke-width:3px!important}.high-contrast-mode .transaction-graph .node.account{fill:#00ffff!important}.high-contrast-mode .transaction-graph .node.program{fill:#ff00ff!important}.high-contrast-mode .transaction-graph .node.token{fill:#00ff00!important}.high-contrast-mode .transaction-graph .node.transaction{fill:#ffff00!important}.high-contrast-mode .transaction-graph .edge{stroke:#ffffff!important;stroke-width:2px!important}.high-contrast-mode .transaction-graph .edge.transfer{stroke:#00ff00!important}.high-contrast-mode .transaction-graph .edge.instruction{stroke:#00ffff!important}.high-contrast-mode .transaction-graph .edge-label,.high-contrast-mode .transaction-graph .node-label{fill:#ffffff!important;font-weight:700!important;font-size:14px!important}.high-contrast-mode .instruction-item{border:2px solid #ffffff!important;background-color:#000000!important}.high-contrast-mode .instruction-item.expanded{background-color:#1a1a1a!important}.high-contrast-mode .instruction-header{background-color:#333333!important;border-bottom:2px solid #ffffff!important}.high-contrast-mode .risk-low{color:#00ff00!important}.high-contrast-mode .risk-medium{color:#ffff00!important}.high-contrast-mode .risk-high{color:#ff0000!important}.high-contrast-mode .category-badge{background-color:#ffffff!important;color:#000000!important;border:2px solid #ffffff!important}.high-contrast-mode .account-change-item{border:2px solid #ffffff!important;background-color:#000000!important}.high-contrast-mode .balance-increase{color:#00ff00!important;font-weight:700!important}.high-contrast-mode .balance-decrease{color:#ff0000!important;font-weight:700!important}.high-contrast-mode .balance-neutral{color:#ffffff!important}.high-contrast-mode .token-change{border:1px solid #ffffff!important;background-color:#1a1a1a!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.focus-visible{outline:3px solid #ffff00!important;outline-offset:2px!important}@media (hover:none) and (pointer:coarse){[role=button],a,button,input,select,textarea{min-height:44px;min-width:44px;padding:12px}.touch-target{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.transaction-graph .edge,.transaction-graph .node{transition:none!important}}.high-contrast-mode :focus{outline:3px solid #ffff00!important;outline-offset:2px!important}.high-contrast-mode :focus-visible{outline:3px solid #ffff00!important;outline-offset:2px!important}.skip-link{position:absolute;top:-40px;left:6px;background:#000000;color:#ffffff;padding:8px;text-decoration:none;border:2px solid #ffffff;z-index:1000}.skip-link:focus{top:6px}.keyboard-navigation .focusable-element:focus{outline:2px solid #0066cc;outline-offset:2px}.high-contrast-mode .keyboard-navigation .focusable-element:focus{outline:3px solid #ffff00!important;outline-offset:2px!important}.loading-spinner[aria-busy=true]{position:relative}.loading-spinner[aria-busy=true]:after{content:"Loading...";position:absolute;left:-9999px}.error-message[role=alert]{border:2px solid #ff0000;padding:12px;background-color:#ffe6e6;color:#cc0000}.high-contrast-mode .error-message[role=alert]{background-color:#000000!important;color:#ff0000!important;border:2px solid #ff0000!important}.success-message[role=status]{border:2px solid #00cc00;padding:12px;background-color:#e6ffe6;color:#006600}.high-contrast-mode .success-message[role=status]{background-color:#000000!important;color:#00ff00!important;border:2px solid #00ff00!important}.accessible-table{border-collapse:collapse;width:100%}.accessible-table td,.accessible-table th{border:1px solid #ccc;padding:8px;text-align:left}.accessible-table th{background-color:#f5f5f5;font-weight:700}.high-contrast-mode .accessible-table td,.high-contrast-mode .accessible-table th{border:2px solid #ffffff!important}.high-contrast-mode .accessible-table th{background-color:#333333!important;color:#ffffff!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:white;border:2px solid #ccc;border-radius:4px;padding:20px;max-width:90vw;max-height:90vh;overflow:auto;z-index:1001}.high-contrast-mode .modal-content{background-color:#000000!important;color:#ffffff!important;border:3px solid #ffffff!important}.tooltip{position:relative;display:inline-block}.tooltip .tooltip-content{visibility:hidden;width:200px;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:8px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-100px;opacity:0;transition:opacity .3s}.tooltip:focus .tooltip-content,.tooltip:hover .tooltip-content{visibility:visible;opacity:1}.high-contrast-mode .tooltip .tooltip-content{background-color:#000000!important;color:#ffffff!important;border:2px solid #ffffff!important}@media (prefers-reduced-motion:reduce){.tooltip .tooltip-content{transition:none!important}}@media (max-width:768px){.transaction-graph{min-height:300px;max-height:60vh}.transaction-graph .controls{flex-direction:column;gap:8px}.transaction-graph .control-group{flex-wrap:wrap;justify-content:center}.transaction-graph .control-button{min-height:44px;min-width:44px;padding:12px;font-size:16px}.transaction-graph .settings-panel{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:rgba(0,0,0,.5);padding:20px;overflow-y:auto}.transaction-graph .settings-content{background:var(--background);border-radius:12px;padding:24px;max-width:none;margin:auto}.transaction-graph .node{r:8px;stroke-width:2px}.transaction-graph .edge{stroke-width:2px}.transaction-graph .node-label{font-size:12px;font-weight:600}.transaction-graph .edge-label{font-size:10px}.transaction-graph .complex-label{display:none}.instruction-breakdown{padding:16px}.instruction-item{margin-bottom:12px}.instruction-header{padding:16px;flex-direction:column;align-items:flex-start;gap:12px}.instruction-header .main-info{width:100%}.instruction-header .actions{width:100%;justify-content:flex-end}.instruction-details{padding:16px}.instruction-grid{grid-template-columns:1fr;gap:16px}.instruction-accounts,.instruction-parameters{max-height:300px;overflow-y:auto}.account-item,.parameter-item{padding:12px;border-radius:8px}.account-address{font-size:12px;word-break:break-all}.parameter-value{font-size:12px;max-height:100px;overflow-y:auto}.account-changes{padding:16px}.account-changes-header{flex-direction:column;align-items:flex-start;gap:16px}.account-changes-stats{grid-template-columns:repeat(2,1fr);gap:12px}.account-changes-filters{flex-direction:column;align-items:flex-start;gap:12px}.account-change-item{padding:16px}.account-change-header{flex-direction:column;align-items:flex-start;gap:12px}.account-change-summary{width:100%}.account-change-actions{width:100%;justify-content:flex-end}.account-change-details{margin-top:16px;margin-left:0}.balance-grid{grid-template-columns:1fr;gap:12px}.balance-item{text-align:center;padding:12px}.token-changes{gap:12px}.token-change-item{padding:12px}.token-change-grid{grid-template-columns:1fr;gap:8px}.token-address{font-size:10px;word-break:break-all}}@media (hover:none) and (pointer:coarse){.touch-active{background-color:rgba(0,0,0,.1);transform:scale(.98)}.button-touch{min-width:44px;user-select:none;-webkit-tap-highlight-color:transparent}.button-touch,.interactive-element{min-height:44px;padding:12px;touch-action:manipulation}.small-button{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.swipeable{position:relative}.swipeable:after{content:"";position:absolute;right:8px;top:50%;transform:translateY(-50%);width:4px;height:20px;background:var(--muted-foreground);border-radius:2px;opacity:.3}}@media (min-width:768px) and (max-width:1024px){.transaction-graph{min-height:400px;max-height:70vh}.account-changes,.instruction-breakdown{padding:24px}.instruction-grid{grid-template-columns:repeat(2,1fr)}.account-changes-stats{grid-template-columns:repeat(4,1fr)}.balance-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px) and (orientation:landscape){.transaction-graph{max-height:80vh}.modal-mobile{padding:12px}.modal-content-mobile{max-height:90vh;overflow-y:auto}}@media (max-width:768px) and (-webkit-min-device-pixel-ratio:2){.transaction-graph .edge,.transaction-graph .node{stroke-width:1px}.account-change-item,.instruction-item{border-width:1px}}@media (max-width:768px) and (prefers-color-scheme:dark){.transaction-graph{background-color:#0a0a0a}.account-change-item,.instruction-item{background-color:#1a1a1a;border-color:#333}.modal-mobile{background-color:rgba(0,0,0,.8)}}@media (max-width:768px) and (prefers-reduced-motion:reduce){.account-change-item,.instruction-item,.transaction-graph .edge,.transaction-graph .node{transition:none!important}.touch-active{transform:none!important}}.modal-mobile{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:rgba(0,0,0,.5);padding:16px;overflow-y:auto}.modal-content-mobile{background:var(--background);border-radius:12px;padding:20px;margin:auto;max-width:none;width:100%;min-height:100%;display:flex;flex-direction:column}.modal-header-mobile{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.modal-body-mobile{flex:1;overflow-y:auto}.modal-footer-mobile{margin-top:20px;padding-top:16px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:12px}.table-card-mobile{display:block;border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:12px;background:var(--background)}.table-card-header{font-weight:600;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.table-card-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--muted)}.table-card-row:last-child{border-bottom:none}.table-card-label{font-weight:500;color:var(--muted-foreground);font-size:14px}.table-card-value{font-family:monospace;font-size:14px;text-align:right;max-width:60%;word-break:break-all}.mobile-nav-hint{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--background);border:1px solid var(--border);border-radius:20px;padding:8px 16px;font-size:12px;color:var(--muted-foreground);z-index:100;opacity:.8}.loading-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:40px 20px}.loading-spinner-mobile{width:40px;height:40px;border-top:3px solid var(--muted);border:3px solid var(--muted);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.loading-text-mobile{margin-top:16px;font-size:16px;color:var(--muted-foreground);text-align:center}.error-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:40px 20px;text-align:center}.error-icon-mobile{width:48px;height:48px;color:var(--destructive);margin-bottom:16px}.error-title-mobile{font-size:18px;font-weight:600;color:var(--foreground);margin-bottom:8px}.error-message-mobile{font-size:14px;color:var(--muted-foreground);margin-bottom:20px;line-height:1.5}.error-button-mobile{min-height:44px;padding:12px 24px;font-size:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}