:root{font-family:Courier New,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#d8e8f8;background-color:#1a1d2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;image-rendering:pixelated}*{box-sizing:border-box!important}a{font-weight:500;color:#8b9dc3;text-decoration:inherit}a:hover{color:#a8b8d8}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:4px;border:2px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:Courier New,monospace;background-color:#2a2d3a;cursor:pointer;transition:all .25s;color:#d8e8f8}button:hover{border-color:#8b9dc3;transform:translateY(-1px)}button:focus,button:focus-visible{outline:3px solid #8b9dc3;outline-offset:2px}.mono-font{font-family:Courier New,monospace}.pixelated{image-rendering:pixelated}.transition-standard{transition:all .25s}.backdrop-blur{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.border-primary{border:2px solid #8b9dc3}.border-secondary{border:2px solid #6b7d8f}.bg-card{background-color:#2a2d3ae6}.bg-input{background-color:#1a1d2ecc}.color-primary{color:#d8e8f8}.color-secondary{color:#a8b8d8}.focus-ring:focus{outline:none;border-color:#a8b8d8;box-shadow:0 0 0 3px #8b9dc34d}.btn-base{padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .25s;font-family:Courier New,monospace;image-rendering:pixelated}.btn-base:active{transform:translateY(1px)}#root{width:100%;height:100vh;margin:0;padding:0;display:flex;flex-direction:column;position:relative}.search-bar{flex-shrink:0;position:relative;padding:1rem;border-bottom:2px solid #8b7d6f;background-color:#2a2d3ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000080}.search-input{flex:1;max-width:800px;padding:.75rem 1rem;font-size:1rem;transition:border-color .25s,box-shadow .25s}.new-thought-button{background-color:#8b9dc3cc;color:#1a1d2e;transition:background-color .25s,box-shadow .25s,transform .1s;white-space:nowrap}.new-thought-button:hover{background-color:#a8b8d8e6;box-shadow:0 0 0 3px #8b9dc34d}.help-button{width:3rem;height:3rem;padding:0;border-radius:50%;font-size:1.5rem;background-color:#6b7d8f99;transition:background-color .25s,box-shadow .25s,transform .1s;display:flex;align-items:center;justify-content:center}.help-button:hover{background-color:#8b9dc3cc;box-shadow:0 0 0 3px #8b9dc34d}.help-modal-content{max-width:600px}.help-modal-body{max-height:60vh;overflow-y:auto}.help-modal-body section{margin-bottom:1.5rem}.help-modal-body h3{font-size:1.1rem;margin-bottom:.75rem}.help-modal-body p{margin-bottom:.75rem;line-height:1.6}.help-modal-body ul{margin-left:1.5rem;line-height:1.8}.help-modal-body li{margin-bottom:.5rem}.help-modal-body strong{color:#a8b8d8}.search-input::placeholder{color:#6b7d8f}.search-loading{position:absolute;top:100%;left:50%;transform:translate(-50%);width:100%;max-width:800px;margin-top:.5rem;padding:.75rem;background-color:#1a1a1a;border:1px solid #646cff;border-radius:8px;text-align:center;color:#646cff;font-size:.875rem}.search-results{position:absolute;top:100%;left:50%;transform:translate(-50%);width:100%;max-width:800px;margin-top:.5rem;background-color:#1a1d2ef2;border:2px solid #8b9dc3;border-radius:4px;max-height:400px;overflow-y:auto;box-shadow:0 8px 32px #000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-result-item{padding:1rem;border-bottom:1px solid rgba(139,157,195,.2);cursor:pointer;transition:background-color .25s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:#8b9dc333}.search-result-text{margin-bottom:.25rem;line-height:1.5}.search-result-date{color:#6b7d8f;font-size:.75rem}.search-no-results{padding:1rem;text-align:center;color:#888;font-size:.875rem}.thought-tree{flex:1;overflow:hidden;position:relative}.thought-slider-container{width:100%;height:100%;overflow:hidden;position:relative}.thought-slider{display:flex;width:100%;height:100%;transform:translate(0)}.thought-slider.transitioning{transition:transform .4s ease-out}.thought-slider.slide-right.transitioning,.thought-slider.slide-left{transform:translate(-100%)}.thought-slider.slide-left.transitioning{transform:translate(0)}.thought-slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.thought-card-wrapper{display:flex;flex-direction:row;align-items:center;gap:3rem}.parent-thought{display:flex;align-items:center;margin-right:2rem}.parent-thought-card{max-width:250px;padding:1rem;background-color:#2a2d3a99;border:2px solid #6b7d8f;border-radius:4px;cursor:pointer;transition:all .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.parent-thought-card:hover{background-color:#2a2d3acc;border-color:#8b9dc3;transform:translate(-4px)}.parent-thought-label{font-size:.75rem;color:#8b9dc3;margin-bottom:.5rem;font-weight:700}.parent-thought-text{font-size:.875rem;color:#c8d5e8;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.back-button{position:absolute;top:2rem;left:2rem;background-color:transparent;color:#8b9dc3;padding:.75rem 1.5rem;font-size:1rem;z-index:10}.back-button:hover{background-color:#8b9dc3;color:#1a1d2e;transform:translateY(-2px)}.thought-card{border:3px solid #8b9dc3;border-radius:8px;padding:3rem;width:600px;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 48px #0009;max-height:calc(100vh - 200px)}.thought-card-content{font-size:1.5rem;line-height:1.8;text-align:center;margin-bottom:2rem;overflow-y:auto}.add-branch-btn{background-color:#8b9dc3;color:#1a1d2e;border:2px solid #a8b8d8;align-self:center}.add-branch-btn:hover{background-color:#a8b8d8;transform:translateY(-2px);box-shadow:0 4px 12px #8b9dc366}.branch-lines{display:flex;flex-direction:column;gap:1.5rem}.branch-line{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .25s;padding:.75rem;background-color:#2a2d3acc;border-radius:4px;border:2px solid transparent}.branch-line:hover{background-color:#2a2d3ae6;border-color:#8b9dc3}.branch-line:hover .branch-line-path{background-color:#c8d5e8;width:120px}.branch-line:hover .branch-line-label{color:#fff;transform:translate(5px)}.branch-line-path{width:100px;height:4px;background-color:#a8b8d8;box-shadow:0 0 8px #a8b8d84d}.branch-line-label{font-size:.9rem;white-space:nowrap;display:flex;flex-direction:column;gap:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.branch-perspective{color:#c8d5e8;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.branch-number{color:#a8b8d8;font-size:.9rem}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#1a1d2ef2;border:3px solid #8b9dc3;border-radius:8px;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 48px #000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #8b9dc3}.modal-header h2{margin:0;font-size:1.5rem}.modal-close{background:none;border:none;color:#888;font-size:2rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .25s}.modal-close:hover{color:#fff}.modal-parent-context{padding:1rem 1.5rem;background-color:#8b9dc333;border-bottom:2px solid rgba(139,157,195,.3)}.context-label{font-size:.875rem;color:#6b7d8f;display:block;margin-bottom:.5rem}.context-text{margin:0;font-size:1rem;line-height:1.5;max-height:120px;overflow-y:auto}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.thought-textarea{width:100%;padding:1rem;font-size:1rem;box-sizing:border-box;resize:vertical;min-height:120px;transition:border-color .25s}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:2px solid rgba(139,157,195,.3)}.btn-primary{background-color:#8b9dc3;color:#1a1d2e;border:2px solid #a8b8d8}.btn-primary:hover:not(:disabled){background-color:#a8b8d8;transform:translateY(-2px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background-color:transparent;color:#6b7d8f;border:2px solid #6b7d8f}.btn-secondary:hover{border-color:#8b9dc3;color:#8b9dc3}.perspective-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid rgba(139,157,195,.3)}.perspective-label{display:block;margin-bottom:.5rem;font-size:.9rem}.perspective-input{width:100%;padding:.75rem;font-size:1rem;box-sizing:border-box;transition:border-color .25s}.perspective-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.perspective-chip{padding:.4rem .8rem;border-radius:16px;background-color:transparent;color:#8b9dc3;font-size:.85rem;cursor:pointer;transition:all .2s}.perspective-chip:hover{border-color:#8b9dc3;background-color:#8b9dc333;color:#a8b8d8}.perspective-chip:active{transform:scale(.95)}.branch-strength{display:block;margin-top:.5rem;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:3px;width:fit-content;text-shadow:0 1px 2px rgba(0,0,0,.8);border:1px solid currentColor}.strength-exceptional{color:#5cdb95;background-color:#5cdb9526;border-color:#5cdb95}.strength-strong{color:#8ee4af;background-color:#8ee4af26;border-color:#8ee4af}.strength-reasonable{color:#a8c8e4;background-color:#a8c8e426;border-color:#a8c8e4}.strength-weak{color:#d4a574;background-color:#d4a57426;border-color:#d4a574}.strength-poor{color:#e8a87c;background-color:#e8a87c26;border-color:#e8a87c}.strength-flawed{color:#e85d75;background-color:#e85d7526;border-color:#e85d75}.strength-fallacious{color:#c94c66;background-color:#c94c6626;border-color:#c94c66}.strength-neutral{color:#8b9dc3;background-color:#8b9dc326;border-color:#8b9dc3}.loading-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loading-spinner{background-color:#1a1d2ef2;border:3px solid #8b9dc3;border-radius:8px;padding:2rem 3rem;font-size:1.25rem;font-weight:700;box-shadow:0 12px 48px #000000b3;position:relative;min-width:300px;max-width:500px}.loading-message{text-align:center;display:flex;align-items:center;justify-content:center;gap:.25rem}.loading-dots{display:inline-flex;gap:.1rem}.loading-dots .dot{animation:bounce 1.4s infinite;display:inline-block}.loading-dots .dot:nth-child(1){animation-delay:0s}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.loading-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#8b9dc3;font-size:2rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .25s,transform .25s;line-height:1}.loading-close:hover{color:#a8b8d8;transform:scale(1.1)}.loading-error{text-align:center}.error-title{color:#c94c66;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.error-message{color:#d8e8f8;font-size:1rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.explore-container{padding:6rem 2rem 2rem;gap:2rem;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.explore-loading{font-size:1.25rem;font-weight:700}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;width:100%;margin:4px 0}.explore-card{border-radius:8px;padding:2rem;min-height:200px;max-height:300px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.explore-card:hover{background-color:#2a2d3a;border-color:#a8b8d8;transform:translateY(-4px);box-shadow:0 8px 24px #00000080}.explore-card-text{font-size:1rem;line-height:1.6;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;text-overflow:ellipsis;width:100%}.explore-next-btn{background-color:#8b9dc3;color:#1a1d2e;border:2px solid #a8b8d8;padding:.75rem 2rem}.explore-next-btn:hover{background-color:#a8b8d8;transform:translateY(-2px);box-shadow:0 4px 12px #8b9dc366}.explore-slider-container{width:100%;height:auto;overflow:visible;position:relative}.explore-slider{display:flex;width:100%;height:auto;transform:translate(0)}.explore-slider.transitioning{transition:transform .4s ease-out}.explore-slider.slide-right.transitioning{transform:translate(-100%)}.explore-slide{flex:0 0 100%;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.search-input-row{display:flex;gap:1rem;align-items:center;flex:1;max-width:800px}@media (max-width: 768px){.search-bar{flex-direction:column;padding:.75rem;gap:.75rem}.search-input-row{max-width:none;width:100%;gap:.75rem}.search-input{flex:1;font-size:.9rem;padding:.6rem .8rem}.new-thought-button{width:100%;padding:.6rem 1rem;font-size:.9rem}.help-button{width:2.5rem;height:2.5rem;font-size:1.2rem;flex-shrink:0}.thought-slide{padding:0;align-items:stretch;justify-content:flex-start}.thought-card-wrapper{flex-direction:column;gap:1rem;width:100%;height:100%;box-sizing:border-box;align-items:center;overflow-y:auto;padding:4rem 1rem 1rem}.parent-thought{margin-right:0;justify-content:center;width:100%;flex-shrink:0}.parent-thought-card{max-width:100%}.thought-card{width:100%;max-width:100%;padding:1.5rem;box-sizing:border-box;max-height:none;min-height:auto;flex-shrink:1}.thought-card-content{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;max-height:none;overflow-y:auto}.back-button{top:1rem;left:1rem;padding:.5rem 1rem;font-size:.9rem}.branch-line-path{width:60px}.branch-line:hover .branch-line-path{width:80px}.branch-line-label{font-size:.85rem}.branch-perspective{font-size:.75rem}.branch-number{font-size:.8rem}.modal-content{width:95%;margin:1rem}.modal-header h2{font-size:1.2rem}.modal-body{padding:1rem}.modal-footer{padding:1rem;flex-direction:column}.btn-primary,.btn-secondary{width:100%}.explore-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.explore-card{padding:1.5rem;min-height:150px}.explore-card-text{font-size:.9rem}.explore-container{padding:2rem 1rem 1rem}.search-results{width:calc(100% - 2rem);margin-left:1rem;margin-right:1rem}.help-modal-body{max-height:50vh}.help-modal-body h3{font-size:1rem}.help-modal-body p,.help-modal-body li{font-size:.9rem}}@media (min-width: 769px) and (max-width: 1024px){.explore-grid{grid-template-columns:repeat(2,1fr)}.thought-card{width:500px}}
