.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;animation:modal-fade-in .2s ease-out;padding:1rem}.modal-content{background-color:var(--bg-dark);border-radius:var(--radius-lg);width:90%;max-width:500px;position:relative;overflow:hidden;animation:modal-slide-up .3s ease-out;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);background-color:var(--bg-medium)}.modal-title{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.modal-close{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{color:var(--text-primary);background-color:var(--bg-light)}.modal-body{background-color:var(--bg-dark);color:var(--text-primary)}.modal-body button{background-color:var(--primary-color);width:100%;max-width:200px;font-weight:500}.modal-body button:hover{background-color:var(--primary-dark)}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width: 1920px){.modal-content{max-width:600px}.modal-header{padding:1.25rem 2rem}.modal-title{font-size:1.5rem}}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-content{width:95%}.modal-header{padding:.75rem 1rem}.modal-title{font-size:1.125rem}.modal-close{padding:.375rem}.modal-body{padding:1rem}}.message-container{display:flex;padding:1.5rem 1rem;justify-content:flex-start;width:100%;max-width:100%;animation:message-appear .3s ease-out;align-items:flex-start;border:none}.message,.message p{margin-left:0!important}.message-wrapper{display:flex;align-items:flex-start;width:100%;max-width:100%;gap:1rem;border:none;position:relative;overflow:hidden}.message-wrapper.has-large-table{max-width:1400px}.message-container:nth-child(odd){background-color:var(--bg-medium)}.message-avatar{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;margin-right:1rem}.assistant-icon{color:var(--logo-color);background:var(--logo-bg);padding:.25rem;border-radius:var(--radius-sm);border:none}.user-icon{color:var(--text-secondary);border:none}.message-content{flex:1;max-width:100%;min-width:0;overflow-wrap:break-word;border:none;text-align:left;margin-left:0}.mobile-warning{display:flex;align-items:center;gap:.5rem;padding:.75rem;margin-bottom:1rem;background-color:var(--bg-light);border-radius:var(--radius-md);color:var(--text-secondary);font-size:.875rem;line-height:1.4;border:none}.mobile-warning svg{flex-shrink:0;color:var(--text-secondary)}.message-bubble{color:var(--text-primary);font-size:.875rem;line-height:1.6;letter-spacing:-.01em;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left!important;direction:ltr!important}.message-bubble *{text-align:left!important;direction:ltr!important}.message-bubble div,.message-bubble span,.message-bubble section,.message-bubble article{text-align:left!important;direction:ltr!important}.message-bubble a,.confirmation-keyword{color:var(--link-color);text-decoration:none;transition:all .2s ease;animation:blink 2s infinite;cursor:pointer}.message-bubble a:hover,.confirmation-keyword:hover{opacity:.8;text-decoration:underline;animation:none}.confirmation-keyword{font-weight:500;padding:.125rem .25rem;border-radius:.25rem;background-color:var(--bg-light)}.message-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.message-timestamp{font-size:.75rem;color:var(--text-muted)}.message-bubble h1,.message-bubble h2,.message-bubble h3,.message-bubble h4,.message-bubble h5,.message-bubble h6{margin-top:2rem;margin-bottom:1.25rem;font-weight:600;color:var(--text-primary);line-height:1.3;letter-spacing:-.025em;font-feature-settings:"kern" 1,"liga" 1;text-align:left!important}.message-bubble h1{font-size:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:.75rem;margin-bottom:1.5rem}.message-bubble h2{font-size:1.25rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem;margin-bottom:1.25rem}.message-bubble h3{font-size:1.125rem;margin-bottom:1rem}.message-bubble h4{font-size:1rem;margin-bottom:.875rem}.message-bubble p{margin-bottom:1.25rem;line-height:1.6;color:var(--text-primary);text-align:left!important;direction:ltr!important;word-break:keep-all;overflow-wrap:break-word;white-space:pre-wrap;font-family:inherit;letter-spacing:-.01em}.message-bubble p:last-child{margin-bottom:0}.message-bubble ul,.message-bubble ol{padding-left:1.5rem;margin:1.25rem 0;color:var(--text-primary);line-height:1.6;text-align:left!important;direction:ltr!important}.message-bubble li{margin-bottom:.75rem;line-height:1.6;text-align:left!important;direction:ltr!important;white-space:pre-wrap;font-family:inherit;letter-spacing:-.01em}.message-bubble li:last-child{margin-bottom:0}.message-bubble li p{margin-bottom:.5rem}.message-bubble pre{background-color:var(--bg-light);border-radius:var(--radius-md);padding:1.25rem;overflow-x:auto;margin:1.5rem 0;font-size:.8125rem;color:var(--text-primary);line-height:1.5}.message-bubble code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Courier New,monospace;font-size:.8125rem;padding:.25rem .5rem;background-color:var(--bg-light);border-radius:4px;color:var(--text-primary);font-feature-settings:"liga" 0;-webkit-font-smoothing:antialiased}.message-bubble pre code{padding:0;background-color:transparent}.message-bubble blockquote{border-left:4px solid var(--primary-color);margin:1.5rem 0;padding:1rem 0 1rem 1.5rem;color:var(--text-secondary);font-style:italic;background-color:var(--bg-medium);border-radius:0 var(--radius-md) var(--radius-md) 0;line-height:1.6}.message-bubble table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem;color:var(--text-primary);border-radius:var(--radius-md);overflow:hidden;min-width:-moz-max-content;min-width:max-content}.message-bubble th,.message-bubble td{padding:.75rem;text-align:left;line-height:1.5;border-bottom:1px solid var(--bg-light);word-break:break-all;max-width:200px}.message-bubble td.address-cell,.message-bubble td.hash-cell{font-family:Courier New,monospace;font-size:.75rem;max-width:150px;word-break:break-all;line-height:1.3;padding:.5rem}.message-bubble th.address-header,.message-bubble th.hash-header{max-width:150px;font-size:.75rem}.message-bubble th{background-color:var(--bg-medium);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--bg-light)}.message-bubble tr:nth-child(2n){background-color:var(--bg-medium)}.message-bubble tr:hover{background-color:var(--bg-light)}.table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:var(--radius-md)}.table-wrapper table{margin:0;width:-moz-max-content;width:max-content;min-width:100%}.message-bubble>*:first-child{margin-top:0}.message-bubble>*:last-child{margin-bottom:0}.message-bubble .investigation-section{margin:2rem 0;padding:1.5rem;background-color:var(--bg-medium);border-radius:var(--radius-lg)}.message-bubble .investigation-section h3{margin-top:0;margin-bottom:1rem;color:var(--text-primary)}.message-bubble .long-text{max-width:65ch;margin:0 auto}.copy-container{position:absolute;top:8px;right:8px;z-index:10}.copy-button{display:flex;align-items:center;gap:4px;padding:4px 8px;background:var(--bg-medium);border:1px solid var(--border-color);border-radius:4px;color:var(--text-secondary);font-size:.75rem;cursor:pointer;transition:all .2s ease;opacity:0;transform:translateY(-2px)}.copy-button:hover{background:var(--bg-light);color:var(--text-primary);opacity:1;transform:translateY(0)}.copy-button.copied{background:#10b981;color:#fff;border-color:#10b981;opacity:1;transform:translateY(0)}.copy-label{font-weight:500}.table-wrapper:hover .copy-button,pre:hover .copy-button{opacity:1;transform:translateY(0)}@media (max-width: 768px){.copy-button{opacity:.7;transform:translateY(0)}.copy-button:active{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@media (min-width: 1920px){.message-container{padding:2rem}.message-avatar{width:36px;height:36px}.message-bubble{font-size:.9375rem;line-height:1.6}.message-bubble h1{font-size:1.625rem}.message-bubble h2{font-size:1.375rem}.message-bubble h3{font-size:1.25rem}.mobile-warning{padding:1rem;font-size:.875rem}}@media (max-width: 768px){.message-container{padding:1rem}.message-avatar{width:24px;height:24px}.message-bubble{font-size:.875rem;line-height:1.6;text-align:left!important}.message-bubble h1{font-size:1.25rem}.message-bubble h2{font-size:1.125rem}.message-bubble h3{font-size:1rem}.message-bubble table{font-size:.8125rem}.message-bubble th,.message-bubble td{padding:.625rem}.mobile-warning{padding:.625rem;font-size:.75rem}}.chat-container{display:flex;flex-direction:column;height:100%;background-color:var(--bg-dark);width:100%;position:relative;transition:all .3s ease}.chat-inner{display:flex;flex-direction:column;height:100%}.chat-messages{flex:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column;scroll-behavior:smooth;width:100%;-webkit-overflow-scrolling:touch;padding-bottom:80px;overscroll-behavior-y:contain}.message-list{overflow-anchor:none;width:100%;max-width:100%}#bottom-sentinel{overflow-anchor:auto;height:1px}.new-messages-button{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background-color:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-md);cursor:pointer}.loading-indicator{display:flex;align-items:center;gap:.5rem;padding:1.5rem;color:var(--text-secondary);width:100%;font-size:.875rem;line-height:1.5;justify-content:flex-start}.loading-indicator.investigation-progress{color:var(--text-primary);font-weight:500}.loading-indicator.investigation-progress .stream-cursor{background-color:var(--primary-color);width:6px;height:6px}.response-with-form{display:block;width:100%}.message-with-inline-form{display:flex;align-items:flex-start;gap:1rem;width:100%}.message-text-content{flex:0 0 50%;min-width:0}.inline-form-wrapper{flex:0 0 50%;min-width:0;width:100%;height:-moz-fit-content;height:fit-content;margin-left:auto}.stream-cursor{width:4px;height:4px;border-radius:50%;background-color:var(--text-primary);animation:stream-blink 1s infinite;align-self:center}@keyframes stream-blink{0%,50%{opacity:1}50%,to{opacity:0}}.error-message{background-color:var(--bg-light);color:var(--text-primary);padding:.75rem 1rem;margin:1rem;border-radius:var(--radius-md);text-align:center;font-size:.8125rem;animation:fade-in .3s ease-out}.fullscreen-button{background:var(--bg-medium);border:1px solid var(--border-color);color:var(--text-secondary);padding:.25rem;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.fullscreen-button:hover{background:var(--bg-light);color:var(--text-primary)}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:3px}@media (min-width: 1920px){.loading-indicator{padding:2rem}.chat-container{height:100%}.chat-container.fullscreen .message-container{padding:2.5rem}}@media (max-width: 768px){.loading-indicator{padding:1rem}.error-message{margin:.75rem;font-size:.75rem}.chat-messages{padding-bottom:100px}.message-with-inline-form{flex-direction:column;gap:1rem}.inline-form-wrapper{min-width:auto;max-width:none}}.chat-input-container{padding:1rem;background-color:var(--bg-dark);border-top:1px solid var(--border-color);width:100%;flex-shrink:0;display:flex;justify-content:center}.chat-input-wrapper{width:100%;max-width:min(90vw,1200px);display:flex;gap:.75rem;position:relative;align-items:flex-end}.new-chat-button{display:flex;align-items:center;gap:.25rem;padding:.375rem .5rem;background-color:var(--bg-medium);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.75rem;cursor:pointer;transition:all .2s ease;flex-shrink:0;height:48px;min-height:48px;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.new-chat-button:hover{background-color:var(--bg-light);color:var(--text-primary)}.chat-textarea{flex:1;padding:.75rem 1rem;background-color:var(--bg-medium);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:.875rem;resize:none;min-height:48px;height:48px;max-height:200px;overflow-y:auto;transition:all .2s ease;line-height:1.4;-webkit-appearance:none;-moz-appearance:none;appearance:none;white-space:pre-wrap;word-wrap:break-word;-webkit-user-select:text;-moz-user-select:text;user-select:text}.chat-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #0000001a}.chat-textarea::-moz-placeholder{color:var(--text-muted)}.chat-textarea::placeholder{color:var(--text-muted)}.chat-textarea:disabled{opacity:.7;cursor:not-allowed}.send-button{background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--radius-md);width:48px;height:48px;min-height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.send-button:hover:not(:disabled){background-color:var(--primary-dark);transform:scale(1.05)}.send-button:disabled{background-color:var(--bg-light);color:var(--text-muted);cursor:not-allowed}.send-button svg{width:18px;height:18px}.chat-textarea::-webkit-scrollbar{width:6px}.chat-textarea::-webkit-scrollbar-track{background:transparent}.chat-textarea::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:3px}@media (min-width: 1920px){.chat-input-wrapper{max-width:min(85vw,1400px)}.chat-textarea{font-size:.9375rem;padding:1rem 1.25rem}.send-button{width:40px;height:40px}.send-button svg{width:20px;height:20px}}@media (max-width: 1024px){.chat-input-wrapper{max-width:100%}}@media (max-width: 768px){.chat-input-container{padding:.75rem .5rem;background-color:var(--bg-dark);z-index:100}.chat-input-wrapper{max-width:100%;gap:.5rem}.new-chat-button{padding:.375rem .5rem;font-size:.75rem;height:40px;min-height:40px}.chat-textarea{padding:.625rem .875rem;font-size:.8125rem;min-height:40px;height:40px}.send-button{width:40px;height:40px;min-height:40px}.send-button svg{width:16px;height:16px}}:root[data-theme=light]{--primary-color: #d97706;--primary-dark: #b45309;--bg-dark: #ffffff;--bg-medium: #fef7ed;--bg-light: #fed7aa;--text-primary: #1c1917;--text-secondary: #78716c;--text-muted: #a8a29e;--border-color: #e7e5e4;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--logo-color: var(--text-primary);--logo-bg: #fed7aa;--link-color: var(--primary-color);--header-height: 64px;--footer-height: 48px}:root[data-theme=dark]{--primary-color: #f59e0b;--primary-dark: #d97706;--bg-dark: #1c1917;--bg-medium: #292524;--bg-light: #44403c;--text-primary: #fafaf9;--text-secondary: #d6d3d1;--text-muted: #a8a29e;--border-color: #44403c;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--logo-color: var(--text-primary);--logo-bg: var(--bg-light);--link-color: var(--primary-color);--header-height: 64px;--footer-height: 48px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{height:100%;width:100%;overflow-x:hidden}body{min-height:100%;width:100%;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-dark);color:var(--text-primary);line-height:1.5;font-size:.875rem;-webkit-overflow-scrolling:touch}#root{min-height:100vh;width:100%}.app-container{display:flex;flex-direction:column;height:100vh;background-color:var(--bg-dark);overflow:hidden}.app-header{background-color:var(--bg-dark);border-bottom:1px solid var(--border-color);padding:.75rem 0;flex-shrink:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.logo-section{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.logo-icon{color:var(--primary-color);background-color:var(--bg-light);padding:.375rem;border-radius:var(--radius-md)}.logo-image{height:32px;width:auto;-o-object-fit:contain;object-fit:contain}.header-controls{display:flex;align-items:center;gap:1rem}.theme-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:var(--bg-medium);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.theme-toggle:hover{background-color:var(--bg-light);color:var(--text-primary)}.main-content{flex:1;overflow:hidden;background-color:var(--bg-dark)}html{scroll-behavior:smooth}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 768px){.app-header{padding:.5rem 0}.header-controls{gap:.5rem}.logo-text{font-size:1.125rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.right-0{right:0}.z-40{z-index:40}.z-50{z-index:50}.mx-4{margin-left:1rem;margin-right:1rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-4{height:1rem}.h-5{height:1.25rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-full{width:100%}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-none{border-style:none}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}:root{--page-max: 1200px;--gutter: 24px}.container{max-width:var(--page-max);margin:0 auto;padding-inline:var(--gutter)}.paper-form{background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,inset 0 1px #ffffff1a;border:1px solid rgba(226,232,240,.8);border-radius:12px;position:relative;width:100%;height:100%;min-height:400px}.paper-form:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background-image:repeating-linear-gradient(transparent,transparent 24px,rgba(59,130,246,.1) 24px,rgba(59,130,246,.1) 25px);pointer-events:none;border-radius:12px}.paper-title{font-family:Times New Roman,serif;text-shadow:0 1px 2px rgba(0,0,0,.1)}.paper-input{font-family:Courier New,monospace;background:transparent!important;border-radius:0;border-top:none;border-left:none;border-right:none;position:relative}.paper-input:focus{background:#3b82f605!important}.paper-submit{background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:8px;text-transform:uppercase;letter-spacing:.5px;font-family:Arial,sans-serif}.paper-submit:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(135deg,#1e3a8a,#2563eb)}@media (prefers-color-scheme: dark){.paper-form{background:linear-gradient(135deg,#1f2937,#111827);border-color:#4b5563cc}.paper-form:after{background-image:repeating-linear-gradient(transparent,transparent 24px,rgba(59,130,246,.2) 24px,rgba(59,130,246,.2) 25px)}}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700\/50{background-color:#37415180}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/20{background-color:#7f1d1d33}.dark\:bg-yellow-900\/20{background-color:#713f1233}.dark\:text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
