@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:courier,Space Grotesk,sans-serif,inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;letter-spacing:.2px;margin:0}*,:after,:before{box-sizing:border-box}div{border-radius:1ex}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.simple-button{border-radius:.3em;cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:.1em;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:1.5ex}.simple-button.button-reply{font-size:.9em;opacity:.7;padding:.5em}.simple-button.button-reply.empty{opacity:.3}.simple-button:active{background-color:#000;color:#fff}.App{-ms-overflow-style:none;word-break:break-word}::-webkit-scrollbar{background-color:initial;width:0}.landing-page{align-items:center;display:flex;flex-direction:column;font-family:courier;font-size:1.1em;height:100vh;justify-content:center;position:relative;text-align:left;width:100%}.landing-page:before{background-repeat:no-repeat;background-size:100% 100%;content:"";height:100vh;left:0;opacity:.3;position:absolute;top:0;transition:opacity .3s;width:100vw;z-index:-1}.landing-page:active.landing-page:before{opacity:1;z-index:2}.landing-page-text{align-items:stretch;margin:0 2ex;max-width:32em}.landing-page-text,.top-part{display:flex;flex-direction:column;text-align:center}.top-part{align-items:center;width:100%}.big-statement{font-size:xx-large;padding:1em 1em .5em}.enter-plexus{align-items:center;background-color:#f4f4f4;border-radius:var(--thought-border-radius);cursor:pointer;display:flex;margin:1em;padding:.5em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.enter-plexus:hover{background-color:#eceff6;text-decoration:underline}.enter-plexus:active{background:#30f;box-shadow:0 0 0 1000pt #30f;color:#fff;font-family:cursive;font-size:24pt;font-weight:700;text-decoration:none;z-index:10}.link-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;opacity:.4}.link-row:active{z-index:3}.link-row>*{color:#323232;font-style:italic;padding:1ex}.primary-enter-button{align-items:center;background-color:hsla(0,0%,83%,.486);border-width:2pt;box-shadow:0 0 20px 2px gray;cursor:pointer;display:flex;font-size:1em;font-weight:700;justify-content:center;margin:.2em;max-width:80vw;padding:.5em;transition:padding .5s,width 1s,background-color 1s,color .5s,border-radius .4s,font-size .5s,border-color 2s;vertical-align:center;width:170pt}.primary-enter-button:active{background-color:initial;border:#0000;box-shadow:none;color:#fff;z-index:3}.secondary-enter-button:active{z-index:3}.secondary-enter-button{background-color:none;background-color:initial;border-width:2pt;cursor:pointer;font-size:1em;margin:.2em;max-width:80vw;opacity:.3;padding:.5em;width:170pt}.voices-button{align-items:center;border-width:2px;cursor:pointer;display:flex;font-family:courier;font-size:2ex;font-style:italic;padding:1ex 2ex;z-index:3}.login-page,.voices-button:hover{font-weight:700}.login-page{align-items:center;display:flex;flex-direction:column;font-size:1.6em;height:100vh;justify-content:center}.login-page .login-button{background-color:#d9e2ff;border-radius:.4em;color:blue;cursor:pointer;font-size:.8em;margin:1em;padding:.5em}.login-page .login-button:active{background-color:#000;color:#fff}:root{--bubble:0 0 0.3em #b8b8b8;--airy-smoke:#fafafa}.App{align-items:stretch;flex-direction:column;height:100vh;width:100vw}.App,.row{display:flex}.row{flex-direction:row;justify-content:center}.column{align-items:center;display:flex;flex-direction:column}.panel{align-items:stretch;flex:1 1;max-width:500pt;overflow-y:hidden;width:100%}.panel,.panel-container{display:flex;flex-direction:column;height:100vh}.panel-container{align-items:center}.secondary-panel{padding:0}@keyframes extra-pulse{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1)}}@keyframes pulse-slow{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(20deg)}}.extra-pulse,.pulse{animation:pulse 1.5s infinite}.pulse-slow{animation:pulse 2.5s infinite}.spinner{animation:spin 2s linear infinite}.slow-spinner{animation:spin 200s linear infinite}.slow-spinner.extra-pulse{animation:spin 4s linear infinite,pulse 1.5s infinite}@keyframes oscillate{0%,to{outline-color:rgba(255,0,0,.486)}20%{outline-color:#ff008099}40%{outline-color:#8000ff4d}60%{outline-color:#0080ff99}80%{outline-color:#00ff804d}}.app-view-toggle{margin:1ex 0 0}.app-view-toggle>*{border-radius:5pt;color:#b5b5b5;cursor:pointer;font-size:1.4em;padding:.4em .4em .2em}.toggle-option.selected{background-color:#f0f0f0;color:gray}.bold-view{color:#000;font-weight:700}.editor-container{border-radius:.5em;color:#828282;color:#000;display:flex;flex-direction:column;width:100%}.editor-container>div{height:100%}.post-button{align-self:flex-end;cursor:pointer;padding:.3em}.create-container{flex:1 1}.recording-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:12%}.question-mark{color:#dcdcdc;cursor:pointer;font-family:Inter;font-size:1.6em;transition:font-size 1s,rotate 1s,color 1s ease-out}.question-mark:active{color:red}.question-mark.expanded{font-size:1em;rotate:180deg}.button{align-items:center;background:#fff;border:1px #0000;border-radius:50%;box-shadow:0 0 1ex #b4b4b4;cursor:pointer;display:flex;height:2.8em;justify-content:center;padding:0 1ex;width:2.8em;z-index:1}.button:active{border:1px solid #000!important;box-shadow:none}.button[disabled]{cursor:not-allowed;opacity:.4}.button--deprioritised{opacity:.4}.button--unstyled{border:0;height:auto;width:auto}.button--secondary{border-radius:16px;padding:8px 16px;width:auto}.button--secondary>*{margin-right:8px}.button--secondary>:last-child{margin-right:0}button.audio-recorder-button{height:8em;margin:4ex;padding:2ex;width:8em;z-index:2}.button.audio-recorder-button--recording{border-color:#000}@keyframes rotate{to{transform:rotate(1turn)}}.button.audio-recorder-button--sending{border:0;overflow:hidden;position:relative;z-index:0}.audio-recorder-button--sending:before{animation:rotate 2s linear infinite;background-image:linear-gradient(#000,#000),linear-gradient(#000,#000);background-position:0 0,100% 0,100% 100%,0 100%;background-repeat:no-repeat;background-size:50% 50%,50% 50%;border-radius:50%;content:"";height:100%;position:absolute;width:100%;z-index:-2}.audio-recorder-button--sending:after{background:#fff;border-radius:50%;content:"";height:calc(100% - 2px);position:absolute;width:calc(100% - 2px);z-index:-1}.record-small{transform:scaleX(-1)}.textPost{background-color:#fff;border:.01em solid #dcdcdc;border-radius:2pt;box-shadow:0 0 1ex #dcdcdc;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin:10pt;max-width:500pt;min-width:80pt;padding:.6em}.textPost.playing{animation:oscillate 8s infinite;outline:4px solid}.textPost.breadcrumb{box-shadow:none;margin:.5ex 0;opacity:.6}.textPost:not(.expanded){cursor:pointer}.textPost:not(.expanded):active{outline:1px solid gray}.textPost.expanded{border:none;border-bottom:1px solid #dcdcdc;border-radius:0;box-shadow:none;margin:0;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;z-index:1}.feed-item-with-connect+.feed-item-with-connect,.textPost:not(.breadcrumb)+.textPost:not(.breadcrumb){margin-top:1em}.textPost.personPreview{min-height:42pt}.audio-thought-container{cursor:pointer}.thought-info-wrapper{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;min-width:0}.textpost-title{cursor:default;font-size:1.1em;margin:1ex 0}.textpost-title.mine{cursor:pointer}.thought-info{color:#c8c8c8;flex-wrap:wrap;gap:12px}.thought-info,.updates{align-items:center;display:flex}.updates{color:red;justify-content:center}.updates-indicator{background-color:red;border-radius:100%;height:8px;margin-right:4px;width:8px}.thought-byline{display:flex}.thought-author{cursor:pointer;display:flex}.thought-author:hover{text-decoration:underline}.thought-reply{margin-left:4px}.thought-reply-arrow{margin-right:4px}.button-column{display:flex;flex-direction:column;gap:10px}.more-actions-button{box-shadow:none;color:inherit;font-size:inherit;gap:4px}.more-actions--expanded .more-actions-button{color:#000}.more-actions-button:hover .more-actions-text{text-decoration:underline}.more-actions-arrow-down,.more-actions-arrow-up{align-items:center;height:16px}.more-actions-arrow-up{display:none}.more-actions--expanded .more-actions-arrow-up{display:flex;font-size:20px}.more-actions-arrow-down{display:flex}.more-action-menu,.more-actions--expanded .more-actions-arrow-down{display:none}.more-actions--expanded .more-action-menu{background:#fff;border:1px solid #dcdcdc;display:flex;flex-direction:column;position:absolute;z-index:1}.action-button{align-items:center;border-bottom:1px solid #dcdcdc;border-radius:0;display:flex;padding:8px;width:100%}.action-button:last-child{border-bottom:0}.action-button:hover{color:#000}.action-button-text{margin-left:4px}.expanded-related-thoughts-header{color:#c8c8c8;font-size:1.2em;font-style:italic;margin:1ex}.mini-truncated-display{color:#a1a1a1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:2px}.post-list-container{display:flex;flex-direction:column;height:100vh}.post-list{align-self:center;flex:1 1;max-width:450pt;max-width:100vw;overflow-y:auto}.post-list-footer{background-color:#f4f4f4;border-radius:0;bottom:0;box-shadow:0 0 12px 1px #c7c7c7;display:flex;flex:0 1;flex-direction:column;left:0;padding:1ex;position:fixed;width:100vw;z-index:1}.inbox-item-container{display:flex;flex-direction:column;margin:1em;position:relative}.thought-title-link{cursor:pointer;text-decoration:underline}.people-container{align-items:stretch;align-self:center;display:flex;flex-direction:column;margin-bottom:72px;max-width:450pt;overflow-y:auto}.people-sorter{color:gray;font-size:.8em;gap:8px;justify-content:center;margin:16px 0}.people-sorter,.person-container{align-items:center;cursor:pointer;display:flex}.person-container{background-color:#fff;border:.01em solid #dcdcdc;border-radius:2pt;box-shadow:0 0 1ex #dcdcdc;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin:5pt 10pt;padding:2ex}.person-name{font-size:1.1em;height:32px;min-width:5em}.person-name,.person-right-container{align-items:center;display:flex}.person-thought-count{color:#c8c8c8;font-size:.9em;letter-spacing:0;margin-right:8px}.person-thought-count:last-child{margin-right:0}.person-total-thoughts,.person-unlocked-thoughts{margin:0 8px}.person-requested-buttons{align-items:center;display:flex;gap:8px}.interactableAdminElement:hover{color:#8a2be2;cursor:pointer;text-decoration:underline}.thoughtTable{border-collapse:collapse;border-spacing:0;font-family:arial,sans-serif;margin-left:50px;margin-top:100px;max-width:80%}.privateAdminContainerNavbar{border-bottom:1px solid #000;display:inline-flex}.privateAdminContainerNavbar>span{border-right:1px solid #000;padding:5px}.privateAdminContainerNavbar>span:hover{background-color:#d8d8d8;cursor:pointer}.orientation-container{align-items:center;justify-content:center}.slide-text{margin:0 1em;max-width:100vw;overflow-wrap:break-word;text-align:center}.expandable-feed-item-container{align-items:stretch;cursor:pointer;display:flex;flex-direction:column}.expandable-feed-item-container.expanded{border-radius:2pt;box-shadow:0 0 1ex #dcdcdc;position:relative;z-index:11}.expandable-feed-item-container.expanded.fullPage{max-height:92vh}.feed-item-with-connect{align-items:center;display:flex;justify-content:stretch}.expandable-background-blocker{background-color:#ffffffe6;height:99999pt;left:0;position:absolute;top:0;width:100vw;z-index:5}.associated-thoughts-section-in-post{display:flex;flex-direction:column;overflow-y:auto}.podcast-button{align-items:center;background-color:#dcdcdc;box-shadow:none;cursor:pointer;display:flex;font-family:monospace;font-size:1.4em;font-weight:700;height:48px;justify-content:center;margin-bottom:0;padding:1.6em}.podcast-button.disabled{cursor:pointer;opacity:.5}.podcast-button span{margin-right:8px}.public-thought-page-container{align-items:center;display:flex;flex-direction:column;height:100vh;width:100vw}.clickable-icon{color:#aaa;cursor:pointer;margin-right:5px}.clickable-icon:active{color:#dcdcdc}.login-container{align-items:center;background-color:#f3f4f6;display:flex;flex-direction:column;height:100vh;justify-content:center}.signing-in{color:#333;font-size:1.5em;margin-bottom:20px}.login-form{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:1.2ex}.login-input{border:1px solid #ddd;border-radius:5px;box-shadow:inset 0 1px 3px #0000001a;margin-bottom:5px;outline:none;width:100%}.login-button,.login-input{font-size:1.15em;padding:1.2ex}.login-button{border:none;border-radius:5px;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;width:300px}.login-button.google{background-color:#34a853}.login-button.email{background-color:#4285f4}.orientation-container{display:flex;flex-direction:column;font-size:1.2em;height:100vh;transition:opacity .5s ease-out;width:100vw}.close-section{flex-direction:row-reverse;margin:15px;width:80%}.close-section,.slide-container{display:flex;max-width:80%;min-width:50%}.slide-container{align-items:center;align-self:center;flex-direction:column;height:5vh;margin:0 auto;padding:15px;text-align:center}.slide-text{line-height:1.5;max-width:60vw}.nav-buttons{align-self:center;cursor:pointer;display:flex;font-size:1em}.orientation-container.loading{opacity:0}.example-thought{background-color:#eff0f6;border-radius:.5em;display:flex;flex-direction:column;font-size:.75em;justify-content:center;margin:.8em 2em;max-width:24em;padding:.8em}.next-button{border-radius:.3em;color:#00cbba;padding:0 .4em;text-align:center;-webkit-user-select:none;user-select:none;width:120px}.person-detail-page{align-items:center;display:flex;flex-direction:column;height:100vh;width:100vw}.person-detail-name-container{align-items:baseline;display:flex;gap:2em;left:50%;position:absolute;transform:translateX(-50%)}.person-detail-name{margin:0}
/*# sourceMappingURL=main.b59cb5f3.css.map*/