:root{--ink:#0f0;--ink-dim:#0c0;--paper:#000;--highlight:#3f3}body{color:#0c0;color:var(--ink-dim);font-family:Courier New,monospace;line-height:1.6;margin:0;text-shadow:0 0 2px #0c0,0 0 6px #0f0;text-shadow:0 0 2px var(--ink-dim),0 0 6px var(--ink)}body,header{background:#000;background:var(--paper)}header{align-items:center;border-bottom:2px solid #3f3;border-bottom:2px solid var(--highlight);display:flex;justify-content:space-between;padding:1.5rem}.logo{color:#3f3;color:var(--highlight);font-size:22px;font-weight:700;letter-spacing:2px}.tagline{color:#0c0;color:var(--ink-dim);font-size:12px;font-style:italic;margin-left:1rem}.section{padding:2rem}h1,h2,h3{color:#3f3;color:var(--highlight);margin-bottom:1rem;text-transform:uppercase}li,p{color:#0c0;color:var(--ink-dim);font-size:13px;margin:.5rem 0}li,ul{list-style:none;padding-left:0}.pixel-divider{background:#3f3;background:var(--highlight);height:2px;margin:1rem 0;opacity:.2}.btn{background:#0000;border:2px solid #3f3;border:2px solid var(--highlight);color:#3f3;color:var(--highlight);cursor:pointer;display:inline-block;font-size:10px;margin:.75rem;padding:10px 14px;text-shadow:0 0 5px #3f3;text-shadow:0 0 5px var(--highlight);text-transform:uppercase;transition:background .2s ease,color .2s ease}.btn:hover{background:#3f3;background:var(--highlight);color:#000;color:var(--paper)}.btn:active{transform:translate(1px,1px)}.disconnect-btn{background:#600;border:2px solid red;color:#f88;text-shadow:0 0 4px red}.disconnect-btn:hover{background:#900;color:#fff}.profiles{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.profiles li{background:#0009;border:1px solid #3f3;border:1px solid var(--highlight);padding:1rem}.popup-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popup-box{background:#000;border:2px solid #3f3;border:2px solid var(--highlight);box-shadow:0 0 10px #3f3;box-shadow:0 0 10px var(--highlight);color:#3f3;color:var(--highlight);max-width:600px;padding:2rem;text-align:left}.popup-text-mother{color:#3f9;font-size:14px;line-height:1.6;text-shadow:0 0 4px #00ff99b3}.Scanlines{animation:flicker 2s infinite;background:linear-gradient(180deg,#fff0 0,#ffffff0d 50%,#fff0);background-size:100% 4px;height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.section h1,.section h2,.section h3,.section li,.section p{animation:fadeIn 1s forwards;opacity:0}.delay-1{animation-delay:1s}.delay-2{animation-delay:2s}.delay-3{animation-delay:3s}.delay-4{animation-delay:4s}.delay-5{animation-delay:5s}.delay-6{animation-delay:6s}.delay-7{animation-delay:7s}.delay-8{animation-delay:8s}.delay-9{animation-delay:9s}.delay-10{animation-delay:10s}.delay-11{animation-delay:11s}.delay-12{animation-delay:12s}.delay-13{animation-delay:13s}.delay-14{animation-delay:14s}.delay-15{animation-delay:15s}.delay-16{animation-delay:16s}.delay-17{animation-delay:17s}.delay-18{animation-delay:18s}.delay-19{animation-delay:19s}.delay-20{animation-delay:20s}.terminal-cursor:after{color:#3f3;color:var(--highlight);content:"_";display:inline-block;margin-left:5px}.typing-container{overflow:hidden;position:relative}.scanline.animate{animation:scan .8s ease-out forwards}.terminal-cursor:after{animation:blink 1s infinite;color:#0f0;content:"■";margin-left:2px}.typing-text{animation:typing .5s steps(40),blink-cursor .75s step-end infinite;border-right:2px solid #0f0;display:inline-block;overflow:hidden;white-space:nowrap}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-cursor{0%,to{border-color:#0000}50%{border-color:#0f0}}.fade-in{animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section{position:relative}.scanline{background:linear-gradient(90deg,#0000 0,#0f0 50%,#0000);height:2px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:100}.scanline.animate{animation:scan .5s ease-out forwards}@keyframes scan{0%{opacity:.8;top:0}to{opacity:0;top:100%}}.popup-text-mother{color:#0f0;font-family:Courier New,monospace;margin:.5rem 0;min-height:1.2em}.profiles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.profile-card{background:#00ff001a;border:1px solid #0f0;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:120px;padding:1.5rem;text-align:center;transition:all .3s ease}.profile-card:hover{background:#0f03;transform:translateY(-5px)}.profile-modal-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.profile-modal{background:#000;border:2px solid #0f0;max-height:90vh;max-width:90%;overflow-y:auto;padding:1.5rem;position:relative;width:100%}.close-modal{color:#0f0}.profile-modal-content{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.profiles img{border:1px solid #3f3;border:1px solid var(--highlight);height:200px;margin-bottom:.5rem;object-fit:cover;width:100%}.profile-image-large{align-items:center;background:#00ff0005;border:2px solid #3f3;border:2px solid var(--highlight);display:flex;justify-content:center;margin:0 auto;max-width:300px;min-height:300px;position:relative;width:100%}.profile-image-large img{display:block;max-height:280px;max-width:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.profile-image-large img.loaded{opacity:1}.profile-image-large:before{animation:pulse 2s infinite;color:#0c0;color:var(--ink-dim);content:"DECRYPTING IMAGE DATA...";font-size:12px;opacity:.7;position:absolute;text-align:center}.profile-image-large img.loaded+.profile-image-large:before,.profile-image-large img.loaded~.profile-image-large:before{display:none}.profile-image-large:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#00ff001a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.profile-image-large img.loaded~.profile-image-large:after{display:none}@keyframes shimmer{0%{left:-100%}to{left:100%}}.profile-details{color:#0f0;text-align:left}.profile-nav{border-top:1px solid #0f0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-top:1.5rem;padding-top:1rem}.nav-btn{background:#0f03;border:1px solid #0f0;color:#0f0;cursor:pointer;flex:1 1;min-width:120px;padding:.5rem 1rem;transition:all .3s ease}.nav-btn:hover{background:#0f06}.classified{border-top:1px solid red;color:red;font-weight:700;margin-top:1rem;padding-top:.5rem}@media (min-width:768px){.profile-modal{max-width:700px;padding:2rem}.profile-modal-content{flex-direction:row}.profiles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.profile-modal{max-width:900px}.profiles-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.profiles img{height:150px}.profile-image-large{max-width:100%;min-height:250px}.profile-image-large img{max-height:230px}}.crt-curve{border-radius:1px;box-shadow:inset 0 0 60px 5px #00000080;height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:99}.testimonial{border-left:3px solid #3f3;border-left:3px solid var(--highlight);margin:2rem 0;padding-left:1rem}.quote{font-size:14px;font-style:italic;margin-bottom:.5rem}.attribution{color:#0c0;color:var(--ink-dim);font-size:12px;opacity:.8}.platforms-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:3rem 0}.platform-card{background:#00ff000d;border:1px solid #3f3;border:1px solid var(--highlight);padding:1.5rem;transition:all .3s ease}.platform-card:hover{background:#00ff001a;transform:translateY(-2px)}.btn-platform{background:#0000;border:1px solid #3f3;border:1px solid var(--highlight);color:#3f3;color:var(--highlight);cursor:pointer;font-size:11px;margin-top:1rem;padding:.5rem 1rem;text-transform:uppercase;transition:all .3s ease}.btn-platform:hover{background:#3f3;background:var(--highlight);color:#000;color:var(--paper)}.news-grid{grid-gap:2rem;display:grid;gap:2rem;margin:2rem 0}.news-item{border-bottom:1px solid #00ff004d;padding-bottom:1.5rem}.news-author,.news-excerpt,.news-source,.news-title{font-size:13px;margin:.5rem 0}.news-title{font-weight:700}.btn-news,.news-title{color:#3f3;color:var(--highlight)}.btn-news{background:#0000;border:1px solid #3f3;border:1px solid var(--highlight);cursor:pointer;font-size:11px;margin-top:.5rem;padding:.5rem 1rem}.awards-grid{grid-gap:2rem;display:grid;gap:2rem;margin:2rem 0}.award-item{background:#00ff0005;border:1px solid #00ff004d;padding:1.5rem}.award-source{font-size:12px;font-style:italic;margin-top:1rem;opacity:.8}@media (min-width:768px){.awards-grid,.news-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.platforms-grid{grid-template-columns:repeat(4,1fr)}.news-grid{grid-template-columns:repeat(3,1fr)}}.modal a{color:inherit;text-decoration:none}.modal a:hover{text-decoration:underline}.header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.logo-container{align-items:center;display:flex;gap:1rem}.logo-image{filter:drop-shadow(0 0 5px #33ff33);filter:drop-shadow(0 0 5px var(--highlight));height:60px;object-fit:contain;width:60px}.logo-text{display:flex;flex-direction:column}.logo-main{color:#3f3;color:var(--highlight);font-size:32px;font-weight:700;letter-spacing:3px;line-height:1;text-shadow:0 0 10px #3f3;text-shadow:0 0 10px var(--highlight)}.header-status{color:#0c0;color:var(--ink-dim);font-size:12px}.status-indicator{animation:pulse 2s infinite;color:#0f0}.ceo-letter-promo{background:#00ff000d;border:2px solid #3f3;border:2px solid var(--highlight);margin:2rem 0;padding:2rem}.ceo-letter-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.ceo-letter-actions .btn-platform{margin-top:0}.modal-overlay{background:#000000f2;padding:1rem}.modal{border:2px solid #3f3;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.modal-actions{margin-top:1rem;text-align:center}.pdf-viewer{margin:1rem 0}.close-modal{background:none;border:none;color:#3f3;color:var(--highlight);cursor:pointer;font-size:2rem;position:absolute;right:1rem;top:1rem;z-index:10}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.logo-main{font-size:28px}.ceo-letter-actions{flex-direction:column}.ceo-letter-actions .btn-platform{text-align:center}.modal{padding:1.5rem}}.footer-link{border-bottom:1px dotted #0000;color:#3f3;color:var(--highlight);margin:0 .3rem;text-decoration:none;text-shadow:0 0 3px #3f3;text-shadow:0 0 3px var(--highlight);transition:all .3s ease}.footer-link:hover{border-bottom:1px dotted #3f3;border-bottom:1px dotted var(--highlight);text-decoration:none;text-shadow:0 0 6px #3f3;text-shadow:0 0 6px var(--highlight)}.footer-link:active{color:#0c0;color:var(--ink-dim)}.news-link{color:inherit;text-decoration:none}.retro-pc-section{align-items:center;background:linear-gradient(135deg,#0a0a0c,#1a1a1f);display:flex;justify-content:center;margin:40px 0;overflow:hidden;padding:40px 20px;position:relative;width:100%}.retro-pc-container{max-width:90%;position:relative;width:800px}.monitor-frame{background:#111;border:2px solid #33322e;border-radius:8px 8px 30px 8px;box-shadow:0 0 20px #8d021f4d,inset 0 0 30px #000000e6;overflow:hidden;padding-top:75%;position:relative;width:100%}.biomech-detail{background:#2a2a2a;position:absolute;z-index:5}.detail-1{background:linear-gradient(135deg,#2a2a2a,#33322e);border-radius:0 0 5px 5px;height:15px;right:30%;top:-5px;width:100px}.detail-2{border-radius:5px 0 0 5px;bottom:10px;height:50px;left:-5px;width:15px}.detail-3{background:linear-gradient(135deg,#8d021f,#c97d3d);border-radius:5px 0 0 0;bottom:-5px;height:20px;right:-5px;width:80px}.monitor-screen{align-items:center;background:#000;border:1px solid #33322e;box-shadow:inset 0 0 25px #8d021f33;display:flex;height:85%;justify-content:center;left:5%;overflow:hidden;position:absolute;top:5%;width:90%}@keyframes flicker{0%{opacity:1}5%{opacity:.7}10%{opacity:.8}15%{opacity:.9}20%{opacity:.75}25%{opacity:1}to{opacity:1}}.monitor-screen:before{animation:flicker 10s infinite;background:linear-gradient(125deg,#c97d3d0d,#0000 20%,#8d021f0d 40%,#0000 60%,#c97d3d0d 80%,#0000);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:3}.video-container{height:100%;position:relative;width:100%;z-index:2}.video-container iframe{border:none;height:100%;width:100%}.power-button{background:radial-gradient(circle,#8d021f 0,#600 70%);border:1px solid #333;border-radius:50%;bottom:15px;box-shadow:0 0 5px #8d021fb3;cursor:pointer;height:25px;position:absolute;right:20px;width:25px;z-index:10}.power-button:after{background:#333;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:8px}.power-button:hover:after{background:#c97d3d;box-shadow:0 0 8px #c97d3d}.status-light{animation:pulse 3s infinite;background:#8d021f;border-radius:50%;bottom:23px;box-shadow:0 0 5px #8d021fb3;height:10px;position:absolute;right:60px;width:10px;z-index:10}.terminal-text{background:#1a1a1fb3;border:1px solid #33322e;color:#c97d3d;font-family:Courier New,monospace;font-size:14px;line-height:1.4;margin-top:30px;padding:15px;text-shadow:0 0 3px #c97d3d80}.terminal-text p{margin:5px 0}.blink{animation:blink 1s step-end infinite}.static-overlay{background:repeating-linear-gradient(0deg,#00000026,#00000026 1px,#0000 0,#0000 2px);display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:4}.templeos-modal-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.templeos-container{background-color:navy;border:3px solid silver;border-radius:5px;box-shadow:0 0 25px #0000ff80;max-width:900px;overflow:hidden;width:100%}.templeos-header{align-items:center;background:linear-gradient(90deg,#006 0,#00c);border-bottom:2px solid silver;display:flex;justify-content:space-between;padding:15px 20px}.templeos-header h2{color:#ff0;font-size:1.4rem;text-shadow:1px 1px 2px #000}.close-templeos{align-items:center;background:red;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:30px;justify-content:center;width:30px}.boot-status{background-color:navy;padding:30px;text-align:center}.boot-loader{margin-bottom:30px}.boot-text{color:#ff0;font-size:1.2rem;margin-bottom:20px;text-shadow:1px 1px 2px #000}.progress-bar{background-color:#000;border:2px solid silver;border-radius:3px;height:25px;margin:20px 0;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#00c 0,#0ff);height:100%;transition:width .5s ease}.boot-message{background-color:#000;border:1px solid silver;color:#0f0;font-family:Courier New,monospace;margin-top:20px;padding:15px;text-align:left}.oracle-interface{background-color:#000;border:2px solid silver;margin:20px 0;padding:20px}.web-link-btn{background:linear-gradient(180deg,#fc0 0,#f90);border:2px solid #ff0;border-radius:5px;color:#000;cursor:pointer;display:block;font-size:1.4rem;font-weight:700;letter-spacing:2px;margin:30px 0;padding:20px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:100%}.web-link-btn:hover{background:linear-gradient(180deg,#ff0 0,#fc0);box-shadow:0 5px 15px #ff06;transform:translateY(-2px)}.oracle-instruction{color:#0ff;font-size:1rem;line-height:1.5;margin-top:15px}.templeos-screen{align-items:center;border:3px solid silver;display:flex;font-size:1.2rem;height:250px;justify-content:center;margin:20px;text-align:center;white-space:pre-wrap}.templeos-screen,.templeos-terminal{background-color:#000;color:#0f0;padding:20px}.templeos-terminal{border-top:2px solid silver;font-family:Courier New,monospace}.templeos-terminal p{line-height:1.4;margin-bottom:10px}.blink{animation:blink 1s step-start infinite}@keyframes blink{50%{opacity:0}}@media (max-width:768px){.templeos-header h2{font-size:1rem}.web-link-btn{font-size:1.1rem;padding:15px}.templeos-screen{font-size:1rem;height:200px}}.iching-container{background-color:#001428cc;border:1px solid #00ffea;border-radius:8px;box-shadow:0 0 15px #00ffea4d;color:#00ffea;font-family:Courier New,monospace;margin:0 auto;max-width:800px;padding:2rem;position:relative}.iching-container h2{font-size:2.5rem;margin-bottom:.5rem;text-align:center;text-shadow:0 0 10px #00ffeab3}.subtitle{color:#8ff;line-height:1.5;margin-bottom:2rem;text-align:center}.binary-overlay{background:#000a14f2;border:2px solid #0f0;border-radius:6px;box-shadow:0 0 20px #0f06;font-family:Courier New,monospace;margin:1rem 0;padding:1.5rem}.binary-header{align-items:center;border-bottom:1px solid #0f0;color:#0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.binary-header h3{font-size:1.2rem;margin:0;text-shadow:0 0 8px #00ff00b3}.binary-reset{background:#f003;border:1px solid red;border-radius:4px;color:red;cursor:pointer;font-size:.8rem;padding:.4rem 1rem;transition:all .3s ease}.binary-reset:hover{background:#f006}.binary-display{background:#000;border:1px solid #0f0;border-radius:4px;margin:1rem 0;padding:1.2rem}.binary-stream{color:#0f0;font-size:1.1rem;letter-spacing:1px;line-height:1.8;margin-bottom:.8rem}.binary-chunk{background:#00ff001a;border-radius:3px;font-weight:700;margin:0 .2rem;padding:.2rem .5rem}.buffer-stats{color:#0f0;font-size:.9rem;opacity:.8;text-align:right}.secret-message{animation:pulse-subtle 3s infinite;background:#00ff001a;border-left:3px solid #0f0;border-radius:0 4px 4px 0;color:#0f0;margin:.8rem 0;padding:1rem}@keyframes pulse-subtle{0%,to{border-left-color:#0f0;box-shadow:0 0 5px #00ff004d}50%{border-left-color:#0a0;box-shadow:0 0 10px #00ff0080}}.secret-activation{position:absolute;right:1rem;top:1rem}.hidden-toggle{align-items:center;background:#0000;border:1px solid #00ff004d;border-radius:50%;color:#00ff0080;cursor:pointer;display:flex;font-size:.9rem;height:32px;justify-content:center;transition:all .3s ease;width:32px}.hidden-toggle:hover{border-color:#00ff00b3;box-shadow:0 0 8px #0f06;color:#0f0c}.hidden-binary-data{border-top:1px dashed #00ff004d;font-size:.9rem;margin-top:1rem;padding-top:1rem}.hidden-binary-data small{color:#0f09;font-family:Courier New,monospace}.iching-form{margin-bottom:2rem}.input-group{margin-bottom:1.5rem}.input-group label{color:#8ff;display:block;font-weight:700;margin-bottom:.5rem}.input-group textarea{background-color:#00285099;border:1px solid #0af;border-radius:6px;color:#fff;font-family:inherit;min-height:90px;padding:.8rem;resize:vertical;transition:all .3s ease;width:100%}.input-group textarea:focus{border-color:#00ffea;box-shadow:0 0 10px #00ffea80;outline:none}.input-group textarea:disabled{cursor:not-allowed;opacity:.7}.consult-button{background:linear-gradient(180deg,#06c,#036);border:1px solid #00ffea;border-radius:6px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.2rem;padding:1rem;text-shadow:0 0 5px #00ffea80;transition:all .3s ease;width:100%}.consult-button:hover:not(:disabled){background:linear-gradient(180deg,#08f,#048);box-shadow:0 0 15px #00ffea80;transform:translateY(-1px)}.consult-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.disconnect-btn-wrapper{margin-top:1.5rem;text-align:center}.disconnect-btn{background:linear-gradient(90deg,#ff3c3c,#a00);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.disconnect-btn:hover{background:linear-gradient(90deg,#f55,#c00);box-shadow:0 0 10px #ff000080;transform:scale(1.05)}.calculation-animation{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.coin{animation:flip 1.5s infinite alternate;background:linear-gradient(45deg,#fa0,#fd0);border-radius:50%;box-shadow:0 0 10px #ffc800b3;height:40px;width:40px}.coin:nth-child(2){animation-delay:.5s}.coin:nth-child(3){animation-delay:1s}@keyframes flip{0%{transform:rotateY(0deg) translateY(0)}50%{transform:rotateY(180deg) translateY(-10px)}to{transform:rotateY(1turn) translateY(0)}}.binary-flash{animation:blink-binary .5s infinite;background:#000;border:1px solid #0f0;border-radius:4px;box-shadow:0 0 8px #0f06;color:#0f0;display:inline-block;font-weight:700;margin:0 .3rem;padding:.6rem .8rem}@keyframes blink-binary{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.9)}}.reading{background-color:#001e3cb3;border:1px solid #0af;border-radius:6px;margin-top:2rem;padding:1.5rem;position:relative}.reading h3{border-bottom:1px solid #0af;color:#0fa;margin-bottom:1rem;padding-bottom:.5rem;text-shadow:0 0 8px #00ffaa80}.reading h4{color:#8ff;margin-bottom:.5rem;margin-top:1.5rem}.image,.judgement{line-height:1.6;margin-bottom:1.5rem}.lines p{border-left:2px solid #00ffea4d;margin:.5rem 0;padding-left:1rem}.hexagram-visualization{align-items:center;background:#0032644d;border-radius:6px;display:flex;flex-direction:column;margin:20px 0;padding:1rem}.hexagram-line{align-items:center;display:flex;gap:1rem;justify-content:center;margin:6px 0}.line{background-color:#00ffea;border-radius:2px;box-shadow:0 0 5px #00ffea80;height:6px;width:120px}.line.changing{animation:pulse 2s infinite;background-color:#f36;box-shadow:0 0 8px #f369}.binary-bit{background:#00ff001a;border-radius:3px;color:#0f0;font-size:.9rem;font-weight:700;padding:.2rem .5rem}.binary-bit,.binary-breakdown{font-family:Courier New,monospace}.binary-breakdown{background:#00ff000d;border-left:3px solid #0f0;border-radius:0 4px 4px 0;margin:1rem 0;padding:1rem}.session-history{border-top:1px solid #00ffea4d;margin-top:1.5rem;padding-top:1rem}.hexagram-chain{background:#0000004d;border:1px solid #00ffea4d;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;padding:1rem}.hexagram-link{color:#8ff}@keyframes pulse{0%{box-shadow:0 0 8px #f369;opacity:1}50%{box-shadow:0 0 12px #f36c;opacity:.6}to{box-shadow:0 0 8px #f369;opacity:1}}.loading-message{color:#8ff;font-style:italic;padding:2rem;text-align:center}.loading-message p{margin:0}.question-summary{background:#00285066;margin-bottom:1.5rem}.argo-tip,.question-summary{border-radius:4px;padding:1rem}.argo-tip{background-color:#ff320033;border-left:4px solid #f30;color:#f86;font-style:italic;margin-top:2rem}.iching-container:hover{animation:glitch .6s infinite}@keyframes glitch{0%{text-shadow:1px 1px #f0f,-1px -1px #0ff}50%{text-shadow:-2px -2px #f0f,2px 2px #0ff}to{text-shadow:2px -2px #f0f,-2px 2px #0ff}}@media (max-width:768px){.iching-container{margin:.5rem;padding:1rem}.iching-container h2{font-size:2rem}.binary-header{text-align:center}.binary-header,.hexagram-line{flex-direction:column;gap:.5rem}.binary-stream{font-size:.9rem}}.modal-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#000;border:2px solid var(--highlight);box-shadow:0 0 15px var(--highlight);max-width:500px;padding:2rem;position:relative;text-align:left;width:90%}.modal,.modal h2{color:var(--highlight)}.modal h2{border-bottom:1px solid var(--highlight);font-size:18px;margin-top:0;padding-bottom:.5rem;text-transform:uppercase}.modal h2,.modal p{margin-bottom:1.5rem}.modal p{color:var(--ink-dim);font-size:14px;line-height:1.5}.code-input{background:#000000b3;border:1px solid var(--highlight);border-radius:0;box-sizing:border-box;color:var(--highlight);font-family:Courier New,monospace;font-size:16px;margin:0 0 1.5rem;padding:12px;text-shadow:0 0 2px var(--ink-dim),0 0 6px var(--ink);width:100%}.code-input:focus{border-color:var(--highlight);box-shadow:0 0 10px var(--highlight);outline:none}.modal-buttons{display:flex;gap:1rem;justify-content:space-between}.modal-buttons button{background:#0000;border:2px solid var(--highlight);color:var(--highlight);cursor:pointer;flex:1 1;font-family:Courier New,monospace;font-size:12px;padding:10px 14px;text-shadow:0 0 5px var(--highlight);text-transform:uppercase;transition:background .2s ease,color .2s ease}.modal-buttons button:first-child{background:#00ff001a}.modal-buttons button:first-child:hover{background:var(--highlight);color:var(--paper)}.modal-buttons button:last-child{background:#ff00001a;border-color:#f33;color:#f33;text-shadow:0 0 5px #f33}.modal-buttons button:last-child:hover{background:#f33;color:var(--paper)}
/*# sourceMappingURL=main.e05c506a.css.map*/