*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:auto;min-height:100vh;width:100%;max-width:100%}#root{display:flex;justify-content:center;width:100%;min-height:100vh;overflow:hidden;max-width:100%}:root{--color-text-primary: #333;--color-text-secondary: #666;--color-text-title: #999;--color-white: #fff;--spacing-sm: .5rem;--spacing-md: .75rem;--spacing-lg: 1rem;--spacing-xl: 1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.text-center{text-align:center}.min-h-screen{min-height:100vh}.p-4{padding:1rem}.mt-1{margin-top:var(--spacing-md)}.mb-2{margin-bottom:var(--spacing-lg)}.app-main-container{min-height:100vh;width:100%;max-width:100%;background-color:#fff;display:flex;justify-content:center;overflow-x:hidden}.app-content-container{width:100%;max-width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:var(--color-white);overflow-x:hidden}.app-header{padding:0 20px;height:60px;background-color:#fff;position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;z-index:100;box-sizing:border-box}.thoughtspace-title-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:300;color:var(--color-text-title);text-transform:uppercase;letter-spacing:.3em;width:100%;text-align:center;padding:0 50px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{flex:1 1 0%;width:100%;max-width:100%;padding:0;overflow-x:hidden}.content-container{position:relative;width:100%;max-width:100%;padding:0;margin:0}.routes-content{flex:1 1 0%;width:100%;max-width:100%}.absolute-relative-x{position:relative;left:0;transform:none;width:100%;max-width:100%}#spaces-view{width:100%;max-width:600px;padding:20px;box-sizing:border-box}.thoughtspace-list,.thoughtspace-item{width:100%;box-sizing:border-box}@media screen and (max-width: 768px){.app-header>div[role=button]{left:10px!important}*{max-width:100vw!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
