.app{width:100vw;height:100vh;background:linear-gradient(135deg,#0c0c0c,#1a1a1a);font-family:Fira Code,Courier New,monospace;overflow:hidden;margin:0;padding:0}.screen{height:99vh;width:99vw;border:5px solid transparent;-o-border-image:linear-gradient(to right,blue,skyblue) 1;border-image:linear-gradient(to right,#00f,#87ceeb) 1;overflow-y:scroll;display:flex;flex-direction:column;flex-wrap:wrap}.screen.unblank{animation:unblank .5s ease-in-out}@keyframes unblank{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.navbar{display:flex;align-items:center;background-color:#1e1e1e;border-top-left-radius:5px;border-top-right-radius:5px;padding:5px;width:calc(99vw - 19.5px);position:fixed}.navbar-button{width:12px;height:12px;border-radius:50%;margin-right:5px}.red{background-color:#ff5f56}.yellow{background-color:#ffbd2e}.green{background-color:#27c93f}.navbar-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0 auto;color:#fff;font-size:14px}.margin{margin:30px 30px 60px;display:flex;flex-direction:column;gap:20px}.margin.unblank{animation:fadeInUp .6s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body{margin:0;padding:0;color:#0f0;background:#000;font-family:Fira Code,Courier New,monospace;line-height:1.6}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#2d2d2d}::-webkit-scrollbar-thumb{background:#555;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#777}::selection{background:#00ff004d;color:#fff}::-moz-selection{background:#00ff004d;color:#fff}*:focus{outline:2px solid #00ff00;outline-offset:2px}a{color:#09f;text-decoration:none;transition:color .2s}a:hover{color:#fff}button{cursor:pointer;font-family:inherit}.text-center{text-align:center}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.navbar{padding:10px 15px}.navbar-title{font-size:12px}.margin{padding:15px}}.help-container{font-family:Consolas,monospace;color:#fff}h2{margin-bottom:10px}.help-list{padding:0;margin:0}.help-list dt{font-weight:700;text-decoration:underline;margin-bottom:5px}.help-list dd{margin-bottom:10px;margin-left:20px}.help-command{color:#87cefa}.list-container{list-style-type:none;padding:0;margin-inline:20px}.list-item{font-family:Consolas,monospace;color:#fff}.cmd{color:#87cefa}.action{color:#ff69b4}.domain{color:#ff0}.tail{color:#ff69b4}.home-content{padding:20px 0}.ascii-art{color:#0f0;text-align:center;margin-bottom:30px;font-size:8px;line-height:1;font-family:Courier New,monospace}.ascii-art pre{margin:0;text-shadow:0 0 10px #00ff00}.welcome-message{margin-bottom:30px;text-align:center}.glitch-text{font-size:24px;color:#0f0;margin-bottom:10px;animation:glitch 2s infinite;text-shadow:0 0 20px #00ff00}@keyframes glitch{0%,to{text-shadow:0 0 20px #00ff00}25%{text-shadow:-2px 0 0 #ff0000,2px 0 0 #0000ff}50%{text-shadow:2px 0 0 #ff0000,-2px 0 0 #0000ff}75%{text-shadow:0 0 20px #00ff00}}.welcome-message p{color:#ccc;font-size:16px;margin:0}.system-info{background:#2d2d2d;border:1px solid #444;border-radius:8px;padding:20px;margin-bottom:30px}.info-line{display:flex;margin-bottom:8px}.info-line:last-child{margin-bottom:0}.label{color:#09f;min-width:120px;font-weight:700}.value{color:#fff}.quick-navigation{margin-bottom:30px}.quick-navigation h3{color:#0f0;margin-bottom:15px;font-size:18px}.nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px}.nav-item{display:flex;padding:8px 0;border-bottom:1px solid #333}.command{color:#ff0;font-weight:700;min-width:100px;font-family:Courier New,monospace}.description{color:#ccc}.tips{background:#1a1a1a;border-left:4px solid #00ff00;padding:20px;border-radius:0 8px 8px 0}.tips h3{color:#0f0;margin-bottom:15px;font-size:18px}.tips ul{list-style:none;padding:0;margin:0}.tips li{color:#ccc;margin-bottom:8px;padding-left:20px;position:relative}.tips li:before{content:">";color:#0f0;position:absolute;left:0;font-weight:700}.tips code{background:#333;color:#ff0;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace}@media (max-width: 768px){.ascii-art{font-size:6px}.glitch-text{font-size:20px}.nav-grid{grid-template-columns:1fr}.nav-item{flex-direction:column}.command{min-width:auto;margin-bottom:4px}}.blog-content{padding:20px 0}.blog-header{margin-bottom:30px;text-align:center}.section-title{color:#0f0;font-size:24px;margin-bottom:10px;text-shadow:0 0 10px #00ff00}.section-description{color:#ccc;font-size:16px;margin:0}.blog-structure{background:#2d2d2d;border:1px solid #444;border-radius:8px;padding:20px;margin-bottom:30px}.directory-tree{font-family:Courier New,monospace}.tree-item{display:flex;align-items:center;margin-bottom:8px;padding:4px 0}.tree-item.sub-item{margin-left:20px;border-left:1px solid #555;padding-left:15px;position:relative}.tree-item.sub-item:before{content:"";position:absolute;left:0;top:50%;width:10px;height:1px;background:#555}.folder-icon,.file-icon{margin-right:8px;font-size:16px}.folder-name{color:#09f;font-weight:700}.file-link{color:#ff0;text-decoration:none;font-weight:700;transition:color .2s}.file-link:hover{color:#fff;text-shadow:0 0 5px #ffff00}.file-description{color:#999;margin-left:10px;font-style:italic}.recent-posts{margin-bottom:30px}.recent-posts h3{color:#0f0;margin-bottom:15px;font-size:18px}.post-list{background:#1a1a1a;border-radius:8px;padding:15px}.post-item{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #333}.post-item:last-child{border-bottom:none}.post-date{color:#666;font-family:Courier New,monospace;min-width:120px;font-size:12px}.post-title{color:#fff;text-decoration:none;transition:color .2s;flex:1}.post-title:hover{color:#0f0}.blog-stats{margin-bottom:30px}.blog-stats h3{color:#0f0;margin-bottom:15px;font-size:18px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;background:#2d2d2d;border-radius:8px;padding:20px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#1a1a1a;border-radius:5px}.stat-label{color:#09f;font-weight:700}.stat-value{color:#ff0;font-weight:700;font-family:Courier New,monospace}.navigation-help{background:#1a1a1a;border-left:4px solid #00ff00;padding:20px;border-radius:0 8px 8px 0}.navigation-help h3{color:#0f0;margin-bottom:15px;font-size:18px}.navigation-help ul{list-style:none;padding:0;margin:0}.navigation-help li{color:#ccc;margin-bottom:8px;padding-left:20px;position:relative}.navigation-help li:before{content:">";color:#0f0;position:absolute;left:0;font-weight:700}.navigation-help code{background:#333;color:#ff0;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.post-item{flex-direction:column;align-items:flex-start}.post-date{min-width:auto;margin-bottom:4px}}*,: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]{display:none}*,: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: }.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}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-0{margin-right:0}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.box-border{box-sizing:border-box}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.h-2{height:.5rem}.h-screen{height:100vh}.w-2{width:.5rem}.w-20{width:5rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.gap-2{gap:.5rem}.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-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-l-2{border-left-width:2px}.border-none{border-style:none}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-5{padding:1.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.pl-2{padding-left:.5rem}.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-bold{font-weight:700}.leading-none{line-height:1}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}.text-inherit{color:inherit}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.caret-green-400{caret-color:#4ade80}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.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{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;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}html{height:100%;width:100%;margin:0;padding:0}:root{font-family:Consolas,monospace;line-height:1.5;font-weight:400;height:100%;width:100%;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh;width:100vw;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100vw;height:100vh;color:#ffffffde;background:#000;font-family:Fira Code,Courier New,monospace}.renderitem{display:flex;flex-direction:column;flex-wrap:wrap}li{margin-block:10px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{border-radius:5px}::-webkit-scrollbar-thumb{background:#ebdbb2;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff8037}@media (max-width: 768px){*{margin-inline:0px;padding-inline:0px!important}::-webkit-scrollbar{width:4px}li{font-size:15px;margin-block:20px}.prompt{margin-block:15px;margin-inline:-10px}h2{font-size:18px!important;display:flex;flex-direction:row}.list-container{margin-inline:-10px}.help-list dd{margin-left:10px;font-size:14px}.terminal-window{width:90vw;height:auto;margin:10px -20px}.terminal-header{padding:3px}.terminal-button{width:6px;height:6px}.terminal-title{color:#fff;font-size:10px}.about{width:90vw}.about_info h3{font-size:18px!important}.about_info p{font-size:12px}button{width:100px;font-size:12px;height:40px}}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.hover\:text-blue-400:hover{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
